Skip to content

Commit

Permalink
Merge branch 'release-1.35.59'
Browse files Browse the repository at this point in the history
* release-1.35.59:
  Bumping version to 1.35.59
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 12, 2024
2 parents 86913c5 + f6dbbf0 commit 41cc5d1
Show file tree
Hide file tree
Showing 12 changed files with 1,922 additions and 513 deletions.
32 changes: 32 additions & 0 deletions .changes/1.35.59.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``codebuild``",
"description": "AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity.",
"type": "api-change"
},
{
"category": "``controltower``",
"description": "Added ResetEnabledControl API.",
"type": "api-change"
},
{
"category": "``fis``",
"description": "This release adds support for generating experiment reports with the experiment report configuration",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.",
"type": "api-change"
},
{
"category": "``payment-cryptography``",
"description": "Updated ListAliases API with KeyArn filter.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.35.59
=======

* api-change:``codebuild``: AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity.
* api-change:``controltower``: Added ResetEnabledControl API.
* api-change:``fis``: This release adds support for generating experiment reports with the experiment report configuration
* api-change:``gamelift``: Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
* api-change:``payment-cryptography``: Updated ListAliases API with KeyArn filter.
* api-change:``rds``: Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL.


1.35.58
=======

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.35.58'
__version__ = '1.35.59'


class NullHandler(logging.Handler):
Expand Down
9 changes: 6 additions & 3 deletions botocore/data/codebuild/2016-10-06/service-2.json

Large diffs are not rendered by default.

45 changes: 43 additions & 2 deletions botocore/data/controltower/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,26 @@
],
"documentation":"<p>Re-enables an <code>EnabledBaseline</code> resource. For example, this API can re-apply the existing <code>Baseline</code> after a new member account is moved to the target OU. For usage examples, see <a href=\"https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html\"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.</p>"
},
"ResetEnabledControl":{
"name":"ResetEnabledControl",
"http":{
"method":"POST",
"requestUri":"/reset-enabled-control",
"responseCode":200
},
"input":{"shape":"ResetEnabledControlInput"},
"output":{"shape":"ResetEnabledControlOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Resets an enabled control.</p>"
},
"ResetLandingZone":{
"name":"ResetLandingZone",
"http":{
Expand Down Expand Up @@ -487,7 +507,7 @@
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p> Updates the configuration of an already enabled control.</p> <p>If the enabled control shows an <code>EnablementStatus</code> of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request.</p> <p>If the enabled control shows an <code>EnablementStatus</code> of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply.</p> <p>If the <code>DriftSummary</code> status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling <code>DisableControl</code> and again calling <code>EnableControl</code>, or you can run an extending governance operation. For usage examples, see the <a href=\"https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html\"> <i>Controls Reference Guide</i> </a>. </p>"
"documentation":"<p> Updates the configuration of an already enabled control.</p> <p>If the enabled control shows an <code>EnablementStatus</code> of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request.</p> <p>If the enabled control shows an <code>EnablementStatus</code> of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply.</p> <p>If the <code>DriftSummary</code> status for the control shows as <code>DRIFTED</code>, you cannot call this API. Instead, you can update the control by calling the <code>ResetEnabledControl</code> API. Alternatively, you can call <code>DisableControl</code> and then call <code>EnableControl</code> again. Also, you can run an extending governance operation to repair drift. For usage examples, see the <a href=\"https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html\"> <i>Controls Reference Guide</i> </a>. </p>"
},
"UpdateLandingZone":{
"name":"UpdateLandingZone",
Expand Down Expand Up @@ -766,7 +786,8 @@
"enum":[
"ENABLE_CONTROL",
"DISABLE_CONTROL",
"UPDATE_ENABLED_CONTROL"
"UPDATE_ENABLED_CONTROL",
"RESET_ENABLED_CONTROL"
]
},
"ControlOperationTypes":{
Expand Down Expand Up @@ -1940,6 +1961,26 @@
}
}
},
"ResetEnabledControlInput":{
"type":"structure",
"required":["enabledControlIdentifier"],
"members":{
"enabledControlIdentifier":{
"shape":"Arn",
"documentation":"<p>The ARN of the enabled control to be reset.</p>"
}
}
},
"ResetEnabledControlOutput":{
"type":"structure",
"required":["operationIdentifier"],
"members":{
"operationIdentifier":{
"shape":"OperationIdentifier",
"documentation":"<p> The operation identifier for this <code>ResetEnabledControl</code> operation. </p>"
}
}
},
"ResetLandingZoneInput":{
"type":"structure",
"required":["landingZoneIdentifier"],
Expand Down
1 change: 1 addition & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11528,6 +11528,7 @@
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ap-southeast-5" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com",
Expand Down
Loading

0 comments on commit 41cc5d1

Please sign in to comment.