Skip to content

Commit

Permalink
Merge branch 'release-1.27.27'
Browse files Browse the repository at this point in the history
* release-1.27.27:
  Bumping version to 1.27.27
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 11, 2022
2 parents 7a48de9 + 946e13a commit 1eb8bce
Show file tree
Hide file tree
Showing 9 changed files with 879 additions and 31 deletions.
17 changes: 17 additions & 0 deletions .changes/1.27.27.json
@@ -0,0 +1,17 @@
[
{
"category": "``ec2``",
"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.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Removed prerelease language for GA launch.",
"type": "api-change"
},
{
"category": "``redshift``",
"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.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.27.27
=======

* 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.
* api-change:``redshift-serverless``: Removed prerelease language for GA launch.
* 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.


1.27.26
=======

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

__version__ = '1.27.26'
__version__ = '1.27.27'


class NullHandler(logging.Handler):
Expand Down
18 changes: 18 additions & 0 deletions botocore/data/ec2/2016-11-15/paginators-1.json
Expand Up @@ -721,6 +721,24 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Images"
},
"DescribeTransitGatewayPolicyTables": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "TransitGatewayPolicyTables"
},
"DescribeTransitGatewayRouteTableAnnouncements": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "TransitGatewayRouteTableAnnouncements"
},
"GetTransitGatewayPolicyTableAssociations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Associations"
}
}
}

0 comments on commit 1eb8bce

Please sign in to comment.