-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Jul 27, 2022
1 parent
1dd979a
commit 9a5cd19
Showing
31 changed files
with
1,559 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"type": "bugfix", | ||
"category": "Browser Builder", | ||
"description": "Fixes #3555 Cannot set property 2011-06-15 of #<Object> which has only a getter in strict mode. When generating specific service, the script always generate extra STS client. Since STS client will already be included by Browserify through the browser credential classes, the extra STS client code is trying to re-assign a property that is already set, and without a setter property. This change prevents generating extra sts and cognitoidentity clients that already generated by browserify." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AuditManager", | ||
"description": "This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Chime", | ||
"description": "Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "ConfigService", | ||
"description": "This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "GlobalAccelerator", | ||
"description": "Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "MarketplaceCatalog", | ||
"description": "The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Polly", | ||
"description": "Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "WorkSpaces", | ||
"description": "Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace." | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.