aws-sdk 2.288.0 → 2.292.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.
@@ -0,0 +1,12 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "SSM",
5
+ "description": "AWS Systems Manager Automation is launching two new features for Automation Execution Rate Control based on tags and customized parameter maps. With the first feature, customer can target their resources by specifying a Tag with Key/Value. With the second feature, Parameter maps rate control, customers can benefit from customization of input parameters."
6
+ },
7
+ {
8
+ "type": "feature",
9
+ "category": "SecretsManager",
10
+ "description": "This release introduces a ForceDeleteWithoutRecovery parameter to the DeleteSecret API enabling customers to force the deletion of a secret without any recovery window"
11
+ }
12
+ ]
@@ -0,0 +1,17 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "DAX",
5
+ "description": "Add the SSESpecification field to CreateCluster to allow creation of clusters with server-side encryption, and add the SSEDescription field to DescribeClusters to display the status of server-side encryption for a cluster. "
6
+ },
7
+ {
8
+ "type": "feature",
9
+ "category": "ECS",
10
+ "description": "This release of Amazon Elastic Container Service (Amazon ECS) introduces support for Docker volumes and Docker volume drivers. Customers can now configure their ECS Tasks to use Docker volumes, enabling stateful and storage-intensive applications to be deployed on ECS."
11
+ },
12
+ {
13
+ "type": "feature",
14
+ "category": "RDS",
15
+ "description": "Launch RDS Aurora Serverless"
16
+ }
17
+ ]
@@ -0,0 +1,7 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "MediaConvert",
5
+ "description": "This release adds support for a new rate control mode, Quality-Defined Variable Bitrate (QVBR) encoding, includes updates to optimize transcoding performance, and resolves previously reported bugs."
6
+ }
7
+ ]
@@ -0,0 +1,7 @@
1
+ [
2
+ {
3
+ "type": "feature",
4
+ "category": "SageMaker",
5
+ "description": "SageMaker updated the default endpoint URL to support Private Link via the CLI/SDK."
6
+ }
7
+ ]
package/CHANGELOG.md CHANGED
@@ -1,7 +1,22 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.288.0-->
2
+ <!--LATEST=2.292.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.292.0
6
+ * feature: SageMaker: SageMaker updated the default endpoint URL to support Private Link via the CLI/SDK.
7
+
8
+ ## 2.291.0
9
+ * feature: MediaConvert: This release adds support for a new rate control mode, Quality-Defined Variable Bitrate (QVBR) encoding, includes updates to optimize transcoding performance, and resolves previously reported bugs.
10
+
11
+ ## 2.290.0
12
+ * feature: DAX: Add the SSESpecification field to CreateCluster to allow creation of clusters with server-side encryption, and add the SSEDescription field to DescribeClusters to display the status of server-side encryption for a cluster.
13
+ * feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for Docker volumes and Docker volume drivers. Customers can now configure their ECS Tasks to use Docker volumes, enabling stateful and storage-intensive applications to be deployed on ECS.
14
+ * feature: RDS: Launch RDS Aurora Serverless
15
+
16
+ ## 2.289.0
17
+ * feature: SSM: AWS Systems Manager Automation is launching two new features for Automation Execution Rate Control based on tags and customized parameter maps. With the first feature, customer can target their resources by specifying a Tag with Key/Value. With the second feature, Parameter maps rate control, customers can benefit from customization of input parameters.
18
+ * feature: SecretsManager: This release introduces a ForceDeleteWithoutRecovery parameter to the DeleteSecret API enabling customers to force the deletion of a secret without any recovery window
19
+
5
20
  ## 2.288.0
6
21
  * feature: CloudWatchLogs: Documentation Update
7
22
  * feature: CodeBuild: Release semantic versioning feature for CodeBuild
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.288.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.292.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -19,8 +19,7 @@
19
19
  "required": [
20
20
  "ClusterName",
21
21
  "NodeType",
22
- "ReplicationFactor",
23
- "IamRoleArn"
22
+ "ReplicationFactor"
24
23
  ],
25
24
  "members": {
26
25
  "ClusterName": {},
@@ -42,6 +41,17 @@
42
41
  "ParameterGroupName": {},
43
42
  "Tags": {
44
43
  "shape": "S6"
44
+ },
45
+ "SSESpecification": {
46
+ "type": "structure",
47
+ "required": [
48
+ "Enabled"
49
+ ],
50
+ "members": {
51
+ "Enabled": {
52
+ "type": "boolean"
53
+ }
54
+ }
45
55
  }
46
56
  }
47
57
  },
@@ -49,7 +59,7 @@
49
59
  "type": "structure",
50
60
  "members": {
51
61
  "Cluster": {
52
- "shape": "S9"
62
+ "shape": "Sb"
53
63
  }
54
64
  }
55
65
  }
@@ -69,7 +79,7 @@
69
79
  "type": "structure",
70
80
  "members": {
71
81
  "ParameterGroup": {
72
- "shape": "Sm"
82
+ "shape": "Sq"
73
83
  }
74
84
  }
75
85
  }
@@ -85,7 +95,7 @@
85
95
  "SubnetGroupName": {},
86
96
  "Description": {},
87
97
  "SubnetIds": {
88
- "shape": "So"
98
+ "shape": "Ss"
89
99
  }
90
100
  }
91
101
  },
@@ -93,7 +103,7 @@
93
103
  "type": "structure",
94
104
  "members": {
95
105
  "SubnetGroup": {
96
- "shape": "Sq"
106
+ "shape": "Su"
97
107
  }
98
108
  }
99
109
  }
@@ -114,7 +124,7 @@
114
124
  "shape": "S4"
115
125
  },
116
126
  "NodeIdsToRemove": {
117
- "shape": "Sc"
127
+ "shape": "Se"
118
128
  }
119
129
  }
120
130
  },
@@ -122,7 +132,7 @@
122
132
  "type": "structure",
123
133
  "members": {
124
134
  "Cluster": {
125
- "shape": "S9"
135
+ "shape": "Sb"
126
136
  }
127
137
  }
128
138
  }
@@ -141,7 +151,7 @@
141
151
  "type": "structure",
142
152
  "members": {
143
153
  "Cluster": {
144
- "shape": "S9"
154
+ "shape": "Sb"
145
155
  }
146
156
  }
147
157
  }
@@ -201,7 +211,7 @@
201
211
  "Clusters": {
202
212
  "type": "list",
203
213
  "member": {
204
- "shape": "S9"
214
+ "shape": "Sb"
205
215
  }
206
216
  }
207
217
  }
@@ -222,7 +232,7 @@
222
232
  "members": {
223
233
  "NextToken": {},
224
234
  "Parameters": {
225
- "shape": "S17"
235
+ "shape": "S1b"
226
236
  }
227
237
  }
228
238
  }
@@ -290,7 +300,7 @@
290
300
  "ParameterGroups": {
291
301
  "type": "list",
292
302
  "member": {
293
- "shape": "Sm"
303
+ "shape": "Sq"
294
304
  }
295
305
  }
296
306
  }
@@ -316,7 +326,7 @@
316
326
  "members": {
317
327
  "NextToken": {},
318
328
  "Parameters": {
319
- "shape": "S17"
329
+ "shape": "S1b"
320
330
  }
321
331
  }
322
332
  }
@@ -342,7 +352,7 @@
342
352
  "SubnetGroups": {
343
353
  "type": "list",
344
354
  "member": {
345
- "shape": "Sq"
355
+ "shape": "Su"
346
356
  }
347
357
  }
348
358
  }
@@ -369,7 +379,7 @@
369
379
  "type": "structure",
370
380
  "members": {
371
381
  "Cluster": {
372
- "shape": "S9"
382
+ "shape": "Sb"
373
383
  }
374
384
  }
375
385
  }
@@ -411,7 +421,7 @@
411
421
  "type": "structure",
412
422
  "members": {
413
423
  "Cluster": {
414
- "shape": "S9"
424
+ "shape": "Sb"
415
425
  }
416
426
  }
417
427
  }
@@ -485,7 +495,7 @@
485
495
  "type": "structure",
486
496
  "members": {
487
497
  "Cluster": {
488
- "shape": "S9"
498
+ "shape": "Sb"
489
499
  }
490
500
  }
491
501
  }
@@ -515,7 +525,7 @@
515
525
  "type": "structure",
516
526
  "members": {
517
527
  "ParameterGroup": {
518
- "shape": "Sm"
528
+ "shape": "Sq"
519
529
  }
520
530
  }
521
531
  }
@@ -530,7 +540,7 @@
530
540
  "SubnetGroupName": {},
531
541
  "Description": {},
532
542
  "SubnetIds": {
533
- "shape": "So"
543
+ "shape": "Ss"
534
544
  }
535
545
  }
536
546
  },
@@ -538,7 +548,7 @@
538
548
  "type": "structure",
539
549
  "members": {
540
550
  "SubnetGroup": {
541
- "shape": "Sq"
551
+ "shape": "Su"
542
552
  }
543
553
  }
544
554
  }
@@ -563,7 +573,7 @@
563
573
  }
564
574
  }
565
575
  },
566
- "S9": {
576
+ "Sb": {
567
577
  "type": "structure",
568
578
  "members": {
569
579
  "ClusterName": {},
@@ -578,10 +588,10 @@
578
588
  "NodeType": {},
579
589
  "Status": {},
580
590
  "ClusterDiscoveryEndpoint": {
581
- "shape": "Sb"
591
+ "shape": "Sd"
582
592
  },
583
593
  "NodeIdsToRemove": {
584
- "shape": "Sc"
594
+ "shape": "Se"
585
595
  },
586
596
  "Nodes": {
587
597
  "type": "list",
@@ -590,7 +600,7 @@
590
600
  "members": {
591
601
  "NodeId": {},
592
602
  "Endpoint": {
593
- "shape": "Sb"
603
+ "shape": "Sd"
594
604
  },
595
605
  "NodeCreateTime": {
596
606
  "type": "timestamp"
@@ -627,13 +637,19 @@
627
637
  "ParameterGroupName": {},
628
638
  "ParameterApplyStatus": {},
629
639
  "NodeIdsToReboot": {
630
- "shape": "Sc"
640
+ "shape": "Se"
631
641
  }
632
642
  }
643
+ },
644
+ "SSEDescription": {
645
+ "type": "structure",
646
+ "members": {
647
+ "Status": {}
648
+ }
633
649
  }
634
650
  }
635
651
  },
636
- "Sb": {
652
+ "Sd": {
637
653
  "type": "structure",
638
654
  "members": {
639
655
  "Address": {},
@@ -642,22 +658,22 @@
642
658
  }
643
659
  }
644
660
  },
645
- "Sc": {
661
+ "Se": {
646
662
  "type": "list",
647
663
  "member": {}
648
664
  },
649
- "Sm": {
665
+ "Sq": {
650
666
  "type": "structure",
651
667
  "members": {
652
668
  "ParameterGroupName": {},
653
669
  "Description": {}
654
670
  }
655
671
  },
656
- "So": {
672
+ "Ss": {
657
673
  "type": "list",
658
674
  "member": {}
659
675
  },
660
- "Sq": {
676
+ "Su": {
661
677
  "type": "structure",
662
678
  "members": {
663
679
  "SubnetGroupName": {},
@@ -675,7 +691,7 @@
675
691
  }
676
692
  }
677
693
  },
678
- "S17": {
694
+ "S1b": {
679
695
  "type": "list",
680
696
  "member": {
681
697
  "type": "structure",
@@ -209,7 +209,7 @@
209
209
  }
210
210
  },
211
211
  "failures": {
212
- "shape": "S2x"
212
+ "shape": "S30"
213
213
  }
214
214
  }
215
215
  }
@@ -231,10 +231,10 @@
231
231
  "type": "structure",
232
232
  "members": {
233
233
  "containerInstances": {
234
- "shape": "S31"
234
+ "shape": "S34"
235
235
  },
236
236
  "failures": {
237
- "shape": "S2x"
237
+ "shape": "S30"
238
238
  }
239
239
  }
240
240
  }
@@ -262,7 +262,7 @@
262
262
  }
263
263
  },
264
264
  "failures": {
265
- "shape": "S2x"
265
+ "shape": "S30"
266
266
  }
267
267
  }
268
268
  }
@@ -303,10 +303,10 @@
303
303
  "type": "structure",
304
304
  "members": {
305
305
  "tasks": {
306
- "shape": "S39"
306
+ "shape": "S3c"
307
307
  },
308
308
  "failures": {
309
- "shape": "S2x"
309
+ "shape": "S30"
310
310
  }
311
311
  }
312
312
  }
@@ -561,10 +561,10 @@
561
561
  "shape": "S2i"
562
562
  },
563
563
  "placementConstraints": {
564
- "shape": "S2n"
564
+ "shape": "S2q"
565
565
  },
566
566
  "requiresCompatibilities": {
567
- "shape": "S2q"
567
+ "shape": "S2t"
568
568
  },
569
569
  "cpu": {},
570
570
  "memory": {}
@@ -589,7 +589,7 @@
589
589
  "cluster": {},
590
590
  "taskDefinition": {},
591
591
  "overrides": {
592
- "shape": "S3b"
592
+ "shape": "S3e"
593
593
  },
594
594
  "count": {
595
595
  "type": "integer"
@@ -613,10 +613,10 @@
613
613
  "type": "structure",
614
614
  "members": {
615
615
  "tasks": {
616
- "shape": "S39"
616
+ "shape": "S3c"
617
617
  },
618
618
  "failures": {
619
- "shape": "S2x"
619
+ "shape": "S30"
620
620
  }
621
621
  }
622
622
  }
@@ -632,7 +632,7 @@
632
632
  "cluster": {},
633
633
  "taskDefinition": {},
634
634
  "overrides": {
635
- "shape": "S3b"
635
+ "shape": "S3e"
636
636
  },
637
637
  "containerInstances": {
638
638
  "shape": "So"
@@ -648,10 +648,10 @@
648
648
  "type": "structure",
649
649
  "members": {
650
650
  "tasks": {
651
- "shape": "S39"
651
+ "shape": "S3c"
652
652
  },
653
653
  "failures": {
654
- "shape": "S2x"
654
+ "shape": "S30"
655
655
  }
656
656
  }
657
657
  }
@@ -672,7 +672,7 @@
672
672
  "type": "structure",
673
673
  "members": {
674
674
  "task": {
675
- "shape": "S3a"
675
+ "shape": "S3d"
676
676
  }
677
677
  }
678
678
  }
@@ -690,7 +690,7 @@
690
690
  },
691
691
  "reason": {},
692
692
  "networkBindings": {
693
- "shape": "S3g"
693
+ "shape": "S3j"
694
694
  }
695
695
  }
696
696
  },
@@ -719,7 +719,7 @@
719
719
  "type": "integer"
720
720
  },
721
721
  "networkBindings": {
722
- "shape": "S3g"
722
+ "shape": "S3j"
723
723
  },
724
724
  "reason": {},
725
725
  "status": {}
@@ -797,10 +797,10 @@
797
797
  "type": "structure",
798
798
  "members": {
799
799
  "containerInstances": {
800
- "shape": "S31"
800
+ "shape": "S34"
801
801
  },
802
802
  "failures": {
803
- "shape": "S2x"
803
+ "shape": "S30"
804
804
  }
805
805
  }
806
806
  }
@@ -1182,13 +1182,13 @@
1182
1182
  }
1183
1183
  },
1184
1184
  "placementConstraints": {
1185
- "shape": "S2n"
1185
+ "shape": "S2q"
1186
1186
  },
1187
1187
  "compatibilities": {
1188
- "shape": "S2q"
1188
+ "shape": "S2t"
1189
1189
  },
1190
1190
  "requiresCompatibilities": {
1191
- "shape": "S2q"
1191
+ "shape": "S2t"
1192
1192
  },
1193
1193
  "cpu": {},
1194
1194
  "memory": {}
@@ -1449,11 +1449,32 @@
1449
1449
  "members": {
1450
1450
  "sourcePath": {}
1451
1451
  }
1452
+ },
1453
+ "dockerVolumeConfiguration": {
1454
+ "type": "structure",
1455
+ "members": {
1456
+ "scope": {},
1457
+ "autoprovision": {
1458
+ "type": "boolean"
1459
+ },
1460
+ "driver": {},
1461
+ "driverOpts": {
1462
+ "shape": "S2n"
1463
+ },
1464
+ "labels": {
1465
+ "shape": "S2n"
1466
+ }
1467
+ }
1452
1468
  }
1453
1469
  }
1454
1470
  }
1455
1471
  },
1456
1472
  "S2n": {
1473
+ "type": "map",
1474
+ "key": {},
1475
+ "value": {}
1476
+ },
1477
+ "S2q": {
1457
1478
  "type": "list",
1458
1479
  "member": {
1459
1480
  "type": "structure",
@@ -1463,11 +1484,11 @@
1463
1484
  }
1464
1485
  }
1465
1486
  },
1466
- "S2q": {
1487
+ "S2t": {
1467
1488
  "type": "list",
1468
1489
  "member": {}
1469
1490
  },
1470
- "S2x": {
1491
+ "S30": {
1471
1492
  "type": "list",
1472
1493
  "member": {
1473
1494
  "type": "structure",
@@ -1477,19 +1498,19 @@
1477
1498
  }
1478
1499
  }
1479
1500
  },
1480
- "S31": {
1501
+ "S34": {
1481
1502
  "type": "list",
1482
1503
  "member": {
1483
1504
  "shape": "S1a"
1484
1505
  }
1485
1506
  },
1486
- "S39": {
1507
+ "S3c": {
1487
1508
  "type": "list",
1488
1509
  "member": {
1489
- "shape": "S3a"
1510
+ "shape": "S3d"
1490
1511
  }
1491
1512
  },
1492
- "S3a": {
1513
+ "S3d": {
1493
1514
  "type": "structure",
1494
1515
  "members": {
1495
1516
  "taskArn": {},
@@ -1497,7 +1518,7 @@
1497
1518
  "taskDefinitionArn": {},
1498
1519
  "containerInstanceArn": {},
1499
1520
  "overrides": {
1500
- "shape": "S3b"
1521
+ "shape": "S3e"
1501
1522
  },
1502
1523
  "lastStatus": {},
1503
1524
  "desiredStatus": {},
@@ -1517,7 +1538,7 @@
1517
1538
  },
1518
1539
  "reason": {},
1519
1540
  "networkBindings": {
1520
- "shape": "S3g"
1541
+ "shape": "S3j"
1521
1542
  },
1522
1543
  "networkInterfaces": {
1523
1544
  "type": "list",
@@ -1573,7 +1594,7 @@
1573
1594
  "healthStatus": {}
1574
1595
  }
1575
1596
  },
1576
- "S3b": {
1597
+ "S3e": {
1577
1598
  "type": "structure",
1578
1599
  "members": {
1579
1600
  "containerOverrides": {
@@ -1604,7 +1625,7 @@
1604
1625
  "executionRoleArn": {}
1605
1626
  }
1606
1627
  },
1607
- "S3g": {
1628
+ "S3j": {
1608
1629
  "type": "list",
1609
1630
  "member": {
1610
1631
  "type": "structure",