Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Feb 20, 2023
1 parent 9868017 commit 1e4f8a9
Show file tree
Hide file tree
Showing 16 changed files with 557 additions and 749 deletions.
12 changes: 12 additions & 0 deletions .changes/3.259.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "Connect",
"description": "Reasons for failed diff has been approved by SDK Reviewer"
},
{
"type": "api-change",
"category": "AuditManager",
"description": "This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation."
}
]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\AuditManager` - This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.
* `Aws\Connect` - Reasons for failed diff has been approved by SDK Reviewer

## 3.259.0 - 2023-02-17

* `Aws\` - Emit a warning to users on PHP versions 7.2.4 and below that we are ending support for this language version on 08/15/2023
Expand Down
3 changes: 2 additions & 1 deletion src/data/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
2 changes: 1 addition & 1 deletion src/data/auditmanager/2017-07-25/api-2.json.php

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/auditmanager/2017-07-25/docs-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 1e4f8a9

Please sign in to comment.