Skip to content

Commit

Permalink
Updates SDK to v2.1319.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 20, 2023
1 parent 15b59f5 commit a663ff4
Show file tree
Hide file tree
Showing 14 changed files with 382 additions and 349 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1319.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "AuditManager",
"description": "This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation."
},
{
"type": "feature",
"category": "Connect",
"description": "Reasons for failed diff has been approved by SDK Reviewer"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1318.0-->
<!--LATEST=2.1319.0-->
<!--ENTRYINSERT-->

## 2.1319.0
* feature: AuditManager: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.
* feature: Connect: Reasons for failed diff has been approved by SDK Reviewer

## 2.1318.0
* feature: AppRunner: This release supports removing MaxSize limit for AutoScalingConfiguration.
* feature: Glue: Release of Delta Lake Data Lake Format for Glue Studio Service
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1318.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1319.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
21 changes: 12 additions & 9 deletions apis/auditmanager-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,9 @@
},
{
"shape": "InternalServerException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p> Updates a share request for a custom framework in Audit Manager. </p>"
Expand Down Expand Up @@ -1645,7 +1648,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p> Updates Audit Manager settings for the current user account. </p>"
"documentation": "<p> Updates Audit Manager settings for the current account. </p>"
},
"ValidateAssessmentReportIntegrity": {
"name": "ValidateAssessmentReportIntegrity",
Expand Down Expand Up @@ -1709,7 +1712,7 @@
"documentation": "<p> The name of the Amazon Web Service. </p>"
}
},
"documentation": "<p> An Amazon Web Service such as Amazon S3 or CloudTrail. </p>"
"documentation": "<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>"
},
"AWSServiceName": {
"type": "string",
Expand Down Expand Up @@ -2679,7 +2682,7 @@
},
"createdBy": {
"shape": "IamArn",
"documentation": "<p> The IAM user or role that performed the action. </p>"
"documentation": "<p> The user or role that performed the action. </p>"
}
},
"documentation": "<p> The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set. </p>"
Expand Down Expand Up @@ -2754,11 +2757,11 @@
},
"createdBy": {
"shape": "CreatedBy",
"documentation": "<p> The IAM user or role that created the control. </p>"
"documentation": "<p> The user or role that created the control. </p>"
},
"lastUpdatedBy": {
"shape": "LastUpdatedBy",
"documentation": "<p> The IAM user or role that most recently updated the control. </p>"
"documentation": "<p> The user or role that most recently updated the control. </p>"
},
"tags": {
"shape": "TagMap",
Expand Down Expand Up @@ -3403,7 +3406,7 @@
},
"createdBy": {
"shape": "CreatedBy",
"documentation": "<p> The IAM user or role that created the delegation. </p>"
"documentation": "<p> The user or role that created the delegation. </p>"
}
},
"documentation": "<p> The assignment of a control set to a delegate for review. </p>"
Expand Down Expand Up @@ -3704,7 +3707,7 @@
},
"iamId": {
"shape": "IamArn",
"documentation": "<p> The unique identifier for the IAM user or role that's associated with the evidence. </p>"
"documentation": "<p> The unique identifier for the user or role that's associated with the evidence. </p>"
},
"complianceCheck": {
"shape": "String",
Expand Down Expand Up @@ -3884,11 +3887,11 @@
},
"createdBy": {
"shape": "CreatedBy",
"documentation": "<p> The IAM user or role that created the framework. </p>"
"documentation": "<p> The user or role that created the framework. </p>"
},
"lastUpdatedBy": {
"shape": "LastUpdatedBy",
"documentation": "<p> The IAM user or role that most recently updated the framework. </p>"
"documentation": "<p> The user or role that most recently updated the framework. </p>"
},
"tags": {
"shape": "TagMap",
Expand Down
4 changes: 4 additions & 0 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -6300,6 +6300,10 @@
"shapes": {
"S5": {
"type": "structure",
"required": [
"Name",
"LexRegion"
],
"members": {
"Name": {},
"LexRegion": {}
Expand Down
Loading

0 comments on commit a663ff4

Please sign in to comment.