Skip to content

Commit

Permalink
Merge branch 'release-1.31.43' into develop
Browse files Browse the repository at this point in the history
* release-1.31.43:
  Bumping version to 1.31.43
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 7, 2023
2 parents b87ef8c + 0609ed6 commit a632cc2
Show file tree
Hide file tree
Showing 9 changed files with 191 additions and 184 deletions.
17 changes: 17 additions & 0 deletions .changes/1.31.43.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``neptunedata``",
"description": "Minor changes to send unsigned requests to Neptune clusters",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Documentation updates for AWS Security Hub",
"type": "api-change"
},
{
"category": "``simspaceweaver``",
"description": "BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.",
"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.31.43
=======

* api-change:``neptunedata``: Minor changes to send unsigned requests to Neptune clusters
* api-change:``securityhub``: Documentation updates for AWS Security Hub
* api-change:``simspaceweaver``: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.


1.31.42
=======

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.42'
__version__ = '1.31.43'


class NullHandler(logging.Handler):
Expand Down
1 change: 1 addition & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3859,6 +3859,7 @@
"endpoints" : {
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-2" : { },
"fips-us-east-1" : {
"credentialScope" : {
Expand Down
103 changes: 30 additions & 73 deletions botocore/data/neptunedata/2023-08-01/service-2.json

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions botocore/data/securityhub/2018-10-26/service-2.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions botocore/data/simspaceweaver/2022-10-28/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@
},
"S3Destination":{
"type":"structure",
"required":["BucketName"],
"members":{
"BucketName":{
"shape":"BucketName",
Expand All @@ -824,6 +825,10 @@
},
"S3Location":{
"type":"structure",
"required":[
"BucketName",
"ObjectKey"
],
"members":{
"BucketName":{
"shape":"BucketName",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.42'
release = '1.31.43'

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

0 comments on commit a632cc2

Please sign in to comment.