Skip to content

Commit 9a5cd19

Browse files
author
awstools
committed
Updates SDK to v2.1183.0
1 parent 1dd979a commit 9a5cd19

31 files changed

+1559
-462
lines changed

.changes/2.1183.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Browser Builder",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AuditManager",
10+
"description": "This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Chime",
15+
"description": "Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ConfigService",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "GlobalAccelerator",
25+
"description": "Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "MarketplaceCatalog",
30+
"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."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Polly",
35+
"description": "Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "WorkSpaces",
40+
"description": "Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace."
41+
}
42+
]

.changes/next-release/bugfix-Browser-Builder-a41a7d29.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1182.0-->
2+
<!--LATEST=2.1183.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1183.0
6+
* bugfix: Browser Builder: 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.
7+
* feature: AuditManager: This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus.
8+
* feature: Chime: Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling
9+
* feature: ConfigService: 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.
10+
* feature: GlobalAccelerator: Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic.
11+
* feature: MarketplaceCatalog: 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.
12+
* feature: Polly: Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.
13+
* feature: WorkSpaces: Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace.
14+
515
## 2.1182.0
616
* feature: AppSync: Adds support for a new API to evaluate mapping templates with mock data, allowing you to remotely unit test your AppSync resolvers and functions.
717
* feature: Detective: Added the ability to get data source package information for the behavior graph. Graph administrators can now start (or stop) optional datasources on the behavior graph.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1182.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1183.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/auditmanager-2017-07-25.normal.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@
204204
},
205205
{
206206
"shape": "InternalServerException"
207+
},
208+
{
209+
"shape": "ServiceQuotaExceededException"
207210
}
208211
],
209212
"documentation": "<p> Creates an assessment in Audit Manager. </p>"
@@ -232,6 +235,9 @@
232235
},
233236
{
234237
"shape": "InternalServerException"
238+
},
239+
{
240+
"shape": "ServiceQuotaExceededException"
235241
}
236242
],
237243
"documentation": "<p> Creates a custom framework in Audit Manager. </p>"
@@ -288,6 +294,9 @@
288294
},
289295
{
290296
"shape": "InternalServerException"
297+
},
298+
{
299+
"shape": "ServiceQuotaExceededException"
291300
}
292301
],
293302
"documentation": "<p> Creates a new custom control in Audit Manager. </p>"
@@ -1578,6 +1587,9 @@
15781587
},
15791588
{
15801589
"shape": "InternalServerException"
1590+
},
1591+
{
1592+
"shape": "ServiceQuotaExceededException"
15811593
}
15821594
],
15831595
"documentation": "<p> Updates the status of an assessment in Audit Manager. </p>"
@@ -5268,7 +5280,7 @@
52685280
"documentation": "<p> The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. </p> <p>If you’re mapping a data source to a rule in Config, the <code>keywordValue</code> that you specify depends on the type of rule:</p> <ul> <li> <p>For <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">managed rules</a>, you can use the rule identifier as the <code>keywordValue</code>. You can find the rule identifier from the <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html\">list of Config managed rules</a>.</p> <ul> <li> <p>Managed rule name: <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-acl-prohibited.html\">s3-bucket-acl-prohibited</a> </p> <p> <code>keywordValue</code>: <code>S3_BUCKET_ACL_PROHIBITED</code> </p> </li> </ul> </li> <li> <p>For <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html\">custom rules</a>, you form the <code>keywordValue</code> by adding the <code>Custom_</code> prefix to the rule name. This prefix distinguishes the rule from a managed rule.</p> <ul> <li> <p>Custom rule name: my-custom-config-rule</p> <p> <code>keywordValue</code>: <code>Custom_my-custom-config-rule</code> </p> </li> </ul> </li> <li> <p>For <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/service-linked-awsconfig-rules.html\">service-linked rules</a>, you form the <code>keywordValue</code> by adding the <code>Custom_</code> prefix to the rule name. In addition, you remove the suffix ID that appears at the end of the rule name.</p> <ul> <li> <p>Service-linked rule name: CustomRuleForAccount-conformance-pack-szsm1uv0w</p> <p> <code>keywordValue</code>: <code>Custom_CustomRuleForAccount-conformance-pack</code> </p> </li> <li> <p>Service-linked rule name: securityhub-api-gw-cache-encrypted-101104e1</p> <p> <code>keywordValue</code>: <code>Custom_securityhub-api-gw-cache-encrypted</code> </p> </li> <li> <p>Service-linked rule name: OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba</p> <p> <code>keywordValue</code>: <code>Custom_OrgConfigRule-s3-bucket-versioning-enabled</code> </p> </li> </ul> </li> </ul>"
52695281
}
52705282
},
5271-
"documentation": "<p> The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. </p>"
5283+
"documentation": "<p> The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. </p> <p> To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the <i>Audit Manager User Guide</i>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html\">Config rules supported by Audit Manager</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html\">Security Hub controls supported by Audit Manager</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html\">API calls supported by Audit Manager</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html\">CloudTrail event names supported by Audit Manager</a> </p> </li> </ul>"
52725284
},
52735285
"SourceName": {
52745286
"type": "string",

apis/chime-2018-05-01.min.json

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6394,6 +6394,118 @@
63946394
}
63956395
}
63966396
}
6397+
},
6398+
"ValidateE911Address": {
6399+
"http": {
6400+
"requestUri": "/emergency-calling/address",
6401+
"responseCode": 202
6402+
},
6403+
"input": {
6404+
"type": "structure",
6405+
"required": [
6406+
"AwsAccountId",
6407+
"StreetNumber",
6408+
"StreetInfo",
6409+
"City",
6410+
"State",
6411+
"Country",
6412+
"PostalCode"
6413+
],
6414+
"members": {
6415+
"AwsAccountId": {},
6416+
"StreetNumber": {
6417+
"shape": "She"
6418+
},
6419+
"StreetInfo": {
6420+
"shape": "She"
6421+
},
6422+
"City": {
6423+
"shape": "She"
6424+
},
6425+
"State": {
6426+
"shape": "She"
6427+
},
6428+
"Country": {
6429+
"shape": "She"
6430+
},
6431+
"PostalCode": {
6432+
"shape": "She"
6433+
}
6434+
}
6435+
},
6436+
"output": {
6437+
"type": "structure",
6438+
"members": {
6439+
"ValidationResult": {
6440+
"type": "integer"
6441+
},
6442+
"AddressExternalId": {},
6443+
"Address": {
6444+
"type": "structure",
6445+
"members": {
6446+
"streetName": {
6447+
"shape": "She"
6448+
},
6449+
"streetSuffix": {
6450+
"shape": "She"
6451+
},
6452+
"postDirectional": {
6453+
"shape": "She"
6454+
},
6455+
"preDirectional": {
6456+
"shape": "She"
6457+
},
6458+
"streetNumber": {
6459+
"shape": "She"
6460+
},
6461+
"city": {
6462+
"shape": "She"
6463+
},
6464+
"state": {
6465+
"shape": "She"
6466+
},
6467+
"postalCode": {
6468+
"shape": "She"
6469+
},
6470+
"postalCodePlus4": {
6471+
"shape": "She"
6472+
},
6473+
"country": {
6474+
"shape": "She"
6475+
}
6476+
}
6477+
},
6478+
"CandidateAddressList": {
6479+
"type": "list",
6480+
"member": {
6481+
"type": "structure",
6482+
"members": {
6483+
"streetInfo": {
6484+
"shape": "She"
6485+
},
6486+
"streetNumber": {
6487+
"shape": "She"
6488+
},
6489+
"city": {
6490+
"shape": "She"
6491+
},
6492+
"state": {
6493+
"shape": "She"
6494+
},
6495+
"postalCode": {
6496+
"shape": "She"
6497+
},
6498+
"postalCodePlus4": {
6499+
"shape": "She"
6500+
},
6501+
"country": {
6502+
"shape": "She"
6503+
}
6504+
}
6505+
}
6506+
}
6507+
}
6508+
}
63976509
}
63986510
},
63996511
"shapes": {
@@ -7419,6 +7531,10 @@
74197531
"Sbj": {
74207532
"type": "string",
74217533
"sensitive": true
7534+
},
7535+
"She": {
7536+
"type": "string",
7537+
"sensitive": true
74227538
}
74237539
}
74247540
}

0 commit comments

Comments
 (0)