Skip to content

Commit

Permalink
Merge branch 'release-1.34.37'
Browse files Browse the repository at this point in the history
* release-1.34.37:
  Bumping version to 1.34.37
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 7, 2024
2 parents d50c239 + 31e7a36 commit 8d4e705
Show file tree
Hide file tree
Showing 9 changed files with 935 additions and 130 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.37.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``datasync``",
"description": "AWS DataSync now supports manifests for specifying files or objects to transfer.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "LisRecommendations API to fetch Amazon Redshift Advisor recommendations.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.34.37
=======

* api-change:``datasync``: AWS DataSync now supports manifests for specifying files or objects to transfer.
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``redshift``: LisRecommendations API to fetch Amazon Redshift Advisor recommendations.


1.34.36
=======

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.36'
__version__ = '1.34.37'


class NullHandler(logging.Handler):
Expand Down
298 changes: 194 additions & 104 deletions botocore/data/datasync/2018-11-09/service-2.json

Large diffs are not rendered by default.

30 changes: 6 additions & 24 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -14350,12 +14350,6 @@
} ]
},
"endpoints" : {
"af-south-1" : {
"hostname" : "resource-explorer-2.af-south-1.api.aws"
},
"ap-east-1" : {
"hostname" : "resource-explorer-2.ap-east-1.api.aws"
},
"ap-northeast-1" : {
"hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
},
Expand All @@ -14368,9 +14362,6 @@
"ap-south-1" : {
"hostname" : "resource-explorer-2.ap-south-1.api.aws"
},
"ap-south-2" : {
"hostname" : "resource-explorer-2.ap-south-2.api.aws"
},
"ap-southeast-1" : {
"hostname" : "resource-explorer-2.ap-southeast-1.api.aws"
},
Expand All @@ -14380,24 +14371,15 @@
"ap-southeast-3" : {
"hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
},
"ap-southeast-4" : {
"hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
},
"ca-central-1" : {
"hostname" : "resource-explorer-2.ca-central-1.api.aws"
},
"eu-central-1" : {
"hostname" : "resource-explorer-2.eu-central-1.api.aws"
},
"eu-central-2" : {
"hostname" : "resource-explorer-2.eu-central-2.api.aws"
},
"eu-north-1" : {
"hostname" : "resource-explorer-2.eu-north-1.api.aws"
},
"eu-south-1" : {
"hostname" : "resource-explorer-2.eu-south-1.api.aws"
},
"eu-west-1" : {
"hostname" : "resource-explorer-2.eu-west-1.api.aws"
},
Expand All @@ -14407,12 +14389,6 @@
"eu-west-3" : {
"hostname" : "resource-explorer-2.eu-west-3.api.aws"
},
"il-central-1" : {
"hostname" : "resource-explorer-2.il-central-1.api.aws"
},
"me-central-1" : {
"hostname" : "resource-explorer-2.me-central-1.api.aws"
},
"me-south-1" : {
"hostname" : "resource-explorer-2.me-south-1.api.aws"
},
Expand Down Expand Up @@ -20726,6 +20702,12 @@
"cn-northwest-1" : { }
}
},
"inspector2" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"internetmonitor" : {
"defaults" : {
"dnsSuffix" : "api.amazonwebservices.com.cn",
Expand Down
Loading

0 comments on commit 8d4e705

Please sign in to comment.