Skip to content

Commit

Permalink
Merge branch 'release-1.12.164'
Browse files Browse the repository at this point in the history
* release-1.12.164:
  Bumping version to 1.12.164
  Update to latest endpoints
  Update to latest models
  Remove importexport error smoke test
  • Loading branch information
aws-sdk-python-automation committed Jun 7, 2019
2 parents 29f598c + 7a0ad2e commit 302481a
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 45 deletions.
7 changes: 7 additions & 0 deletions .changes/1.12.164.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.12.164
========

* api-change:``ec2``: Update ec2 client to latest version


1.12.163
========

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 re
import logging

__version__ = '1.12.163'
__version__ = '1.12.164'


class NullHandler(logging.Handler):
Expand Down
90 changes: 53 additions & 37 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@
},
"support" : {
"endpoints" : {
"us-east-1" : { }
"aws-global" : { }
}
},
"swf" : {
Expand Down Expand Up @@ -3400,6 +3400,18 @@
"cn-northwest-1" : { }
}
},
"kms" : {
"endpoints" : {
"ProdFips" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "kms-fips.cn-northwest-1.amazonaws.com.cn"
},
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"lambda" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down
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.12.1'
# The full version, including alpha/beta/rc tags.
release = '1.12.163'
release = '1.12.164'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 0 additions & 5 deletions tests/integration/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,6 @@
'gamelift': {'DescribeBuild': {'BuildId': 'fake-build-id'}},
'glacier': {'ListVaults': {'accountId': 'fake'}},
'iam': {'GetUser': {'UserName': 'fake'}},
'importexport': {'CreateJob': {
'JobType': 'Import',
'ValidateOnly': False,
'Manifest': 'fake',
}},
'kinesis': {'DescribeStream': {'StreamName': 'fake'}},
'kms': {'GetKeyPolicy': {'KeyId': 'fake', 'PolicyName': 'fake'}},
'lambda': {'Invoke': {'FunctionName': 'fake'}},
Expand Down

0 comments on commit 302481a

Please sign in to comment.