Skip to content

Commit 0dff21d

Browse files
Merge branch 'release-1.27.27' into develop
* release-1.27.27: Bumping version to 1.27.27 Update to latest endpoints Update to latest models
2 parents 78486ce + 946e13a commit 0dff21d

File tree

9 files changed

+879
-31
lines changed

9 files changed

+879
-31
lines changed

.changes/1.27.27.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``redshift-serverless``",
9+
"description": "Removed prerelease language for GA launch.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``redshift``",
14+
"description": "This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.",
15+
"type": "api-change"
16+
}
17+
]

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGELOG
33
=========
44

5+
1.27.27
6+
=======
7+
8+
* api-change:``ec2``: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
9+
* api-change:``redshift-serverless``: Removed prerelease language for GA launch.
10+
* api-change:``redshift``: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
11+
12+
513
1.27.26
614
=======
715

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.27.26'
19+
__version__ = '1.27.27'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/ec2/2016-11-15/paginators-1.json

+18
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,24 @@
721721
"limit_key": "MaxResults",
722722
"output_token": "NextToken",
723723
"result_key": "Images"
724+
},
725+
"DescribeTransitGatewayPolicyTables": {
726+
"input_token": "NextToken",
727+
"limit_key": "MaxResults",
728+
"output_token": "NextToken",
729+
"result_key": "TransitGatewayPolicyTables"
730+
},
731+
"DescribeTransitGatewayRouteTableAnnouncements": {
732+
"input_token": "NextToken",
733+
"limit_key": "MaxResults",
734+
"output_token": "NextToken",
735+
"result_key": "TransitGatewayRouteTableAnnouncements"
736+
},
737+
"GetTransitGatewayPolicyTableAssociations": {
738+
"input_token": "NextToken",
739+
"limit_key": "MaxResults",
740+
"output_token": "NextToken",
741+
"result_key": "Associations"
724742
}
725743
}
726744
}

0 commit comments

Comments
 (0)