Skip to content

Commit

Permalink
Release v1.44.205 (2023-02-20) (#4732)
Browse files Browse the repository at this point in the history
Release v1.44.205 (2023-02-20)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Feb 20, 2023
1 parent ad756cb commit 162792e
Show file tree
Hide file tree
Showing 11 changed files with 1,072 additions and 1,060 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.205 (2023-02-20)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
* `service/connect`: Updates service API and documentation

Release v1.44.204 (2023-02-17)
===

Expand Down
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.204"
const SDKVersion = "1.44.205"
3 changes: 2 additions & 1 deletion models/apis/auditmanager/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"UpdateAssessmentStatus":{
Expand Down
18 changes: 9 additions & 9 deletions models/apis/auditmanager/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"UpdateAssessmentFrameworkShare": "<p> Updates a share request for a custom framework in Audit Manager. </p>",
"UpdateAssessmentStatus": "<p> Updates the status of an assessment in Audit Manager. </p>",
"UpdateControl": "<p> Updates a custom control in Audit Manager. </p>",
"UpdateSettings": "<p> Updates Audit Manager settings for the current user account. </p>",
"UpdateSettings": "<p> Updates Audit Manager settings for the current account. </p>",
"ValidateAssessmentReportIntegrity": "<p> Validates the integrity of an assessment report in Audit Manager. </p>"
},
"shapes": {
Expand All @@ -79,7 +79,7 @@
}
},
"AWSService": {
"base": "<p> An Amazon Web Service such as Amazon S3 or CloudTrail. </p>",
"base": "<p> An Amazon Web Service such as Amazon S3 or CloudTrail. </p> <p>For an example of how to find an Amazon Web Service name and how to define it in your assessment scope, see the following:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_2\">Finding an Amazon Web Service name to use in your assessment scope</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_3\">Defining an Amazon Web Service name in your assessment scope</a> </p> </li> </ul>",
"refs": {
"AWSServices$member": null
}
Expand Down Expand Up @@ -800,9 +800,9 @@
"CreatedBy": {
"base": null,
"refs": {
"Control$createdBy": "<p> The IAM user or role that created the control. </p>",
"Delegation$createdBy": "<p> The IAM user or role that created the delegation. </p>",
"Framework$createdBy": "<p> The IAM user or role that created the framework. </p>"
"Control$createdBy": "<p> The user or role that created the control. </p>",
"Delegation$createdBy": "<p> The user or role that created the delegation. </p>",
"Framework$createdBy": "<p> The user or role that created the framework. </p>"
}
},
"Delegation": {
Expand Down Expand Up @@ -1290,11 +1290,11 @@
"IamArn": {
"base": null,
"refs": {
"ChangeLog$createdBy": "<p> The IAM user or role that performed the action. </p>",
"ChangeLog$createdBy": "<p> The user or role that performed the action. </p>",
"CreateDelegationRequest$roleArn": "<p> The Amazon Resource Name (ARN) of the IAM role. </p>",
"Delegation$roleArn": "<p> The Amazon Resource Name (ARN) of the IAM role. </p>",
"DelegationMetadata$roleArn": "<p> The Amazon Resource Name (ARN) of the IAM role. </p>",
"Evidence$iamId": "<p> The unique identifier for the IAM user or role that's associated with the evidence. </p>",
"Evidence$iamId": "<p> The unique identifier for the user or role that's associated with the evidence. </p>",
"Role$roleArn": "<p> The Amazon Resource Name (ARN) of the IAM role. </p>"
}
},
Expand Down Expand Up @@ -1363,8 +1363,8 @@
"LastUpdatedBy": {
"base": null,
"refs": {
"Control$lastUpdatedBy": "<p> The IAM user or role that most recently updated the control. </p>",
"Framework$lastUpdatedBy": "<p> The IAM user or role that most recently updated the framework. </p>"
"Control$lastUpdatedBy": "<p> The user or role that most recently updated the control. </p>",
"Framework$lastUpdatedBy": "<p> The user or role that most recently updated the framework. </p>"
}
},
"ListAssessmentControlInsightsByControlDomainRequest": {
Expand Down
392 changes: 218 additions & 174 deletions models/apis/auditmanager/2017-07-25/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit 162792e

Please sign in to comment.