aws-sdk 2.1346.0 → 2.1348.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +72 -0
  4. package/apis/autoscaling-2011-01-01.min.json +13 -5
  5. package/apis/autoscaling-2011-01-01.paginators.json +5 -0
  6. package/apis/batch-2016-08-10.min.json +4 -1
  7. package/apis/compute-optimizer-2019-11-01.min.json +15 -11
  8. package/apis/drs-2020-02-26.min.json +21 -2
  9. package/apis/ec2-2016-11-15.min.json +754 -660
  10. package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
  11. package/apis/glue-2017-03-31.min.json +0 -1
  12. package/apis/guardduty-2017-11-28.min.json +590 -111
  13. package/apis/guardduty-2017-11-28.paginators.json +6 -0
  14. package/apis/imagebuilder-2019-12-02.min.json +546 -75
  15. package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
  16. package/apis/internetmonitor-2021-06-03.min.json +41 -19
  17. package/apis/ivs-2020-07-14.min.json +58 -46
  18. package/apis/kendra-2019-02-03.min.json +494 -240
  19. package/apis/metadata.json +4 -0
  20. package/apis/network-firewall-2020-11-12.min.json +238 -9
  21. package/apis/network-firewall-2020-11-12.paginators.json +6 -0
  22. package/apis/s3-2006-03-01.examples.json +97 -97
  23. package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +4 -0
  24. package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
  25. package/apis/sms-2016-10-24.min.json +3 -1
  26. package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
  27. package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
  28. package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
  29. package/apis/wellarchitected-2020-03-31.min.json +125 -21
  30. package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
  31. package/clients/all.d.ts +1 -0
  32. package/clients/all.js +2 -1
  33. package/clients/autoscaling.d.ts +63 -36
  34. package/clients/batch.d.ts +13 -0
  35. package/clients/computeoptimizer.d.ts +13 -3
  36. package/clients/drs.d.ts +25 -5
  37. package/clients/ec2.d.ts +115 -4
  38. package/clients/emr.d.ts +20 -0
  39. package/clients/glue.d.ts +0 -4
  40. package/clients/guardduty.d.ts +491 -8
  41. package/clients/imagebuilder.d.ts +931 -128
  42. package/clients/internetmonitor.d.ts +50 -16
  43. package/clients/ivs.d.ts +17 -0
  44. package/clients/kendra.d.ts +424 -75
  45. package/clients/networkfirewall.d.ts +289 -0
  46. package/clients/resiliencehub.d.ts +88 -88
  47. package/clients/s3.d.ts +115 -115
  48. package/clients/sagemakerfeaturestoreruntime.d.ts +10 -5
  49. package/clients/sagemakergeospatial.d.ts +183 -147
  50. package/clients/vpclattice.d.ts +2772 -0
  51. package/clients/vpclattice.js +18 -0
  52. package/clients/wellarchitected.d.ts +125 -34
  53. package/dist/aws-sdk-core-react-native.js +2 -2
  54. package/dist/aws-sdk-react-native.js +63 -26
  55. package/dist/aws-sdk.js +861 -734
  56. package/dist/aws-sdk.min.js +97 -96
  57. package/lib/config_service_placeholders.d.ts +2 -0
  58. package/lib/core.js +1 -1
  59. package/package.json +1 -1
@@ -289,21 +289,21 @@
289
289
  "Ec2KeyName": {},
290
290
  "Ec2SubnetId": {},
291
291
  "RequestedEc2SubnetIds": {
292
- "shape": "S2v"
292
+ "shape": "S2y"
293
293
  },
294
294
  "Ec2AvailabilityZone": {},
295
295
  "RequestedEc2AvailabilityZones": {
296
- "shape": "S2v"
296
+ "shape": "S2y"
297
297
  },
298
298
  "IamInstanceProfile": {},
299
299
  "EmrManagedMasterSecurityGroup": {},
300
300
  "EmrManagedSlaveSecurityGroup": {},
301
301
  "ServiceAccessSecurityGroup": {},
302
302
  "AdditionalMasterSecurityGroups": {
303
- "shape": "S2w"
303
+ "shape": "S2z"
304
304
  },
305
305
  "AdditionalSlaveSecurityGroups": {
306
- "shape": "S2w"
306
+ "shape": "S2z"
307
307
  }
308
308
  }
309
309
  },
@@ -323,7 +323,7 @@
323
323
  "type": "boolean"
324
324
  },
325
325
  "Applications": {
326
- "shape": "S2z"
326
+ "shape": "S32"
327
327
  },
328
328
  "Tags": {
329
329
  "shape": "S1y"
@@ -345,7 +345,7 @@
345
345
  },
346
346
  "RepoUpgradeOnBoot": {},
347
347
  "KerberosAttributes": {
348
- "shape": "S33"
348
+ "shape": "S36"
349
349
  },
350
350
  "ClusterArn": {},
351
351
  "OutpostArn": {},
@@ -353,7 +353,7 @@
353
353
  "type": "integer"
354
354
  },
355
355
  "PlacementGroups": {
356
- "shape": "S35"
356
+ "shape": "S38"
357
357
  },
358
358
  "OSReleaseLabel": {}
359
359
  }
@@ -487,7 +487,7 @@
487
487
  "Ec2KeyName": {},
488
488
  "Ec2SubnetId": {},
489
489
  "Placement": {
490
- "shape": "S3j"
490
+ "shape": "S3m"
491
491
  },
492
492
  "KeepJobFlowAliveWhenNoSteps": {
493
493
  "type": "boolean"
@@ -539,13 +539,13 @@
539
539
  "type": "structure",
540
540
  "members": {
541
541
  "BootstrapActionConfig": {
542
- "shape": "S3q"
542
+ "shape": "S3t"
543
543
  }
544
544
  }
545
545
  }
546
546
  },
547
547
  "SupportedProducts": {
548
- "shape": "S3s"
548
+ "shape": "S3v"
549
549
  },
550
550
  "VisibleToAllUsers": {
551
551
  "type": "boolean"
@@ -580,7 +580,7 @@
580
580
  "NotebookExecutionId": {},
581
581
  "EditorId": {},
582
582
  "ExecutionEngine": {
583
- "shape": "S3w"
583
+ "shape": "S3z"
584
584
  },
585
585
  "NotebookExecutionName": {},
586
586
  "NotebookParams": {},
@@ -683,11 +683,11 @@
683
683
  "Id": {},
684
684
  "Name": {},
685
685
  "Config": {
686
- "shape": "S4b"
686
+ "shape": "S4e"
687
687
  },
688
688
  "ActionOnFailure": {},
689
689
  "Status": {
690
- "shape": "S4c"
690
+ "shape": "S4f"
691
691
  },
692
692
  "ExecutionRoleArn": {}
693
693
  }
@@ -753,7 +753,7 @@
753
753
  "type": "structure",
754
754
  "members": {
755
755
  "AutoTerminationPolicy": {
756
- "shape": "S4n"
756
+ "shape": "S4q"
757
757
  }
758
758
  }
759
759
  }
@@ -771,7 +771,7 @@
771
771
  ],
772
772
  "members": {
773
773
  "BlockPublicAccessConfiguration": {
774
- "shape": "S4r"
774
+ "shape": "S4u"
775
775
  },
776
776
  "BlockPublicAccessConfigurationMetadata": {
777
777
  "type": "structure",
@@ -838,7 +838,7 @@
838
838
  "type": "structure",
839
839
  "members": {
840
840
  "ManagedScalingPolicy": {
841
- "shape": "S52"
841
+ "shape": "S55"
842
842
  }
843
843
  }
844
844
  }
@@ -901,7 +901,7 @@
901
901
  "Name": {},
902
902
  "ScriptPath": {},
903
903
  "Args": {
904
- "shape": "S2w"
904
+ "shape": "S2z"
905
905
  }
906
906
  }
907
907
  }
@@ -1030,7 +1030,7 @@
1030
1030
  "shape": "Si"
1031
1031
  },
1032
1032
  "EbsBlockDevices": {
1033
- "shape": "S5t"
1033
+ "shape": "S5w"
1034
1034
  },
1035
1035
  "EbsOptimized": {
1036
1036
  "type": "boolean"
@@ -1123,16 +1123,16 @@
1123
1123
  "type": "long"
1124
1124
  },
1125
1125
  "EbsBlockDevices": {
1126
- "shape": "S5t"
1126
+ "shape": "S5w"
1127
1127
  },
1128
1128
  "EbsOptimized": {
1129
1129
  "type": "boolean"
1130
1130
  },
1131
1131
  "ShrinkPolicy": {
1132
- "shape": "S65"
1132
+ "shape": "S68"
1133
1133
  },
1134
1134
  "AutoScalingPolicy": {
1135
- "shape": "S69"
1135
+ "shape": "S6c"
1136
1136
  },
1137
1137
  "CustomAmiId": {}
1138
1138
  }
@@ -1287,7 +1287,7 @@
1287
1287
  "type": "structure",
1288
1288
  "members": {
1289
1289
  "ReleaseLabels": {
1290
- "shape": "S2w"
1290
+ "shape": "S2z"
1291
1291
  },
1292
1292
  "NextToken": {}
1293
1293
  }
@@ -1348,11 +1348,11 @@
1348
1348
  "Id": {},
1349
1349
  "Name": {},
1350
1350
  "Config": {
1351
- "shape": "S4b"
1351
+ "shape": "S4e"
1352
1352
  },
1353
1353
  "ActionOnFailure": {},
1354
1354
  "Status": {
1355
- "shape": "S4c"
1355
+ "shape": "S4f"
1356
1356
  }
1357
1357
  }
1358
1358
  }
@@ -1498,7 +1498,7 @@
1498
1498
  "member": {}
1499
1499
  },
1500
1500
  "ShrinkPolicy": {
1501
- "shape": "S65"
1501
+ "shape": "S68"
1502
1502
  },
1503
1503
  "ReconfigurationType": {},
1504
1504
  "Configurations": {
@@ -1532,7 +1532,7 @@
1532
1532
  "ClusterId": {},
1533
1533
  "InstanceGroupId": {},
1534
1534
  "AutoScalingPolicy": {
1535
- "shape": "S69"
1535
+ "shape": "S6c"
1536
1536
  },
1537
1537
  "ClusterArn": {}
1538
1538
  }
@@ -1547,7 +1547,7 @@
1547
1547
  "members": {
1548
1548
  "ClusterId": {},
1549
1549
  "AutoTerminationPolicy": {
1550
- "shape": "S4n"
1550
+ "shape": "S4q"
1551
1551
  }
1552
1552
  }
1553
1553
  },
@@ -1564,7 +1564,7 @@
1564
1564
  ],
1565
1565
  "members": {
1566
1566
  "BlockPublicAccessConfiguration": {
1567
- "shape": "S4r"
1567
+ "shape": "S4u"
1568
1568
  }
1569
1569
  }
1570
1570
  },
@@ -1583,7 +1583,7 @@
1583
1583
  "members": {
1584
1584
  "ClusterId": {},
1585
1585
  "ManagedScalingPolicy": {
1586
- "shape": "S52"
1586
+ "shape": "S55"
1587
1587
  }
1588
1588
  }
1589
1589
  },
@@ -1649,7 +1649,7 @@
1649
1649
  "members": {
1650
1650
  "ResourceId": {},
1651
1651
  "TagKeys": {
1652
- "shape": "S2w"
1652
+ "shape": "S2z"
1653
1653
  }
1654
1654
  }
1655
1655
  },
@@ -1691,7 +1691,7 @@
1691
1691
  },
1692
1692
  "Ec2KeyName": {},
1693
1693
  "Placement": {
1694
- "shape": "S3j"
1694
+ "shape": "S3m"
1695
1695
  },
1696
1696
  "KeepJobFlowAliveWhenNoSteps": {
1697
1697
  "type": "boolean"
@@ -1702,16 +1702,16 @@
1702
1702
  "HadoopVersion": {},
1703
1703
  "Ec2SubnetId": {},
1704
1704
  "Ec2SubnetIds": {
1705
- "shape": "S2v"
1705
+ "shape": "S2y"
1706
1706
  },
1707
1707
  "EmrManagedMasterSecurityGroup": {},
1708
1708
  "EmrManagedSlaveSecurityGroup": {},
1709
1709
  "ServiceAccessSecurityGroup": {},
1710
1710
  "AdditionalMasterSecurityGroups": {
1711
- "shape": "S87"
1711
+ "shape": "S8a"
1712
1712
  },
1713
1713
  "AdditionalSlaveSecurityGroups": {
1714
- "shape": "S87"
1714
+ "shape": "S8a"
1715
1715
  }
1716
1716
  }
1717
1717
  },
@@ -1721,11 +1721,11 @@
1721
1721
  "BootstrapActions": {
1722
1722
  "type": "list",
1723
1723
  "member": {
1724
- "shape": "S3q"
1724
+ "shape": "S3t"
1725
1725
  }
1726
1726
  },
1727
1727
  "SupportedProducts": {
1728
- "shape": "S3s"
1728
+ "shape": "S3v"
1729
1729
  },
1730
1730
  "NewSupportedProducts": {
1731
1731
  "type": "list",
@@ -1740,7 +1740,7 @@
1740
1740
  }
1741
1741
  },
1742
1742
  "Applications": {
1743
- "shape": "S2z"
1743
+ "shape": "S32"
1744
1744
  },
1745
1745
  "Configurations": {
1746
1746
  "shape": "Si"
@@ -1762,19 +1762,19 @@
1762
1762
  },
1763
1763
  "RepoUpgradeOnBoot": {},
1764
1764
  "KerberosAttributes": {
1765
- "shape": "S33"
1765
+ "shape": "S36"
1766
1766
  },
1767
1767
  "StepConcurrencyLevel": {
1768
1768
  "type": "integer"
1769
1769
  },
1770
1770
  "ManagedScalingPolicy": {
1771
- "shape": "S52"
1771
+ "shape": "S55"
1772
1772
  },
1773
1773
  "PlacementGroupConfigs": {
1774
- "shape": "S35"
1774
+ "shape": "S38"
1775
1775
  },
1776
1776
  "AutoTerminationPolicy": {
1777
- "shape": "S4n"
1777
+ "shape": "S4q"
1778
1778
  },
1779
1779
  "OSReleaseLabel": {}
1780
1780
  }
@@ -1836,7 +1836,7 @@
1836
1836
  "NotebookExecutionName": {},
1837
1837
  "NotebookParams": {},
1838
1838
  "ExecutionEngine": {
1839
- "shape": "S3w"
1839
+ "shape": "S3z"
1840
1840
  },
1841
1841
  "ServiceRole": {},
1842
1842
  "NotebookInstanceSecurityGroupId": {},
@@ -2319,18 +2319,34 @@
2319
2319
  "type": "timestamp"
2320
2320
  }
2321
2321
  }
2322
+ },
2323
+ "ErrorDetails": {
2324
+ "type": "list",
2325
+ "member": {
2326
+ "type": "structure",
2327
+ "members": {
2328
+ "ErrorCode": {},
2329
+ "ErrorData": {
2330
+ "type": "list",
2331
+ "member": {
2332
+ "shape": "Sk"
2333
+ }
2334
+ },
2335
+ "ErrorMessage": {}
2336
+ }
2337
+ }
2322
2338
  }
2323
2339
  }
2324
2340
  },
2325
- "S2v": {
2341
+ "S2y": {
2326
2342
  "type": "list",
2327
2343
  "member": {}
2328
2344
  },
2329
- "S2w": {
2345
+ "S2z": {
2330
2346
  "type": "list",
2331
2347
  "member": {}
2332
2348
  },
2333
- "S2z": {
2349
+ "S32": {
2334
2350
  "type": "list",
2335
2351
  "member": {
2336
2352
  "type": "structure",
@@ -2338,7 +2354,7 @@
2338
2354
  "Name": {},
2339
2355
  "Version": {},
2340
2356
  "Args": {
2341
- "shape": "S2w"
2357
+ "shape": "S2z"
2342
2358
  },
2343
2359
  "AdditionalInfo": {
2344
2360
  "shape": "Sk"
@@ -2346,7 +2362,7 @@
2346
2362
  }
2347
2363
  }
2348
2364
  },
2349
- "S33": {
2365
+ "S36": {
2350
2366
  "type": "structure",
2351
2367
  "required": [
2352
2368
  "Realm",
@@ -2360,7 +2376,7 @@
2360
2376
  "ADDomainJoinPassword": {}
2361
2377
  }
2362
2378
  },
2363
- "S35": {
2379
+ "S38": {
2364
2380
  "type": "list",
2365
2381
  "member": {
2366
2382
  "type": "structure",
@@ -2373,16 +2389,16 @@
2373
2389
  }
2374
2390
  }
2375
2391
  },
2376
- "S3j": {
2392
+ "S3m": {
2377
2393
  "type": "structure",
2378
2394
  "members": {
2379
2395
  "AvailabilityZone": {},
2380
2396
  "AvailabilityZones": {
2381
- "shape": "S2v"
2397
+ "shape": "S2y"
2382
2398
  }
2383
2399
  }
2384
2400
  },
2385
- "S3q": {
2401
+ "S3t": {
2386
2402
  "type": "structure",
2387
2403
  "required": [
2388
2404
  "Name",
@@ -2404,11 +2420,11 @@
2404
2420
  }
2405
2421
  }
2406
2422
  },
2407
- "S3s": {
2423
+ "S3v": {
2408
2424
  "type": "list",
2409
2425
  "member": {}
2410
2426
  },
2411
- "S3w": {
2427
+ "S3z": {
2412
2428
  "type": "structure",
2413
2429
  "required": [
2414
2430
  "Id"
@@ -2419,7 +2435,7 @@
2419
2435
  "MasterInstanceSecurityGroupId": {}
2420
2436
  }
2421
2437
  },
2422
- "S4b": {
2438
+ "S4e": {
2423
2439
  "type": "structure",
2424
2440
  "members": {
2425
2441
  "Jar": {},
@@ -2428,11 +2444,11 @@
2428
2444
  },
2429
2445
  "MainClass": {},
2430
2446
  "Args": {
2431
- "shape": "S2w"
2447
+ "shape": "S2z"
2432
2448
  }
2433
2449
  }
2434
2450
  },
2435
- "S4c": {
2451
+ "S4f": {
2436
2452
  "type": "structure",
2437
2453
  "members": {
2438
2454
  "State": {},
@@ -2467,7 +2483,7 @@
2467
2483
  }
2468
2484
  }
2469
2485
  },
2470
- "S4n": {
2486
+ "S4q": {
2471
2487
  "type": "structure",
2472
2488
  "members": {
2473
2489
  "IdleTimeout": {
@@ -2475,7 +2491,7 @@
2475
2491
  }
2476
2492
  }
2477
2493
  },
2478
- "S4r": {
2494
+ "S4u": {
2479
2495
  "type": "structure",
2480
2496
  "required": [
2481
2497
  "BlockPublicSecurityGroupRules"
@@ -2503,7 +2519,7 @@
2503
2519
  }
2504
2520
  }
2505
2521
  },
2506
- "S52": {
2522
+ "S55": {
2507
2523
  "type": "structure",
2508
2524
  "members": {
2509
2525
  "ComputeLimits": {
@@ -2531,7 +2547,7 @@
2531
2547
  }
2532
2548
  }
2533
2549
  },
2534
- "S5t": {
2550
+ "S5w": {
2535
2551
  "type": "list",
2536
2552
  "member": {
2537
2553
  "type": "structure",
@@ -2543,7 +2559,7 @@
2543
2559
  }
2544
2560
  }
2545
2561
  },
2546
- "S65": {
2562
+ "S68": {
2547
2563
  "type": "structure",
2548
2564
  "members": {
2549
2565
  "DecommissionTimeout": {
@@ -2553,10 +2569,10 @@
2553
2569
  "type": "structure",
2554
2570
  "members": {
2555
2571
  "InstancesToTerminate": {
2556
- "shape": "S67"
2572
+ "shape": "S6a"
2557
2573
  },
2558
2574
  "InstancesToProtect": {
2559
- "shape": "S67"
2575
+ "shape": "S6a"
2560
2576
  },
2561
2577
  "InstanceTerminationTimeout": {
2562
2578
  "type": "integer"
@@ -2565,11 +2581,11 @@
2565
2581
  }
2566
2582
  }
2567
2583
  },
2568
- "S67": {
2584
+ "S6a": {
2569
2585
  "type": "list",
2570
2586
  "member": {}
2571
2587
  },
2572
- "S69": {
2588
+ "S6c": {
2573
2589
  "type": "structure",
2574
2590
  "members": {
2575
2591
  "Status": {
@@ -2593,7 +2609,7 @@
2593
2609
  }
2594
2610
  }
2595
2611
  },
2596
- "S87": {
2612
+ "S8a": {
2597
2613
  "type": "list",
2598
2614
  "member": {}
2599
2615
  }
@@ -5366,7 +5366,6 @@
5366
5366
  ],
5367
5367
  "members": {
5368
5368
  "Name": {},
5369
- "UpdatedName": {},
5370
5369
  "Description": {},
5371
5370
  "Ruleset": {}
5372
5371
  }