Current File : //proc/self/root/usr/lib/python3/dist-packages/botocore/data/oam/2022-06-10/service-2.json
{
  "version":"2.0",
  "metadata":{
    "apiVersion":"2022-06-10",
    "endpointPrefix":"oam",
    "jsonVersion":"1.1",
    "protocol":"rest-json",
    "serviceFullName":"CloudWatch Observability Access Manager",
    "serviceId":"OAM",
    "signatureVersion":"v4",
    "signingName":"oam",
    "uid":"oam-2022-06-10"
  },
  "operations":{
    "CreateLink":{
      "name":"CreateLink",
      "http":{
        "method":"POST",
        "requestUri":"/CreateLink",
        "responseCode":200
      },
      "input":{"shape":"CreateLinkInput"},
      "output":{"shape":"CreateLinkOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"ConflictException"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"ServiceQuotaExceededException"},
        {"shape":"InvalidParameterException"}
      ],
      "documentation":"<p>Creates a link between a source account and a sink that you have created in a monitoring account.</p> <p>Before you create a link, you must create a sink in the monitoring account and create a sink policy in that account. The sink policy must permit the source account to link to it. You can grant permission to source accounts by granting permission to an entire organization or to individual accounts.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_CreateSink.html\">CreateSink</a> and <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_PutSinkPolicy.html\">PutSinkPolicy</a>.</p> <p>Each monitoring account can be linked to as many as 100,000 source accounts.</p> <p>Each source account can be linked to as many as five monitoring accounts.</p>"
    },
    "CreateSink":{
      "name":"CreateSink",
      "http":{
        "method":"POST",
        "requestUri":"/CreateSink",
        "responseCode":200
      },
      "input":{"shape":"CreateSinkInput"},
      "output":{"shape":"CreateSinkOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"ConflictException"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"ServiceQuotaExceededException"},
        {"shape":"InvalidParameterException"}
      ],
      "documentation":"<p>Use this to create a <i>sink</i> in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability. A sink is a resource that represents an attachment point in a monitoring account. Source accounts can link to the sink to send observability data.</p> <p>After you create a sink, you must create a sink policy that allows source accounts to attach to it. For more information, see <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_PutSinkPolicy.html\">PutSinkPolicy</a>.</p> <p>Each account can contain one sink. If you delete a sink, you can then create a new one in that account.</p>"
    },
    "DeleteLink":{
      "name":"DeleteLink",
      "http":{
        "method":"POST",
        "requestUri":"/DeleteLink",
        "responseCode":200
      },
      "input":{"shape":"DeleteLinkInput"},
      "output":{"shape":"DeleteLinkOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Deletes a link between a monitoring account sink and a source account. You must run this operation in the source account.</p>"
    },
    "DeleteSink":{
      "name":"DeleteSink",
      "http":{
        "method":"POST",
        "requestUri":"/DeleteSink",
        "responseCode":200
      },
      "input":{"shape":"DeleteSinkInput"},
      "output":{"shape":"DeleteSinkOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"ConflictException"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Deletes a sink. You must delete all links to a sink before you can delete that sink.</p>"
    },
    "GetLink":{
      "name":"GetLink",
      "http":{
        "method":"POST",
        "requestUri":"/GetLink",
        "responseCode":200
      },
      "input":{"shape":"GetLinkInput"},
      "output":{"shape":"GetLinkOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Returns complete information about one link.</p> <p>To use this operation, provide the link ARN. To retrieve a list of link ARNs, use <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListLinks.html\">ListLinks</a>.</p>"
    },
    "GetSink":{
      "name":"GetSink",
      "http":{
        "method":"POST",
        "requestUri":"/GetSink",
        "responseCode":200
      },
      "input":{"shape":"GetSinkInput"},
      "output":{"shape":"GetSinkOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Returns complete information about one monitoring account sink.</p> <p>To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListSinks.html\">ListSinks</a>.</p>"
    },
    "GetSinkPolicy":{
      "name":"GetSinkPolicy",
      "http":{
        "method":"POST",
        "requestUri":"/GetSinkPolicy",
        "responseCode":200
      },
      "input":{"shape":"GetSinkPolicyInput"},
      "output":{"shape":"GetSinkPolicyOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Returns the current sink policy attached to this sink. The sink policy specifies what accounts can attach to this sink as source accounts, and what types of data they can share.</p>"
    },
    "ListAttachedLinks":{
      "name":"ListAttachedLinks",
      "http":{
        "method":"POST",
        "requestUri":"/ListAttachedLinks",
        "responseCode":200
      },
      "input":{"shape":"ListAttachedLinksInput"},
      "output":{"shape":"ListAttachedLinksOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Returns a list of source account links that are linked to this monitoring account sink.</p> <p>To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListSinks.html\">ListSinks</a>.</p> <p>To find a list of links for one source account, use <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListLinks.html\">ListLinks</a>.</p>"
    },
    "ListLinks":{
      "name":"ListLinks",
      "http":{
        "method":"POST",
        "requestUri":"/ListLinks",
        "responseCode":200
      },
      "input":{"shape":"ListLinksInput"},
      "output":{"shape":"ListLinksOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Use this operation in a source account to return a list of links to monitoring account sinks that this source account has.</p> <p>To find a list of links for one monitoring account sink, use <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListAttachedLinks.html\">ListAttachedLinks</a> from within the monitoring account.</p>"
    },
    "ListSinks":{
      "name":"ListSinks",
      "http":{
        "method":"POST",
        "requestUri":"/ListSinks",
        "responseCode":200
      },
      "input":{"shape":"ListSinksInput"},
      "output":{"shape":"ListSinksOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Use this operation in a monitoring account to return the list of sinks created in that account.</p>"
    },
    "ListTagsForResource":{
      "name":"ListTagsForResource",
      "http":{
        "method":"GET",
        "requestUri":"/tags/{ResourceArn}",
        "responseCode":200
      },
      "input":{"shape":"ListTagsForResourceInput"},
      "output":{"shape":"ListTagsForResourceOutput"},
      "errors":[
        {"shape":"ValidationException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Displays the tags associated with a resource. Both sinks and links support tagging.</p>"
    },
    "PutSinkPolicy":{
      "name":"PutSinkPolicy",
      "http":{
        "method":"POST",
        "requestUri":"/PutSinkPolicy",
        "responseCode":200
      },
      "input":{"shape":"PutSinkPolicyInput"},
      "output":{"shape":"PutSinkPolicyOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink. When you create a sink policy, you can grant permissions to all accounts in an organization or to individual accounts.</p> <p>You can also use a sink policy to limit the types of data that is shared. The three types that you can allow or deny are:</p> <ul> <li> <p> <b>Metrics</b> - Specify with <code>AWS::CloudWatch::Metric</code> </p> </li> <li> <p> <b>Log groups</b> - Specify with <code>AWS::Logs::LogGroup</code> </p> </li> <li> <p> <b>Traces</b> - Specify with <code>AWS::XRay::Trace</code> </p> </li> <li> <p> <b>Application Insights - Applications</b> - Specify with <code>AWS::ApplicationInsights::Application</code> </p> </li> </ul> <p>See the examples in this section to see how to specify permitted source accounts and data types.</p>"
    },
    "TagResource":{
      "name":"TagResource",
      "http":{
        "method":"PUT",
        "requestUri":"/tags/{ResourceArn}",
        "responseCode":200
      },
      "input":{"shape":"TagResourceInput"},
      "output":{"shape":"TagResourceOutput"},
      "errors":[
        {"shape":"ValidationException"},
        {"shape":"TooManyTagsException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Assigns one or more tags (key-value pairs) to the specified resource. Both sinks and links can be tagged. </p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.</p> <p>Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.</p> <p>You can use the <code>TagResource</code> action with a resource that already has tags. If you specify a new tag key for the alarm, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces the previous value for that tag.</p> <p>You can associate as many as 50 tags with a resource.</p> <important> <p>Unlike tagging permissions in other Amazon Web Services services, to tag or untag links and sinks you must have the <code>oam:ResourceTag</code> permission. The <code>iam:ResourceTag</code> permission does not allow you to tag and untag links and sinks.</p> </important>"
    },
    "UntagResource":{
      "name":"UntagResource",
      "http":{
        "method":"DELETE",
        "requestUri":"/tags/{ResourceArn}",
        "responseCode":200
      },
      "input":{"shape":"UntagResourceInput"},
      "output":{"shape":"UntagResourceOutput"},
      "errors":[
        {"shape":"ValidationException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Removes one or more tags from the specified resource.</p> <important> <p>Unlike tagging permissions in other Amazon Web Services services, to tag or untag links and sinks you must have the <code>oam:ResourceTag</code> permission. The <code>iam:TagResource</code> permission does not allow you to tag and untag links and sinks.</p> </important>"
    },
    "UpdateLink":{
      "name":"UpdateLink",
      "http":{
        "method":"POST",
        "requestUri":"/UpdateLink",
        "responseCode":200
      },
      "input":{"shape":"UpdateLinkInput"},
      "output":{"shape":"UpdateLinkOutput"},
      "errors":[
        {"shape":"InternalServiceFault"},
        {"shape":"MissingRequiredParameterException"},
        {"shape":"InvalidParameterException"},
        {"shape":"ResourceNotFoundException"}
      ],
      "documentation":"<p>Use this operation to change what types of data are shared from a source account to its linked monitoring account sink. You can't change the sink or change the monitoring account with this operation.</p> <p>To update the list of tags associated with the sink, use <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_TagResource.html\">TagResource</a>.</p>"
    }
  },
  "shapes":{
    "Arn":{
      "type":"string",
      "pattern":"arn:(\\w|-)+:oam:.+:.+:.+.*"
    },
    "ConflictException":{
      "type":"structure",
      "members":{
        "Message":{"shape":"String"},
        "amznErrorType":{
          "shape":"String",
          "documentation":"<p>The name of the exception.</p>",
          "location":"header",
          "locationName":"x-amzn-ErrorType"
        }
      },
      "documentation":"<p>A resource was in an inconsistent state during an update or a deletion.</p>",
      "error":{
        "httpStatusCode":409,
        "senderFault":true
      },
      "exception":true
    },
    "CreateLinkInput":{
      "type":"structure",
      "required":[
        "LabelTemplate",
        "ResourceTypes",
        "SinkIdentifier"
      ],
      "members":{
        "LabelTemplate":{
          "shape":"LabelTemplate",
          "documentation":"<p>Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.</p> <p>You can use a custom label or use the following variables:</p> <ul> <li> <p> <code>$AccountName</code> is the name of the account</p> </li> <li> <p> <code>$AccountEmail</code> is the globally unique email address of the account</p> </li> <li> <p> <code>$AccountEmailNoDomain</code> is the email address of the account without the domain name</p> </li> </ul>"
        },
        "ResourceTypes":{
          "shape":"ResourceTypesInput",
          "documentation":"<p>An array of strings that define which types of data that the source account shares with the monitoring account.</p>"
        },
        "SinkIdentifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the sink to use to create this link. You can use <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListSinks.html\">ListSinks</a> to find the ARNs of sinks.</p> <p>For more information about sinks, see <a href=\"https://docs.aws.amazon.com/OAM/latest/APIReference/API_CreateSink.html\">CreateSink</a>.</p>"
        },
        "Tags":{
          "shape":"TagMapInput",
          "documentation":"<p>Assigns one or more tags (key-value pairs) to the link. </p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.</p> <p>For more information about using tags to control access, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html\">Controlling access to Amazon Web Services resources using tags</a>.</p>"
        }
      }
    },
    "CreateLinkOutput":{
      "type":"structure",
      "members":{
        "Arn":{
          "shape":"String",
          "documentation":"<p>The ARN of the link that is newly created.</p>"
        },
        "Id":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the link ARN.</p>"
        },
        "Label":{
          "shape":"String",
          "documentation":"<p>The label that you assigned to this link. If the <code>labelTemplate</code> includes variables, this field displays the variables resolved to their actual values.</p>"
        },
        "LabelTemplate":{
          "shape":"String",
          "documentation":"<p>The exact label template that you specified, with the variables not resolved.</p>"
        },
        "ResourceTypes":{
          "shape":"ResourceTypesOutput",
          "documentation":"<p>The resource types supported by this link.</p>"
        },
        "SinkArn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink that is used for this link.</p>"
        },
        "Tags":{
          "shape":"TagMapOutput",
          "documentation":"<p>The tags assigned to the link.</p>"
        }
      }
    },
    "CreateSinkInput":{
      "type":"structure",
      "required":["Name"],
      "members":{
        "Name":{
          "shape":"SinkName",
          "documentation":"<p>A name for the sink.</p>"
        },
        "Tags":{
          "shape":"TagMapInput",
          "documentation":"<p>Assigns one or more tags (key-value pairs) to the link. </p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.</p> <p>For more information about using tags to control access, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html\">Controlling access to Amazon Web Services resources using tags</a>.</p>"
        }
      }
    },
    "CreateSinkOutput":{
      "type":"structure",
      "members":{
        "Arn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink that is newly created.</p>"
        },
        "Id":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the sink ARN.</p>"
        },
        "Name":{
          "shape":"String",
          "documentation":"<p>The name of the sink.</p>"
        },
        "Tags":{
          "shape":"TagMapOutput",
          "documentation":"<p>The tags assigned to the sink.</p>"
        }
      }
    },
    "DeleteLinkInput":{
      "type":"structure",
      "required":["Identifier"],
      "members":{
        "Identifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the link to delete.</p>"
        }
      }
    },
    "DeleteLinkOutput":{
      "type":"structure",
      "members":{
      }
    },
    "DeleteSinkInput":{
      "type":"structure",
      "required":["Identifier"],
      "members":{
        "Identifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the sink to delete.</p>"
        }
      }
    },
    "DeleteSinkOutput":{
      "type":"structure",
      "members":{
      }
    },
    "GetLinkInput":{
      "type":"structure",
      "required":["Identifier"],
      "members":{
        "Identifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the link to retrieve information for.</p>"
        }
      }
    },
    "GetLinkOutput":{
      "type":"structure",
      "members":{
        "Arn":{
          "shape":"String",
          "documentation":"<p>The ARN of the link.</p>"
        },
        "Id":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the link ARN.</p>"
        },
        "Label":{
          "shape":"String",
          "documentation":"<p>The label that you assigned to this link, with the variables resolved to their actual values.</p>"
        },
        "LabelTemplate":{
          "shape":"String",
          "documentation":"<p>The exact label template that was specified when the link was created, with the template variables not resolved.</p>"
        },
        "ResourceTypes":{
          "shape":"ResourceTypesOutput",
          "documentation":"<p>The resource types supported by this link.</p>"
        },
        "SinkArn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink that is used for this link.</p>"
        },
        "Tags":{
          "shape":"TagMapOutput",
          "documentation":"<p>The tags assigned to the link.</p>"
        }
      }
    },
    "GetSinkInput":{
      "type":"structure",
      "required":["Identifier"],
      "members":{
        "Identifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the sink to retrieve information for.</p>"
        }
      }
    },
    "GetSinkOutput":{
      "type":"structure",
      "members":{
        "Arn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink.</p>"
        },
        "Id":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the sink ARN.</p>"
        },
        "Name":{
          "shape":"String",
          "documentation":"<p>The name of the sink.</p>"
        },
        "Tags":{
          "shape":"TagMapOutput",
          "documentation":"<p>The tags assigned to the sink.</p>"
        }
      }
    },
    "GetSinkPolicyInput":{
      "type":"structure",
      "required":["SinkIdentifier"],
      "members":{
        "SinkIdentifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the sink to retrieve the policy of.</p>"
        }
      }
    },
    "GetSinkPolicyOutput":{
      "type":"structure",
      "members":{
        "SinkArn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink.</p>"
        },
        "SinkId":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the sink ARN.</p>"
        },
        "Policy":{
          "shape":"String",
          "documentation":"<p>The policy that you specified, in JSON format.</p>"
        }
      }
    },
    "InternalServiceFault":{
      "type":"structure",
      "members":{
        "Message":{"shape":"String"},
        "amznErrorType":{
          "shape":"String",
          "documentation":"<p>The name of the exception.</p>",
          "location":"header",
          "locationName":"x-amzn-ErrorType"
        }
      },
      "documentation":"<p>Unexpected error while processing the request. Retry the request.</p>",
      "error":{"httpStatusCode":500},
      "exception":true,
      "fault":true
    },
    "InvalidParameterException":{
      "type":"structure",
      "members":{
        "message":{"shape":"String"},
        "amznErrorType":{
          "shape":"String",
          "documentation":"<p>The name of the exception.</p>",
          "location":"header",
          "locationName":"x-amzn-ErrorType"
        }
      },
      "documentation":"<p>A parameter is specified incorrectly.</p>",
      "error":{
        "httpStatusCode":400,
        "senderFault":true
      },
      "exception":true
    },
    "LabelTemplate":{
      "type":"string",
      "max":64,
      "min":1
    },
    "ListAttachedLinksInput":{
      "type":"structure",
      "required":["SinkIdentifier"],
      "members":{
        "MaxResults":{
          "shape":"ListAttachedLinksMaxResults",
          "documentation":"<p>Limits the number of returned links to the specified number.</p>"
        },
        "NextToken":{
          "shape":"NextToken",
          "documentation":"<p>The token for the next set of items to return. You received this token from a previous call.</p>"
        },
        "SinkIdentifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the sink that you want to retrieve links for.</p>"
        }
      }
    },
    "ListAttachedLinksItem":{
      "type":"structure",
      "members":{
        "Label":{
          "shape":"String",
          "documentation":"<p>The label that was assigned to this link at creation, with the variables resolved to their actual values.</p>"
        },
        "LinkArn":{
          "shape":"String",
          "documentation":"<p>The ARN of the link.</p>"
        },
        "ResourceTypes":{
          "shape":"ResourceTypesOutput",
          "documentation":"<p>The resource types supported by this link.</p>"
        }
      },
      "documentation":"<p>A structure that contains information about one link attached to this monitoring account sink.</p>"
    },
    "ListAttachedLinksItems":{
      "type":"list",
      "member":{"shape":"ListAttachedLinksItem"}
    },
    "ListAttachedLinksMaxResults":{
      "type":"integer",
      "box":true,
      "max":1000,
      "min":1
    },
    "ListAttachedLinksOutput":{
      "type":"structure",
      "required":["Items"],
      "members":{
        "Items":{
          "shape":"ListAttachedLinksItems",
          "documentation":"<p>An array of structures that contain the information about the attached links.</p>"
        },
        "NextToken":{
          "shape":"String",
          "documentation":"<p>The token to use when requesting the next set of links.</p>"
        }
      }
    },
    "ListLinksInput":{
      "type":"structure",
      "members":{
        "MaxResults":{
          "shape":"ListLinksMaxResults",
          "documentation":"<p>Limits the number of returned links to the specified number.</p>"
        },
        "NextToken":{
          "shape":"NextToken",
          "documentation":"<p>The token for the next set of items to return. You received this token from a previous call.</p>"
        }
      }
    },
    "ListLinksItem":{
      "type":"structure",
      "members":{
        "Arn":{
          "shape":"String",
          "documentation":"<p>The ARN of the link.</p>"
        },
        "Id":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the link ARN.</p>"
        },
        "Label":{
          "shape":"String",
          "documentation":"<p>The label that was assigned to this link at creation, with the variables resolved to their actual values.</p>"
        },
        "ResourceTypes":{
          "shape":"ResourceTypesOutput",
          "documentation":"<p>The resource types supported by this link.</p>"
        },
        "SinkArn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink that this link is attached to.</p>"
        }
      },
      "documentation":"<p>A structure that contains information about one of this source account's links to a monitoring account.</p>"
    },
    "ListLinksItems":{
      "type":"list",
      "member":{"shape":"ListLinksItem"}
    },
    "ListLinksMaxResults":{
      "type":"integer",
      "box":true,
      "max":5,
      "min":1
    },
    "ListLinksOutput":{
      "type":"structure",
      "required":["Items"],
      "members":{
        "Items":{
          "shape":"ListLinksItems",
          "documentation":"<p>An array of structures that contain the information about the returned links.</p>"
        },
        "NextToken":{
          "shape":"String",
          "documentation":"<p>The token to use when requesting the next set of links.</p>"
        }
      }
    },
    "ListSinksInput":{
      "type":"structure",
      "members":{
        "MaxResults":{
          "shape":"ListSinksMaxResults",
          "documentation":"<p>Limits the number of returned links to the specified number.</p>"
        },
        "NextToken":{
          "shape":"NextToken",
          "documentation":"<p>The token for the next set of items to return. You received this token from a previous call.</p>"
        }
      }
    },
    "ListSinksItem":{
      "type":"structure",
      "members":{
        "Arn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink.</p>"
        },
        "Id":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the sink ARN.</p>"
        },
        "Name":{
          "shape":"String",
          "documentation":"<p>The name of the sink.</p>"
        }
      },
      "documentation":"<p>A structure that contains information about one of this monitoring account's sinks.</p>"
    },
    "ListSinksItems":{
      "type":"list",
      "member":{"shape":"ListSinksItem"}
    },
    "ListSinksMaxResults":{
      "type":"integer",
      "box":true,
      "max":100,
      "min":1
    },
    "ListSinksOutput":{
      "type":"structure",
      "required":["Items"],
      "members":{
        "Items":{
          "shape":"ListSinksItems",
          "documentation":"<p>An array of structures that contain the information about the returned sinks.</p>"
        },
        "NextToken":{
          "shape":"String",
          "documentation":"<p>The token to use when requesting the next set of sinks.</p>"
        }
      }
    },
    "ListTagsForResourceInput":{
      "type":"structure",
      "required":["ResourceArn"],
      "members":{
        "ResourceArn":{
          "shape":"Arn",
          "documentation":"<p>The ARN of the resource that you want to view tags for.</p> <p>The ARN format of a sink is <code>arn:aws:oam:<i>Region</i>:<i>account-id</i>:sink/<i>sink-id</i> </code> </p> <p>The ARN format of a link is <code>arn:aws:oam:<i>Region</i>:<i>account-id</i>:link/<i>link-id</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html\">CloudWatch Logs resources and operations</a>.</p> <important> <p>Unlike tagging permissions in other Amazon Web Services services, to retrieve the list of tags for links or sinks you must have the <code>oam:RequestTag</code> permission. The <code>aws:ReguestTag</code> permission does not allow you to tag and untag links and sinks.</p> </important>",
          "location":"uri",
          "locationName":"ResourceArn"
        }
      }
    },
    "ListTagsForResourceOutput":{
      "type":"structure",
      "members":{
        "Tags":{
          "shape":"TagMapOutput",
          "documentation":"<p>The list of tags associated with the requested resource.&gt;</p>"
        }
      }
    },
    "MissingRequiredParameterException":{
      "type":"structure",
      "members":{
        "message":{"shape":"String"},
        "amznErrorType":{
          "shape":"String",
          "documentation":"<p>The name of the exception.</p>",
          "location":"header",
          "locationName":"x-amzn-ErrorType"
        }
      },
      "documentation":"<p>A required parameter is missing from the request.</p>",
      "error":{
        "httpStatusCode":400,
        "senderFault":true
      },
      "exception":true
    },
    "NextToken":{"type":"string"},
    "PutSinkPolicyInput":{
      "type":"structure",
      "required":[
        "SinkIdentifier",
        "Policy"
      ],
      "members":{
        "SinkIdentifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the sink to attach this policy to.</p>"
        },
        "Policy":{
          "shape":"SinkPolicy",
          "documentation":"<p>The JSON policy to use. If you are updating an existing policy, the entire existing policy is replaced by what you specify here.</p> <p>The policy must be in JSON string format with quotation marks escaped and no newlines.</p> <p>For examples of different types of policies, see the <b>Examples</b> section on this page.</p>"
        }
      }
    },
    "PutSinkPolicyOutput":{
      "type":"structure",
      "members":{
        "SinkArn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink.</p>"
        },
        "SinkId":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the sink ARN.</p>"
        },
        "Policy":{
          "shape":"String",
          "documentation":"<p>The policy that you specified.</p>"
        }
      }
    },
    "ResourceIdentifier":{
      "type":"string",
      "pattern":"[a-zA-Z0-9][a-zA-Z0-9_:\\.\\-\\/]{0,2047}"
    },
    "ResourceNotFoundException":{
      "type":"structure",
      "members":{
        "Message":{"shape":"String"},
        "amznErrorType":{
          "shape":"String",
          "documentation":"<p>The name of the exception.</p>",
          "location":"header",
          "locationName":"x-amzn-ErrorType"
        }
      },
      "documentation":"<p>The request references a resource that does not exist.</p>",
      "error":{
        "httpStatusCode":404,
        "senderFault":true
      },
      "exception":true
    },
    "ResourceType":{
      "type":"string",
      "enum":[
        "AWS::CloudWatch::Metric",
        "AWS::Logs::LogGroup",
        "AWS::XRay::Trace",
        "AWS::ApplicationInsights::Application"
      ]
    },
    "ResourceTypesInput":{
      "type":"list",
      "member":{"shape":"ResourceType"},
      "max":50,
      "min":1
    },
    "ResourceTypesOutput":{
      "type":"list",
      "member":{"shape":"String"}
    },
    "ServiceQuotaExceededException":{
      "type":"structure",
      "members":{
        "Message":{"shape":"String"},
        "amznErrorType":{
          "shape":"String",
          "documentation":"<p>The name of the exception.</p>",
          "location":"header",
          "locationName":"x-amzn-ErrorType"
        }
      },
      "documentation":"<p>The request would cause a service quota to be exceeded.</p>",
      "error":{
        "httpStatusCode":429,
        "senderFault":true
      },
      "exception":true
    },
    "SinkName":{
      "type":"string",
      "pattern":"[a-zA-Z0-9_\\.\\-]{1,255}"
    },
    "SinkPolicy":{"type":"string"},
    "String":{"type":"string"},
    "TagKey":{
      "type":"string",
      "max":128,
      "min":1
    },
    "TagKeys":{
      "type":"list",
      "member":{"shape":"TagKey"}
    },
    "TagMapInput":{
      "type":"map",
      "key":{"shape":"TagKey"},
      "value":{"shape":"TagValue"},
      "max":50,
      "min":0
    },
    "TagMapOutput":{
      "type":"map",
      "key":{"shape":"String"},
      "value":{"shape":"String"}
    },
    "TagResourceInput":{
      "type":"structure",
      "required":[
        "ResourceArn",
        "Tags"
      ],
      "members":{
        "ResourceArn":{
          "shape":"Arn",
          "documentation":"<p>The ARN of the resource that you're adding tags to.</p> <p>The ARN format of a sink is <code>arn:aws:oam:<i>Region</i>:<i>account-id</i>:sink/<i>sink-id</i> </code> </p> <p>The ARN format of a link is <code>arn:aws:oam:<i>Region</i>:<i>account-id</i>:link/<i>link-id</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html\">CloudWatch Logs resources and operations</a>.</p>",
          "location":"uri",
          "locationName":"ResourceArn"
        },
        "Tags":{
          "shape":"TagMapInput",
          "documentation":"<p>The list of key-value pairs to associate with the resource.</p>"
        }
      }
    },
    "TagResourceOutput":{
      "type":"structure",
      "members":{
      }
    },
    "TagValue":{
      "type":"string",
      "max":256,
      "min":0
    },
    "TooManyTagsException":{
      "type":"structure",
      "members":{
        "Message":{"shape":"String"}
      },
      "documentation":"<p>A resource can have no more than 50 tags.</p>",
      "error":{
        "httpStatusCode":400,
        "senderFault":true
      },
      "exception":true
    },
    "UntagResourceInput":{
      "type":"structure",
      "required":[
        "ResourceArn",
        "TagKeys"
      ],
      "members":{
        "ResourceArn":{
          "shape":"Arn",
          "documentation":"<p>The ARN of the resource that you're removing tags from.</p> <p>The ARN format of a sink is <code>arn:aws:oam:<i>Region</i>:<i>account-id</i>:sink/<i>sink-id</i> </code> </p> <p>The ARN format of a link is <code>arn:aws:oam:<i>Region</i>:<i>account-id</i>:link/<i>link-id</i> </code> </p> <p>For more information about ARN format, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html\">CloudWatch Logs resources and operations</a>.</p>",
          "location":"uri",
          "locationName":"ResourceArn"
        },
        "TagKeys":{
          "shape":"TagKeys",
          "documentation":"<p>The list of tag keys to remove from the resource.</p>",
          "location":"querystring",
          "locationName":"tagKeys"
        }
      }
    },
    "UntagResourceOutput":{
      "type":"structure",
      "members":{
      }
    },
    "UpdateLinkInput":{
      "type":"structure",
      "required":[
        "Identifier",
        "ResourceTypes"
      ],
      "members":{
        "Identifier":{
          "shape":"ResourceIdentifier",
          "documentation":"<p>The ARN of the link that you want to update.</p>"
        },
        "ResourceTypes":{
          "shape":"ResourceTypesInput",
          "documentation":"<p>An array of strings that define which types of data that the source account will send to the monitoring account.</p> <p>Your input here replaces the current set of data types that are shared.</p>"
        }
      }
    },
    "UpdateLinkOutput":{
      "type":"structure",
      "members":{
        "Arn":{
          "shape":"String",
          "documentation":"<p>The ARN of the link that you have updated.</p>"
        },
        "Id":{
          "shape":"String",
          "documentation":"<p>The random ID string that Amazon Web Services generated as part of the sink ARN.</p>"
        },
        "Label":{
          "shape":"String",
          "documentation":"<p>The label assigned to this link, with the variables resolved to their actual values.</p>"
        },
        "LabelTemplate":{
          "shape":"LabelTemplate",
          "documentation":"<p>The exact label template that was specified when the link was created, with the template variables not resolved.</p>"
        },
        "ResourceTypes":{
          "shape":"ResourceTypesOutput",
          "documentation":"<p>The resource types now supported by this link.</p>"
        },
        "SinkArn":{
          "shape":"String",
          "documentation":"<p>The ARN of the sink that is used for this link.</p>"
        },
        "Tags":{
          "shape":"TagMapOutput",
          "documentation":"<p>The tags assigned to the link.</p>"
        }
      }
    },
    "ValidationException":{
      "type":"structure",
      "members":{
        "Message":{"shape":"String"}
      },
      "documentation":"<p>The value of a parameter in the request caused an error.</p>",
      "error":{
        "httpStatusCode":400,
        "senderFault":true
      },
      "exception":true
    }
  },
  "documentation":"<p>Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring accounts by using <i>CloudWatch cross-account observability</i>. With CloudWatch cross-account observability, you can monitor and troubleshoot applications that span multiple accounts within a Region. Seamlessly search, visualize, and analyze your metrics, logs, traces, and Application Insights applications in any of the linked accounts without account boundaries.</p> <p>Set up one or more Amazon Web Services accounts as <i>monitoring accounts</i> and link them with multiple <i>source accounts</i>. A monitoring account is a central Amazon Web Services account that can view and interact with observability data generated from source accounts. A source account is an individual Amazon Web Services account that generates observability data for the resources that reside in it. Source accounts share their observability data with the monitoring account. The shared observability data can include metrics in Amazon CloudWatch, logs in Amazon CloudWatch Logs, traces in X-Ray, and applications in Amazon CloudWatch Application Insights.</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!