Skip to content

Commit

Permalink
Merge branch 'release-1.34.61'
Browse files Browse the repository at this point in the history
* release-1.34.61:
  Bumping version to 1.34.61
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Mar 12, 2024
2 parents f891441 + 1cc973e commit be8b962
Show file tree
Hide file tree
Showing 9 changed files with 267 additions and 203 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.61.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cloudformation``",
"description": "CloudFormation documentation update for March, 2024",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Added support for specifying the starting position of topic replication in MSK-Replicator.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "March 2024 doc-only updates for Systems Manager.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.61
=======

* api-change:``cloudformation``: CloudFormation documentation update for March, 2024
* api-change:``connect``: This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``kafka``: Added support for specifying the starting position of topic replication in MSK-Replicator.
* api-change:``ssm``: March 2024 doc-only updates for Systems Manager.


1.34.60
=======

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.34.60'
__version__ = '1.34.61'


class NullHandler(logging.Handler):
Expand Down
36 changes: 18 additions & 18 deletions botocore/data/cloudformation/2010-05-15/service-2.json

Large diffs are not rendered by default.

38 changes: 22 additions & 16 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

226 changes: 113 additions & 113 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions botocore/data/kafka/2018-11-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5481,6 +5481,22 @@
},
"documentation": "<p>Summarized information of replication between clusters.</p>"
},
"ReplicationStartingPosition" : {
"type" : "structure",
"members" : {
"Type" : {
"shape" : "ReplicationStartingPositionType",
"locationName" : "type",
"documentation": "<p>The type of replication starting position.</p>"
}
},
"documentation": "<p>Configuration for specifying the position in the topics to start replicating from.</p>"
},
"ReplicationStartingPositionType" : {
"type" : "string",
"enum" : [ "LATEST", "EARLIEST" ],
"documentation": "<p>The type of replication starting position.</p>"
},
"ReplicationStateInfo" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -5692,6 +5708,11 @@
"locationName": "detectAndCopyNewTopics",
"documentation": "<p>Whether to periodically check for new topics and partitions.</p>"
},
"StartingPosition" : {
"shape" : "ReplicationStartingPosition",
"locationName" : "startingPosition",
"documentation": "<p>Configuration for specifying the position in the topics to start replicating from.</p>"
},
"TopicsToExclude": {
"shape": "__listOf__stringMax249",
"locationName": "topicsToExclude",
Expand Down
108 changes: 54 additions & 54 deletions botocore/data/ssm/2014-11-06/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.60'
release = '1.34.61'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit be8b962

Please sign in to comment.