aws-sdk 2.976.0 → 2.980.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,27 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.976.0-->
2
+ <!--LATEST=2.980.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.980.0
6
+ * feature: Iot: Added Create/Update/Delete/Describe/List APIs for a new IoT resource named FleetMetric. Added a new Fleet Indexing query API named GetBucketsAggregation. Added a new field named DisconnectedReason in Fleet Indexing query response. Updated their related documentations.
7
+ * feature: Polly: Amazon Polly adds new South African English voice - Ayanda. Ayanda is available as Neural voice only.
8
+ * feature: SQS: Amazon SQS adds a new queue attribute, RedriveAllowPolicy, which includes the dead-letter queue redrive permission parameters. It defines which source queues can specify dead-letter queues as a JSON object.
9
+
10
+ ## 2.979.0
11
+ * feature: CloudFormation: AWS CloudFormation allows you to iteratively develop your applications when failures are encountered without rolling back successfully provisioned resources. By specifying stack failure options, you can troubleshoot resources in a CREATE_FAILED or UPDATE_FAILED status.
12
+ * feature: Firehose: This release adds the Dynamic Partitioning feature to Kinesis Data Firehose service for S3 destinations.
13
+ * feature: KMS: This release has changes to KMS nomenclature to remove the word master from both the "Customer master key" and "CMK" abbreviation and replace those naming conventions with "KMS key".
14
+
15
+ ## 2.978.0
16
+ * feature: EC2: This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
17
+ * feature: EMR: Amazon EMR now supports auto-terminating idle EMR clusters. You can specify the idle timeout value when enabling auto-termination for both running and new clusters and Amazon EMR automatically terminates the cluster when idle timeout kicks in.
18
+
19
+ ## 2.977.0
20
+ * feature: ComputeOptimizer: Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization.
21
+ * feature: EC2: Support added for resizing VPC prefix lists
22
+ * feature: Rekognition: This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations.
23
+ * feature: TranscribeService: This release adds support for batch transcription in six new languages - Afrikaans, Danish, Mandarin Chinese (Taiwan), New Zealand English, South African English, and Thai.
24
+
5
25
  ## 2.976.0
6
26
  * feature: CloudWatchEvents: AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
7
27
  * feature: DataSync: Added include filters to CreateTask and UpdateTask, and added exclude filters to StartTaskExecution, giving customers more granular control over how DataSync transfers files, folders, and objects.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.976.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.980.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1248,7 +1248,10 @@
1248
1248
  "members": {
1249
1249
  "ChangeSetName": {},
1250
1250
  "StackName": {},
1251
- "ClientRequestToken": {}
1251
+ "ClientRequestToken": {},
1252
+ "DisableRollback": {
1253
+ "type": "boolean"
1254
+ }
1252
1255
  }
1253
1256
  },
1254
1257
  "output": {
@@ -2003,6 +2006,26 @@
2003
2006
  },
2004
2007
  "idempotent": true
2005
2008
  },
2009
+ "RollbackStack": {
2010
+ "input": {
2011
+ "type": "structure",
2012
+ "required": [
2013
+ "StackName"
2014
+ ],
2015
+ "members": {
2016
+ "StackName": {},
2017
+ "RoleARN": {},
2018
+ "ClientRequestToken": {}
2019
+ }
2020
+ },
2021
+ "output": {
2022
+ "resultWrapper": "RollbackStackResult",
2023
+ "type": "structure",
2024
+ "members": {
2025
+ "StackId": {}
2026
+ }
2027
+ }
2028
+ },
2006
2029
  "SetStackPolicy": {
2007
2030
  "input": {
2008
2031
  "type": "structure",
@@ -2147,6 +2170,9 @@
2147
2170
  "Tags": {
2148
2171
  "shape": "S1p"
2149
2172
  },
2173
+ "DisableRollback": {
2174
+ "type": "boolean"
2175
+ },
2150
2176
  "ClientRequestToken": {}
2151
2177
  }
2152
2178
  },
@@ -95,6 +95,9 @@
95
95
  "fileFormat": {},
96
96
  "includeMemberAccounts": {
97
97
  "type": "boolean"
98
+ },
99
+ "recommendationPreferences": {
100
+ "shape": "S10"
98
101
  }
99
102
  }
100
103
  },
@@ -119,7 +122,7 @@
119
122
  "shape": "Sp"
120
123
  },
121
124
  "filters": {
122
- "shape": "S12"
125
+ "shape": "S15"
123
126
  },
124
127
  "fieldsToExport": {
125
128
  "type": "list",
@@ -167,6 +170,9 @@
167
170
  "fileFormat": {},
168
171
  "includeMemberAccounts": {
169
172
  "type": "boolean"
173
+ },
174
+ "recommendationPreferences": {
175
+ "shape": "S10"
170
176
  }
171
177
  }
172
178
  },
@@ -191,7 +197,7 @@
191
197
  "shape": "Sp"
192
198
  },
193
199
  "filters": {
194
- "shape": "S1d"
200
+ "shape": "S1g"
195
201
  },
196
202
  "fieldsToExport": {
197
203
  "type": "list",
@@ -233,6 +239,9 @@
233
239
  },
234
240
  "filters": {
235
241
  "shape": "Sr"
242
+ },
243
+ "recommendationPreferences": {
244
+ "shape": "S10"
236
245
  }
237
246
  }
238
247
  },
@@ -250,13 +259,13 @@
250
259
  "autoScalingGroupName": {},
251
260
  "finding": {},
252
261
  "utilizationMetrics": {
253
- "shape": "S1r"
262
+ "shape": "S1u"
254
263
  },
255
264
  "lookBackPeriodInDays": {
256
265
  "type": "double"
257
266
  },
258
267
  "currentConfiguration": {
259
- "shape": "S1x"
268
+ "shape": "S20"
260
269
  },
261
270
  "recommendationOptions": {
262
271
  "type": "list",
@@ -264,10 +273,10 @@
264
273
  "type": "structure",
265
274
  "members": {
266
275
  "configuration": {
267
- "shape": "S1x"
276
+ "shape": "S20"
268
277
  },
269
278
  "projectedUtilizationMetrics": {
270
- "shape": "S24"
279
+ "shape": "S27"
271
280
  },
272
281
  "performanceRisk": {
273
282
  "type": "double"
@@ -285,7 +294,7 @@
285
294
  }
286
295
  },
287
296
  "errors": {
288
- "shape": "S28"
297
+ "shape": "S2b"
289
298
  }
290
299
  }
291
300
  }
@@ -303,7 +312,7 @@
303
312
  "type": "integer"
304
313
  },
305
314
  "filters": {
306
- "shape": "S12"
315
+ "shape": "S15"
307
316
  },
308
317
  "accountIds": {
309
318
  "shape": "Sp"
@@ -322,7 +331,7 @@
322
331
  "volumeArn": {},
323
332
  "accountId": {},
324
333
  "currentConfiguration": {
325
- "shape": "S2j"
334
+ "shape": "S2m"
326
335
  },
327
336
  "finding": {},
328
337
  "utilizationMetrics": {
@@ -347,7 +356,7 @@
347
356
  "type": "structure",
348
357
  "members": {
349
358
  "configuration": {
350
- "shape": "S2j"
359
+ "shape": "S2m"
351
360
  },
352
361
  "performanceRisk": {
353
362
  "type": "double"
@@ -365,7 +374,7 @@
365
374
  }
366
375
  },
367
376
  "errors": {
368
- "shape": "S28"
377
+ "shape": "S2b"
369
378
  }
370
379
  }
371
380
  }
@@ -387,6 +396,9 @@
387
396
  },
388
397
  "accountIds": {
389
398
  "shape": "Sp"
399
+ },
400
+ "recommendationPreferences": {
401
+ "shape": "S10"
390
402
  }
391
403
  }
392
404
  },
@@ -409,7 +421,7 @@
409
421
  "member": {}
410
422
  },
411
423
  "utilizationMetrics": {
412
- "shape": "S1r"
424
+ "shape": "S1u"
413
425
  },
414
426
  "lookBackPeriodInDays": {
415
427
  "type": "double"
@@ -421,7 +433,7 @@
421
433
  "members": {
422
434
  "instanceType": {},
423
435
  "projectedUtilizationMetrics": {
424
- "shape": "S24"
436
+ "shape": "S27"
425
437
  },
426
438
  "platformDifferences": {
427
439
  "type": "list",
@@ -453,7 +465,7 @@
453
465
  }
454
466
  },
455
467
  "errors": {
456
- "shape": "S28"
468
+ "shape": "S2b"
457
469
  }
458
470
  }
459
471
  }
@@ -479,6 +491,9 @@
479
491
  },
480
492
  "endTime": {
481
493
  "type": "timestamp"
494
+ },
495
+ "recommendationPreferences": {
496
+ "shape": "S10"
482
497
  }
483
498
  }
484
499
  },
@@ -533,8 +548,57 @@
533
548
  "statusReason": {},
534
549
  "memberAccountsEnrolled": {
535
550
  "type": "boolean"
551
+ },
552
+ "lastUpdatedTimestamp": {
553
+ "type": "timestamp"
554
+ },
555
+ "numberOfMemberAccountsOptedIn": {
556
+ "type": "integer"
557
+ }
558
+ }
559
+ }
560
+ },
561
+ "GetEnrollmentStatusesForOrganization": {
562
+ "input": {
563
+ "type": "structure",
564
+ "members": {
565
+ "filters": {
566
+ "type": "list",
567
+ "member": {
568
+ "type": "structure",
569
+ "members": {
570
+ "name": {},
571
+ "values": {
572
+ "shape": "S7"
573
+ }
574
+ }
575
+ }
576
+ },
577
+ "nextToken": {},
578
+ "maxResults": {
579
+ "type": "integer"
536
580
  }
537
581
  }
582
+ },
583
+ "output": {
584
+ "type": "structure",
585
+ "members": {
586
+ "accountEnrollmentStatuses": {
587
+ "type": "list",
588
+ "member": {
589
+ "type": "structure",
590
+ "members": {
591
+ "accountId": {},
592
+ "status": {},
593
+ "statusReason": {},
594
+ "lastUpdatedTimestamp": {
595
+ "type": "timestamp"
596
+ }
597
+ }
598
+ }
599
+ },
600
+ "nextToken": {}
601
+ }
538
602
  }
539
603
  },
540
604
  "GetLambdaFunctionRecommendations": {
@@ -549,7 +613,7 @@
549
613
  "shape": "Sp"
550
614
  },
551
615
  "filters": {
552
- "shape": "S1d"
616
+ "shape": "S1g"
553
617
  },
554
618
  "nextToken": {},
555
619
  "maxResults": {
@@ -744,7 +808,16 @@
744
808
  "keyPrefix": {}
745
809
  }
746
810
  },
747
- "S12": {
811
+ "S10": {
812
+ "type": "structure",
813
+ "members": {
814
+ "cpuVendorArchitectures": {
815
+ "type": "list",
816
+ "member": {}
817
+ }
818
+ }
819
+ },
820
+ "S15": {
748
821
  "type": "list",
749
822
  "member": {
750
823
  "type": "structure",
@@ -756,7 +829,7 @@
756
829
  }
757
830
  }
758
831
  },
759
- "S1d": {
832
+ "S1g": {
760
833
  "type": "list",
761
834
  "member": {
762
835
  "type": "structure",
@@ -768,13 +841,13 @@
768
841
  }
769
842
  }
770
843
  },
771
- "S1r": {
844
+ "S1u": {
772
845
  "type": "list",
773
846
  "member": {
774
- "shape": "S1s"
847
+ "shape": "S1v"
775
848
  }
776
849
  },
777
- "S1s": {
850
+ "S1v": {
778
851
  "type": "structure",
779
852
  "members": {
780
853
  "name": {},
@@ -784,7 +857,7 @@
784
857
  }
785
858
  }
786
859
  },
787
- "S1x": {
860
+ "S20": {
788
861
  "type": "structure",
789
862
  "members": {
790
863
  "desiredCapacity": {
@@ -799,13 +872,13 @@
799
872
  "instanceType": {}
800
873
  }
801
874
  },
802
- "S24": {
875
+ "S27": {
803
876
  "type": "list",
804
877
  "member": {
805
- "shape": "S1s"
878
+ "shape": "S1v"
806
879
  }
807
880
  },
808
- "S28": {
881
+ "S2b": {
809
882
  "type": "list",
810
883
  "member": {
811
884
  "type": "structure",
@@ -816,7 +889,7 @@
816
889
  }
817
890
  }
818
891
  },
819
- "S2j": {
892
+ "S2m": {
820
893
  "type": "structure",
821
894
  "members": {
822
895
  "volumeType": {},
@@ -8198,6 +8198,9 @@
8198
8198
  },
8199
8199
  "UsageOperation": {
8200
8200
  "locationName": "usageOperation"
8201
+ },
8202
+ "BootMode": {
8203
+ "locationName": "bootMode"
8201
8204
  }
8202
8205
  }
8203
8206
  }
@@ -15200,7 +15203,8 @@
15200
15203
  "shape": "S1t",
15201
15204
  "locationName": "TagSpecification"
15202
15205
  },
15203
- "UsageOperation": {}
15206
+ "UsageOperation": {},
15207
+ "BootMode": {}
15204
15208
  }
15205
15209
  },
15206
15210
  "output": {
@@ -16254,6 +16258,9 @@
16254
16258
  "Cidr": {}
16255
16259
  }
16256
16260
  }
16261
+ },
16262
+ "MaxEntries": {
16263
+ "type": "integer"
16257
16264
  }
16258
16265
  }
16259
16266
  },
@@ -724,6 +724,25 @@
724
724
  }
725
725
  }
726
726
  },
727
+ "GetAutoTerminationPolicy": {
728
+ "input": {
729
+ "type": "structure",
730
+ "required": [
731
+ "ClusterId"
732
+ ],
733
+ "members": {
734
+ "ClusterId": {}
735
+ }
736
+ },
737
+ "output": {
738
+ "type": "structure",
739
+ "members": {
740
+ "AutoTerminationPolicy": {
741
+ "shape": "S4h"
742
+ }
743
+ }
744
+ }
745
+ },
727
746
  "GetBlockPublicAccessConfiguration": {
728
747
  "input": {
729
748
  "type": "structure",
@@ -737,7 +756,7 @@
737
756
  ],
738
757
  "members": {
739
758
  "BlockPublicAccessConfiguration": {
740
- "shape": "S4h"
759
+ "shape": "S4l"
741
760
  },
742
761
  "BlockPublicAccessConfigurationMetadata": {
743
762
  "type": "structure",
@@ -769,7 +788,7 @@
769
788
  "type": "structure",
770
789
  "members": {
771
790
  "ManagedScalingPolicy": {
772
- "shape": "S4o"
791
+ "shape": "S4s"
773
792
  }
774
793
  }
775
794
  }
@@ -961,7 +980,7 @@
961
980
  "shape": "Sh"
962
981
  },
963
982
  "EbsBlockDevices": {
964
- "shape": "S5f"
983
+ "shape": "S5j"
965
984
  },
966
985
  "EbsOptimized": {
967
986
  "type": "boolean"
@@ -1051,16 +1070,16 @@
1051
1070
  "type": "long"
1052
1071
  },
1053
1072
  "EbsBlockDevices": {
1054
- "shape": "S5f"
1073
+ "shape": "S5j"
1055
1074
  },
1056
1075
  "EbsOptimized": {
1057
1076
  "type": "boolean"
1058
1077
  },
1059
1078
  "ShrinkPolicy": {
1060
- "shape": "S5s"
1079
+ "shape": "S5v"
1061
1080
  },
1062
1081
  "AutoScalingPolicy": {
1063
- "shape": "S5w"
1082
+ "shape": "S5z"
1064
1083
  },
1065
1084
  "CustomAmiId": {}
1066
1085
  }
@@ -1422,7 +1441,7 @@
1422
1441
  "member": {}
1423
1442
  },
1424
1443
  "ShrinkPolicy": {
1425
- "shape": "S5s"
1444
+ "shape": "S5v"
1426
1445
  },
1427
1446
  "Configurations": {
1428
1447
  "shape": "Sh"
@@ -1455,12 +1474,30 @@
1455
1474
  "ClusterId": {},
1456
1475
  "InstanceGroupId": {},
1457
1476
  "AutoScalingPolicy": {
1458
- "shape": "S5w"
1477
+ "shape": "S5z"
1459
1478
  },
1460
1479
  "ClusterArn": {}
1461
1480
  }
1462
1481
  }
1463
1482
  },
1483
+ "PutAutoTerminationPolicy": {
1484
+ "input": {
1485
+ "type": "structure",
1486
+ "required": [
1487
+ "ClusterId"
1488
+ ],
1489
+ "members": {
1490
+ "ClusterId": {},
1491
+ "AutoTerminationPolicy": {
1492
+ "shape": "S4h"
1493
+ }
1494
+ }
1495
+ },
1496
+ "output": {
1497
+ "type": "structure",
1498
+ "members": {}
1499
+ }
1500
+ },
1464
1501
  "PutBlockPublicAccessConfiguration": {
1465
1502
  "input": {
1466
1503
  "type": "structure",
@@ -1469,7 +1506,7 @@
1469
1506
  ],
1470
1507
  "members": {
1471
1508
  "BlockPublicAccessConfiguration": {
1472
- "shape": "S4h"
1509
+ "shape": "S4l"
1473
1510
  }
1474
1511
  }
1475
1512
  },
@@ -1488,7 +1525,7 @@
1488
1525
  "members": {
1489
1526
  "ClusterId": {},
1490
1527
  "ManagedScalingPolicy": {
1491
- "shape": "S4o"
1528
+ "shape": "S4s"
1492
1529
  }
1493
1530
  }
1494
1531
  },
@@ -1514,6 +1551,21 @@
1514
1551
  "members": {}
1515
1552
  }
1516
1553
  },
1554
+ "RemoveAutoTerminationPolicy": {
1555
+ "input": {
1556
+ "type": "structure",
1557
+ "required": [
1558
+ "ClusterId"
1559
+ ],
1560
+ "members": {
1561
+ "ClusterId": {}
1562
+ }
1563
+ },
1564
+ "output": {
1565
+ "type": "structure",
1566
+ "members": {}
1567
+ }
1568
+ },
1517
1569
  "RemoveManagedScalingPolicy": {
1518
1570
  "input": {
1519
1571
  "type": "structure",
@@ -1598,10 +1650,10 @@
1598
1650
  "EmrManagedSlaveSecurityGroup": {},
1599
1651
  "ServiceAccessSecurityGroup": {},
1600
1652
  "AdditionalMasterSecurityGroups": {
1601
- "shape": "S7p"
1653
+ "shape": "S7w"
1602
1654
  },
1603
1655
  "AdditionalSlaveSecurityGroups": {
1604
- "shape": "S7p"
1656
+ "shape": "S7w"
1605
1657
  }
1606
1658
  }
1607
1659
  },
@@ -1658,10 +1710,13 @@
1658
1710
  "type": "integer"
1659
1711
  },
1660
1712
  "ManagedScalingPolicy": {
1661
- "shape": "S4o"
1713
+ "shape": "S4s"
1662
1714
  },
1663
1715
  "PlacementGroupConfigs": {
1664
1716
  "shape": "S31"
1717
+ },
1718
+ "AutoTerminationPolicy": {
1719
+ "shape": "S4h"
1665
1720
  }
1666
1721
  }
1667
1722
  },
@@ -2321,6 +2376,14 @@
2321
2376
  }
2322
2377
  },
2323
2378
  "S4h": {
2379
+ "type": "structure",
2380
+ "members": {
2381
+ "IdleTimeout": {
2382
+ "type": "long"
2383
+ }
2384
+ }
2385
+ },
2386
+ "S4l": {
2324
2387
  "type": "structure",
2325
2388
  "required": [
2326
2389
  "BlockPublicSecurityGroupRules"
@@ -2348,7 +2411,7 @@
2348
2411
  }
2349
2412
  }
2350
2413
  },
2351
- "S4o": {
2414
+ "S4s": {
2352
2415
  "type": "structure",
2353
2416
  "members": {
2354
2417
  "ComputeLimits": {
@@ -2376,7 +2439,7 @@
2376
2439
  }
2377
2440
  }
2378
2441
  },
2379
- "S5f": {
2442
+ "S5j": {
2380
2443
  "type": "list",
2381
2444
  "member": {
2382
2445
  "type": "structure",
@@ -2388,7 +2451,7 @@
2388
2451
  }
2389
2452
  }
2390
2453
  },
2391
- "S5s": {
2454
+ "S5v": {
2392
2455
  "type": "structure",
2393
2456
  "members": {
2394
2457
  "DecommissionTimeout": {
@@ -2398,10 +2461,10 @@
2398
2461
  "type": "structure",
2399
2462
  "members": {
2400
2463
  "InstancesToTerminate": {
2401
- "shape": "S5u"
2464
+ "shape": "S5x"
2402
2465
  },
2403
2466
  "InstancesToProtect": {
2404
- "shape": "S5u"
2467
+ "shape": "S5x"
2405
2468
  },
2406
2469
  "InstanceTerminationTimeout": {
2407
2470
  "type": "integer"
@@ -2410,11 +2473,11 @@
2410
2473
  }
2411
2474
  }
2412
2475
  },
2413
- "S5u": {
2476
+ "S5x": {
2414
2477
  "type": "list",
2415
2478
  "member": {}
2416
2479
  },
2417
- "S5w": {
2480
+ "S5z": {
2418
2481
  "type": "structure",
2419
2482
  "members": {
2420
2483
  "Status": {
@@ -2438,7 +2501,7 @@
2438
2501
  }
2439
2502
  }
2440
2503
  },
2441
- "S7p": {
2504
+ "S7w": {
2442
2505
  "type": "list",
2443
2506
  "member": {}
2444
2507
  }