Skip to content

Commit

Permalink
Merge branch 'release-1.18.13' into develop
Browse files Browse the repository at this point in the history
* release-1.18.13:
  Bumping version to 1.18.13
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 6, 2020
2 parents bf811b7 + ad5e549 commit 717eb38
Show file tree
Hide file tree
Showing 8 changed files with 445 additions and 165 deletions.
22 changes: 22 additions & 0 deletions .changes/1.18.13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``dms``",
"description": "Update dms client to latest version",
"type": "api-change"
},
{
"category": "``kinesisanalyticsv2``",
"description": "Update kinesisanalyticsv2 client to latest version",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "Update marketplace-catalog client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.18.13
=======

* api-change:``dms``: Update dms client to latest version
* api-change:``kinesisanalyticsv2``: Update kinesisanalyticsv2 client to latest version
* api-change:``marketplace-catalog``: Update marketplace-catalog client to latest version
* api-change:``ec2``: Update ec2 client to latest version


1.18.12
=======

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.18.12'
__version__ = '1.18.13'


class NullHandler(logging.Handler):
Expand Down
240 changes: 229 additions & 11 deletions botocore/data/dms/2016-01-01/service-2.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26189,6 +26189,11 @@
"documentation":"<p>The peer BGP ASN.</p>",
"locationName":"peerBgpAsn"
},
"OwnerId":{
"shape":"String",
"documentation":"<p>The AWS account ID that owns the local gateway virtual interface.</p>",
"locationName":"ownerId"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>The tags assigned to the virtual interface.</p>",
Expand All @@ -26215,6 +26220,11 @@
"documentation":"<p>The ID of the local gateway.</p>",
"locationName":"localGatewayId"
},
"OwnerId":{
"shape":"String",
"documentation":"<p>The AWS account ID that owns the local gateway virtual interface group.</p>",
"locationName":"ownerId"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>The tags assigned to the virtual interface group.</p>",
Expand Down
308 changes: 157 additions & 151 deletions botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion botocore/data/marketplace-catalog/2018-09-17/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@
"EntityIdList":{
"shape":"ResourceIdList",
"documentation":"<p>This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.</p>"
},
"FailureCode":{
"shape":"FailureCode",
"documentation":"<p>Returned if the change set is in <code>FAILED</code> status. Can be either <code>CLIENT_ERROR</code>, which means that there are issues with the request (see the <code>ErrorDetailList</code> of <code>DescribeChangeSet</code>), or <code>SERVER_FAULT</code>, which means that there is a problem in the system, and you should retry your request.</p>"
}
},
"documentation":"<p>A summary of a change set returned in a list of change sets when the <code>ListChangeSets</code> action is called.</p>"
Expand Down Expand Up @@ -345,6 +349,10 @@
"shape":"ChangeStatus",
"documentation":"<p>The status of the change request.</p>"
},
"FailureCode":{
"shape":"FailureCode",
"documentation":"<p>Returned if the change set is in <code>FAILED</code> status. Can be either <code>CLIENT_ERROR</code>, which means that there are issues with the request (see the <code>ErrorDetailList</code>), or <code>SERVER_FAULT</code>, which means that there is a problem in the system, and you should retry your request.</p>"
},
"FailureDescription":{
"shape":"StringValue",
"documentation":"<p>Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.</p>"
Expand Down Expand Up @@ -474,6 +482,13 @@
"type":"list",
"member":{"shape":"ErrorDetail"}
},
"FailureCode":{
"type":"string",
"enum":[
"CLIENT_ERROR",
"SERVER_FAULT"
]
},
"Filter":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -768,5 +783,5 @@
"min":1
}
},
"documentation":"<p>Catalog API actions allow you to manage your entities through list, describe, and update capabilities. An entity can be a product or an offer on AWS Marketplace.</p> <p>You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product build or deployment pipelines. You can also create your own applications on top of the Catalog API to manage your products on AWS Marketplace.</p>"
"documentation":"<p>Catalog API actions allow you to manage your entities through list, describe, and update capabilities. An entity can be a product or an offer on AWS Marketplace. </p> <p>You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product build or deployment pipelines. You can also create your own applications on top of the Catalog API to manage your products on AWS Marketplace.</p>"
}
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.18.'
# The full version, including alpha/beta/rc tags.
release = '1.18.12'
release = '1.18.13'

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

0 comments on commit 717eb38

Please sign in to comment.