Skip to content

Commit

Permalink
Merge branch 'release-1.31.31'
Browse files Browse the repository at this point in the history
* release-1.31.31:
  Bumping version to 1.31.31
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 21, 2023
2 parents 6dee5eb + 0e98cfb commit 3aaad02
Show file tree
Hide file tree
Showing 11 changed files with 598 additions and 415 deletions.
27 changes: 27 additions & 0 deletions .changes/1.31.31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cloud9``",
"description": "Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Adding support for RDS Aurora Global Database Unplanned Failover",
"type": "api-change"
},
{
"category": "``route53domains``",
"description": "Fixed typos in description fields",
"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.31.31
=======

* api-change:``cloud9``: Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9
* api-change:``ec2``: The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted.
* api-change:``finspace``: Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual.
* api-change:``rds``: Adding support for RDS Aurora Global Database Unplanned Failover
* api-change:``route53domains``: Fixed typos in description fields


1.31.30
=======

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.31.30'
__version__ = '1.31.31'


class NullHandler(logging.Handler):
Expand Down
344 changes: 154 additions & 190 deletions botocore/data/cloud9/2017-09-23/endpoint-rule-set-1.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@
"requestUri":"/"
},
"input":{"shape":"DeleteKeyPairRequest"},
"output":{"shape":"DeleteKeyPairResult"},
"documentation":"<p>Deletes the specified key pair, by removing the public key from Amazon EC2.</p>"
},
"DeleteLaunchTemplate":{
Expand Down Expand Up @@ -16432,6 +16433,21 @@
}
}
},
"DeleteKeyPairResult":{
"type":"structure",
"members":{
"Return":{
"shape":"Boolean",
"documentation":"<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
"locationName":"return"
},
"KeyPairId":{
"shape":"String",
"documentation":"<p>The ID of the key pair.</p>",
"locationName":"keyPairId"
}
}
},
"DeleteLaunchTemplateRequest":{
"type":"structure",
"members":{
Expand Down
3 changes: 3 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6924,6 +6924,7 @@
"deprecated" : true,
"hostname" : "fms-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : {
"variants" : [ {
Expand Down Expand Up @@ -10492,9 +10493,11 @@
"af-south-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com",
Expand Down
Loading

0 comments on commit 3aaad02

Please sign in to comment.