Current File : //proc/self/root/lib/python3/dist-packages/botocore/data/route53/2013-04-01/examples-1.json
{
  "version": "1.0",
  "examples": {
    "AssociateVPCWithHostedZone": [
      {
        "input": {
          "Comment": "",
          "HostedZoneId": "Z3M3LMPEXAMPLE",
          "VPC": {
            "VPCId": "vpc-1a2b3c4d",
            "VPCRegion": "us-east-2"
          }
        },
        "output": {
          "ChangeInfo": {
            "Comment": "",
            "Id": "/change/C3HC6WDB2UANE2",
            "Status": "INSYNC",
            "SubmittedAt": "2017-01-31T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
          },
          "output": {
            "Status": "Valid values are PENDING and INSYNC.",
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example associates the VPC with ID vpc-1a2b3c4d with the hosted zone with ID Z3M3LMPEXAMPLE.",
        "id": "to-associate-a-vpc-with-a-hosted-zone-1484069228699",
        "title": "To associate a VPC with a hosted zone"
      }
    ],
    "ChangeResourceRecordSets": [
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.44"
                    }
                  ],
                  "TTL": 60,
                  "Type": "A"
                }
              }
            ],
            "Comment": "Web server for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "Web server for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
            "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates a resource record set that routes Internet traffic to a resource with an IP address of 192.0.2.44.",
        "id": "to-create-update-or-delete-resource-record-sets-1484344703668",
        "title": "To create a basic resource record set"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.44"
                    }
                  ],
                  "SetIdentifier": "Seattle data center",
                  "TTL": 60,
                  "Type": "A",
                  "Weight": 100
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.45"
                    }
                  ],
                  "SetIdentifier": "Portland data center",
                  "TTL": 60,
                  "Type": "A",
                  "Weight": 200
                }
              }
            ],
            "Comment": "Web servers for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "Web servers for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53. TTLs must be the same for all weighted resource record sets that have the same name and type.",
            "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates two weighted resource record sets. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.",
        "id": "to-create-weighted-resource-record-sets-1484348208522",
        "title": "To create weighted resource record sets"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "d123rk29d0stfj.cloudfront.net",
                    "EvaluateTargetHealth": false,
                    "HostedZoneId": "Z2FDTNDATAQYW2"
                  },
                  "Name": "example.com",
                  "Type": "A"
                }
              }
            ],
            "Comment": "CloudFront distribution for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "CloudFront distribution for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "DNSName": "The DNS name assigned to the resource",
            "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
            "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates an alias resource record set that routes traffic to a CloudFront distribution.",
        "id": "to-create-an-alias-resource-record-set-1484348404062",
        "title": "To create an alias resource record set"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z3AADJGX6KTTL2"
                  },
                  "Name": "example.com",
                  "SetIdentifier": "Ohio region",
                  "Type": "A",
                  "Weight": 100
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z1H1FL5HABSF5"
                  },
                  "Name": "example.com",
                  "SetIdentifier": "Oregon region",
                  "Type": "A",
                  "Weight": 200
                }
              }
            ],
            "Comment": "ELB load balancers for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "ELB load balancers for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "DNSName": "The DNS name assigned to the resource",
            "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
            "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates two weighted alias resource record sets that route traffic to ELB load balancers. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.",
        "id": "to-create-weighted-alias-resource-record-sets-1484349467416",
        "title": "To create weighted alias resource record sets"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
                  "Name": "example.com",
                  "Region": "us-east-2",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.44"
                    }
                  ],
                  "SetIdentifier": "Ohio region",
                  "TTL": 60,
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
                  "Name": "example.com",
                  "Region": "us-west-2",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.45"
                    }
                  ],
                  "SetIdentifier": "Oregon region",
                  "TTL": 60,
                  "Type": "A"
                }
              }
            ],
            "Comment": "EC2 instances for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "EC2 instances for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
            "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates two latency resource record sets that route traffic to EC2 instances. Traffic for example.com is routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.",
        "id": "to-create-latency-resource-record-sets-1484350219917",
        "title": "To create latency resource record sets"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z3AADJGX6KTTL2"
                  },
                  "Name": "example.com",
                  "Region": "us-east-2",
                  "SetIdentifier": "Ohio region",
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z1H1FL5HABSF5"
                  },
                  "Name": "example.com",
                  "Region": "us-west-2",
                  "SetIdentifier": "Oregon region",
                  "Type": "A"
                }
              }
            ],
            "Comment": "ELB load balancers for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "ELB load balancers for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "DNSName": "The DNS name assigned to the resource",
            "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
            "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates two latency alias resource record sets that route traffic for example.com to ELB load balancers. Requests are routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.",
        "id": "to-create-latency-alias-resource-record-sets-1484601774179",
        "title": "To create latency alias resource record sets"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "Failover": "PRIMARY",
                  "HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.44"
                    }
                  ],
                  "SetIdentifier": "Ohio region",
                  "TTL": 60,
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "Failover": "SECONDARY",
                  "HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.45"
                    }
                  ],
                  "SetIdentifier": "Oregon region",
                  "TTL": 60,
                  "Type": "A"
                }
              }
            ],
            "Comment": "Failover configuration for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "Failover configuration for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
            "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates primary and secondary failover resource record sets that route traffic to EC2 instances. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.",
        "id": "to-create-failover-resource-record-sets-1484604541740",
        "title": "To create failover resource record sets"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z3AADJGX6KTTL2"
                  },
                  "Failover": "PRIMARY",
                  "Name": "example.com",
                  "SetIdentifier": "Ohio region",
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z1H1FL5HABSF5"
                  },
                  "Failover": "SECONDARY",
                  "Name": "example.com",
                  "SetIdentifier": "Oregon region",
                  "Type": "A"
                }
              }
            ],
            "Comment": "Failover alias configuration for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "Failover alias configuration for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "DNSName": "The DNS name assigned to the resource",
            "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
            "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates primary and secondary failover alias resource record sets that route traffic to ELB load balancers. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.",
        "id": "to-create-failover-alias-resource-record-sets-1484607497724",
        "title": "To create failover alias resource record sets"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "GeoLocation": {
                    "ContinentCode": "NA"
                  },
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.44"
                    }
                  ],
                  "SetIdentifier": "North America",
                  "TTL": 60,
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "GeoLocation": {
                    "ContinentCode": "SA"
                  },
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.45"
                    }
                  ],
                  "SetIdentifier": "South America",
                  "TTL": 60,
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "GeoLocation": {
                    "ContinentCode": "EU"
                  },
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.46"
                    }
                  ],
                  "SetIdentifier": "Europe",
                  "TTL": 60,
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "GeoLocation": {
                    "CountryCode": "*"
                  },
                  "Name": "example.com",
                  "ResourceRecords": [
                    {
                      "Value": "192.0.2.47"
                    }
                  ],
                  "SetIdentifier": "Other locations",
                  "TTL": 60,
                  "Type": "A"
                }
              }
            ],
            "Comment": "Geolocation configuration for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "Geolocation configuration for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
            "Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates four geolocation resource record sets that use IPv4 addresses to route traffic to resources such as web servers running on EC2 instances. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).",
        "id": "to-create-geolocation-resource-record-sets-1484612462466",
        "title": "To create geolocation resource record sets"
      },
      {
        "input": {
          "ChangeBatch": {
            "Changes": [
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z3AADJGX6KTTL2"
                  },
                  "GeoLocation": {
                    "ContinentCode": "NA"
                  },
                  "Name": "example.com",
                  "SetIdentifier": "North America",
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-234567890.sa-east-1.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z2P70J7HTTTPLU"
                  },
                  "GeoLocation": {
                    "ContinentCode": "SA"
                  },
                  "Name": "example.com",
                  "SetIdentifier": "South America",
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-234567890.eu-central-1.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z215JYRZR1TBD5"
                  },
                  "GeoLocation": {
                    "ContinentCode": "EU"
                  },
                  "Name": "example.com",
                  "SetIdentifier": "Europe",
                  "Type": "A"
                }
              },
              {
                "Action": "CREATE",
                "ResourceRecordSet": {
                  "AliasTarget": {
                    "DNSName": "example-com-234567890.ap-southeast-1.elb.amazonaws.com ",
                    "EvaluateTargetHealth": true,
                    "HostedZoneId": "Z1LMS91P8CMLE5"
                  },
                  "GeoLocation": {
                    "CountryCode": "*"
                  },
                  "Name": "example.com",
                  "SetIdentifier": "Other locations",
                  "Type": "A"
                }
              }
            ],
            "Comment": "Geolocation alias configuration for example.com"
          },
          "HostedZoneId": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "ChangeInfo": {
            "Comment": "Geolocation alias configuration for example.com",
            "Id": "/change/C2682N5HXP0BZ4",
            "Status": "PENDING",
            "SubmittedAt": "2017-02-10T01:36:41.958Z"
          }
        },
        "comments": {
          "input": {
            "Action": "Valid values: CREATE, DELETE, UPSERT",
            "DNSName": "The DNS name assigned to the resource",
            "HostedZoneId": "Depends on the type of resource that you want to route traffic to",
            "Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
          },
          "output": {
            "SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
          }
        },
        "description": "The following example creates four geolocation alias resource record sets that route traffic to ELB load balancers. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).",
        "id": "to-create-geolocation-alias-resource-record-sets-1484612871203",
        "title": "To create geolocation alias resource record sets"
      }
    ],
    "ChangeTagsForResource": [
      {
        "input": {
          "AddTags": [
            {
              "Key": "apex",
              "Value": "3874"
            },
            {
              "Key": "acme",
              "Value": "4938"
            }
          ],
          "RemoveTagKeys": [
            "Nadir"
          ],
          "ResourceId": "Z3M3LMPEXAMPLE",
          "ResourceType": "hostedzone"
        },
        "output": {
        },
        "comments": {
          "input": {
            "ResourceType": "Valid values are healthcheck and hostedzone."
          },
          "output": {
          }
        },
        "description": "The following example adds two tags and removes one tag from the hosted zone with ID Z3M3LMPEXAMPLE.",
        "id": "to-add-or-remove-tags-from-a-hosted-zone-or-health-check-1484084752409",
        "title": "To add or remove tags from a hosted zone or health check"
      }
    ],
    "GetHostedZone": [
      {
        "input": {
          "Id": "Z3M3LMPEXAMPLE"
        },
        "output": {
          "DelegationSet": {
            "NameServers": [
              "ns-2048.awsdns-64.com",
              "ns-2049.awsdns-65.net",
              "ns-2050.awsdns-66.org",
              "ns-2051.awsdns-67.co.uk"
            ]
          },
          "HostedZone": {
            "CallerReference": "C741617D-04E4-F8DE-B9D7-0D150FC61C2E",
            "Config": {
              "PrivateZone": false
            },
            "Id": "/hostedzone/Z3M3LMPEXAMPLE",
            "Name": "myawsbucket.com.",
            "ResourceRecordSetCount": 8
          }
        },
        "comments": {
          "input": {
          },
          "output": {
            "Id": "The ID of the hosted zone that you specified in the GetHostedZone request.",
            "Name": "The name of the hosted zone.",
            "NameServers": "The servers that you specify in your domain configuration.",
            "PrivateZone": "True if this is a private hosted zone, false if it's a public hosted zone."
          }
        },
        "description": "The following example gets information about the Z3M3LMPEXAMPLE hosted zone.",
        "id": "to-get-information-about-a-hosted-zone-1481752361124",
        "title": "To get information about a hosted zone"
      }
    ]
  }
}
¿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!