aws-sdk 2.996.0 → 2.1000.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 (56) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/account-2021-02-01.examples.json +5 -0
  4. package/apis/account-2021-02-01.min.json +123 -0
  5. package/apis/account-2021-02-01.paginators.json +4 -0
  6. package/apis/amp-2020-08-01.min.json +442 -11
  7. package/apis/amp-2020-08-01.paginators.json +6 -0
  8. package/apis/amp-2020-08-01.waiters2.json +43 -0
  9. package/apis/apprunner-2020-05-15.min.json +10 -10
  10. package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
  11. package/apis/cloudcontrol-2021-09-30.min.json +271 -0
  12. package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
  13. package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
  14. package/apis/codebuild-2016-10-06.min.json +74 -73
  15. package/apis/dataexchange-2017-07-25.min.json +277 -38
  16. package/apis/dataexchange-2017-07-25.paginators.json +6 -0
  17. package/apis/kms-2014-11-01.examples.json +608 -8
  18. package/apis/lambda-2015-03-31.min.json +79 -42
  19. package/apis/macie2-2020-01-01.min.json +79 -67
  20. package/apis/metadata.json +6 -0
  21. package/apis/network-firewall-2020-11-12.min.json +65 -31
  22. package/apis/sesv2-2019-09-27.min.json +72 -70
  23. package/apis/ssm-2014-11-06.min.json +3 -0
  24. package/apis/synthetics-2017-10-11.min.json +39 -9
  25. package/apis/workmail-2017-10-01.min.json +139 -27
  26. package/apis/workmail-2017-10-01.paginators.json +5 -0
  27. package/apis/workspaces-2015-04-08.min.json +83 -50
  28. package/clients/account.d.ts +136 -0
  29. package/clients/account.js +18 -0
  30. package/clients/all.d.ts +2 -0
  31. package/clients/all.js +3 -1
  32. package/clients/amp.d.ts +387 -0
  33. package/clients/amp.js +1 -0
  34. package/clients/apprunner.d.ts +55 -54
  35. package/clients/cloudcontrol.d.ts +385 -0
  36. package/clients/cloudcontrol.js +19 -0
  37. package/clients/codebuild.d.ts +8 -3
  38. package/clients/dataexchange.d.ts +226 -2
  39. package/clients/imagebuilder.d.ts +27 -27
  40. package/clients/kms.d.ts +2 -2
  41. package/clients/lambda.d.ts +61 -22
  42. package/clients/macie2.d.ts +29 -12
  43. package/clients/networkfirewall.d.ts +61 -10
  44. package/clients/sesv2.d.ts +128 -108
  45. package/clients/ssm.d.ts +7 -3
  46. package/clients/synthetics.d.ts +40 -0
  47. package/clients/transfer.d.ts +12 -12
  48. package/clients/workmail.d.ts +173 -0
  49. package/clients/workspaces.d.ts +87 -40
  50. package/dist/aws-sdk-core-react-native.js +2 -2
  51. package/dist/aws-sdk-react-native.js +307 -219
  52. package/dist/aws-sdk.js +165 -118
  53. package/dist/aws-sdk.min.js +53 -53
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/package.json +1 -1
@@ -281,11 +281,14 @@
281
281
  "ImageConfig": {
282
282
  "shape": "S2y"
283
283
  },
284
- "CodeSigningConfigArn": {}
284
+ "CodeSigningConfigArn": {},
285
+ "Architectures": {
286
+ "shape": "S31"
287
+ }
285
288
  }
286
289
  },
287
290
  "output": {
288
- "shape": "S31"
291
+ "shape": "S33"
289
292
  }
290
293
  },
291
294
  "DeleteAlias": {
@@ -642,7 +645,7 @@
642
645
  "type": "structure",
643
646
  "members": {
644
647
  "Configuration": {
645
- "shape": "S31"
648
+ "shape": "S33"
646
649
  },
647
650
  "Code": {
648
651
  "type": "structure",
@@ -657,7 +660,7 @@
657
660
  "shape": "S2p"
658
661
  },
659
662
  "Concurrency": {
660
- "shape": "S48"
663
+ "shape": "S4a"
661
664
  }
662
665
  }
663
666
  }
@@ -742,7 +745,7 @@
742
745
  }
743
746
  },
744
747
  "output": {
745
- "shape": "S31"
748
+ "shape": "S33"
746
749
  }
747
750
  },
748
751
  "GetFunctionEventInvokeConfig": {
@@ -768,7 +771,7 @@
768
771
  }
769
772
  },
770
773
  "output": {
771
- "shape": "S4g"
774
+ "shape": "S4i"
772
775
  }
773
776
  },
774
777
  "GetLayerVersion": {
@@ -796,7 +799,7 @@
796
799
  }
797
800
  },
798
801
  "output": {
799
- "shape": "S4k"
802
+ "shape": "S4m"
800
803
  }
801
804
  },
802
805
  "GetLayerVersionByArn": {
@@ -818,7 +821,7 @@
818
821
  }
819
822
  },
820
823
  "output": {
821
- "shape": "S4k"
824
+ "shape": "S4m"
822
825
  }
823
826
  },
824
827
  "GetLayerVersionPolicy": {
@@ -1173,7 +1176,7 @@
1173
1176
  "FunctionEventInvokeConfigs": {
1174
1177
  "type": "list",
1175
1178
  "member": {
1176
- "shape": "S4g"
1179
+ "shape": "S4i"
1177
1180
  }
1178
1181
  },
1179
1182
  "NextMarker": {}
@@ -1213,7 +1216,7 @@
1213
1216
  "members": {
1214
1217
  "NextMarker": {},
1215
1218
  "Functions": {
1216
- "shape": "S5p"
1219
+ "shape": "S5s"
1217
1220
  }
1218
1221
  }
1219
1222
  }
@@ -1284,6 +1287,10 @@
1284
1287
  "location": "querystring",
1285
1288
  "locationName": "MaxItems",
1286
1289
  "type": "integer"
1290
+ },
1291
+ "CompatibleArchitecture": {
1292
+ "location": "querystring",
1293
+ "locationName": "CompatibleArchitecture"
1287
1294
  }
1288
1295
  }
1289
1296
  },
@@ -1294,7 +1301,7 @@
1294
1301
  "LayerVersions": {
1295
1302
  "type": "list",
1296
1303
  "member": {
1297
- "shape": "S5x"
1304
+ "shape": "S60"
1298
1305
  }
1299
1306
  }
1300
1307
  }
@@ -1321,6 +1328,10 @@
1321
1328
  "location": "querystring",
1322
1329
  "locationName": "MaxItems",
1323
1330
  "type": "integer"
1331
+ },
1332
+ "CompatibleArchitecture": {
1333
+ "location": "querystring",
1334
+ "locationName": "CompatibleArchitecture"
1324
1335
  }
1325
1336
  }
1326
1337
  },
@@ -1336,7 +1347,7 @@
1336
1347
  "LayerName": {},
1337
1348
  "LayerArn": {},
1338
1349
  "LatestMatchingVersion": {
1339
- "shape": "S5x"
1350
+ "shape": "S60"
1340
1351
  }
1341
1352
  }
1342
1353
  }
@@ -1457,7 +1468,7 @@
1457
1468
  "members": {
1458
1469
  "NextMarker": {},
1459
1470
  "Versions": {
1460
- "shape": "S5p"
1471
+ "shape": "S5s"
1461
1472
  }
1462
1473
  }
1463
1474
  }
@@ -1491,16 +1502,19 @@
1491
1502
  }
1492
1503
  },
1493
1504
  "CompatibleRuntimes": {
1494
- "shape": "S4n"
1505
+ "shape": "S4p"
1495
1506
  },
1496
- "LicenseInfo": {}
1507
+ "LicenseInfo": {},
1508
+ "CompatibleArchitectures": {
1509
+ "shape": "S4r"
1510
+ }
1497
1511
  }
1498
1512
  },
1499
1513
  "output": {
1500
1514
  "type": "structure",
1501
1515
  "members": {
1502
1516
  "Content": {
1503
- "shape": "S4l"
1517
+ "shape": "S4n"
1504
1518
  },
1505
1519
  "LayerArn": {},
1506
1520
  "LayerVersionArn": {},
@@ -1510,9 +1524,12 @@
1510
1524
  "type": "long"
1511
1525
  },
1512
1526
  "CompatibleRuntimes": {
1513
- "shape": "S4n"
1527
+ "shape": "S4p"
1514
1528
  },
1515
- "LicenseInfo": {}
1529
+ "LicenseInfo": {},
1530
+ "CompatibleArchitectures": {
1531
+ "shape": "S4r"
1532
+ }
1516
1533
  }
1517
1534
  }
1518
1535
  },
@@ -1537,7 +1554,7 @@
1537
1554
  }
1538
1555
  },
1539
1556
  "output": {
1540
- "shape": "S31"
1557
+ "shape": "S33"
1541
1558
  }
1542
1559
  },
1543
1560
  "PutFunctionCodeSigningConfig": {
@@ -1595,7 +1612,7 @@
1595
1612
  }
1596
1613
  },
1597
1614
  "output": {
1598
- "shape": "S48"
1615
+ "shape": "S4a"
1599
1616
  }
1600
1617
  },
1601
1618
  "PutFunctionEventInvokeConfig": {
@@ -1630,7 +1647,7 @@
1630
1647
  }
1631
1648
  },
1632
1649
  "output": {
1633
- "shape": "S4g"
1650
+ "shape": "S4i"
1634
1651
  }
1635
1652
  },
1636
1653
  "PutProvisionedConcurrencyConfig": {
@@ -1947,11 +1964,14 @@
1947
1964
  "DryRun": {
1948
1965
  "type": "boolean"
1949
1966
  },
1950
- "RevisionId": {}
1967
+ "RevisionId": {},
1968
+ "Architectures": {
1969
+ "shape": "S31"
1970
+ }
1951
1971
  }
1952
1972
  },
1953
1973
  "output": {
1954
- "shape": "S31"
1974
+ "shape": "S33"
1955
1975
  }
1956
1976
  },
1957
1977
  "UpdateFunctionConfiguration": {
@@ -2006,7 +2026,7 @@
2006
2026
  }
2007
2027
  },
2008
2028
  "output": {
2009
- "shape": "S31"
2029
+ "shape": "S33"
2010
2030
  }
2011
2031
  },
2012
2032
  "UpdateFunctionEventInvokeConfig": {
@@ -2040,7 +2060,7 @@
2040
2060
  }
2041
2061
  },
2042
2062
  "output": {
2043
- "shape": "S4g"
2063
+ "shape": "S4i"
2044
2064
  }
2045
2065
  }
2046
2066
  },
@@ -2314,6 +2334,10 @@
2314
2334
  "member": {}
2315
2335
  },
2316
2336
  "S31": {
2337
+ "type": "list",
2338
+ "member": {}
2339
+ },
2340
+ "S33": {
2317
2341
  "type": "structure",
2318
2342
  "members": {
2319
2343
  "FunctionName": {},
@@ -2360,7 +2384,7 @@
2360
2384
  "members": {
2361
2385
  "ErrorCode": {},
2362
2386
  "Message": {
2363
- "shape": "S39"
2387
+ "shape": "S3b"
2364
2388
  }
2365
2389
  }
2366
2390
  }
@@ -2410,21 +2434,24 @@
2410
2434
  "members": {
2411
2435
  "ErrorCode": {},
2412
2436
  "Message": {
2413
- "shape": "S39"
2437
+ "shape": "S3b"
2414
2438
  }
2415
2439
  }
2416
2440
  }
2417
2441
  }
2418
2442
  },
2419
2443
  "SigningProfileVersionArn": {},
2420
- "SigningJobArn": {}
2444
+ "SigningJobArn": {},
2445
+ "Architectures": {
2446
+ "shape": "S31"
2447
+ }
2421
2448
  }
2422
2449
  },
2423
- "S39": {
2450
+ "S3b": {
2424
2451
  "type": "string",
2425
2452
  "sensitive": true
2426
2453
  },
2427
- "S48": {
2454
+ "S4a": {
2428
2455
  "type": "structure",
2429
2456
  "members": {
2430
2457
  "ReservedConcurrentExecutions": {
@@ -2432,7 +2459,7 @@
2432
2459
  }
2433
2460
  }
2434
2461
  },
2435
- "S4g": {
2462
+ "S4i": {
2436
2463
  "type": "structure",
2437
2464
  "members": {
2438
2465
  "LastModified": {
@@ -2450,11 +2477,11 @@
2450
2477
  }
2451
2478
  }
2452
2479
  },
2453
- "S4k": {
2480
+ "S4m": {
2454
2481
  "type": "structure",
2455
2482
  "members": {
2456
2483
  "Content": {
2457
- "shape": "S4l"
2484
+ "shape": "S4n"
2458
2485
  },
2459
2486
  "LayerArn": {},
2460
2487
  "LayerVersionArn": {},
@@ -2464,12 +2491,15 @@
2464
2491
  "type": "long"
2465
2492
  },
2466
2493
  "CompatibleRuntimes": {
2467
- "shape": "S4n"
2494
+ "shape": "S4p"
2468
2495
  },
2469
- "LicenseInfo": {}
2496
+ "LicenseInfo": {},
2497
+ "CompatibleArchitectures": {
2498
+ "shape": "S4r"
2499
+ }
2470
2500
  }
2471
2501
  },
2472
- "S4l": {
2502
+ "S4n": {
2473
2503
  "type": "structure",
2474
2504
  "members": {
2475
2505
  "Location": {},
@@ -2481,17 +2511,21 @@
2481
2511
  "SigningJobArn": {}
2482
2512
  }
2483
2513
  },
2484
- "S4n": {
2514
+ "S4p": {
2515
+ "type": "list",
2516
+ "member": {}
2517
+ },
2518
+ "S4r": {
2485
2519
  "type": "list",
2486
2520
  "member": {}
2487
2521
  },
2488
- "S5p": {
2522
+ "S5s": {
2489
2523
  "type": "list",
2490
2524
  "member": {
2491
- "shape": "S31"
2525
+ "shape": "S33"
2492
2526
  }
2493
2527
  },
2494
- "S5x": {
2528
+ "S60": {
2495
2529
  "type": "structure",
2496
2530
  "members": {
2497
2531
  "LayerVersionArn": {},
@@ -2501,9 +2535,12 @@
2501
2535
  "Description": {},
2502
2536
  "CreatedDate": {},
2503
2537
  "CompatibleRuntimes": {
2504
- "shape": "S4n"
2538
+ "shape": "S4p"
2505
2539
  },
2506
- "LicenseInfo": {}
2540
+ "LicenseInfo": {},
2541
+ "CompatibleArchitectures": {
2542
+ "shape": "S4r"
2543
+ }
2507
2544
  }
2508
2545
  }
2509
2546
  }