Skip to content

Commit

Permalink
Merge branch 'release-1.29.93'
Browse files Browse the repository at this point in the history
* release-1.29.93:
  Bumping version to 1.29.93
  Update to latest partitions and endpoints
  Update to latest models
  Sphinx domain fix (#2880)
  docs: add required blank line after code example literal blocks in rst (#2887)
  Support doc page redirects for ALL services (#2879)
  • Loading branch information
aws-sdk-python-automation committed Mar 16, 2023
2 parents 49f5fa8 + 1ef3cce commit 38c2b8a
Show file tree
Hide file tree
Showing 20 changed files with 1,256 additions and 3,284 deletions.
17 changes: 17 additions & 0 deletions .changes/1.29.93.json
@@ -0,0 +1,17 @@
[
{
"category": "``guardduty``",
"description": "Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.",
"type": "api-change"
},
{
"category": "``resource-explorer-2``",
"description": "Documentation updates for APIs.",
"type": "api-change"
},
{
"category": "``sagemaker-runtime``",
"description": "Update sagemaker-runtime client to latest version",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.29.93
=======

* api-change:``guardduty``: Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.
* api-change:``resource-explorer-2``: Documentation updates for APIs.
* api-change:``sagemaker-runtime``: Update sagemaker-runtime client to latest version


1.29.92
=======

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

__version__ = '1.29.92'
__version__ = '1.29.93'


class NullHandler(logging.Handler):
Expand Down
28 changes: 26 additions & 2 deletions botocore/data/endpoints.json
Expand Up @@ -19194,8 +19194,32 @@
},
"dlm" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "dlm.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "dlm.us-gov-west-1.amazonaws.com"
}
}
},
"dms" : {
Expand Down

0 comments on commit 38c2b8a

Please sign in to comment.