Current File : //proc/self/root/usr/lib/python3/dist-packages/botocore/data/savingsplans/2019-06-28/service-2.json
{
  "version":"2.0",
  "metadata":{
    "apiVersion":"2019-06-28",
    "endpointPrefix":"savingsplans",
    "globalEndpoint":"savingsplans.amazonaws.com",
    "jsonVersion":"1.0",
    "protocol":"rest-json",
    "serviceAbbreviation":"AWSSavingsPlans",
    "serviceFullName":"AWS Savings Plans",
    "serviceId":"savingsplans",
    "signatureVersion":"v4",
    "uid":"savingsplans-2019-06-28"
  },
  "operations":{
    "CreateSavingsPlan":{
      "name":"CreateSavingsPlan",
      "http":{
        "method":"POST",
        "requestUri":"/CreateSavingsPlan"
      },
      "input":{"shape":"CreateSavingsPlanRequest"},
      "output":{"shape":"CreateSavingsPlanResponse"},
      "errors":[
        {"shape":"ResourceNotFoundException"},
        {"shape":"ValidationException"},
        {"shape":"InternalServerException"},
        {"shape":"ServiceQuotaExceededException"}
      ],
      "documentation":"<p>Creates a Savings Plan.</p>"
    },
    "DeleteQueuedSavingsPlan":{
      "name":"DeleteQueuedSavingsPlan",
      "http":{
        "method":"POST",
        "requestUri":"/DeleteQueuedSavingsPlan"
      },
      "input":{"shape":"DeleteQueuedSavingsPlanRequest"},
      "output":{"shape":"DeleteQueuedSavingsPlanResponse"},
      "errors":[
        {"shape":"ValidationException"},
        {"shape":"ResourceNotFoundException"},
        {"shape":"InternalServerException"},
        {"shape":"ServiceQuotaExceededException"}
      ],
      "documentation":"<p>Deletes the queued purchase for the specified Savings Plan.</p>"
    },
    "DescribeSavingsPlanRates":{
      "name":"DescribeSavingsPlanRates",
      "http":{
        "method":"POST",
        "requestUri":"/DescribeSavingsPlanRates"
      },
      "input":{"shape":"DescribeSavingsPlanRatesRequest"},
      "output":{"shape":"DescribeSavingsPlanRatesResponse"},
      "errors":[
        {"shape":"ResourceNotFoundException"},
        {"shape":"ValidationException"}
      ],
      "documentation":"<p>Describes the specified Savings Plans rates.</p>"
    },
    "DescribeSavingsPlans":{
      "name":"DescribeSavingsPlans",
      "http":{
        "method":"POST",
        "requestUri":"/DescribeSavingsPlans"
      },
      "input":{"shape":"DescribeSavingsPlansRequest"},
      "output":{"shape":"DescribeSavingsPlansResponse"},
      "errors":[
        {"shape":"InternalServerException"},
        {"shape":"ValidationException"}
      ],
      "documentation":"<p>Describes the specified Savings Plans.</p>"
    },
    "DescribeSavingsPlansOfferingRates":{
      "name":"DescribeSavingsPlansOfferingRates",
      "http":{
        "method":"POST",
        "requestUri":"/DescribeSavingsPlansOfferingRates"
      },
      "input":{"shape":"DescribeSavingsPlansOfferingRatesRequest"},
      "output":{"shape":"DescribeSavingsPlansOfferingRatesResponse"},
      "errors":[
        {"shape":"ValidationException"},
        {"shape":"InternalServerException"}
      ],
      "documentation":"<p>Describes the specified Savings Plans offering rates.</p>"
    },
    "DescribeSavingsPlansOfferings":{
      "name":"DescribeSavingsPlansOfferings",
      "http":{
        "method":"POST",
        "requestUri":"/DescribeSavingsPlansOfferings"
      },
      "input":{"shape":"DescribeSavingsPlansOfferingsRequest"},
      "output":{"shape":"DescribeSavingsPlansOfferingsResponse"},
      "errors":[
        {"shape":"ValidationException"},
        {"shape":"InternalServerException"}
      ],
      "documentation":"<p>Describes the specified Savings Plans offerings.</p>"
    },
    "ListTagsForResource":{
      "name":"ListTagsForResource",
      "http":{
        "method":"POST",
        "requestUri":"/ListTagsForResource"
      },
      "input":{"shape":"ListTagsForResourceRequest"},
      "output":{"shape":"ListTagsForResourceResponse"},
      "errors":[
        {"shape":"ResourceNotFoundException"},
        {"shape":"ValidationException"},
        {"shape":"InternalServerException"}
      ],
      "documentation":"<p>Lists the tags for the specified resource.</p>"
    },
    "TagResource":{
      "name":"TagResource",
      "http":{
        "method":"POST",
        "requestUri":"/TagResource"
      },
      "input":{"shape":"TagResourceRequest"},
      "output":{"shape":"TagResourceResponse"},
      "errors":[
        {"shape":"ResourceNotFoundException"},
        {"shape":"ServiceQuotaExceededException"},
        {"shape":"ValidationException"},
        {"shape":"InternalServerException"}
      ],
      "documentation":"<p>Adds the specified tags to the specified resource.</p>"
    },
    "UntagResource":{
      "name":"UntagResource",
      "http":{
        "method":"POST",
        "requestUri":"/UntagResource"
      },
      "input":{"shape":"UntagResourceRequest"},
      "output":{"shape":"UntagResourceResponse"},
      "errors":[
        {"shape":"ResourceNotFoundException"},
        {"shape":"ValidationException"},
        {"shape":"InternalServerException"}
      ],
      "documentation":"<p>Removes the specified tags from the specified resource.</p>"
    }
  },
  "shapes":{
    "Amount":{"type":"string"},
    "ClientToken":{"type":"string"},
    "CreateSavingsPlanRequest":{
      "type":"structure",
      "required":[
        "savingsPlanOfferingId",
        "commitment"
      ],
      "members":{
        "savingsPlanOfferingId":{
          "shape":"SavingsPlanOfferingId",
          "documentation":"<p>The ID of the offering.</p>"
        },
        "commitment":{
          "shape":"Amount",
          "documentation":"<p>The hourly commitment, in USD. This is a value between 0.001 and 1 million. You cannot specify more than five digits after the decimal point.</p>"
        },
        "upfrontPaymentAmount":{
          "shape":"Amount",
          "documentation":"<p>The up-front payment amount. This is a whole number between 50 and 99 percent of the total value of the Savings Plan. This parameter is supported only if the payment option is <code>Partial Upfront</code>.</p>"
        },
        "purchaseTime":{
          "shape":"DateTime",
          "documentation":"<p>The time at which to purchase the Savings Plan, in UTC format (YYYY-MM-DDTHH:MM:SSZ).</p>"
        },
        "clientToken":{
          "shape":"ClientToken",
          "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
          "idempotencyToken":true
        },
        "tags":{
          "shape":"TagMap",
          "documentation":"<p>One or more tags.</p>"
        }
      }
    },
    "CreateSavingsPlanResponse":{
      "type":"structure",
      "members":{
        "savingsPlanId":{
          "shape":"SavingsPlanId",
          "documentation":"<p>The ID of the Savings Plan.</p>"
        }
      }
    },
    "CurrencyCode":{
      "type":"string",
      "enum":[
        "CNY",
        "USD"
      ]
    },
    "CurrencyList":{
      "type":"list",
      "member":{"shape":"CurrencyCode"}
    },
    "DateTime":{"type":"timestamp"},
    "DeleteQueuedSavingsPlanRequest":{
      "type":"structure",
      "required":["savingsPlanId"],
      "members":{
        "savingsPlanId":{
          "shape":"SavingsPlanId",
          "documentation":"<p>The ID of the Savings Plan.</p>"
        }
      }
    },
    "DeleteQueuedSavingsPlanResponse":{
      "type":"structure",
      "members":{
      }
    },
    "DescribeSavingsPlanRatesRequest":{
      "type":"structure",
      "required":["savingsPlanId"],
      "members":{
        "savingsPlanId":{
          "shape":"SavingsPlanId",
          "documentation":"<p>The ID of the Savings Plan.</p>"
        },
        "filters":{
          "shape":"SavingsPlanRateFilterList",
          "documentation":"<p>The filters.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token for the next page of results.</p>"
        },
        "maxResults":{
          "shape":"MaxResults",
          "documentation":"<p>The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.</p>"
        }
      }
    },
    "DescribeSavingsPlanRatesResponse":{
      "type":"structure",
      "members":{
        "savingsPlanId":{
          "shape":"SavingsPlanId",
          "documentation":"<p>The ID of the Savings Plan.</p>"
        },
        "searchResults":{
          "shape":"SavingsPlanRateList",
          "documentation":"<p>Information about the Savings Plans rates.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>"
        }
      }
    },
    "DescribeSavingsPlansOfferingRatesRequest":{
      "type":"structure",
      "members":{
        "savingsPlanOfferingIds":{
          "shape":"UUIDs",
          "documentation":"<p>The IDs of the offerings.</p>"
        },
        "savingsPlanPaymentOptions":{
          "shape":"SavingsPlanPaymentOptionList",
          "documentation":"<p>The payment options.</p>"
        },
        "savingsPlanTypes":{
          "shape":"SavingsPlanTypeList",
          "documentation":"<p>The plan types.</p>"
        },
        "products":{
          "shape":"SavingsPlanProductTypeList",
          "documentation":"<p>The AWS products.</p>"
        },
        "serviceCodes":{
          "shape":"SavingsPlanRateServiceCodeList",
          "documentation":"<p>The services.</p>"
        },
        "usageTypes":{
          "shape":"SavingsPlanRateUsageTypeList",
          "documentation":"<p>The usage details of the line item in the billing report.</p>"
        },
        "operations":{
          "shape":"SavingsPlanRateOperationList",
          "documentation":"<p>The specific AWS operation for the line item in the billing report.</p>"
        },
        "filters":{
          "shape":"SavingsPlanOfferingRateFiltersList",
          "documentation":"<p>The filters.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token for the next page of results.</p>"
        },
        "maxResults":{
          "shape":"PageSize",
          "documentation":"<p>The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.</p>"
        }
      }
    },
    "DescribeSavingsPlansOfferingRatesResponse":{
      "type":"structure",
      "members":{
        "searchResults":{
          "shape":"SavingsPlanOfferingRatesList",
          "documentation":"<p>Information about the Savings Plans offering rates.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>"
        }
      }
    },
    "DescribeSavingsPlansOfferingsRequest":{
      "type":"structure",
      "members":{
        "offeringIds":{
          "shape":"UUIDs",
          "documentation":"<p>The IDs of the offerings.</p>"
        },
        "paymentOptions":{
          "shape":"SavingsPlanPaymentOptionList",
          "documentation":"<p>The payment options.</p>"
        },
        "productType":{
          "shape":"SavingsPlanProductType",
          "documentation":"<p>The product type.</p>"
        },
        "planTypes":{
          "shape":"SavingsPlanTypeList",
          "documentation":"<p>The plan type.</p>"
        },
        "durations":{
          "shape":"DurationsList",
          "documentation":"<p>The durations, in seconds.</p>"
        },
        "currencies":{
          "shape":"CurrencyList",
          "documentation":"<p>The currencies.</p>"
        },
        "descriptions":{
          "shape":"SavingsPlanDescriptionsList",
          "documentation":"<p>The descriptions.</p>"
        },
        "serviceCodes":{
          "shape":"SavingsPlanServiceCodeList",
          "documentation":"<p>The services.</p>"
        },
        "usageTypes":{
          "shape":"SavingsPlanUsageTypeList",
          "documentation":"<p>The usage details of the line item in the billing report.</p>"
        },
        "operations":{
          "shape":"SavingsPlanOperationList",
          "documentation":"<p>The specific AWS operation for the line item in the billing report.</p>"
        },
        "filters":{
          "shape":"SavingsPlanOfferingFiltersList",
          "documentation":"<p>The filters.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token for the next page of results.</p>"
        },
        "maxResults":{
          "shape":"PageSize",
          "documentation":"<p>The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.</p>"
        }
      }
    },
    "DescribeSavingsPlansOfferingsResponse":{
      "type":"structure",
      "members":{
        "searchResults":{
          "shape":"SavingsPlanOfferingsList",
          "documentation":"<p>Information about the Savings Plans offerings.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>"
        }
      }
    },
    "DescribeSavingsPlansRequest":{
      "type":"structure",
      "members":{
        "savingsPlanArns":{
          "shape":"SavingsPlanArnList",
          "documentation":"<p>The Amazon Resource Names (ARN) of the Savings Plans.</p>"
        },
        "savingsPlanIds":{
          "shape":"SavingsPlanIdList",
          "documentation":"<p>The IDs of the Savings Plans.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token for the next page of results.</p>"
        },
        "maxResults":{
          "shape":"MaxResults",
          "documentation":"<p>The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.</p>"
        },
        "states":{
          "shape":"SavingsPlanStateList",
          "documentation":"<p>The states.</p>"
        },
        "filters":{
          "shape":"SavingsPlanFilterList",
          "documentation":"<p>The filters.</p>"
        }
      }
    },
    "DescribeSavingsPlansResponse":{
      "type":"structure",
      "members":{
        "savingsPlans":{
          "shape":"SavingsPlanList",
          "documentation":"<p>Information about the Savings Plans.</p>"
        },
        "nextToken":{
          "shape":"PaginationToken",
          "documentation":"<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>"
        }
      }
    },
    "DurationsList":{
      "type":"list",
      "member":{"shape":"SavingsPlansDuration"}
    },
    "EC2InstanceFamily":{"type":"string"},
    "FilterValuesList":{
      "type":"list",
      "member":{"shape":"JsonSafeFilterValueString"}
    },
    "InternalServerException":{
      "type":"structure",
      "required":["message"],
      "members":{
        "message":{"shape":"String"}
      },
      "documentation":"<p>An unexpected error occurred.</p>",
      "error":{"httpStatusCode":500},
      "exception":true
    },
    "JsonSafeFilterValueString":{
      "type":"string",
      "pattern":"^[a-zA-Z0-9_ \\/.\\:\\-\\(\\)]+$"
    },
    "ListOfStrings":{
      "type":"list",
      "member":{"shape":"String"}
    },
    "ListTagsForResourceRequest":{
      "type":"structure",
      "required":["resourceArn"],
      "members":{
        "resourceArn":{
          "shape":"SavingsPlanArn",
          "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>"
        }
      }
    },
    "ListTagsForResourceResponse":{
      "type":"structure",
      "members":{
        "tags":{
          "shape":"TagMap",
          "documentation":"<p>Information about the tags.</p>"
        }
      }
    },
    "MaxResults":{
      "type":"integer",
      "max":1000,
      "min":1
    },
    "PageSize":{
      "type":"integer",
      "max":1000,
      "min":0
    },
    "PaginationToken":{
      "type":"string",
      "max":1024,
      "pattern":"^[A-Za-z0-9/=\\+]+$"
    },
    "ParentSavingsPlanOffering":{
      "type":"structure",
      "members":{
        "offeringId":{
          "shape":"UUID",
          "documentation":"<p>The ID of the offering.</p>"
        },
        "paymentOption":{
          "shape":"SavingsPlanPaymentOption",
          "documentation":"<p>The payment option.</p>"
        },
        "planType":{
          "shape":"SavingsPlanType",
          "documentation":"<p>The plan type.</p>"
        },
        "durationSeconds":{
          "shape":"SavingsPlansDuration",
          "documentation":"<p>The duration, in seconds.</p>"
        },
        "currency":{
          "shape":"CurrencyCode",
          "documentation":"<p>The currency.</p>"
        },
        "planDescription":{
          "shape":"SavingsPlanDescription",
          "documentation":"<p>The description.</p>"
        }
      },
      "documentation":"<p>Information about a Savings Plan offering.</p>"
    },
    "Region":{"type":"string"},
    "ResourceNotFoundException":{
      "type":"structure",
      "required":["message"],
      "members":{
        "message":{"shape":"String"}
      },
      "documentation":"<p>The specified resource was not found.</p>",
      "error":{"httpStatusCode":404},
      "exception":true
    },
    "SavingsPlan":{
      "type":"structure",
      "members":{
        "offeringId":{
          "shape":"SavingsPlanOfferingId",
          "documentation":"<p>The ID of the offering.</p>"
        },
        "savingsPlanId":{
          "shape":"SavingsPlanId",
          "documentation":"<p>The ID of the Savings Plan.</p>"
        },
        "savingsPlanArn":{
          "shape":"SavingsPlanArn",
          "documentation":"<p>The Amazon Resource Name (ARN) of the Savings Plan.</p>"
        },
        "description":{
          "shape":"String",
          "documentation":"<p>The description.</p>"
        },
        "start":{
          "shape":"String",
          "documentation":"<p>The start time.</p>"
        },
        "end":{
          "shape":"String",
          "documentation":"<p>The end time.</p>"
        },
        "state":{
          "shape":"SavingsPlanState",
          "documentation":"<p>The state.</p>"
        },
        "region":{
          "shape":"Region",
          "documentation":"<p>The AWS Region.</p>"
        },
        "ec2InstanceFamily":{
          "shape":"EC2InstanceFamily",
          "documentation":"<p>The EC2 instance family.</p>"
        },
        "savingsPlanType":{
          "shape":"SavingsPlanType",
          "documentation":"<p>The plan type.</p>"
        },
        "paymentOption":{
          "shape":"SavingsPlanPaymentOption",
          "documentation":"<p>The payment option.</p>"
        },
        "productTypes":{
          "shape":"SavingsPlanProductTypeList",
          "documentation":"<p>The product types.</p>"
        },
        "currency":{
          "shape":"CurrencyCode",
          "documentation":"<p>The currency.</p>"
        },
        "commitment":{
          "shape":"Amount",
          "documentation":"<p>The hourly commitment, in USD.</p>"
        },
        "upfrontPaymentAmount":{
          "shape":"Amount",
          "documentation":"<p>The up-front payment amount.</p>"
        },
        "recurringPaymentAmount":{
          "shape":"Amount",
          "documentation":"<p>The recurring payment amount.</p>"
        },
        "termDurationInSeconds":{
          "shape":"TermDurationInSeconds",
          "documentation":"<p>The duration of the term, in seconds.</p>"
        },
        "tags":{
          "shape":"TagMap",
          "documentation":"<p>One or more tags.</p>"
        }
      },
      "documentation":"<p>Information about a Savings Plan.</p>"
    },
    "SavingsPlanArn":{
      "type":"string",
      "pattern":"arn:aws:[a-z]+:([a-z]{2}-[a-z]+-\\d{1}|):(\\d{12}):savingsplan\\/([0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})$"
    },
    "SavingsPlanArnList":{
      "type":"list",
      "member":{"shape":"SavingsPlanArn"},
      "max":100
    },
    "SavingsPlanDescription":{
      "type":"string",
      "pattern":"^[a-zA-Z0-9_\\- ]+$"
    },
    "SavingsPlanDescriptionsList":{
      "type":"list",
      "member":{"shape":"SavingsPlanDescription"}
    },
    "SavingsPlanFilter":{
      "type":"structure",
      "members":{
        "name":{
          "shape":"SavingsPlansFilterName",
          "documentation":"<p>The filter name.</p>"
        },
        "values":{
          "shape":"ListOfStrings",
          "documentation":"<p>The filter value.</p>"
        }
      },
      "documentation":"<p>Information about a filter.</p>"
    },
    "SavingsPlanFilterList":{
      "type":"list",
      "member":{"shape":"SavingsPlanFilter"}
    },
    "SavingsPlanId":{"type":"string"},
    "SavingsPlanIdList":{
      "type":"list",
      "member":{"shape":"SavingsPlanId"}
    },
    "SavingsPlanList":{
      "type":"list",
      "member":{"shape":"SavingsPlan"}
    },
    "SavingsPlanOffering":{
      "type":"structure",
      "members":{
        "offeringId":{
          "shape":"UUID",
          "documentation":"<p>The ID of the offering.</p>"
        },
        "productTypes":{
          "shape":"SavingsPlanProductTypeList",
          "documentation":"<p>The product type.</p>"
        },
        "planType":{
          "shape":"SavingsPlanType",
          "documentation":"<p>The plan type.</p>"
        },
        "description":{
          "shape":"SavingsPlanDescription",
          "documentation":"<p>The description.</p>"
        },
        "paymentOption":{
          "shape":"SavingsPlanPaymentOption",
          "documentation":"<p>The payment option.</p>"
        },
        "durationSeconds":{
          "shape":"SavingsPlansDuration",
          "documentation":"<p>The duration, in seconds.</p>"
        },
        "currency":{
          "shape":"CurrencyCode",
          "documentation":"<p>The currency.</p>"
        },
        "serviceCode":{
          "shape":"SavingsPlanServiceCode",
          "documentation":"<p>The service.</p>"
        },
        "usageType":{
          "shape":"SavingsPlanUsageType",
          "documentation":"<p>The usage details of the line item in the billing report.</p>"
        },
        "operation":{
          "shape":"SavingsPlanOperation",
          "documentation":"<p>The specific AWS operation for the line item in the billing report.</p>"
        },
        "properties":{
          "shape":"SavingsPlanOfferingPropertyList",
          "documentation":"<p>The properties.</p>"
        }
      },
      "documentation":"<p>Information about a Savings Plan offering.</p>"
    },
    "SavingsPlanOfferingFilterAttribute":{
      "type":"string",
      "enum":[
        "region",
        "instanceFamily"
      ]
    },
    "SavingsPlanOfferingFilterElement":{
      "type":"structure",
      "members":{
        "name":{
          "shape":"SavingsPlanOfferingFilterAttribute",
          "documentation":"<p>The filter name.</p>"
        },
        "values":{
          "shape":"FilterValuesList",
          "documentation":"<p>The filter values.</p>"
        }
      },
      "documentation":"<p>Information about a filter.</p>"
    },
    "SavingsPlanOfferingFiltersList":{
      "type":"list",
      "member":{"shape":"SavingsPlanOfferingFilterElement"}
    },
    "SavingsPlanOfferingId":{"type":"string"},
    "SavingsPlanOfferingProperty":{
      "type":"structure",
      "members":{
        "name":{
          "shape":"SavingsPlanOfferingPropertyKey",
          "documentation":"<p>The property name.</p>"
        },
        "value":{
          "shape":"JsonSafeFilterValueString",
          "documentation":"<p>The property value.</p>"
        }
      },
      "documentation":"<p>Information about a property.</p>"
    },
    "SavingsPlanOfferingPropertyKey":{
      "type":"string",
      "enum":[
        "region",
        "instanceFamily"
      ]
    },
    "SavingsPlanOfferingPropertyList":{
      "type":"list",
      "member":{"shape":"SavingsPlanOfferingProperty"}
    },
    "SavingsPlanOfferingRate":{
      "type":"structure",
      "members":{
        "savingsPlanOffering":{
          "shape":"ParentSavingsPlanOffering",
          "documentation":"<p>The Savings Plan offering.</p>"
        },
        "rate":{
          "shape":"SavingsPlanRatePricePerUnit",
          "documentation":"<p>The Savings Plan rate.</p>"
        },
        "unit":{
          "shape":"SavingsPlanRateUnit",
          "documentation":"<p>The unit.</p>"
        },
        "productType":{
          "shape":"SavingsPlanProductType",
          "documentation":"<p>The product type.</p>"
        },
        "serviceCode":{
          "shape":"SavingsPlanRateServiceCode",
          "documentation":"<p>The service.</p>"
        },
        "usageType":{
          "shape":"SavingsPlanRateUsageType",
          "documentation":"<p>The usage details of the line item in the billing report.</p>"
        },
        "operation":{
          "shape":"SavingsPlanRateOperation",
          "documentation":"<p>The specific AWS operation for the line item in the billing report.</p>"
        },
        "properties":{
          "shape":"SavingsPlanOfferingRatePropertyList",
          "documentation":"<p>The properties.</p>"
        }
      },
      "documentation":"<p>Information about a Savings Plan offering rate.</p>"
    },
    "SavingsPlanOfferingRateFilterElement":{
      "type":"structure",
      "members":{
        "name":{
          "shape":"SavingsPlanRateFilterAttribute",
          "documentation":"<p>The filter name.</p>"
        },
        "values":{
          "shape":"FilterValuesList",
          "documentation":"<p>The filter values.</p>"
        }
      },
      "documentation":"<p>Information about a filter.</p>"
    },
    "SavingsPlanOfferingRateFiltersList":{
      "type":"list",
      "member":{"shape":"SavingsPlanOfferingRateFilterElement"}
    },
    "SavingsPlanOfferingRateProperty":{
      "type":"structure",
      "members":{
        "name":{
          "shape":"JsonSafeFilterValueString",
          "documentation":"<p>The property name.</p>"
        },
        "value":{
          "shape":"JsonSafeFilterValueString",
          "documentation":"<p>The property value.</p>"
        }
      },
      "documentation":"<p>Information about a property.</p>"
    },
    "SavingsPlanOfferingRatePropertyList":{
      "type":"list",
      "member":{"shape":"SavingsPlanOfferingRateProperty"}
    },
    "SavingsPlanOfferingRatesList":{
      "type":"list",
      "member":{"shape":"SavingsPlanOfferingRate"}
    },
    "SavingsPlanOfferingsList":{
      "type":"list",
      "member":{"shape":"SavingsPlanOffering"}
    },
    "SavingsPlanOperation":{
      "type":"string",
      "max":255,
      "pattern":"^[a-zA-Z0-9_ \\/.:-]*$"
    },
    "SavingsPlanOperationList":{
      "type":"list",
      "member":{"shape":"SavingsPlanOperation"}
    },
    "SavingsPlanPaymentOption":{
      "type":"string",
      "enum":[
        "All Upfront",
        "Partial Upfront",
        "No Upfront"
      ]
    },
    "SavingsPlanPaymentOptionList":{
      "type":"list",
      "member":{"shape":"SavingsPlanPaymentOption"}
    },
    "SavingsPlanProductType":{
      "type":"string",
      "enum":[
        "EC2",
        "Fargate",
        "Lambda",
        "SageMaker"
      ]
    },
    "SavingsPlanProductTypeList":{
      "type":"list",
      "member":{"shape":"SavingsPlanProductType"}
    },
    "SavingsPlanRate":{
      "type":"structure",
      "members":{
        "rate":{
          "shape":"Amount",
          "documentation":"<p>The rate.</p>"
        },
        "currency":{
          "shape":"CurrencyCode",
          "documentation":"<p>The currency.</p>"
        },
        "unit":{
          "shape":"SavingsPlanRateUnit",
          "documentation":"<p>The unit.</p>"
        },
        "productType":{
          "shape":"SavingsPlanProductType",
          "documentation":"<p>The product type.</p>"
        },
        "serviceCode":{
          "shape":"SavingsPlanRateServiceCode",
          "documentation":"<p>The service.</p>"
        },
        "usageType":{
          "shape":"SavingsPlanRateUsageType",
          "documentation":"<p>The usage details of the line item in the billing report.</p>"
        },
        "operation":{
          "shape":"SavingsPlanRateOperation",
          "documentation":"<p>The specific AWS operation for the line item in the billing report.</p>"
        },
        "properties":{
          "shape":"SavingsPlanRatePropertyList",
          "documentation":"<p>The properties.</p>"
        }
      },
      "documentation":"<p>Information about a Savings Plan rate.</p>"
    },
    "SavingsPlanRateFilter":{
      "type":"structure",
      "members":{
        "name":{
          "shape":"SavingsPlanRateFilterName",
          "documentation":"<p>The filter name.</p>"
        },
        "values":{
          "shape":"ListOfStrings",
          "documentation":"<p>The filter values.</p>"
        }
      },
      "documentation":"<p>Information about a filter.</p>"
    },
    "SavingsPlanRateFilterAttribute":{
      "type":"string",
      "enum":[
        "region",
        "instanceFamily",
        "instanceType",
        "productDescription",
        "tenancy",
        "productId"
      ]
    },
    "SavingsPlanRateFilterList":{
      "type":"list",
      "member":{"shape":"SavingsPlanRateFilter"}
    },
    "SavingsPlanRateFilterName":{
      "type":"string",
      "enum":[
        "region",
        "instanceType",
        "productDescription",
        "tenancy",
        "productType",
        "serviceCode",
        "usageType",
        "operation"
      ]
    },
    "SavingsPlanRateList":{
      "type":"list",
      "member":{"shape":"SavingsPlanRate"}
    },
    "SavingsPlanRateOperation":{
      "type":"string",
      "max":255,
      "pattern":"^[a-zA-Z0-9_ \\/.:-]*$"
    },
    "SavingsPlanRateOperationList":{
      "type":"list",
      "member":{"shape":"SavingsPlanRateOperation"}
    },
    "SavingsPlanRatePricePerUnit":{"type":"string"},
    "SavingsPlanRateProperty":{
      "type":"structure",
      "members":{
        "name":{
          "shape":"SavingsPlanRatePropertyKey",
          "documentation":"<p>The property name.</p>"
        },
        "value":{
          "shape":"JsonSafeFilterValueString",
          "documentation":"<p>The property value.</p>"
        }
      },
      "documentation":"<p>Information about a property.</p>"
    },
    "SavingsPlanRatePropertyKey":{
      "type":"string",
      "enum":[
        "region",
        "instanceType",
        "instanceFamily",
        "productDescription",
        "tenancy"
      ]
    },
    "SavingsPlanRatePropertyList":{
      "type":"list",
      "member":{"shape":"SavingsPlanRateProperty"}
    },
    "SavingsPlanRateServiceCode":{
      "type":"string",
      "enum":[
        "AmazonEC2",
        "AmazonECS",
        "AmazonEKS",
        "AWSLambda",
        "AmazonSageMaker"
      ]
    },
    "SavingsPlanRateServiceCodeList":{
      "type":"list",
      "member":{"shape":"SavingsPlanRateServiceCode"}
    },
    "SavingsPlanRateUnit":{
      "type":"string",
      "enum":[
        "Hrs",
        "Lambda-GB-Second",
        "Request"
      ]
    },
    "SavingsPlanRateUsageType":{
      "type":"string",
      "max":255,
      "pattern":"^[a-zA-Z0-9_ \\/.:-]+$"
    },
    "SavingsPlanRateUsageTypeList":{
      "type":"list",
      "member":{"shape":"SavingsPlanRateUsageType"}
    },
    "SavingsPlanServiceCode":{
      "type":"string",
      "max":255,
      "pattern":"^[a-zA-Z]+$"
    },
    "SavingsPlanServiceCodeList":{
      "type":"list",
      "member":{"shape":"SavingsPlanServiceCode"}
    },
    "SavingsPlanState":{
      "type":"string",
      "enum":[
        "payment-pending",
        "payment-failed",
        "active",
        "retired",
        "queued",
        "queued-deleted"
      ]
    },
    "SavingsPlanStateList":{
      "type":"list",
      "member":{"shape":"SavingsPlanState"}
    },
    "SavingsPlanType":{
      "type":"string",
      "enum":[
        "Compute",
        "EC2Instance",
        "SageMaker"
      ]
    },
    "SavingsPlanTypeList":{
      "type":"list",
      "member":{"shape":"SavingsPlanType"}
    },
    "SavingsPlanUsageType":{
      "type":"string",
      "max":255,
      "pattern":"^[a-zA-Z0-9_ \\/.:-]+$"
    },
    "SavingsPlanUsageTypeList":{
      "type":"list",
      "member":{"shape":"SavingsPlanUsageType"}
    },
    "SavingsPlansDuration":{
      "type":"long",
      "min":0
    },
    "SavingsPlansFilterName":{
      "type":"string",
      "enum":[
        "region",
        "ec2-instance-family",
        "commitment",
        "upfront",
        "term",
        "savings-plan-type",
        "payment-option",
        "start",
        "end"
      ]
    },
    "ServiceQuotaExceededException":{
      "type":"structure",
      "required":["message"],
      "members":{
        "message":{"shape":"String"}
      },
      "documentation":"<p>A service quota has been exceeded.</p>",
      "error":{"httpStatusCode":402},
      "exception":true
    },
    "String":{"type":"string"},
    "TagKey":{"type":"string"},
    "TagKeyList":{
      "type":"list",
      "member":{"shape":"TagKey"}
    },
    "TagMap":{
      "type":"map",
      "key":{"shape":"TagKey"},
      "value":{"shape":"TagValue"}
    },
    "TagResourceRequest":{
      "type":"structure",
      "required":[
        "resourceArn",
        "tags"
      ],
      "members":{
        "resourceArn":{
          "shape":"SavingsPlanArn",
          "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>"
        },
        "tags":{
          "shape":"TagMap",
          "documentation":"<p>One or more tags. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>"
        }
      }
    },
    "TagResourceResponse":{
      "type":"structure",
      "members":{
      }
    },
    "TagValue":{"type":"string"},
    "TermDurationInSeconds":{"type":"long"},
    "UUID":{
      "type":"string",
      "pattern":"[a-f0-9]+(-[a-f0-9]+)*"
    },
    "UUIDs":{
      "type":"list",
      "member":{"shape":"UUID"}
    },
    "UntagResourceRequest":{
      "type":"structure",
      "required":[
        "resourceArn",
        "tagKeys"
      ],
      "members":{
        "resourceArn":{
          "shape":"SavingsPlanArn",
          "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>"
        },
        "tagKeys":{
          "shape":"TagKeyList",
          "documentation":"<p>The tag keys.</p>"
        }
      }
    },
    "UntagResourceResponse":{
      "type":"structure",
      "members":{
      }
    },
    "ValidationException":{
      "type":"structure",
      "required":["message"],
      "members":{
        "message":{"shape":"String"}
      },
      "documentation":"<p>One of the input parameters is not valid.</p>",
      "error":{"httpStatusCode":400},
      "exception":true
    }
  },
  "documentation":"<p>Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the <a href=\"https://docs.aws.amazon.com/savingsplans/latest/userguide/\">AWS Savings Plans User Guide</a>.</p>"
}
¿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!