Skip to content

Commit

Permalink
Merge branch 'release-1.31.7' into develop
Browse files Browse the repository at this point in the history
* release-1.31.7:
  Bumping version to 1.31.7
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 20, 2023
2 parents 8a22aa3 + 7f70600 commit 3bb4727
Show file tree
Hide file tree
Showing 9 changed files with 521 additions and 429 deletions.
12 changes: 12 additions & 0 deletions .changes/1.31.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "AWSCRT",
"description": "Upgrade awscrt version to 0.16.26",
"type": "enhancement"
},
{
"category": "``savingsplans``",
"description": "Savings Plans endpoints update",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-AWSCRT-50323.json

This file was deleted.

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.31.7
======

* enhancement:AWSCRT: Upgrade awscrt version to 0.16.26
* api-change:``savingsplans``: Savings Plans endpoints update


1.31.6
======

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.6'
__version__ = '1.31.7'


class NullHandler(logging.Handler):
Expand Down
12 changes: 0 additions & 12 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -22712,18 +22712,6 @@
}
}
},
"savingsplans" : {
"endpoints" : {
"aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "savingsplans.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-us-gov-global"
},
"secretsmanager" : {
"endpoints" : {
"us-gov-east-1" : {
Expand Down
618 changes: 214 additions & 404 deletions botocore/data/savingsplans/2019-06-28/endpoint-rule-set-1.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion botocore/data/savingsplans/2019-06-28/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>"
"documentation":"<p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>"
}
}
},
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.6'
release = '1.31.7'

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

0 comments on commit 3bb4727

Please sign in to comment.