Current File : //proc/self/root/usr/lib/python3/dist-packages/botocore/data/snowball/2016-06-30/examples-1.json
{
  "version": "1.0",
  "examples": {
    "CancelCluster": [
      {
        "input": {
          "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000"
        },
        "comments": {
        },
        "description": "This operation cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status.",
        "id": "to-cancel-a-cluster-job-1482533760554",
        "title": "To cancel a cluster job"
      }
    ],
    "CancelJob": [
      {
        "input": {
          "JobId": "JID123e4567-e89b-12d3-a456-426655440000"
        },
        "comments": {
        },
        "description": "This operation cancels a job. You can only cancel a job before its JobState value changes to PreparingAppliance.",
        "id": "to-cancel-a-job-for-a-snowball-device-1482534699477",
        "title": "To cancel a job for a Snowball device"
      }
    ],
    "CreateAddress": [
      {
        "input": {
          "Address": {
            "City": "Seattle",
            "Company": "My Company's Name",
            "Country": "USA",
            "Name": "My Name",
            "PhoneNumber": "425-555-5555",
            "PostalCode": "98101",
            "StateOrProvince": "WA",
            "Street1": "123 Main Street"
          }
        },
        "output": {
          "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b"
        },
        "comments": {
        },
        "description": "This operation creates an address for a job. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.",
        "id": "to-create-an-address-for-a-job-1482535416294",
        "title": "To create an address for a job"
      }
    ],
    "CreateCluster": [
      {
        "input": {
          "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
          "Description": "MyCluster",
          "JobType": "LOCAL_USE",
          "KmsKeyARN": "arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456",
          "Notification": {
            "JobStatesToNotify": [

            ],
            "NotifyAll": false
          },
          "Resources": {
            "S3Resources": [
              {
                "BucketArn": "arn:aws:s3:::MyBucket",
                "KeyRange": {
                }
              }
            ]
          },
          "RoleARN": "arn:aws:iam::123456789012:role/snowball-import-S3-role",
          "ShippingOption": "SECOND_DAY",
          "SnowballType": "EDGE"
        },
        "output": {
          "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000"
        },
        "comments": {
        },
        "description": "Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.",
        "id": "to-create-a-cluster-1482864724077",
        "title": "To create a cluster"
      }
    ],
    "CreateJob": [
      {
        "input": {
          "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
          "Description": "My Job",
          "JobType": "IMPORT",
          "KmsKeyARN": "arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456",
          "Notification": {
            "JobStatesToNotify": [

            ],
            "NotifyAll": false
          },
          "Resources": {
            "S3Resources": [
              {
                "BucketArn": "arn:aws:s3:::MyBucket",
                "KeyRange": {
                }
              }
            ]
          },
          "RoleARN": "arn:aws:iam::123456789012:role/snowball-import-S3-role",
          "ShippingOption": "SECOND_DAY",
          "SnowballCapacityPreference": "T80",
          "SnowballType": "STANDARD"
        },
        "output": {
          "JobId": "JID123e4567-e89b-12d3-a456-426655440000"
        },
        "comments": {
        },
        "description": "Creates a job to import or export data between Amazon S3 and your on-premises data center. Your AWS account must have the right trust policies and permissions in place to create a job for Snowball. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.",
        "id": "to-create-a-job-1482864834886",
        "title": "To create a job"
      }
    ],
    "DescribeAddress": [
      {
        "input": {
          "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b"
        },
        "output": {
          "Address": {
            "AddressId": "ADID5643ec50-3eec-4eb3-9be6-9374c10eb51b",
            "City": "Seattle",
            "Company": "My Company",
            "Country": "US",
            "Name": "My Name",
            "PhoneNumber": "425-555-5555",
            "PostalCode": "98101",
            "StateOrProvince": "WA",
            "Street1": "123 Main Street"
          }
        },
        "comments": {
        },
        "description": "This operation describes an address for a job.",
        "id": "to-describe-an-address-for-a-job-1482538608745",
        "title": "To describe an address for a job"
      }
    ],
    "DescribeAddresses": [
      {
        "input": {
        },
        "output": {
          "Addresses": [
            {
              "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
              "City": "Seattle",
              "Company": "My Company",
              "Country": "US",
              "Name": "My Name",
              "PhoneNumber": "425-555-5555",
              "PostalCode": "98101",
              "StateOrProvince": "WA",
              "Street1": "123 Main Street"
            }
          ]
        },
        "comments": {
        },
        "description": "This operation describes all the addresses that you've created for AWS Snowball. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.",
        "id": "to-describe-all-the-addresses-youve-created-for-aws-snowball-1482538936603",
        "title": "To describe all the addresses you've created for AWS Snowball"
      }
    ],
    "DescribeCluster": [
      {
        "input": {
          "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000"
        },
        "output": {
          "ClusterMetadata": {
            "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
            "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000",
            "ClusterState": "Pending",
            "CreationDate": "1480475517.0",
            "Description": "MyCluster",
            "JobType": "LOCAL_USE",
            "KmsKeyARN": "arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456",
            "Notification": {
              "JobStatesToNotify": [

              ],
              "NotifyAll": false
            },
            "Resources": {
              "S3Resources": [
                {
                  "BucketArn": "arn:aws:s3:::MyBucket",
                  "KeyRange": {
                  }
                }
              ]
            },
            "RoleARN": "arn:aws:iam::123456789012:role/snowball-import-S3-role",
            "ShippingOption": "SECOND_DAY"
          }
        },
        "comments": {
        },
        "description": "Returns information about a specific cluster including shipping information, cluster status, and other important metadata.",
        "id": "to-describe-a-cluster-1482864218396",
        "title": "To describe a cluster"
      }
    ],
    "DescribeJob": [
      {
        "input": {
          "JobId": "JID123e4567-e89b-12d3-a456-426655440000"
        },
        "output": {
          "JobMetadata": {
            "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
            "CreationDate": "1475626164",
            "Description": "My Job",
            "JobId": "JID123e4567-e89b-12d3-a456-426655440000",
            "JobState": "New",
            "JobType": "IMPORT",
            "KmsKeyARN": "arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456",
            "Notification": {
              "JobStatesToNotify": [

              ],
              "NotifyAll": false
            },
            "Resources": {
              "S3Resources": [
                {
                  "BucketArn": "arn:aws:s3:::MyBucket",
                  "KeyRange": {
                  }
                }
              ]
            },
            "RoleARN": "arn:aws:iam::123456789012:role/snowball-import-S3-role",
            "ShippingDetails": {
              "ShippingOption": "SECOND_DAY"
            },
            "SnowballCapacityPreference": "T80",
            "SnowballType": "STANDARD"
          }
        },
        "comments": {
        },
        "description": "This operation describes a job you've created for AWS Snowball.",
        "id": "to-describe-a-job-youve-created-for-aws-snowball-1482539500180",
        "title": "To describe a job you've created for AWS Snowball"
      }
    ],
    "GetJobManifest": [
      {
        "input": {
          "JobId": "JID123e4567-e89b-12d3-a456-426655440000"
        },
        "output": {
          "ManifestURI": "https://awsie-frosty-manifests-prod.s3.amazonaws.com/JID123e4567-e89b-12d3-a456-426655440000_manifest.bin?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20161224T005115Z&X-Amz-SignedHeaders=..."
        },
        "comments": {
        },
        "description": "Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action.\n\nThe manifest is an encrypted file that you can download after your job enters the WithCustomer status. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snowball through the Snowball client when the client is started for the first time.\n\nAs a best practice, we recommend that you don't save a copy of an UnlockCode value in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.\n\nThe credentials of a given job, including its manifest file and unlock code, expire 90 days after the job is created.",
        "id": "to-get-the-manifest-for-a-job-youve-created-for-aws-snowball-1482540389246",
        "title": "To get the manifest for a job you've created for AWS Snowball"
      }
    ],
    "GetJobUnlockCode": [
      {
        "input": {
          "JobId": "JID123e4567-e89b-12d3-a456-426655440000"
        },
        "output": {
          "UnlockCode": "12345-abcde-56789-fghij-01234"
        },
        "comments": {
        },
        "description": "Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 90 days after the associated job has been created.\n\nThe UnlockCode value is a 29-character code with 25 alphanumeric characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed along with the manifest to the Snowball through the Snowball client when the client is started for the first time.\n\nAs a best practice, we recommend that you don't save a copy of the UnlockCode in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.",
        "id": "to-get-the-unlock-code-for-a-job-youve-created-for-aws-snowball-1482541987286",
        "title": "To get the unlock code for a job you've created for AWS Snowball"
      }
    ],
    "GetSnowballUsage": [
      {
        "input": {
        },
        "output": {
          "SnowballLimit": 1,
          "SnowballsInUse": 0
        },
        "comments": {
        },
        "description": "Returns information about the Snowball service limit for your account, and also the number of Snowballs your account has in use.\n\nThe default service limit for the number of Snowballs that you can have at one time is 1. If you want to increase your service limit, contact AWS Support.",
        "id": "to-see-your-snowball-service-limit-and-the-number-of-snowballs-you-have-in-use-1482863394588",
        "title": "To see your Snowball service limit and the number of Snowballs you have in use"
      }
    ],
    "ListClusterJobs": [
      {
        "input": {
          "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000"
        },
        "output": {
          "JobListEntries": [
            {
              "CreationDate": "1480475524.0",
              "Description": "MyClustrer-node-001",
              "IsMaster": false,
              "JobId": "JID123e4567-e89b-12d3-a456-426655440000",
              "JobState": "New",
              "JobType": "LOCAL_USE",
              "SnowballType": "EDGE"
            },
            {
              "CreationDate": "1480475525.0",
              "Description": "MyClustrer-node-002",
              "IsMaster": false,
              "JobId": "JID123e4567-e89b-12d3-a456-426655440001",
              "JobState": "New",
              "JobType": "LOCAL_USE",
              "SnowballType": "EDGE"
            },
            {
              "CreationDate": "1480475525.0",
              "Description": "MyClustrer-node-003",
              "IsMaster": false,
              "JobId": "JID123e4567-e89b-12d3-a456-426655440002",
              "JobState": "New",
              "JobType": "LOCAL_USE",
              "SnowballType": "EDGE"
            },
            {
              "CreationDate": "1480475525.0",
              "Description": "MyClustrer-node-004",
              "IsMaster": false,
              "JobId": "JID123e4567-e89b-12d3-a456-426655440003",
              "JobState": "New",
              "JobType": "LOCAL_USE",
              "SnowballType": "EDGE"
            },
            {
              "CreationDate": "1480475525.0",
              "Description": "MyClustrer-node-005",
              "IsMaster": false,
              "JobId": "JID123e4567-e89b-12d3-a456-426655440004",
              "JobState": "New",
              "JobType": "LOCAL_USE",
              "SnowballType": "EDGE"
            }
          ]
        },
        "comments": {
        },
        "description": "Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.",
        "id": "to-get-a-list-of-jobs-in-a-cluster-that-youve-created-for-aws-snowball-1482863105773",
        "title": "To get a list of jobs in a cluster that you've created for AWS Snowball"
      }
    ],
    "ListClusters": [
      {
        "input": {
        },
        "output": {
          "ClusterListEntries": [
            {
              "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000",
              "ClusterState": "Pending",
              "CreationDate": "1480475517.0",
              "Description": "MyCluster"
            }
          ]
        },
        "comments": {
        },
        "description": "Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.",
        "id": "to-get-a-list-of-clusters-that-youve-created-for-aws-snowball-1482862223003",
        "title": "To get a list of clusters that you've created for AWS Snowball"
      }
    ],
    "ListJobs": [
      {
        "input": {
        },
        "output": {
          "JobListEntries": [
            {
              "CreationDate": "1460678186.0",
              "Description": "MyJob",
              "IsMaster": false,
              "JobId": "JID123e4567-e89b-12d3-a456-426655440000",
              "JobState": "New",
              "JobType": "IMPORT",
              "SnowballType": "STANDARD"
            }
          ]
        },
        "comments": {
        },
        "description": "Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.",
        "id": "to-get-a-list-of-jobs-that-youve-created-for-aws-snowball-1482542167627",
        "title": "To get a list of jobs that you've created for AWS Snowball"
      }
    ],
    "UpdateCluster": [
      {
        "input": {
          "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
          "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000",
          "Description": "updated-cluster-name"
        },
        "comments": {
        },
        "description": "This action allows you to update certain parameters for a cluster. Once the cluster changes to a different state, usually within 60 minutes of it being created, this action is no longer available.",
        "id": "to-update-a-cluster-1482863900595",
        "title": "To update a cluster"
      }
    ],
    "UpdateJob": [
      {
        "input": {
          "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
          "Description": "updated-job-name",
          "JobId": "JID123e4567-e89b-12d3-a456-426655440000",
          "ShippingOption": "NEXT_DAY",
          "SnowballCapacityPreference": "T100"
        },
        "comments": {
        },
        "description": "This action allows you to update certain parameters for a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.",
        "id": "to-update-a-job-1482863556886",
        "title": "To update a job"
      }
    ]
  }
}
¿Qué es la limpieza dental de perros? - Clínica veterinaria


Es la eliminación del sarro y la placa adherida a la superficie de los dientes mediante un equipo de ultrasonidos que garantiza la integridad de las piezas dentales a la vez que elimina en profundidad cualquier resto de suciedad.

A continuación se procede al pulido de los dientes mediante una fresa especial que elimina la placa bacteriana y devuelve a los dientes el aspecto sano que deben tener.

Una vez terminado todo el proceso, se mantiene al perro en observación hasta que se despierta de la anestesia, bajo la atenta supervisión de un veterinario.

¿Cada cuánto tiempo tengo que hacerle una limpieza dental a mi perro?

A partir de cierta edad, los perros pueden necesitar una limpieza dental anual o bianual. Depende de cada caso. En líneas generales, puede decirse que los perros de razas pequeñas suelen acumular más sarro y suelen necesitar una atención mayor en cuanto a higiene dental.


Riesgos de una mala higiene


Los riesgos más evidentes de una mala higiene dental en los perros son los siguientes:

  • Cuando la acumulación de sarro no se trata, se puede producir una inflamación y retracción de las encías que puede descalzar el diente y provocar caídas.
  • Mal aliento (halitosis).
  • Sarro perros
  • Puede ir a más
  • Las bacterias de la placa pueden trasladarse a través del torrente circulatorio a órganos vitales como el corazón ocasionando problemas de endocarditis en las válvulas. Las bacterias pueden incluso acantonarse en huesos (La osteomielitis es la infección ósea, tanto cortical como medular) provocando mucho dolor y una artritis séptica).

¿Cómo se forma el sarro?

El sarro es la calcificación de la placa dental. Los restos de alimentos, junto con las bacterias presentes en la boca, van a formar la placa bacteriana o placa dental. Si la placa no se retira, al mezclarse con la saliva y los minerales presentes en ella, reaccionará formando una costra. La placa se calcifica y se forma el sarro.

El sarro, cuando se forma, es de color blanquecino pero a medida que pasa el tiempo se va poniendo amarillo y luego marrón.

Síntomas de una pobre higiene dental
La señal más obvia de una mala salud dental canina es el mal aliento.

Sin embargo, a veces no es tan fácil de detectar
Y hay perros que no se dejan abrir la boca por su dueño. Por ejemplo…

Recientemente nos trajeron a la clínica a un perro que parpadeaba de un ojo y decía su dueño que le picaba un lado de la cara. Tenía molestias y dificultad para comer, lo que había llevado a sus dueños a comprarle comida blanda (que suele ser un poco más cara y llevar más contenido en grasa) durante medio año. Después de una exploración oftalmológica, nos dimos cuenta de que el ojo tenía una úlcera en la córnea probablemente de rascarse . Además, el canto lateral del ojo estaba inflamado. Tenía lo que en humanos llamamos flemón pero como era un perro de pelo largo, no se le notaba a simple vista. Al abrirle la boca nos llamó la atención el ver una muela llena de sarro. Le realizamos una radiografía y encontramos una fístula que llegaba hasta la parte inferior del ojo.

Le tuvimos que extraer la muela. Tras esto, el ojo se curó completamente con unos colirios y una lentilla protectora de úlcera. Afortunadamente, la úlcera no profundizó y no perforó el ojo. Ahora el perro come perfectamente a pesar de haber perdido una muela.

¿Cómo mantener la higiene dental de tu perro?
Hay varias maneras de prevenir problemas derivados de la salud dental de tu perro.

Limpiezas de dientes en casa
Es recomendable limpiar los dientes de tu perro semanal o diariamente si se puede. Existe una gran variedad de productos que se pueden utilizar:

Pastas de dientes.
Cepillos de dientes o dedales para el dedo índice, que hacen más fácil la limpieza.
Colutorios para echar en agua de bebida o directamente sobre el diente en líquido o en spray.

En la Clínica Tus Veterinarios enseñamos a nuestros clientes a tomar el hábito de limpiar los dientes de sus perros desde que son cachorros. Esto responde a nuestro compromiso con la prevención de enfermedades caninas.

Hoy en día tenemos muchos clientes que limpian los dientes todos los días a su mascota, y como resultado, se ahorran el dinero de hacer limpiezas dentales profesionales y consiguen una mejor salud de su perro.


Limpiezas dentales profesionales de perros y gatos

Recomendamos hacer una limpieza dental especializada anualmente. La realizamos con un aparato de ultrasonidos que utiliza agua para quitar el sarro. Después, procedemos a pulir los dientes con un cepillo de alta velocidad y una pasta especial. Hacemos esto para proteger el esmalte.

La frecuencia de limpiezas dentales necesaria varía mucho entre razas. En general, las razas grandes tienen buena calidad de esmalte, por lo que no necesitan hacerlo tan a menudo e incluso pueden pasarse la vida sin requerir una limpieza. Sin embargo, razas pequeñas como el Yorkshire o el Maltés, deben hacérselas todos los años desde cachorros si se quiere conservar sus piezas dentales.

Otro factor fundamental es la calidad del pienso. Algunas marcas han diseñado croquetas que limpian la superficie del diente y de la muela al masticarse.

Ultrasonido para perros

¿Se necesita anestesia para las limpiezas dentales de perros y gatos?

La limpieza dental en perros no es una técnica que pueda practicarse sin anestesia general , aunque hay veces que los propietarios no quieren anestesiar y si tiene poco sarro y el perro es muy bueno se puede intentar…… , pero no se va a poder pulir ni acceder a todas la zona de la boca …. Además los limpiadores dentales van a irrigar agua y hay riesgo de aspiración a vías respiratorias si no se realiza una anestesia correcta con intubación traqueal . En resumen , sin anestesia no se va hacer una correcta limpieza dental.

Tampoco sirve la sedación ya que necesitamos que el animal esté totalmente quieto, y el veterinario tenga un acceso completo a todas sus piezas dentales y encías.

Alimentos para la limpieza dental

Hay que tener cierto cuidado a la hora de comprar determinados alimentos porque no todos son saludables. Algunos tienen demasiado contenido graso, que en exceso puede causar problemas cardiovasculares y obesidad.

Los mejores alimentos para los dientes son aquellos que están elaborados por empresas farmacéuticas y llevan componentes químicos con tratamientos específicos para el diente del perro. Esto implica no solo limpieza a través de la acción mecánica de morder sino también un tratamiento antibacteriano para prevenir el sarro.

Conclusión

Si eres como la mayoría de dueños, por falta de tiempo , es probable que no estés prestando la suficiente atención a la limpieza dental de tu perro. Por eso te animamos a que comiences a limpiar los dientes de tu perro y consideres atender a su higiene bucal con frecuencia.

Estas simples medidas pueden conllevar a que tu perro tenga una vida más larga y mucho más saludable.

Si te resulta imposible introducir un cepillo de dientes a tu perro en la boca, pásate con él por clínica Tus Veterinarios y te explicamos cómo hacerlo.

Necesitas hacer una limpieza dental profesional a tu mascota?
Llámanos al 622575274 o contacta con nosotros

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

¡Hola!