Skip to content

Commit 9dedd83

Browse files
author
awstools
committed
Updates SDK to v2.1643.0
1 parent 352b71f commit 9dedd83

35 files changed

+1869
-563
lines changed

.changes/2.1643.0.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Batch",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeBuild",
10+
"description": "AWS CodeBuild now supports global and organization GitHub webhooks"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CognitoIdentityServiceProvider",
15+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DirectoryService",
20+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EFS",
25+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Glue",
30+
"description": "This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "MediaConvert",
35+
"description": "This release includes support for creating I-frame only video segments for DASH trick play."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "WAF",
40+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
41+
}
42+
]

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1642.0-->
2+
<!--LATEST=2.1643.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1643.0
6+
* feature: Batch: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* feature: CodeBuild: AWS CodeBuild now supports global and organization GitHub webhooks
8+
* feature: CognitoIdentityServiceProvider: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* feature: DirectoryService: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* feature: EFS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* feature: Glue: This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions.
12+
* feature: MediaConvert: This release includes support for creating I-frame only video segments for DASH trick play.
13+
* feature: WAF: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
14+
515
## 2.1642.0
616
* feature: DataZone: This release introduces a new default service blueprint for custom environment creation.
717
* feature: Macie2: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1642.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1643.0.min.js"></script>
6868

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

apis/acm-pca-2017-08-22.min.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"serviceId": "ACM PCA",
1414
"signatureVersion": "v4",
1515
"targetPrefix": "ACMPrivateCA",
16-
"uid": "acm-pca-2017-08-22"
16+
"uid": "acm-pca-2017-08-22",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1720
},
1821
"operations": {
1922
"CreateCertificateAuthority": {

apis/acm-pca-2017-08-22.normal.json

+7-4
Large diffs are not rendered by default.

apis/batch-2016-08-10.min.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"serviceFullName": "AWS Batch",
1313
"serviceId": "Batch",
1414
"signatureVersion": "v4",
15-
"uid": "batch-2016-08-10"
15+
"uid": "batch-2016-08-10",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1619
},
1720
"operations": {
1821
"CancelJob": {

apis/batch-2016-08-10.normal.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"serviceFullName": "AWS Batch",
1313
"serviceId": "Batch",
1414
"signatureVersion": "v4",
15-
"uid": "batch-2016-08-10"
15+
"uid": "batch-2016-08-10",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1619
},
1720
"operations": {
1821
"CancelJob": {

apis/codebuild-2016-10-06.min.json

+50-29
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"serviceId": "CodeBuild",
1313
"signatureVersion": "v4",
1414
"targetPrefix": "CodeBuild_20161006",
15-
"uid": "codebuild-2016-10-06"
15+
"uid": "codebuild-2016-10-06",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1619
},
1720
"operations": {
1821
"BatchDeleteBuilds": {
@@ -155,7 +158,7 @@
155158
],
156159
"members": {
157160
"reportGroupArns": {
158-
"shape": "S3l"
161+
"shape": "S3n"
159162
}
160163
}
161164
},
@@ -165,11 +168,11 @@
165168
"reportGroups": {
166169
"type": "list",
167170
"member": {
168-
"shape": "S3o"
171+
"shape": "S3q"
169172
}
170173
},
171174
"reportGroupsNotFound": {
172-
"shape": "S3l"
175+
"shape": "S3n"
173176
}
174177
}
175178
}
@@ -182,7 +185,7 @@
182185
],
183186
"members": {
184187
"reportArns": {
185-
"shape": "S3x"
188+
"shape": "S3z"
186189
}
187190
}
188191
},
@@ -207,7 +210,7 @@
207210
"type": "timestamp"
208211
},
209212
"exportConfig": {
210-
"shape": "S3r"
213+
"shape": "S3t"
211214
},
212215
"truncated": {
213216
"type": "boolean"
@@ -262,7 +265,7 @@
262265
}
263266
},
264267
"reportsNotFound": {
265-
"shape": "S3x"
268+
"shape": "S3z"
266269
}
267270
}
268271
}
@@ -284,7 +287,7 @@
284287
"environmentType": {},
285288
"computeType": {},
286289
"scalingConfiguration": {
287-
"shape": "S48"
290+
"shape": "S4a"
288291
},
289292
"overflowBehavior": {},
290293
"vpcConfig": {
@@ -392,7 +395,7 @@
392395
"name": {},
393396
"type": {},
394397
"exportConfig": {
395-
"shape": "S3r"
398+
"shape": "S3t"
396399
},
397400
"tags": {
398401
"shape": "S2v"
@@ -403,7 +406,7 @@
403406
"type": "structure",
404407
"members": {
405408
"reportGroup": {
406-
"shape": "S3o"
409+
"shape": "S3q"
407410
}
408411
}
409412
}
@@ -423,6 +426,9 @@
423426
"buildType": {},
424427
"manualCreation": {
425428
"type": "boolean"
429+
},
430+
"scopeConfiguration": {
431+
"shape": "S3i"
426432
}
427433
}
428434
},
@@ -781,7 +787,7 @@
781787
"type": "structure",
782788
"members": {
783789
"filter": {
784-
"shape": "S5o"
790+
"shape": "S5q"
785791
},
786792
"maxResults": {
787793
"type": "integer"
@@ -806,7 +812,7 @@
806812
"members": {
807813
"projectName": {},
808814
"filter": {
809-
"shape": "S5o"
815+
"shape": "S5q"
810816
},
811817
"maxResults": {
812818
"type": "integer"
@@ -970,7 +976,7 @@
970976
"members": {
971977
"nextToken": {},
972978
"reportGroups": {
973-
"shape": "S3l"
979+
"shape": "S3n"
974980
}
975981
}
976982
}
@@ -985,7 +991,7 @@
985991
"type": "integer"
986992
},
987993
"filter": {
988-
"shape": "S6j"
994+
"shape": "S6l"
989995
}
990996
}
991997
},
@@ -994,7 +1000,7 @@
9941000
"members": {
9951001
"nextToken": {},
9961002
"reports": {
997-
"shape": "S3x"
1003+
"shape": "S3z"
9981004
}
9991005
}
10001006
}
@@ -1013,7 +1019,7 @@
10131019
"type": "integer"
10141020
},
10151021
"filter": {
1016-
"shape": "S6j"
1022+
"shape": "S6l"
10171023
}
10181024
}
10191025
},
@@ -1022,7 +1028,7 @@
10221028
"members": {
10231029
"nextToken": {},
10241030
"reports": {
1025-
"shape": "S3x"
1031+
"shape": "S3z"
10261032
}
10271033
}
10281034
}
@@ -1067,7 +1073,7 @@
10671073
"members": {
10681074
"nextToken": {},
10691075
"reportGroups": {
1070-
"shape": "S3l"
1076+
"shape": "S3n"
10711077
}
10721078
}
10731079
}
@@ -1374,7 +1380,7 @@
13741380
"environmentType": {},
13751381
"computeType": {},
13761382
"scalingConfiguration": {
1377-
"shape": "S48"
1383+
"shape": "S4a"
13781384
},
13791385
"overflowBehavior": {},
13801386
"vpcConfig": {
@@ -1497,7 +1503,7 @@
14971503
"members": {
14981504
"arn": {},
14991505
"exportConfig": {
1500-
"shape": "S3r"
1506+
"shape": "S3t"
15011507
},
15021508
"tags": {
15031509
"shape": "S2v"
@@ -1508,7 +1514,7 @@
15081514
"type": "structure",
15091515
"members": {
15101516
"reportGroup": {
1511-
"shape": "S3o"
1517+
"shape": "S3q"
15121518
}
15131519
}
15141520
}
@@ -2305,6 +2311,9 @@
23052311
},
23062312
"lastModifiedSecret": {
23072313
"type": "timestamp"
2314+
},
2315+
"scopeConfiguration": {
2316+
"shape": "S3i"
23082317
}
23092318
}
23102319
},
@@ -2328,18 +2337,30 @@
23282337
}
23292338
}
23302339
},
2331-
"S3l": {
2340+
"S3i": {
2341+
"type": "structure",
2342+
"required": [
2343+
"name",
2344+
"scope"
2345+
],
2346+
"members": {
2347+
"name": {},
2348+
"domain": {},
2349+
"scope": {}
2350+
}
2351+
},
2352+
"S3n": {
23322353
"type": "list",
23332354
"member": {}
23342355
},
2335-
"S3o": {
2356+
"S3q": {
23362357
"type": "structure",
23372358
"members": {
23382359
"arn": {},
23392360
"name": {},
23402361
"type": {},
23412362
"exportConfig": {
2342-
"shape": "S3r"
2363+
"shape": "S3t"
23432364
},
23442365
"created": {
23452366
"type": "timestamp"
@@ -2353,7 +2374,7 @@
23532374
"status": {}
23542375
}
23552376
},
2356-
"S3r": {
2377+
"S3t": {
23572378
"type": "structure",
23582379
"members": {
23592380
"exportConfigType": {},
@@ -2372,11 +2393,11 @@
23722393
}
23732394
}
23742395
},
2375-
"S3x": {
2396+
"S3z": {
23762397
"type": "list",
23772398
"member": {}
23782399
},
2379-
"S48": {
2400+
"S4a": {
23802401
"type": "structure",
23812402
"members": {
23822403
"scalingType": {},
@@ -2388,13 +2409,13 @@
23882409
}
23892410
}
23902411
},
2391-
"S5o": {
2412+
"S5q": {
23922413
"type": "structure",
23932414
"members": {
23942415
"status": {}
23952416
}
23962417
},
2397-
"S6j": {
2418+
"S6l": {
23982419
"type": "structure",
23992420
"members": {
24002421
"status": {}

0 commit comments

Comments
 (0)