Skip to content

Commit

Permalink
Merge branch 'release-1.35.15' into develop
Browse files Browse the repository at this point in the history
* release-1.35.15:
  Bumping version to 1.35.15
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 9, 2024
2 parents 0dd7747 + 195c7a0 commit e428c4d
Show file tree
Hide file tree
Showing 12 changed files with 2,252 additions and 1,481 deletions.
32 changes: 32 additions & 0 deletions .changes/1.35.15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``dynamodb``",
"description": "Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).",
"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.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS",
"type": "api-change"
},
{
"category": "``sagemaker-runtime``",
"description": "AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.35.15
=======

* api-change:``dynamodb``: Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
* api-change:``elbv2``: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
* api-change:``kafka``: Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
* api-change:``sagemaker``: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
* api-change:``sagemaker-runtime``: AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.


1.35.14
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.14'
__version__ = '1.35.15'


class NullHandler(logging.Handler):
Expand Down
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
12 changes: 12 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,12 @@
"tags" : [ "dualstack" ]
} ]
},
"eu-central-2" : {
"variants" : [ {
"hostname" : "appmesh.eu-central-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "appmesh.eu-north-1.api.aws",
Expand All @@ -1769,6 +1775,12 @@
"tags" : [ "dualstack" ]
} ]
},
"eu-south-2" : {
"variants" : [ {
"hostname" : "appmesh.eu-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "appmesh.eu-west-1.api.aws",
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 e428c4d

Please sign in to comment.