Skip to content

Commit

Permalink
Merge branch 'release-1.21.26'
Browse files Browse the repository at this point in the history
* release-1.21.26:
  Bumping version to 1.21.26
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 20, 2021
2 parents 0638bb1 + 83423ca commit 0dcd309
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 26 deletions.
22 changes: 22 additions & 0 deletions .changes/1.21.26.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``eks``",
"description": "Adds support for EKS add-ons \"preserve\" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.",
"type": "api-change"
},
{
"category": "``comprehend``",
"description": "Add tagging support for Comprehend async inference job.",
"type": "api-change"
},
{
"category": "``robomaker``",
"description": "Documentation updates for RoboMaker",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "encryptionInTransitSupported added to DescribeInstanceTypes API",
"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.21.26
=======

* api-change:``eks``: Adds support for EKS add-ons "preserve" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.
* api-change:``comprehend``: Add tagging support for Comprehend async inference job.
* api-change:``robomaker``: Documentation updates for RoboMaker
* api-change:``ec2``: encryptionInTransitSupported added to DescribeInstanceTypes API


1.21.25
=======

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.21.25'
__version__ = '1.21.26'


class NullHandler(logging.Handler):
Expand Down
104 changes: 104 additions & 0 deletions botocore/data/comprehend/2017-11-27/service-2.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions botocore/data/ec2/2016-11-15/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,12 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "InstanceEventWindows"
},
"DescribeTrunkInterfaceAssociations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "InterfaceAssociations"
}
}
}
53 changes: 34 additions & 19 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions botocore/data/eks/2017-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,8 @@
"InsufficientNumberOfReplicas",
"ConfigurationConflict",
"AdmissionRequestDenied",
"UnsupportedAddonModification"
"UnsupportedAddonModification",
"K8sResourceNotFound"
]
},
"AddonIssueList":{
Expand Down Expand Up @@ -1224,6 +1225,12 @@
"documentation":"<p>The name of the add-on. The name must match one of the names returned by <a href=\"https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html\"> <code>ListAddons</code> </a>.</p>",
"location":"uri",
"locationName":"addonName"
},
"preserve":{
"shape":"Boolean",
"documentation":"<p>Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it is not removed.</p>",
"location":"querystring",
"locationName":"preserve"
}
}
},
Expand Down Expand Up @@ -1607,7 +1614,8 @@
"InsufficientNumberOfReplicas",
"ConfigurationConflict",
"AdmissionRequestDenied",
"UnsupportedAddonModification"
"UnsupportedAddonModification",
"K8sResourceNotFound"
]
},
"ErrorDetail":{
Expand Down
6 changes: 3 additions & 3 deletions botocore/data/robomaker/2018-06-29/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@
},
"failureBehavior":{
"shape":"FailureBehavior",
"documentation":"<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Restart the simulation job in the same host instance.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
"documentation":"<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Leaves the instance running for its maximum timeout duration after a <code>4XX</code> error code.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
},
"robotApplications":{
"shape":"RobotApplicationConfigs",
Expand Down Expand Up @@ -4109,7 +4109,7 @@
},
"failureBehavior":{
"shape":"FailureBehavior",
"documentation":"<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Restart the simulation job in the same host instance.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
"documentation":"<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Leaves the host running for its maximum timeout duration after a <code>4XX</code> error code.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
},
"failureCode":{
"shape":"SimulationJobErrorCode",
Expand Down Expand Up @@ -4282,7 +4282,7 @@
},
"failureBehavior":{
"shape":"FailureBehavior",
"documentation":"<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Restart the simulation job in the same host instance.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
"documentation":"<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Leaves the host running for its maximum timeout duration after a <code>4XX</code> error code.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
},
"useDefaultApplications":{
"shape":"BoxedBoolean",
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.21.'
# The full version, including alpha/beta/rc tags.
release = '1.21.25'
release = '1.21.26'

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

0 comments on commit 0dcd309

Please sign in to comment.