aws-sdk 2.1567.0 → 2.1569.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/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +387 -115
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +28 -21
- package/apis/ce-2017-10-25.min.json +140 -105
- package/apis/docdb-elastic-2022-11-28.min.json +209 -62
- package/apis/ec2-2016-11-15.min.json +61 -61
- package/apis/iot-2015-05-28.min.json +12 -12
- package/apis/migrationhuborchestrator-2021-08-28.min.json +190 -86
- package/apis/models.lex.v2-2020-08-07.min.json +268 -186
- package/apis/quicksight-2018-04-01.min.json +518 -516
- package/apis/sagemaker-2017-07-24.min.json +1115 -1099
- package/apis/securitylake-2018-05-10.min.json +3 -7
- package/apis/wafv2-2019-07-29.min.json +126 -123
- package/clients/batch.d.ts +395 -36
- package/clients/bedrockagentruntime.d.ts +7 -1
- package/clients/costexplorer.d.ts +40 -0
- package/clients/docdbelastic.d.ts +253 -112
- package/clients/ec2.d.ts +2 -1
- package/clients/eks.d.ts +1 -1
- package/clients/iot.d.ts +11 -10
- package/clients/lexmodelsv2.d.ts +107 -0
- package/clients/migrationhuborchestrator.d.ts +141 -8
- package/clients/quicksight.d.ts +9 -0
- package/clients/sagemaker.d.ts +39 -10
- package/clients/securitylake.d.ts +9 -5
- package/clients/wafv2.d.ts +5 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +216 -181
- package/dist/aws-sdk.min.js +102 -102
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -13,6 +13,45 @@
|
|
13
13
|
"uid": "docdb-elastic-2022-11-28"
|
14
14
|
},
|
15
15
|
"operations": {
|
16
|
+
"CopyClusterSnapshot": {
|
17
|
+
"http": {
|
18
|
+
"requestUri": "/cluster-snapshot/{snapshotArn}/copy",
|
19
|
+
"responseCode": 200
|
20
|
+
},
|
21
|
+
"input": {
|
22
|
+
"type": "structure",
|
23
|
+
"required": [
|
24
|
+
"snapshotArn",
|
25
|
+
"targetSnapshotName"
|
26
|
+
],
|
27
|
+
"members": {
|
28
|
+
"copyTags": {
|
29
|
+
"type": "boolean"
|
30
|
+
},
|
31
|
+
"kmsKeyId": {},
|
32
|
+
"snapshotArn": {
|
33
|
+
"location": "uri",
|
34
|
+
"locationName": "snapshotArn"
|
35
|
+
},
|
36
|
+
"tags": {
|
37
|
+
"shape": "S4"
|
38
|
+
},
|
39
|
+
"targetSnapshotName": {}
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"output": {
|
43
|
+
"type": "structure",
|
44
|
+
"required": [
|
45
|
+
"snapshot"
|
46
|
+
],
|
47
|
+
"members": {
|
48
|
+
"snapshot": {
|
49
|
+
"shape": "S9"
|
50
|
+
}
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"idempotent": true
|
54
|
+
},
|
16
55
|
"CreateCluster": {
|
17
56
|
"http": {
|
18
57
|
"requestUri": "/cluster",
|
@@ -31,14 +70,18 @@
|
|
31
70
|
"members": {
|
32
71
|
"adminUserName": {},
|
33
72
|
"adminUserPassword": {
|
34
|
-
"shape": "
|
73
|
+
"shape": "Se"
|
35
74
|
},
|
36
75
|
"authType": {},
|
76
|
+
"backupRetentionPeriod": {
|
77
|
+
"type": "integer"
|
78
|
+
},
|
37
79
|
"clientToken": {
|
38
80
|
"idempotencyToken": true
|
39
81
|
},
|
40
82
|
"clusterName": {},
|
41
83
|
"kmsKeyId": {},
|
84
|
+
"preferredBackupWindow": {},
|
42
85
|
"preferredMaintenanceWindow": {},
|
43
86
|
"shardCapacity": {
|
44
87
|
"type": "integer"
|
@@ -46,14 +89,17 @@
|
|
46
89
|
"shardCount": {
|
47
90
|
"type": "integer"
|
48
91
|
},
|
92
|
+
"shardInstanceCount": {
|
93
|
+
"type": "integer"
|
94
|
+
},
|
49
95
|
"subnetIds": {
|
50
|
-
"shape": "
|
96
|
+
"shape": "Sc"
|
51
97
|
},
|
52
98
|
"tags": {
|
53
|
-
"shape": "
|
99
|
+
"shape": "S4"
|
54
100
|
},
|
55
101
|
"vpcSecurityGroupIds": {
|
56
|
-
"shape": "
|
102
|
+
"shape": "Sc"
|
57
103
|
}
|
58
104
|
}
|
59
105
|
},
|
@@ -64,7 +110,7 @@
|
|
64
110
|
],
|
65
111
|
"members": {
|
66
112
|
"cluster": {
|
67
|
-
"shape": "
|
113
|
+
"shape": "Si"
|
68
114
|
}
|
69
115
|
}
|
70
116
|
},
|
@@ -85,7 +131,7 @@
|
|
85
131
|
"clusterArn": {},
|
86
132
|
"snapshotName": {},
|
87
133
|
"tags": {
|
88
|
-
"shape": "
|
134
|
+
"shape": "S4"
|
89
135
|
}
|
90
136
|
}
|
91
137
|
},
|
@@ -96,7 +142,7 @@
|
|
96
142
|
],
|
97
143
|
"members": {
|
98
144
|
"snapshot": {
|
99
|
-
"shape": "
|
145
|
+
"shape": "S9"
|
100
146
|
}
|
101
147
|
}
|
102
148
|
},
|
@@ -127,7 +173,7 @@
|
|
127
173
|
],
|
128
174
|
"members": {
|
129
175
|
"cluster": {
|
130
|
-
"shape": "
|
176
|
+
"shape": "Si"
|
131
177
|
}
|
132
178
|
}
|
133
179
|
},
|
@@ -158,7 +204,7 @@
|
|
158
204
|
],
|
159
205
|
"members": {
|
160
206
|
"snapshot": {
|
161
|
-
"shape": "
|
207
|
+
"shape": "S9"
|
162
208
|
}
|
163
209
|
}
|
164
210
|
},
|
@@ -189,7 +235,7 @@
|
|
189
235
|
],
|
190
236
|
"members": {
|
191
237
|
"cluster": {
|
192
|
-
"shape": "
|
238
|
+
"shape": "Si"
|
193
239
|
}
|
194
240
|
}
|
195
241
|
}
|
@@ -219,7 +265,7 @@
|
|
219
265
|
],
|
220
266
|
"members": {
|
221
267
|
"snapshot": {
|
222
|
-
"shape": "
|
268
|
+
"shape": "S9"
|
223
269
|
}
|
224
270
|
}
|
225
271
|
}
|
@@ -245,6 +291,10 @@
|
|
245
291
|
"nextToken": {
|
246
292
|
"location": "querystring",
|
247
293
|
"locationName": "nextToken"
|
294
|
+
},
|
295
|
+
"snapshotType": {
|
296
|
+
"location": "querystring",
|
297
|
+
"locationName": "snapshotType"
|
248
298
|
}
|
249
299
|
}
|
250
300
|
},
|
@@ -340,7 +390,7 @@
|
|
340
390
|
"type": "structure",
|
341
391
|
"members": {
|
342
392
|
"tags": {
|
343
|
-
"shape": "
|
393
|
+
"shape": "S4"
|
344
394
|
}
|
345
395
|
}
|
346
396
|
}
|
@@ -359,18 +409,84 @@
|
|
359
409
|
"members": {
|
360
410
|
"clusterName": {},
|
361
411
|
"kmsKeyId": {},
|
412
|
+
"shardCapacity": {
|
413
|
+
"type": "integer"
|
414
|
+
},
|
415
|
+
"shardInstanceCount": {
|
416
|
+
"type": "integer"
|
417
|
+
},
|
362
418
|
"snapshotArn": {
|
363
419
|
"location": "uri",
|
364
420
|
"locationName": "snapshotArn"
|
365
421
|
},
|
366
422
|
"subnetIds": {
|
367
|
-
"shape": "
|
423
|
+
"shape": "Sc"
|
368
424
|
},
|
369
425
|
"tags": {
|
370
|
-
"shape": "
|
426
|
+
"shape": "S4"
|
371
427
|
},
|
372
428
|
"vpcSecurityGroupIds": {
|
373
|
-
"shape": "
|
429
|
+
"shape": "Sc"
|
430
|
+
}
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"output": {
|
434
|
+
"type": "structure",
|
435
|
+
"required": [
|
436
|
+
"cluster"
|
437
|
+
],
|
438
|
+
"members": {
|
439
|
+
"cluster": {
|
440
|
+
"shape": "Si"
|
441
|
+
}
|
442
|
+
}
|
443
|
+
},
|
444
|
+
"idempotent": true
|
445
|
+
},
|
446
|
+
"StartCluster": {
|
447
|
+
"http": {
|
448
|
+
"requestUri": "/cluster/{clusterArn}/start",
|
449
|
+
"responseCode": 200
|
450
|
+
},
|
451
|
+
"input": {
|
452
|
+
"type": "structure",
|
453
|
+
"required": [
|
454
|
+
"clusterArn"
|
455
|
+
],
|
456
|
+
"members": {
|
457
|
+
"clusterArn": {
|
458
|
+
"location": "uri",
|
459
|
+
"locationName": "clusterArn"
|
460
|
+
}
|
461
|
+
}
|
462
|
+
},
|
463
|
+
"output": {
|
464
|
+
"type": "structure",
|
465
|
+
"required": [
|
466
|
+
"cluster"
|
467
|
+
],
|
468
|
+
"members": {
|
469
|
+
"cluster": {
|
470
|
+
"shape": "Si"
|
471
|
+
}
|
472
|
+
}
|
473
|
+
},
|
474
|
+
"idempotent": true
|
475
|
+
},
|
476
|
+
"StopCluster": {
|
477
|
+
"http": {
|
478
|
+
"requestUri": "/cluster/{clusterArn}/stop",
|
479
|
+
"responseCode": 200
|
480
|
+
},
|
481
|
+
"input": {
|
482
|
+
"type": "structure",
|
483
|
+
"required": [
|
484
|
+
"clusterArn"
|
485
|
+
],
|
486
|
+
"members": {
|
487
|
+
"clusterArn": {
|
488
|
+
"location": "uri",
|
489
|
+
"locationName": "clusterArn"
|
374
490
|
}
|
375
491
|
}
|
376
492
|
},
|
@@ -381,7 +497,7 @@
|
|
381
497
|
],
|
382
498
|
"members": {
|
383
499
|
"cluster": {
|
384
|
-
"shape": "
|
500
|
+
"shape": "Si"
|
385
501
|
}
|
386
502
|
}
|
387
503
|
},
|
@@ -404,7 +520,7 @@
|
|
404
520
|
"locationName": "resourceArn"
|
405
521
|
},
|
406
522
|
"tags": {
|
407
|
-
"shape": "
|
523
|
+
"shape": "S4"
|
408
524
|
}
|
409
525
|
}
|
410
526
|
},
|
@@ -457,9 +573,12 @@
|
|
457
573
|
],
|
458
574
|
"members": {
|
459
575
|
"adminUserPassword": {
|
460
|
-
"shape": "
|
576
|
+
"shape": "Se"
|
461
577
|
},
|
462
578
|
"authType": {},
|
579
|
+
"backupRetentionPeriod": {
|
580
|
+
"type": "integer"
|
581
|
+
},
|
463
582
|
"clientToken": {
|
464
583
|
"idempotencyToken": true
|
465
584
|
},
|
@@ -467,6 +586,7 @@
|
|
467
586
|
"location": "uri",
|
468
587
|
"locationName": "clusterArn"
|
469
588
|
},
|
589
|
+
"preferredBackupWindow": {},
|
470
590
|
"preferredMaintenanceWindow": {},
|
471
591
|
"shardCapacity": {
|
472
592
|
"type": "integer"
|
@@ -474,11 +594,14 @@
|
|
474
594
|
"shardCount": {
|
475
595
|
"type": "integer"
|
476
596
|
},
|
597
|
+
"shardInstanceCount": {
|
598
|
+
"type": "integer"
|
599
|
+
},
|
477
600
|
"subnetIds": {
|
478
|
-
"shape": "
|
601
|
+
"shape": "Sc"
|
479
602
|
},
|
480
603
|
"vpcSecurityGroupIds": {
|
481
|
-
"shape": "
|
604
|
+
"shape": "Sc"
|
482
605
|
}
|
483
606
|
}
|
484
607
|
},
|
@@ -489,7 +612,7 @@
|
|
489
612
|
],
|
490
613
|
"members": {
|
491
614
|
"cluster": {
|
492
|
-
"shape": "
|
615
|
+
"shape": "Si"
|
493
616
|
}
|
494
617
|
}
|
495
618
|
},
|
@@ -497,88 +620,112 @@
|
|
497
620
|
}
|
498
621
|
},
|
499
622
|
"shapes": {
|
500
|
-
"
|
501
|
-
"type": "string",
|
502
|
-
"sensitive": true
|
503
|
-
},
|
504
|
-
"S6": {
|
505
|
-
"type": "list",
|
506
|
-
"member": {}
|
507
|
-
},
|
508
|
-
"S7": {
|
623
|
+
"S4": {
|
509
624
|
"type": "map",
|
510
625
|
"key": {},
|
511
626
|
"value": {}
|
512
627
|
},
|
513
|
-
"
|
628
|
+
"S9": {
|
514
629
|
"type": "structure",
|
515
630
|
"required": [
|
516
631
|
"adminUserName",
|
517
|
-
"authType",
|
518
632
|
"clusterArn",
|
519
|
-
"
|
520
|
-
"clusterName",
|
521
|
-
"createTime",
|
633
|
+
"clusterCreationTime",
|
522
634
|
"kmsKeyId",
|
523
|
-
"
|
524
|
-
"
|
525
|
-
"
|
635
|
+
"snapshotArn",
|
636
|
+
"snapshotCreationTime",
|
637
|
+
"snapshotName",
|
526
638
|
"status",
|
527
639
|
"subnetIds",
|
528
640
|
"vpcSecurityGroupIds"
|
529
641
|
],
|
530
642
|
"members": {
|
531
643
|
"adminUserName": {},
|
532
|
-
"authType": {},
|
533
644
|
"clusterArn": {},
|
534
|
-
"
|
535
|
-
"clusterName": {},
|
536
|
-
"createTime": {},
|
645
|
+
"clusterCreationTime": {},
|
537
646
|
"kmsKeyId": {},
|
538
|
-
"
|
539
|
-
"
|
540
|
-
|
541
|
-
},
|
542
|
-
"shardCount": {
|
543
|
-
"type": "integer"
|
544
|
-
},
|
647
|
+
"snapshotArn": {},
|
648
|
+
"snapshotCreationTime": {},
|
649
|
+
"snapshotName": {},
|
650
|
+
"snapshotType": {},
|
545
651
|
"status": {},
|
546
652
|
"subnetIds": {
|
547
|
-
"shape": "
|
653
|
+
"shape": "Sc"
|
548
654
|
},
|
549
655
|
"vpcSecurityGroupIds": {
|
550
|
-
"shape": "
|
656
|
+
"shape": "Sc"
|
551
657
|
}
|
552
658
|
}
|
553
659
|
},
|
554
|
-
"
|
660
|
+
"Sc": {
|
661
|
+
"type": "list",
|
662
|
+
"member": {}
|
663
|
+
},
|
664
|
+
"Se": {
|
665
|
+
"type": "string",
|
666
|
+
"sensitive": true
|
667
|
+
},
|
668
|
+
"Si": {
|
555
669
|
"type": "structure",
|
556
670
|
"required": [
|
557
671
|
"adminUserName",
|
672
|
+
"authType",
|
558
673
|
"clusterArn",
|
559
|
-
"
|
674
|
+
"clusterEndpoint",
|
675
|
+
"clusterName",
|
676
|
+
"createTime",
|
560
677
|
"kmsKeyId",
|
561
|
-
"
|
562
|
-
"
|
563
|
-
"
|
678
|
+
"preferredMaintenanceWindow",
|
679
|
+
"shardCapacity",
|
680
|
+
"shardCount",
|
564
681
|
"status",
|
565
682
|
"subnetIds",
|
566
683
|
"vpcSecurityGroupIds"
|
567
684
|
],
|
568
685
|
"members": {
|
569
686
|
"adminUserName": {},
|
687
|
+
"authType": {},
|
688
|
+
"backupRetentionPeriod": {
|
689
|
+
"type": "integer"
|
690
|
+
},
|
570
691
|
"clusterArn": {},
|
571
|
-
"
|
692
|
+
"clusterEndpoint": {},
|
693
|
+
"clusterName": {},
|
694
|
+
"createTime": {},
|
572
695
|
"kmsKeyId": {},
|
573
|
-
"
|
574
|
-
"
|
575
|
-
"
|
696
|
+
"preferredBackupWindow": {},
|
697
|
+
"preferredMaintenanceWindow": {},
|
698
|
+
"shardCapacity": {
|
699
|
+
"type": "integer"
|
700
|
+
},
|
701
|
+
"shardCount": {
|
702
|
+
"type": "integer"
|
703
|
+
},
|
704
|
+
"shardInstanceCount": {
|
705
|
+
"type": "integer"
|
706
|
+
},
|
707
|
+
"shards": {
|
708
|
+
"type": "list",
|
709
|
+
"member": {
|
710
|
+
"type": "structure",
|
711
|
+
"required": [
|
712
|
+
"createTime",
|
713
|
+
"shardId",
|
714
|
+
"status"
|
715
|
+
],
|
716
|
+
"members": {
|
717
|
+
"createTime": {},
|
718
|
+
"shardId": {},
|
719
|
+
"status": {}
|
720
|
+
}
|
721
|
+
}
|
722
|
+
},
|
576
723
|
"status": {},
|
577
724
|
"subnetIds": {
|
578
|
-
"shape": "
|
725
|
+
"shape": "Sc"
|
579
726
|
},
|
580
727
|
"vpcSecurityGroupIds": {
|
581
|
-
"shape": "
|
728
|
+
"shape": "Sc"
|
582
729
|
}
|
583
730
|
}
|
584
731
|
}
|