Skip to content

Commit

Permalink
Merge branch 'release-1.29.74'
Browse files Browse the repository at this point in the history
* release-1.29.74:
  Bumping version to 1.29.74
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 17, 2023
2 parents 3b97082 + edfdb80 commit 39d7e87
Show file tree
Hide file tree
Showing 10 changed files with 870 additions and 430 deletions.
12 changes: 12 additions & 0 deletions .changes/1.29.74.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``apprunner``",
"description": "This release supports removing MaxSize limit for AutoScalingConfiguration.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Release of Delta Lake Data Lake Format for Glue Studio Service",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.29.74
=======

* api-change:``apprunner``: This release supports removing MaxSize limit for AutoScalingConfiguration.
* api-change:``glue``: Release of Delta Lake Data Lake Format for Glue Studio Service


1.29.73
=======

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.29.73'
__version__ = '1.29.74'


class NullHandler(logging.Handler):
Expand Down
401 changes: 218 additions & 183 deletions botocore/data/apprunner/2020-05-15/endpoint-rule-set-1.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions botocore/data/apprunner/2020-05-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@
},
"ASConfigMaxSize":{
"type":"integer",
"max":25,
"min":1
},
"ASConfigMinSize":{
Expand Down Expand Up @@ -2153,7 +2152,8 @@
"CREATE_SERVICE",
"PAUSE_SERVICE",
"RESUME_SERVICE",
"DELETE_SERVICE"
"DELETE_SERVICE",
"UPDATE_SERVICE"
]
},
"PauseServiceRequest":{
Expand Down
35 changes: 35 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5394,6 +5394,12 @@
"tags" : [ "fips" ]
} ]
},
"ap-south-2" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
Expand Down Expand Up @@ -5508,6 +5514,13 @@
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
},
"fips-ap-south-2" : {
"credentialScope" : {
"region" : "ap-south-2"
},
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
},
"fips-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand Down Expand Up @@ -19283,12 +19296,34 @@
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
"variants" : [ {
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
}
}
Expand Down
420 changes: 366 additions & 54 deletions botocore/data/glue/2017-03-31/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 @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.73'
release = '1.29.74'

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

0 comments on commit 39d7e87

Please sign in to comment.