Skip to content

Commit

Permalink
Merge branch 'release-1.27.4'
Browse files Browse the repository at this point in the history
* release-1.27.4:
  Bumping version to 1.27.4
  Update to latest endpoints
  Update to latest models
  Add doc string to `PageIterator` (#2685)
  • Loading branch information
aws-sdk-python-automation committed Jun 7, 2022
2 parents e363867 + 0ec813f commit 5f44d7d
Show file tree
Hide file tree
Showing 8 changed files with 355 additions and 124 deletions.
12 changes: 12 additions & 0 deletions .changes/1.27.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``auditmanager``",
"description": "This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation.",
"type": "api-change"
},
{
"category": "``ce``",
"description": "Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.27.4
======

* api-change:``auditmanager``: This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation.
* api-change:``ce``: Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus.


1.27.3
======

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.27.3'
__version__ = '1.27.4'


class NullHandler(logging.Handler):
Expand Down
23 changes: 19 additions & 4 deletions botocore/data/auditmanager/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
],
"documentation":"<p> Returns a list of the in-scope Amazon Web Services services for the specified assessment. </p>"
"documentation":"<p> Returns a list of the in-scope Amazon Web Services for the specified assessment. </p>"
},
"GetSettings":{
"name":"GetSettings",
Expand Down Expand Up @@ -759,7 +759,8 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
"documentation":"<p> Enables Audit Manager for the specified Amazon Web Services account. </p>"
},
Expand Down Expand Up @@ -793,7 +794,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p> Creates a share request for a custom framework in Audit Manager. </p> <p>The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.</p> <important> <p>When you invoke the <code>StartAssessmentFrameworkShare</code> API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/share-custom-framework-concepts-and-terminology.html#eligibility\">Framework sharing eligibility</a> in the <i>Audit Manager User Guide</i>.</p> </important>"
"documentation":"<p> Creates a share request for a custom framework in Audit Manager. </p> <p>The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.</p> <p>When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.</p> <p>Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs:</p> <ul> <li> <p>The sender revokes the share request.</p> </li> <li> <p>The recipient declines the share request.</p> </li> <li> <p>The recipient encounters an error and doesn't successfully accept the share request.</p> </li> <li> <p>The share request expires before the recipient responds to the request.</p> </li> </ul> <p>When a sender <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend\">resends a share request</a>, the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework. </p> <p>When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request. </p> <important> <p>When you invoke the <code>StartAssessmentFrameworkShare</code> API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/share-custom-framework-concepts-and-terminology.html#eligibility\">Framework sharing eligibility</a> in the <i>Audit Manager User Guide</i>.</p> </important>"
},
"TagResource":{
"name":"TagResource",
Expand Down Expand Up @@ -1237,7 +1238,7 @@
},
"evidenceByTypeConfigurationDataCount":{
"shape":"Integer",
"documentation":"<p> The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services services such as Amazon EC2, Amazon S3, or IAM. </p>"
"documentation":"<p> The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM. </p>"
},
"evidenceByTypeManualCount":{
"shape":"Integer",
Expand Down Expand Up @@ -4300,6 +4301,10 @@
},
"Role":{
"type":"structure",
"required":[
"roleType",
"roleArn"
],
"members":{
"roleType":{
"shape":"RoleType",
Expand Down Expand Up @@ -4596,6 +4601,16 @@
"max":1000,
"pattern":"^[\\w\\W\\s\\S]*$"
},
"ThrottlingException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The request was denied due to request throttling.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"Timestamp":{"type":"timestamp"},
"TimestampUUID":{
"type":"string",
Expand Down
Loading

0 comments on commit 5f44d7d

Please sign in to comment.