Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 9, 2024
1 parent 0dd7747 commit d6d8e1a
Show file tree
Hide file tree
Showing 13 changed files with 2,225 additions and 1,479 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-dynamodb-94218.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``dynamodb``",
"description": "Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-elbv2-25235.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``elbv2``",
"description": "Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ivsrealtime-7148.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ivs-realtime``",
"description": "IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S)."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-kafka-52375.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``kafka``",
"description": "Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-96159.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemakerruntime-28225.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker-runtime``",
"description": "AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models."
}
6 changes: 3 additions & 3 deletions botocore/data/dynamodb/2012-08-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@
{"shape":"InternalServerError"},
{"shape":"ResourceInUseException"}
],
"documentation":"<p>Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to five times per second, per account. </p> <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>",
"documentation":"<p>Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to five times per second, per account. </p> <ul> <li> <p> <code>TagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after a <code>TagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p> </li> <li> <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p> </li> </ul> <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>",
"endpointdiscovery":{
}
},
Expand Down Expand Up @@ -823,7 +823,7 @@
{"shape":"InternalServerError"},
{"shape":"ResourceInUseException"}
],
"documentation":"<p>Removes the association of tags from an Amazon DynamoDB resource. You can call <code>UntagResource</code> up to five times per second, per account. </p> <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>",
"documentation":"<p>Removes the association of tags from an Amazon DynamoDB resource. You can call <code>UntagResource</code> up to five times per second, per account. </p> <ul> <li> <p> <code>UntagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after an <code>UntagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p> </li> <li> <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p> </li> </ul> <p>For an overview on tagging DynamoDB resources, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>",
"endpointdiscovery":{
}
},
Expand Down Expand Up @@ -5230,7 +5230,7 @@
"documentation":"<p>The resource which is being attempted to be changed is in use.</p>"
}
},
"documentation":"<p>The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the <code>CREATING</code> state.</p>",
"documentation":"<p>The operation conflicts with the resource's availability. For example:</p> <ul> <li> <p>You attempted to recreate an existing table.</p> </li> <li> <p>You tried to delete a table currently in the <code>CREATING</code> state.</p> </li> <li> <p>You tried to update a resource that was already being updated.</p> </li> </ul> <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>",
"exception":true
},
"ResourceNotFoundException":{
Expand Down
6 changes: 3 additions & 3 deletions botocore/data/elbv2/2015-12-01/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"matcher": "error",
"expected": "LoadBalancerNotFound",
"expected": "LoadBalancerNotFoundException",
"state": "retry"
}
]
Expand All @@ -38,7 +38,7 @@
{
"state": "retry",
"matcher": "error",
"expected": "LoadBalancerNotFound"
"expected": "LoadBalancerNotFoundException"
}
]
},
Expand All @@ -55,7 +55,7 @@
},
{
"matcher": "error",
"expected": "LoadBalancerNotFound",
"expected": "LoadBalancerNotFoundException",
"state": "success"
}
]
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/ivs-realtime/2020-07-14/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "publicKeys"
},
"ListIngestConfigurations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "ingestConfigurations"
}
}
}
Loading

0 comments on commit d6d8e1a

Please sign in to comment.