Skip to content

Commit 9938dce

Browse files
author
awstools
committed
Updates SDK to v2.1553.0
1 parent 9732fcb commit 9938dce

20 files changed

+2523
-641
lines changed

.changes/2.1553.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataSync",
5+
"description": "AWS DataSync now supports manifests for specifying files or objects to transfer."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LexModelsV2",
10+
"description": "This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Redshift",
15+
"description": "LisRecommendations API to fetch Amazon Redshift Advisor recommendations."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1553.0
6+
* feature: DataSync: AWS DataSync now supports manifests for specifying files or objects to transfer.
7+
* feature: LexModelsV2: This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions.
8+
* feature: Redshift: LisRecommendations API to fetch Amazon Redshift Advisor recommendations.
9+
510
## 2.1552.0
611
* feature: AppSync: Support for environment variables in AppSync GraphQL APIs
712
* feature: CloudWatchLogs: This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1552.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1553.0.min.js"></script>
7373

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

apis/datasync-2018-11-09.min.json

Lines changed: 76 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,11 @@
482482
"Includes": {
483483
"shape": "S3o"
484484
},
485-
"TaskReportConfig": {
485+
"ManifestConfig": {
486486
"shape": "S3u"
487+
},
488+
"TaskReportConfig": {
489+
"shape": "S40"
487490
}
488491
}
489492
},
@@ -576,7 +579,7 @@
576579
}
577580
},
578581
"Platform": {
579-
"shape": "S4h"
582+
"shape": "S4n"
580583
}
581584
}
582585
}
@@ -1091,7 +1094,7 @@
10911094
"DiscoveryJobArn": {},
10921095
"ResourceType": {},
10931096
"ResourceIds": {
1094-
"shape": "S5y"
1097+
"shape": "S64"
10951098
},
10961099
"Filter": {
10971100
"type": "map",
@@ -1138,10 +1141,10 @@
11381141
"type": "long"
11391142
},
11401143
"MaxP95Performance": {
1141-
"shape": "S68"
1144+
"shape": "S6e"
11421145
},
11431146
"Recommendations": {
1144-
"shape": "S69"
1147+
"shape": "S6f"
11451148
},
11461149
"NfsExportedVolumes": {
11471150
"type": "long"
@@ -1185,10 +1188,10 @@
11851188
"type": "long"
11861189
},
11871190
"MaxP95Performance": {
1188-
"shape": "S68"
1191+
"shape": "S6e"
11891192
},
11901193
"Recommendations": {
1191-
"shape": "S69"
1194+
"shape": "S6f"
11921195
},
11931196
"RecommendationStatus": {},
11941197
"LunCount": {
@@ -1211,7 +1214,7 @@
12111214
"ResourceId": {},
12121215
"ClusterName": {},
12131216
"MaxP95Performance": {
1214-
"shape": "S68"
1217+
"shape": "S6e"
12151218
},
12161219
"ClusterBlockStorageSize": {
12171220
"type": "long"
@@ -1223,7 +1226,7 @@
12231226
"type": "long"
12241227
},
12251228
"Recommendations": {
1226-
"shape": "S69"
1229+
"shape": "S6f"
12271230
},
12281231
"RecommendationStatus": {},
12291232
"LunCount": {
@@ -1289,8 +1292,11 @@
12891292
"Includes": {
12901293
"shape": "S3o"
12911294
},
1292-
"TaskReportConfig": {
1295+
"ManifestConfig": {
12931296
"shape": "S3u"
1297+
},
1298+
"TaskReportConfig": {
1299+
"shape": "S40"
12941300
}
12951301
}
12961302
}
@@ -1319,6 +1325,9 @@
13191325
"Includes": {
13201326
"shape": "S3o"
13211327
},
1328+
"ManifestConfig": {
1329+
"shape": "S3u"
1330+
},
13221331
"StartTime": {
13231332
"type": "timestamp"
13241333
},
@@ -1337,6 +1346,9 @@
13371346
"BytesTransferred": {
13381347
"type": "long"
13391348
},
1349+
"BytesCompressed": {
1350+
"type": "long"
1351+
},
13401352
"Result": {
13411353
"type": "structure",
13421354
"members": {
@@ -1359,11 +1371,8 @@
13591371
"ErrorDetail": {}
13601372
}
13611373
},
1362-
"BytesCompressed": {
1363-
"type": "long"
1364-
},
13651374
"TaskReportConfig": {
1366-
"shape": "S3u"
1375+
"shape": "S40"
13671376
},
13681377
"FilesDeleted": {
13691378
"type": "long"
@@ -1399,7 +1408,7 @@
13991408
"members": {
14001409
"DiscoveryJobArn": {},
14011410
"ResourceIds": {
1402-
"shape": "S5y"
1411+
"shape": "S64"
14031412
},
14041413
"ResourceType": {}
14051414
}
@@ -1434,7 +1443,7 @@
14341443
"Name": {},
14351444
"Status": {},
14361445
"Platform": {
1437-
"shape": "S4h"
1446+
"shape": "S4n"
14381447
}
14391448
}
14401449
}
@@ -1494,7 +1503,7 @@
14941503
"members": {
14951504
"Name": {},
14961505
"Values": {
1497-
"shape": "S7d"
1506+
"shape": "S7j"
14981507
},
14991508
"Operator": {}
15001509
}
@@ -1624,7 +1633,7 @@
16241633
"members": {
16251634
"Name": {},
16261635
"Values": {
1627-
"shape": "S7d"
1636+
"shape": "S7j"
16281637
},
16291638
"Operator": {}
16301639
}
@@ -1716,11 +1725,14 @@
17161725
"Excludes": {
17171726
"shape": "S3o"
17181727
},
1719-
"Tags": {
1720-
"shape": "S9"
1728+
"ManifestConfig": {
1729+
"shape": "S3u"
17211730
},
17221731
"TaskReportConfig": {
1723-
"shape": "S3u"
1732+
"shape": "S40"
1733+
},
1734+
"Tags": {
1735+
"shape": "S9"
17241736
}
17251737
}
17261738
},
@@ -2022,8 +2034,11 @@
20222034
"Includes": {
20232035
"shape": "S3o"
20242036
},
2025-
"TaskReportConfig": {
2037+
"ManifestConfig": {
20262038
"shape": "S3u"
2039+
},
2040+
"TaskReportConfig": {
2041+
"shape": "S40"
20272042
}
20282043
}
20292044
},
@@ -2278,6 +2293,35 @@
22782293
}
22792294
},
22802295
"S3u": {
2296+
"type": "structure",
2297+
"members": {
2298+
"Action": {},
2299+
"Format": {},
2300+
"Source": {
2301+
"type": "structure",
2302+
"required": [
2303+
"S3"
2304+
],
2305+
"members": {
2306+
"S3": {
2307+
"type": "structure",
2308+
"required": [
2309+
"ManifestObjectPath",
2310+
"BucketAccessRoleArn",
2311+
"S3BucketArn"
2312+
],
2313+
"members": {
2314+
"ManifestObjectPath": {},
2315+
"BucketAccessRoleArn": {},
2316+
"S3BucketArn": {},
2317+
"ManifestObjectVersionId": {}
2318+
}
2319+
}
2320+
}
2321+
}
2322+
}
2323+
},
2324+
"S40": {
22812325
"type": "structure",
22822326
"members": {
22832327
"Destination": {
@@ -2304,38 +2348,38 @@
23042348
"type": "structure",
23052349
"members": {
23062350
"Transferred": {
2307-
"shape": "S41"
2351+
"shape": "S47"
23082352
},
23092353
"Verified": {
2310-
"shape": "S41"
2354+
"shape": "S47"
23112355
},
23122356
"Deleted": {
2313-
"shape": "S41"
2357+
"shape": "S47"
23142358
},
23152359
"Skipped": {
2316-
"shape": "S41"
2360+
"shape": "S47"
23172361
}
23182362
}
23192363
}
23202364
}
23212365
},
2322-
"S41": {
2366+
"S47": {
23232367
"type": "structure",
23242368
"members": {
23252369
"ReportLevel": {}
23262370
}
23272371
},
2328-
"S4h": {
2372+
"S4n": {
23292373
"type": "structure",
23302374
"members": {
23312375
"Version": {}
23322376
}
23332377
},
2334-
"S5y": {
2378+
"S64": {
23352379
"type": "list",
23362380
"member": {}
23372381
},
2338-
"S68": {
2382+
"S6e": {
23392383
"type": "structure",
23402384
"members": {
23412385
"IopsRead": {
@@ -2373,7 +2417,7 @@
23732417
}
23742418
}
23752419
},
2376-
"S69": {
2420+
"S6f": {
23772421
"type": "list",
23782422
"member": {
23792423
"type": "structure",
@@ -2388,7 +2432,7 @@
23882432
}
23892433
}
23902434
},
2391-
"S7d": {
2435+
"S7j": {
23922436
"type": "list",
23932437
"member": {}
23942438
}

0 commit comments

Comments
 (0)