Skip to content

Commit

Permalink
Release v1.44.29 (2022-06-07) (#4430)
Browse files Browse the repository at this point in the history
Release v1.44.29 (2022-06-07)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/ce`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed Jun 7, 2022
1 parent 4c3c501 commit 7a1c091
Show file tree
Hide file tree
Showing 13 changed files with 1,377 additions and 326 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.44.29 (2022-06-07)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/ce`: Updates service API, documentation, and paginators

Release v1.44.28 (2022-06-06)
===

Expand Down
7 changes: 7 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.28"
const SDKVersion = "1.44.29"
16 changes: 15 additions & 1 deletion models/apis/auditmanager/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,8 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"RegisterOrganizationAdminAccount":{
Expand Down Expand Up @@ -3024,6 +3025,10 @@
},
"Role":{
"type":"structure",
"required":[
"roleType",
"roleArn"
],
"members":{
"roleType":{"shape":"RoleType"},
"roleArn":{"shape":"IamArn"}
Expand Down Expand Up @@ -3253,6 +3258,15 @@
"max":1000,
"pattern":"^[\\w\\W\\s\\S]*$"
},
"ThrottlingException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"Timestamp":{"type":"timestamp"},
"TimestampUUID":{
"type":"string",
Expand Down
12 changes: 9 additions & 3 deletions models/apis/auditmanager/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"GetInsights": "<p>Gets the latest analytics data for all your current active assessments. </p>",
"GetInsightsByAssessment": "<p>Gets the latest analytics data for a specific active assessment. </p>",
"GetOrganizationAdminAccount": "<p> Returns the name of the delegated Amazon Web Services administrator account for the organization. </p>",
"GetServicesInScope": "<p> Returns a list of the in-scope Amazon Web Services services for the specified assessment. </p>",
"GetServicesInScope": "<p> Returns a list of the in-scope Amazon Web Services for the specified assessment. </p>",
"GetSettings": "<p> Returns the settings for the specified Amazon Web Services account. </p>",
"ListAssessmentControlInsightsByControlDomain": "<p>Lists the latest analytics data for controls within a specific control domain and a specific active assessment.</p> <note> <p>Control insights are listed only if the control belongs to the control domain and assessment that was specified. Moreover, the control must have collected evidence on the <code>lastUpdated</code> date of <code>controlInsightsByAssessment</code>. If neither of these conditions are met, no data is listed for that control. </p> </note>",
"ListAssessmentFrameworkShareRequests": "<p> Returns a list of sent or received share requests for custom frameworks in Audit Manager. </p>",
Expand All @@ -51,7 +51,7 @@
"ListTagsForResource": "<p> Returns a list of tags for the specified resource in Audit Manager. </p>",
"RegisterAccount": "<p> Enables Audit Manager for the specified Amazon Web Services account. </p>",
"RegisterOrganizationAdminAccount": "<p> Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager. </p>",
"StartAssessmentFrameworkShare": "<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>",
"StartAssessmentFrameworkShare": "<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": "<p> Tags the specified resource in Audit Manager. </p>",
"UntagResource": "<p> Removes a tag from a resource in Audit Manager. </p>",
"UpdateAssessment": "<p> Edits an Audit Manager assessment. </p>",
Expand Down Expand Up @@ -1281,7 +1281,7 @@
"AssessmentEvidenceFolder$totalEvidence": "<p> The total amount of evidence in the evidence folder. </p>",
"AssessmentEvidenceFolder$assessmentReportSelectionCount": "<p> The total count of evidence that's included in the assessment report. </p>",
"AssessmentEvidenceFolder$evidenceResourcesIncludedCount": "<p> The amount of evidence that's included in the evidence folder. </p>",
"AssessmentEvidenceFolder$evidenceByTypeConfigurationDataCount": "<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>",
"AssessmentEvidenceFolder$evidenceByTypeConfigurationDataCount": "<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>",
"AssessmentEvidenceFolder$evidenceByTypeManualCount": "<p> The number of evidence that falls under the manual category. This evidence is imported manually. </p>",
"AssessmentEvidenceFolder$evidenceByTypeComplianceCheckCount": "<p> The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub. </p>",
"AssessmentEvidenceFolder$evidenceByTypeComplianceCheckIssuesCount": "<p> The total number of issues that were reported directly from Security Hub, Config, or both. </p>",
Expand Down Expand Up @@ -1769,6 +1769,7 @@
"ResourceNotFoundException$message": null,
"ResourceNotFoundException$resourceId": "<p> The unique identifier for the resource. </p>",
"ResourceNotFoundException$resourceType": "<p> The type of resource that's affected by the error. </p>",
"ThrottlingException$message": null,
"UpdateAssessmentControlSetStatusRequest$controlSetId": "<p> The unique identifier for the control set. </p>",
"ValidateAssessmentReportIntegrityResponse$signatureAlgorithm": "<p> The signature algorithm that's used to code sign the assessment report file. </p>",
"ValidateAssessmentReportIntegrityResponse$signatureDateTime": "<p> The date and time signature that specifies when the assessment report was created. </p>",
Expand Down Expand Up @@ -1828,6 +1829,11 @@
"UpdateControlRequest$testingInformation": "<p> The steps that you should follow to determine if the control is met. </p>"
}
},
"ThrottlingException": {
"base": "<p>The request was denied due to request throttling.</p>",
"refs": {
}
},
"Timestamp": {
"base": null,
"refs": {
Expand Down
133 changes: 133 additions & 0 deletions models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,19 @@
{"shape":"UnresolvableUsageUnitException"}
]
},
"ListCostAllocationTags":{
"name":"ListCostAllocationTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListCostAllocationTagsRequest"},
"output":{"shape":"ListCostAllocationTagsResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidNextTokenException"}
]
},
"ListCostCategoryDefinitions":{
"name":"ListCostCategoryDefinitions",
"http":{
Expand Down Expand Up @@ -452,6 +465,18 @@
{"shape":"UnknownSubscriptionException"}
]
},
"UpdateCostAllocationTagsStatus":{
"name":"UpdateCostAllocationTagsStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateCostAllocationTagsStatusRequest"},
"output":{"shape":"UpdateCostAllocationTagsStatusResponse"},
"errors":[
{"shape":"LimitExceededException"}
]
},
"UpdateCostCategoryDefinition":{
"name":"UpdateCostCategoryDefinition",
"http":{
Expand Down Expand Up @@ -609,6 +634,67 @@
"SAVINGS_PLANS"
]
},
"CostAllocationTag":{
"type":"structure",
"required":[
"TagKey",
"Type",
"Status"
],
"members":{
"TagKey":{"shape":"TagKey"},
"Type":{"shape":"CostAllocationTagType"},
"Status":{"shape":"CostAllocationTagStatus"}
}
},
"CostAllocationTagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":100,
"min":1
},
"CostAllocationTagList":{
"type":"list",
"member":{"shape":"CostAllocationTag"},
"max":100,
"min":0
},
"CostAllocationTagStatus":{
"type":"string",
"enum":[
"Active",
"Inactive"
]
},
"CostAllocationTagStatusEntry":{
"type":"structure",
"required":[
"TagKey",
"Status"
],
"members":{
"TagKey":{"shape":"TagKey"},
"Status":{"shape":"CostAllocationTagStatus"}
}
},
"CostAllocationTagStatusList":{
"type":"list",
"member":{"shape":"CostAllocationTagStatusEntry"},
"max":20,
"min":1
},
"CostAllocationTagType":{
"type":"string",
"enum":[
"AWSGenerated",
"UserDefined"
]
},
"CostAllocationTagsMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"CostCategory":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1698,6 +1784,26 @@
},
"exception":true
},
"ListCostAllocationTagsRequest":{
"type":"structure",
"members":{
"Status":{"shape":"CostAllocationTagStatus"},
"TagKeys":{"shape":"CostAllocationTagKeyList"},
"Type":{"shape":"CostAllocationTagType"},
"NextToken":{"shape":"NextPageToken"},
"MaxResults":{
"shape":"CostAllocationTagsMaxResults",
"box":true
}
}
},
"ListCostAllocationTagsResponse":{
"type":"structure",
"members":{
"CostAllocationTags":{"shape":"CostAllocationTagList"},
"NextToken":{"shape":"NextPageToken"}
}
},
"ListCostCategoryDefinitionsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2612,6 +2718,33 @@
"SubscriptionArn":{"shape":"GenericString"}
}
},
"UpdateCostAllocationTagsStatusError":{
"type":"structure",
"members":{
"TagKey":{"shape":"TagKey"},
"Code":{"shape":"GenericString"},
"Message":{"shape":"ErrorMessage"}
}
},
"UpdateCostAllocationTagsStatusErrors":{
"type":"list",
"member":{"shape":"UpdateCostAllocationTagsStatusError"},
"max":20,
"min":0
},
"UpdateCostAllocationTagsStatusRequest":{
"type":"structure",
"required":["CostAllocationTagsStatus"],
"members":{
"CostAllocationTagsStatus":{"shape":"CostAllocationTagStatusList"}
}
},
"UpdateCostAllocationTagsStatusResponse":{
"type":"structure",
"members":{
"Errors":{"shape":"UpdateCostAllocationTagsStatusErrors"}
}
},
"UpdateCostCategoryDefinitionRequest":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit 7a1c091

Please sign in to comment.