Skip to content

Commit

Permalink
Merge branch 'release-1.12.145' into develop
Browse files Browse the repository at this point in the history
* release-1.12.145:
  Bumping version to 1.12.145
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 8, 2019
2 parents 3ee9a21 + b092aa8 commit b099cc6
Show file tree
Hide file tree
Showing 10 changed files with 602 additions and 172 deletions.
27 changes: 27 additions & 0 deletions .changes/1.12.145.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``servicecatalog``",
"description": "Update servicecatalog client to latest version",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Update eks client to latest version",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Update sagemaker client to latest version",
"type": "api-change"
},
{
"category": "``kinesisanalytics``",
"description": "Update kinesisanalytics client to latest version",
"type": "api-change"
},
{
"category": "``kinesisanalyticsv2``",
"description": "Update kinesisanalyticsv2 client to latest version",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.12.145
========

* api-change:``servicecatalog``: Update servicecatalog client to latest version
* api-change:``eks``: Update eks client to latest version
* api-change:``sagemaker``: Update sagemaker client to latest version
* api-change:``kinesisanalytics``: Update kinesisanalytics client to latest version
* api-change:``kinesisanalyticsv2``: Update kinesisanalyticsv2 client to latest version


1.12.144
========

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.144'
__version__ = '1.12.145'


class NullHandler(logging.Handler):
Expand Down
42 changes: 21 additions & 21 deletions botocore/data/eks/2017-11-01/service-2.json

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,17 @@
"us-west-2" : { }
}
},
"kafka" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"kinesis" : {
"endpoints" : {
"ap-east-1" : { },
Expand Down Expand Up @@ -2014,6 +2025,24 @@
"us-west-2" : { }
}
},
"ram" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"rds" : {
"endpoints" : {
"ap-east-1" : { },
Expand Down
334 changes: 250 additions & 84 deletions botocore/data/kinesisanalytics/2015-08-14/service-2.json

Large diffs are not rendered by default.

227 changes: 198 additions & 29 deletions botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json

Large diffs are not rendered by default.

97 changes: 61 additions & 36 deletions botocore/data/sagemaker/2017-07-24/service-2.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions botocore/data/servicecatalog/2015-12-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5456,6 +5456,10 @@
"Description":{
"shape":"ConstraintDescription",
"documentation":"<p>The updated description of the constraint.</p>"
},
"Parameters":{
"shape":"ConstraintParameters",
"documentation":"<p>The constraint parameters, in JSON format. The syntax depends on the constraint type as follows:</p> <dl> <dt>LAUNCH</dt> <dd> <p>Specify the <code>RoleArn</code> property as follows:</p> <p> <code>{\"RoleArn\" : \"arn:aws:iam::123456789012:role/LaunchRole\"}</code> </p> <p>You cannot have both a <code>LAUNCH</code> and a <code>STACKSET</code> constraint.</p> <p>You also cannot have more than one <code>LAUNCH</code> constraint on a product and portfolio.</p> </dd> <dt>NOTIFICATION</dt> <dd> <p>Specify the <code>NotificationArns</code> property as follows:</p> <p> <code>{\"NotificationArns\" : [\"arn:aws:sns:us-east-1:123456789012:Topic\"]}</code> </p> </dd> <dt>RESOURCE_UPDATE</dt> <dd> <p>Specify the <code>TagUpdatesOnProvisionedProduct</code> property as follows:</p> <p> <code>{\"Version\":\"2.0\",\"Properties\":{\"TagUpdateOnProvisionedProduct\":\"String\"}}</code> </p> <p>The <code>TagUpdatesOnProvisionedProduct</code> property accepts a string value of <code>ALLOWED</code> or <code>NOT_ALLOWED</code>.</p> </dd> <dt>STACKSET</dt> <dd> <p>Specify the <code>Parameters</code> property as follows:</p> <p> <code>{\"Version\": \"String\", \"Properties\": {\"AccountList\": [ \"String\" ], \"RegionList\": [ \"String\" ], \"AdminRole\": \"String\", \"ExecutionRole\": \"String\"}}</code> </p> <p>You cannot have both a <code>LAUNCH</code> and a <code>STACKSET</code> constraint.</p> <p>You also cannot have more than one <code>STACKSET</code> constraint on a product and portfolio.</p> <p>Products with a <code>STACKSET</code> constraint will launch an AWS CloudFormation stack set.</p> </dd> <dt>TEMPLATE</dt> <dd> <p>Specify the <code>Rules</code> property. For more information, see <a href=\"http://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html\">Template Constraint Rules</a>.</p> </dd> </dl>"
}
}
},
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.144'
release = '1.12.145'

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

0 comments on commit b099cc6

Please sign in to comment.