Skip to content

Commit ce87dbb

Browse files
author
awstools
committed
Updates SDK to v2.1013.0
1 parent 5f06f52 commit ce87dbb

20 files changed

+621
-469
lines changed

.changes/2.1013.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "endpoint",
5+
"description": "Support FIPS in endpoint heuristics"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AuditManager",
10+
"description": "This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Chime",
15+
"description": "Chime VoiceConnector and VoiceConnectorGroup APIs will now return an ARN."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QuickSight",
20+
"description": "Added QSearchBar option for GenerateEmbedUrlForRegisteredUser ExperienceConfiguration to support Q search bar embedding"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "rest-json",
25+
"description": "Update serialization of Rest-JSON API input and Content-Type"
26+
}
27+
]

.changes/next-release/bugfix-endpoint-20c8cdb9.json

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

.changes/next-release/feature-rest-json-30a93bdf.json

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

CHANGELOG.md

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

5+
## 2.1013.0
6+
* bugfix: endpoint: Support FIPS in endpoint heuristics
7+
* feature: AuditManager: This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
8+
* feature: Chime: Chime VoiceConnector and VoiceConnectorGroup APIs will now return an ARN.
9+
* feature: QuickSight: Added QSearchBar option for GenerateEmbedUrlForRegisteredUser ExperienceConfiguration to support Q search bar embedding
10+
* feature: rest-json: Update serialization of Rest-JSON API input and Content-Type
11+
512
## 2.1012.0
613
* feature: Appflow: Feature to add support for JSON-L format for S3 as a source.
714
* feature: DirectConnect: This release adds 4 new APIS, which needs to be public able

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.1012.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1013.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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"shape": "ResourceNotFoundException"
459459
}
460460
],
461-
"documentation": "<p>Removes the specified member account as a delegated administrator for Audit Manager. </p> <important> <p>When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.</p> </important>"
461+
"documentation": "<p>Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. </p> <important> <p>When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.</p> </important>"
462462
},
463463
"DisassociateAssessmentReportEvidenceFolder": {
464464
"name": "DisassociateAssessmentReportEvidenceFolder",
@@ -885,7 +885,7 @@
885885
"shape": "InternalServerException"
886886
}
887887
],
888-
"documentation": "<p> Returns the settings for the specified account. </p>"
888+
"documentation": "<p> Returns the settings for the specified Amazon Web Services account. </p>"
889889
},
890890
"ListAssessmentFrameworks": {
891891
"name": "ListAssessmentFrameworks",
@@ -1088,7 +1088,7 @@
10881088
"shape": "ResourceNotFoundException"
10891089
}
10901090
],
1091-
"documentation": "<p> Enables Audit Manager for the specified account. </p>"
1091+
"documentation": "<p> Enables Audit Manager for the specified Amazon Web Services account. </p>"
10921092
},
10931093
"RegisterOrganizationAdminAccount": {
10941094
"name": "RegisterOrganizationAdminAccount",
@@ -1116,7 +1116,7 @@
11161116
"shape": "ResourceNotFoundException"
11171117
}
11181118
],
1119-
"documentation": "<p> Enables an account within the organization as the delegated administrator for Audit Manager. </p>"
1119+
"documentation": "<p> Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager. </p>"
11201120
},
11211121
"TagResource": {
11221122
"name": "TagResource",
@@ -1396,18 +1396,18 @@
13961396
"members": {
13971397
"id": {
13981398
"shape": "AccountId",
1399-
"documentation": "<p> The identifier for the specified account. </p>"
1399+
"documentation": "<p> The identifier for the specified Amazon Web Services account. </p>"
14001400
},
14011401
"emailAddress": {
14021402
"shape": "EmailAddress",
1403-
"documentation": "<p> The email address associated with the specified account. </p>"
1403+
"documentation": "<p> The email address associated with the specified Amazon Web Services account. </p>"
14041404
},
14051405
"name": {
14061406
"shape": "AccountName",
1407-
"documentation": "<p> The name of the specified account. </p>"
1407+
"documentation": "<p> The name of the specified Amazon Web Services account. </p>"
14081408
}
14091409
},
1410-
"documentation": "<p> The wrapper of account details, such as account ID, email address, and so on. </p>"
1410+
"documentation": "<p> The wrapper of Amazon Web Services account details, such as account ID, email address, and so on. </p>"
14111411
},
14121412
"AWSAccounts": {
14131413
"type": "list",
@@ -1489,7 +1489,7 @@
14891489
},
14901490
"awsAccount": {
14911491
"shape": "AWSAccount",
1492-
"documentation": "<p> The account associated with the assessment. </p>"
1492+
"documentation": "<p> The Amazon Web Services account associated with the assessment. </p>"
14931493
},
14941494
"metadata": {
14951495
"shape": "AssessmentMetadata",
@@ -1799,7 +1799,7 @@
17991799
},
18001800
"scope": {
18011801
"shape": "Scope",
1802-
"documentation": "<p> The wrapper of accounts and services in scope for the assessment. </p>"
1802+
"documentation": "<p> The wrapper of Amazon Web Services accounts and services in scope for the assessment. </p>"
18031803
},
18041804
"roles": {
18051805
"shape": "Roles",
@@ -1881,7 +1881,7 @@
18811881
},
18821882
"awsAccountId": {
18831883
"shape": "AccountId",
1884-
"documentation": "<p> The identifier for the specified account. </p>"
1884+
"documentation": "<p> The identifier for the specified Amazon Web Services account. </p>"
18851885
},
18861886
"assessmentId": {
18871887
"shape": "UUID",
@@ -2560,7 +2560,7 @@
25602560
"type": "string",
25612561
"max": 300,
25622562
"min": 1,
2563-
"pattern": "^[^\\_]*$"
2563+
"pattern": "^[^\\\\\\_]*$"
25642564
},
25652565
"ControlSetStatus": {
25662566
"type": "string",
@@ -3167,7 +3167,7 @@
31673167
},
31683168
"evidenceAwsAccountId": {
31693169
"shape": "AccountId",
3170-
"documentation": "<p> The identifier for the specified account. </p>"
3170+
"documentation": "<p> The identifier for the specified Amazon Web Services account. </p>"
31713171
},
31723172
"time": {
31733173
"shape": "Timestamp",
@@ -3203,11 +3203,11 @@
32033203
},
32043204
"awsOrganization": {
32053205
"shape": "String",
3206-
"documentation": "<p> The account from which the evidence is collected, and its organization path. </p>"
3206+
"documentation": "<p> The Amazon Web Services account from which the evidence is collected, and its organization path. </p>"
32073207
},
32083208
"awsAccountId": {
32093209
"shape": "AccountId",
3210-
"documentation": "<p> The identifier for the specified account. </p>"
3210+
"documentation": "<p> The identifier for the specified Amazon Web Services account. </p>"
32113211
},
32123212
"evidenceFolderId": {
32133213
"shape": "UUID",
@@ -3393,7 +3393,7 @@
33933393
"members": {
33943394
"status": {
33953395
"shape": "AccountStatus",
3396-
"documentation": "<p> The status of the specified account. </p>"
3396+
"documentation": "<p> The status of the specified Amazon Web Services account. </p>"
33973397
}
33983398
}
33993399
},
@@ -4333,14 +4333,14 @@
43334333
"members": {
43344334
"awsAccounts": {
43354335
"shape": "AWSAccounts",
4336-
"documentation": "<p> The accounts included in the scope of the assessment. </p>"
4336+
"documentation": "<p> The Amazon Web Services accounts included in the scope of the assessment. </p>"
43374337
},
43384338
"awsServices": {
43394339
"shape": "AWSServices",
43404340
"documentation": "<p> The Amazon Web Services services included in the scope of the assessment. </p>"
43414341
}
43424342
},
4343-
"documentation": "<p> The wrapper that contains the accounts and services in scope for the assessment. </p>"
4343+
"documentation": "<p> The wrapper that contains the Amazon Web Services accounts and services in scope for the assessment. </p>"
43444344
},
43454345
"ServiceMetadata": {
43464346
"type": "structure",

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7006,7 +7006,8 @@
70067006
},
70077007
"UpdatedTimestamp": {
70087008
"shape": "S2a"
7009-
}
7009+
},
7010+
"VoiceConnectorArn": {}
70107011
}
70117012
},
70127013
"S5v": {
@@ -7038,7 +7039,8 @@
70387039
},
70397040
"UpdatedTimestamp": {
70407041
"shape": "S2a"
7041-
}
7042+
},
7043+
"VoiceConnectorGroupArn": {}
70427044
}
70437045
},
70447046
"S6u": {

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16041,6 +16041,10 @@
1604116041
"UpdatedTimestamp": {
1604216042
"shape": "Iso8601Timestamp",
1604316043
"documentation": "<p>The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.</p>"
16044+
},
16045+
"VoiceConnectorArn": {
16046+
"shape": "NonEmptyString",
16047+
"documentation": "<p>The ARN of the specified Amazon Chime Voice Connector.</p>"
1604416048
}
1604516049
},
1604616050
"documentation": "<p>The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.</p>"
@@ -16074,6 +16078,10 @@
1607416078
"UpdatedTimestamp": {
1607516079
"shape": "Iso8601Timestamp",
1607616080
"documentation": "<p>The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.</p>"
16081+
},
16082+
"VoiceConnectorGroupArn": {
16083+
"shape": "NonEmptyString",
16084+
"documentation": "<p>The ARN of the specified Amazon Chime Voice Connector group.</p>"
1607716085
}
1607816086
},
1607916087
"documentation": "<p>The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.</p>"

0 commit comments

Comments
 (0)