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
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.996.0
1
+ // AWS SDK for JavaScript v2.1000.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -36474,7 +36474,7 @@ module.exports={
36474
36474
  "builds": {
36475
36475
  "type": "list",
36476
36476
  "member": {
36477
- "shape": "S22"
36477
+ "shape": "S23"
36478
36478
  }
36479
36479
  },
36480
36480
  "buildsNotFound": {
@@ -36491,7 +36491,7 @@ module.exports={
36491
36491
  ],
36492
36492
  "members": {
36493
36493
  "names": {
36494
- "shape": "S2d"
36494
+ "shape": "S2e"
36495
36495
  }
36496
36496
  }
36497
36497
  },
@@ -36501,11 +36501,11 @@ module.exports={
36501
36501
  "projects": {
36502
36502
  "type": "list",
36503
36503
  "member": {
36504
- "shape": "S2g"
36504
+ "shape": "S2h"
36505
36505
  }
36506
36506
  },
36507
36507
  "projectsNotFound": {
36508
- "shape": "S2d"
36508
+ "shape": "S2e"
36509
36509
  }
36510
36510
  }
36511
36511
  }
@@ -36518,7 +36518,7 @@ module.exports={
36518
36518
  ],
36519
36519
  "members": {
36520
36520
  "reportGroupArns": {
36521
- "shape": "S31"
36521
+ "shape": "S32"
36522
36522
  }
36523
36523
  }
36524
36524
  },
@@ -36528,11 +36528,11 @@ module.exports={
36528
36528
  "reportGroups": {
36529
36529
  "type": "list",
36530
36530
  "member": {
36531
- "shape": "S34"
36531
+ "shape": "S35"
36532
36532
  }
36533
36533
  },
36534
36534
  "reportGroupsNotFound": {
36535
- "shape": "S31"
36535
+ "shape": "S32"
36536
36536
  }
36537
36537
  }
36538
36538
  }
@@ -36545,7 +36545,7 @@ module.exports={
36545
36545
  ],
36546
36546
  "members": {
36547
36547
  "reportArns": {
36548
- "shape": "S3d"
36548
+ "shape": "S3e"
36549
36549
  }
36550
36550
  }
36551
36551
  },
@@ -36570,7 +36570,7 @@ module.exports={
36570
36570
  "type": "timestamp"
36571
36571
  },
36572
36572
  "exportConfig": {
36573
- "shape": "S37"
36573
+ "shape": "S38"
36574
36574
  },
36575
36575
  "truncated": {
36576
36576
  "type": "boolean"
@@ -36625,7 +36625,7 @@ module.exports={
36625
36625
  }
36626
36626
  },
36627
36627
  "reportsNotFound": {
36628
- "shape": "S3d"
36628
+ "shape": "S3e"
36629
36629
  }
36630
36630
  }
36631
36631
  }
@@ -36654,10 +36654,10 @@ module.exports={
36654
36654
  "shape": "Su"
36655
36655
  },
36656
36656
  "artifacts": {
36657
- "shape": "S2j"
36657
+ "shape": "S2k"
36658
36658
  },
36659
36659
  "secondaryArtifacts": {
36660
- "shape": "S2m"
36660
+ "shape": "S2n"
36661
36661
  },
36662
36662
  "cache": {
36663
36663
  "shape": "Sz"
@@ -36674,7 +36674,7 @@ module.exports={
36674
36674
  },
36675
36675
  "encryptionKey": {},
36676
36676
  "tags": {
36677
- "shape": "S2o"
36677
+ "shape": "S2p"
36678
36678
  },
36679
36679
  "vpcConfig": {
36680
36680
  "shape": "S1i"
@@ -36700,7 +36700,7 @@ module.exports={
36700
36700
  "type": "structure",
36701
36701
  "members": {
36702
36702
  "project": {
36703
- "shape": "S2g"
36703
+ "shape": "S2h"
36704
36704
  }
36705
36705
  }
36706
36706
  }
@@ -36717,10 +36717,10 @@ module.exports={
36717
36717
  "name": {},
36718
36718
  "type": {},
36719
36719
  "exportConfig": {
36720
- "shape": "S37"
36720
+ "shape": "S38"
36721
36721
  },
36722
36722
  "tags": {
36723
- "shape": "S2o"
36723
+ "shape": "S2p"
36724
36724
  }
36725
36725
  }
36726
36726
  },
@@ -36728,7 +36728,7 @@ module.exports={
36728
36728
  "type": "structure",
36729
36729
  "members": {
36730
36730
  "reportGroup": {
36731
- "shape": "S34"
36731
+ "shape": "S35"
36732
36732
  }
36733
36733
  }
36734
36734
  }
@@ -36743,7 +36743,7 @@ module.exports={
36743
36743
  "projectName": {},
36744
36744
  "branchFilter": {},
36745
36745
  "filterGroups": {
36746
- "shape": "S2t"
36746
+ "shape": "S2u"
36747
36747
  },
36748
36748
  "buildType": {}
36749
36749
  }
@@ -36752,7 +36752,7 @@ module.exports={
36752
36752
  "type": "structure",
36753
36753
  "members": {
36754
36754
  "webhook": {
36755
- "shape": "S2s"
36755
+ "shape": "S2t"
36756
36756
  }
36757
36757
  }
36758
36758
  }
@@ -37088,7 +37088,7 @@ module.exports={
37088
37088
  "type": "structure",
37089
37089
  "members": {
37090
37090
  "filter": {
37091
- "shape": "S4z"
37091
+ "shape": "S50"
37092
37092
  },
37093
37093
  "maxResults": {
37094
37094
  "type": "integer"
@@ -37113,7 +37113,7 @@ module.exports={
37113
37113
  "members": {
37114
37114
  "projectName": {},
37115
37115
  "filter": {
37116
- "shape": "S4z"
37116
+ "shape": "S50"
37117
37117
  },
37118
37118
  "maxResults": {
37119
37119
  "type": "integer"
@@ -37229,7 +37229,7 @@ module.exports={
37229
37229
  "members": {
37230
37230
  "nextToken": {},
37231
37231
  "projects": {
37232
- "shape": "S2d"
37232
+ "shape": "S2e"
37233
37233
  }
37234
37234
  }
37235
37235
  }
@@ -37251,7 +37251,7 @@ module.exports={
37251
37251
  "members": {
37252
37252
  "nextToken": {},
37253
37253
  "reportGroups": {
37254
- "shape": "S31"
37254
+ "shape": "S32"
37255
37255
  }
37256
37256
  }
37257
37257
  }
@@ -37266,7 +37266,7 @@ module.exports={
37266
37266
  "type": "integer"
37267
37267
  },
37268
37268
  "filter": {
37269
- "shape": "S5p"
37269
+ "shape": "S5q"
37270
37270
  }
37271
37271
  }
37272
37272
  },
@@ -37275,7 +37275,7 @@ module.exports={
37275
37275
  "members": {
37276
37276
  "nextToken": {},
37277
37277
  "reports": {
37278
- "shape": "S3d"
37278
+ "shape": "S3e"
37279
37279
  }
37280
37280
  }
37281
37281
  }
@@ -37294,7 +37294,7 @@ module.exports={
37294
37294
  "type": "integer"
37295
37295
  },
37296
37296
  "filter": {
37297
- "shape": "S5p"
37297
+ "shape": "S5q"
37298
37298
  }
37299
37299
  }
37300
37300
  },
@@ -37303,7 +37303,7 @@ module.exports={
37303
37303
  "members": {
37304
37304
  "nextToken": {},
37305
37305
  "reports": {
37306
- "shape": "S3d"
37306
+ "shape": "S3e"
37307
37307
  }
37308
37308
  }
37309
37309
  }
@@ -37348,7 +37348,7 @@ module.exports={
37348
37348
  "members": {
37349
37349
  "nextToken": {},
37350
37350
  "reportGroups": {
37351
- "shape": "S31"
37351
+ "shape": "S32"
37352
37352
  }
37353
37353
  }
37354
37354
  }
@@ -37406,7 +37406,7 @@ module.exports={
37406
37406
  "type": "structure",
37407
37407
  "members": {
37408
37408
  "build": {
37409
- "shape": "S22"
37409
+ "shape": "S23"
37410
37410
  }
37411
37411
  }
37412
37412
  }
@@ -37445,10 +37445,10 @@ module.exports={
37445
37445
  },
37446
37446
  "sourceVersion": {},
37447
37447
  "artifactsOverride": {
37448
- "shape": "S2j"
37448
+ "shape": "S2k"
37449
37449
  },
37450
37450
  "secondaryArtifactsOverride": {
37451
- "shape": "S2m"
37451
+ "shape": "S2n"
37452
37452
  },
37453
37453
  "environmentVariablesOverride": {
37454
37454
  "shape": "S16"
@@ -37509,7 +37509,7 @@ module.exports={
37509
37509
  "type": "structure",
37510
37510
  "members": {
37511
37511
  "build": {
37512
- "shape": "S22"
37512
+ "shape": "S23"
37513
37513
  }
37514
37514
  }
37515
37515
  }
@@ -37530,10 +37530,10 @@ module.exports={
37530
37530
  },
37531
37531
  "sourceVersion": {},
37532
37532
  "artifactsOverride": {
37533
- "shape": "S2j"
37533
+ "shape": "S2k"
37534
37534
  },
37535
37535
  "secondaryArtifactsOverride": {
37536
- "shape": "S2m"
37536
+ "shape": "S2n"
37537
37537
  },
37538
37538
  "environmentVariablesOverride": {
37539
37539
  "shape": "S16"
@@ -37613,7 +37613,7 @@ module.exports={
37613
37613
  "type": "structure",
37614
37614
  "members": {
37615
37615
  "build": {
37616
- "shape": "S22"
37616
+ "shape": "S23"
37617
37617
  }
37618
37618
  }
37619
37619
  }
@@ -37657,10 +37657,10 @@ module.exports={
37657
37657
  "shape": "Su"
37658
37658
  },
37659
37659
  "artifacts": {
37660
- "shape": "S2j"
37660
+ "shape": "S2k"
37661
37661
  },
37662
37662
  "secondaryArtifacts": {
37663
- "shape": "S2m"
37663
+ "shape": "S2n"
37664
37664
  },
37665
37665
  "cache": {
37666
37666
  "shape": "Sz"
@@ -37677,7 +37677,7 @@ module.exports={
37677
37677
  },
37678
37678
  "encryptionKey": {},
37679
37679
  "tags": {
37680
- "shape": "S2o"
37680
+ "shape": "S2p"
37681
37681
  },
37682
37682
  "vpcConfig": {
37683
37683
  "shape": "S1i"
@@ -37703,7 +37703,7 @@ module.exports={
37703
37703
  "type": "structure",
37704
37704
  "members": {
37705
37705
  "project": {
37706
- "shape": "S2g"
37706
+ "shape": "S2h"
37707
37707
  }
37708
37708
  }
37709
37709
  }
@@ -37739,10 +37739,10 @@ module.exports={
37739
37739
  "members": {
37740
37740
  "arn": {},
37741
37741
  "exportConfig": {
37742
- "shape": "S37"
37742
+ "shape": "S38"
37743
37743
  },
37744
37744
  "tags": {
37745
- "shape": "S2o"
37745
+ "shape": "S2p"
37746
37746
  }
37747
37747
  }
37748
37748
  },
@@ -37750,7 +37750,7 @@ module.exports={
37750
37750
  "type": "structure",
37751
37751
  "members": {
37752
37752
  "reportGroup": {
37753
- "shape": "S34"
37753
+ "shape": "S35"
37754
37754
  }
37755
37755
  }
37756
37756
  }
@@ -37768,7 +37768,7 @@ module.exports={
37768
37768
  "type": "boolean"
37769
37769
  },
37770
37770
  "filterGroups": {
37771
- "shape": "S2t"
37771
+ "shape": "S2u"
37772
37772
  },
37773
37773
  "buildType": {}
37774
37774
  }
@@ -37777,7 +37777,7 @@ module.exports={
37777
37777
  "type": "structure",
37778
37778
  "members": {
37779
37779
  "webhook": {
37780
- "shape": "S2s"
37780
+ "shape": "S2t"
37781
37781
  }
37782
37782
  }
37783
37783
  }
@@ -37902,12 +37902,12 @@ module.exports={
37902
37902
  "type": "boolean"
37903
37903
  },
37904
37904
  "currentBuildSummary": {
37905
- "shape": "S1u"
37905
+ "shape": "S1v"
37906
37906
  },
37907
37907
  "priorBuildSummaryList": {
37908
37908
  "type": "list",
37909
37909
  "member": {
37910
- "shape": "S1u"
37910
+ "shape": "S1v"
37911
37911
  }
37912
37912
  }
37913
37913
  }
@@ -38176,10 +38176,11 @@ module.exports={
38176
38176
  },
38177
38177
  "timeoutInMins": {
38178
38178
  "type": "integer"
38179
- }
38179
+ },
38180
+ "batchReportMode": {}
38180
38181
  }
38181
38182
  },
38182
- "S1u": {
38183
+ "S1v": {
38183
38184
  "type": "structure",
38184
38185
  "members": {
38185
38186
  "arn": {},
@@ -38188,17 +38189,17 @@ module.exports={
38188
38189
  },
38189
38190
  "buildStatus": {},
38190
38191
  "primaryArtifact": {
38191
- "shape": "S1v"
38192
+ "shape": "S1w"
38192
38193
  },
38193
38194
  "secondaryArtifacts": {
38194
38195
  "type": "list",
38195
38196
  "member": {
38196
- "shape": "S1v"
38197
+ "shape": "S1w"
38197
38198
  }
38198
38199
  }
38199
38200
  }
38200
38201
  },
38201
- "S1v": {
38202
+ "S1w": {
38202
38203
  "type": "structure",
38203
38204
  "members": {
38204
38205
  "type": {},
@@ -38206,7 +38207,7 @@ module.exports={
38206
38207
  "identifier": {}
38207
38208
  }
38208
38209
  },
38209
- "S22": {
38210
+ "S23": {
38210
38211
  "type": "structure",
38211
38212
  "members": {
38212
38213
  "id": {},
@@ -38336,11 +38337,11 @@ module.exports={
38336
38337
  "buildBatchArn": {}
38337
38338
  }
38338
38339
  },
38339
- "S2d": {
38340
+ "S2e": {
38340
38341
  "type": "list",
38341
38342
  "member": {}
38342
38343
  },
38343
- "S2g": {
38344
+ "S2h": {
38344
38345
  "type": "structure",
38345
38346
  "members": {
38346
38347
  "name": {},
@@ -38357,10 +38358,10 @@ module.exports={
38357
38358
  "shape": "Su"
38358
38359
  },
38359
38360
  "artifacts": {
38360
- "shape": "S2j"
38361
+ "shape": "S2k"
38361
38362
  },
38362
38363
  "secondaryArtifacts": {
38363
- "shape": "S2m"
38364
+ "shape": "S2n"
38364
38365
  },
38365
38366
  "cache": {
38366
38367
  "shape": "Sz"
@@ -38377,7 +38378,7 @@ module.exports={
38377
38378
  },
38378
38379
  "encryptionKey": {},
38379
38380
  "tags": {
38380
- "shape": "S2o"
38381
+ "shape": "S2p"
38381
38382
  },
38382
38383
  "created": {
38383
38384
  "type": "timestamp"
@@ -38386,7 +38387,7 @@ module.exports={
38386
38387
  "type": "timestamp"
38387
38388
  },
38388
38389
  "webhook": {
38389
- "shape": "S2s"
38390
+ "shape": "S2t"
38390
38391
  },
38391
38392
  "vpcConfig": {
38392
38393
  "shape": "S1i"
@@ -38417,7 +38418,7 @@ module.exports={
38417
38418
  "resourceAccessRole": {}
38418
38419
  }
38419
38420
  },
38420
- "S2j": {
38421
+ "S2k": {
38421
38422
  "type": "structure",
38422
38423
  "required": [
38423
38424
  "type"
@@ -38439,13 +38440,13 @@ module.exports={
38439
38440
  "bucketOwnerAccess": {}
38440
38441
  }
38441
38442
  },
38442
- "S2m": {
38443
+ "S2n": {
38443
38444
  "type": "list",
38444
38445
  "member": {
38445
- "shape": "S2j"
38446
+ "shape": "S2k"
38446
38447
  }
38447
38448
  },
38448
- "S2o": {
38449
+ "S2p": {
38449
38450
  "type": "list",
38450
38451
  "member": {
38451
38452
  "type": "structure",
@@ -38455,7 +38456,7 @@ module.exports={
38455
38456
  }
38456
38457
  }
38457
38458
  },
38458
- "S2s": {
38459
+ "S2t": {
38459
38460
  "type": "structure",
38460
38461
  "members": {
38461
38462
  "url": {},
@@ -38463,7 +38464,7 @@ module.exports={
38463
38464
  "secret": {},
38464
38465
  "branchFilter": {},
38465
38466
  "filterGroups": {
38466
- "shape": "S2t"
38467
+ "shape": "S2u"
38467
38468
  },
38468
38469
  "buildType": {},
38469
38470
  "lastModifiedSecret": {
@@ -38471,7 +38472,7 @@ module.exports={
38471
38472
  }
38472
38473
  }
38473
38474
  },
38474
- "S2t": {
38475
+ "S2u": {
38475
38476
  "type": "list",
38476
38477
  "member": {
38477
38478
  "type": "list",
@@ -38491,18 +38492,18 @@ module.exports={
38491
38492
  }
38492
38493
  }
38493
38494
  },
38494
- "S31": {
38495
+ "S32": {
38495
38496
  "type": "list",
38496
38497
  "member": {}
38497
38498
  },
38498
- "S34": {
38499
+ "S35": {
38499
38500
  "type": "structure",
38500
38501
  "members": {
38501
38502
  "arn": {},
38502
38503
  "name": {},
38503
38504
  "type": {},
38504
38505
  "exportConfig": {
38505
- "shape": "S37"
38506
+ "shape": "S38"
38506
38507
  },
38507
38508
  "created": {
38508
38509
  "type": "timestamp"
@@ -38511,12 +38512,12 @@ module.exports={
38511
38512
  "type": "timestamp"
38512
38513
  },
38513
38514
  "tags": {
38514
- "shape": "S2o"
38515
+ "shape": "S2p"
38515
38516
  },
38516
38517
  "status": {}
38517
38518
  }
38518
38519
  },
38519
- "S37": {
38520
+ "S38": {
38520
38521
  "type": "structure",
38521
38522
  "members": {
38522
38523
  "exportConfigType": {},
@@ -38535,17 +38536,17 @@ module.exports={
38535
38536
  }
38536
38537
  }
38537
38538
  },
38538
- "S3d": {
38539
+ "S3e": {
38539
38540
  "type": "list",
38540
38541
  "member": {}
38541
38542
  },
38542
- "S4z": {
38543
+ "S50": {
38543
38544
  "type": "structure",
38544
38545
  "members": {
38545
38546
  "status": {}
38546
38547
  }
38547
38548
  },
38548
- "S5p": {
38549
+ "S5q": {
38549
38550
  "type": "structure",
38550
38551
  "members": {
38551
38552
  "status": {}
@@ -146592,11 +146593,14 @@ module.exports={
146592
146593
  "ImageConfig": {
146593
146594
  "shape": "S2y"
146594
146595
  },
146595
- "CodeSigningConfigArn": {}
146596
+ "CodeSigningConfigArn": {},
146597
+ "Architectures": {
146598
+ "shape": "S31"
146599
+ }
146596
146600
  }
146597
146601
  },
146598
146602
  "output": {
146599
- "shape": "S31"
146603
+ "shape": "S33"
146600
146604
  }
146601
146605
  },
146602
146606
  "DeleteAlias": {
@@ -146953,7 +146957,7 @@ module.exports={
146953
146957
  "type": "structure",
146954
146958
  "members": {
146955
146959
  "Configuration": {
146956
- "shape": "S31"
146960
+ "shape": "S33"
146957
146961
  },
146958
146962
  "Code": {
146959
146963
  "type": "structure",
@@ -146968,7 +146972,7 @@ module.exports={
146968
146972
  "shape": "S2p"
146969
146973
  },
146970
146974
  "Concurrency": {
146971
- "shape": "S48"
146975
+ "shape": "S4a"
146972
146976
  }
146973
146977
  }
146974
146978
  }
@@ -147053,7 +147057,7 @@ module.exports={
147053
147057
  }
147054
147058
  },
147055
147059
  "output": {
147056
- "shape": "S31"
147060
+ "shape": "S33"
147057
147061
  }
147058
147062
  },
147059
147063
  "GetFunctionEventInvokeConfig": {
@@ -147079,7 +147083,7 @@ module.exports={
147079
147083
  }
147080
147084
  },
147081
147085
  "output": {
147082
- "shape": "S4g"
147086
+ "shape": "S4i"
147083
147087
  }
147084
147088
  },
147085
147089
  "GetLayerVersion": {
@@ -147107,7 +147111,7 @@ module.exports={
147107
147111
  }
147108
147112
  },
147109
147113
  "output": {
147110
- "shape": "S4k"
147114
+ "shape": "S4m"
147111
147115
  }
147112
147116
  },
147113
147117
  "GetLayerVersionByArn": {
@@ -147129,7 +147133,7 @@ module.exports={
147129
147133
  }
147130
147134
  },
147131
147135
  "output": {
147132
- "shape": "S4k"
147136
+ "shape": "S4m"
147133
147137
  }
147134
147138
  },
147135
147139
  "GetLayerVersionPolicy": {
@@ -147484,7 +147488,7 @@ module.exports={
147484
147488
  "FunctionEventInvokeConfigs": {
147485
147489
  "type": "list",
147486
147490
  "member": {
147487
- "shape": "S4g"
147491
+ "shape": "S4i"
147488
147492
  }
147489
147493
  },
147490
147494
  "NextMarker": {}
@@ -147524,7 +147528,7 @@ module.exports={
147524
147528
  "members": {
147525
147529
  "NextMarker": {},
147526
147530
  "Functions": {
147527
- "shape": "S5p"
147531
+ "shape": "S5s"
147528
147532
  }
147529
147533
  }
147530
147534
  }
@@ -147595,6 +147599,10 @@ module.exports={
147595
147599
  "location": "querystring",
147596
147600
  "locationName": "MaxItems",
147597
147601
  "type": "integer"
147602
+ },
147603
+ "CompatibleArchitecture": {
147604
+ "location": "querystring",
147605
+ "locationName": "CompatibleArchitecture"
147598
147606
  }
147599
147607
  }
147600
147608
  },
@@ -147605,7 +147613,7 @@ module.exports={
147605
147613
  "LayerVersions": {
147606
147614
  "type": "list",
147607
147615
  "member": {
147608
- "shape": "S5x"
147616
+ "shape": "S60"
147609
147617
  }
147610
147618
  }
147611
147619
  }
@@ -147632,6 +147640,10 @@ module.exports={
147632
147640
  "location": "querystring",
147633
147641
  "locationName": "MaxItems",
147634
147642
  "type": "integer"
147643
+ },
147644
+ "CompatibleArchitecture": {
147645
+ "location": "querystring",
147646
+ "locationName": "CompatibleArchitecture"
147635
147647
  }
147636
147648
  }
147637
147649
  },
@@ -147647,7 +147659,7 @@ module.exports={
147647
147659
  "LayerName": {},
147648
147660
  "LayerArn": {},
147649
147661
  "LatestMatchingVersion": {
147650
- "shape": "S5x"
147662
+ "shape": "S60"
147651
147663
  }
147652
147664
  }
147653
147665
  }
@@ -147768,7 +147780,7 @@ module.exports={
147768
147780
  "members": {
147769
147781
  "NextMarker": {},
147770
147782
  "Versions": {
147771
- "shape": "S5p"
147783
+ "shape": "S5s"
147772
147784
  }
147773
147785
  }
147774
147786
  }
@@ -147802,16 +147814,19 @@ module.exports={
147802
147814
  }
147803
147815
  },
147804
147816
  "CompatibleRuntimes": {
147805
- "shape": "S4n"
147817
+ "shape": "S4p"
147806
147818
  },
147807
- "LicenseInfo": {}
147819
+ "LicenseInfo": {},
147820
+ "CompatibleArchitectures": {
147821
+ "shape": "S4r"
147822
+ }
147808
147823
  }
147809
147824
  },
147810
147825
  "output": {
147811
147826
  "type": "structure",
147812
147827
  "members": {
147813
147828
  "Content": {
147814
- "shape": "S4l"
147829
+ "shape": "S4n"
147815
147830
  },
147816
147831
  "LayerArn": {},
147817
147832
  "LayerVersionArn": {},
@@ -147821,9 +147836,12 @@ module.exports={
147821
147836
  "type": "long"
147822
147837
  },
147823
147838
  "CompatibleRuntimes": {
147824
- "shape": "S4n"
147839
+ "shape": "S4p"
147825
147840
  },
147826
- "LicenseInfo": {}
147841
+ "LicenseInfo": {},
147842
+ "CompatibleArchitectures": {
147843
+ "shape": "S4r"
147844
+ }
147827
147845
  }
147828
147846
  }
147829
147847
  },
@@ -147848,7 +147866,7 @@ module.exports={
147848
147866
  }
147849
147867
  },
147850
147868
  "output": {
147851
- "shape": "S31"
147869
+ "shape": "S33"
147852
147870
  }
147853
147871
  },
147854
147872
  "PutFunctionCodeSigningConfig": {
@@ -147906,7 +147924,7 @@ module.exports={
147906
147924
  }
147907
147925
  },
147908
147926
  "output": {
147909
- "shape": "S48"
147927
+ "shape": "S4a"
147910
147928
  }
147911
147929
  },
147912
147930
  "PutFunctionEventInvokeConfig": {
@@ -147941,7 +147959,7 @@ module.exports={
147941
147959
  }
147942
147960
  },
147943
147961
  "output": {
147944
- "shape": "S4g"
147962
+ "shape": "S4i"
147945
147963
  }
147946
147964
  },
147947
147965
  "PutProvisionedConcurrencyConfig": {
@@ -148258,11 +148276,14 @@ module.exports={
148258
148276
  "DryRun": {
148259
148277
  "type": "boolean"
148260
148278
  },
148261
- "RevisionId": {}
148279
+ "RevisionId": {},
148280
+ "Architectures": {
148281
+ "shape": "S31"
148282
+ }
148262
148283
  }
148263
148284
  },
148264
148285
  "output": {
148265
- "shape": "S31"
148286
+ "shape": "S33"
148266
148287
  }
148267
148288
  },
148268
148289
  "UpdateFunctionConfiguration": {
@@ -148317,7 +148338,7 @@ module.exports={
148317
148338
  }
148318
148339
  },
148319
148340
  "output": {
148320
- "shape": "S31"
148341
+ "shape": "S33"
148321
148342
  }
148322
148343
  },
148323
148344
  "UpdateFunctionEventInvokeConfig": {
@@ -148351,7 +148372,7 @@ module.exports={
148351
148372
  }
148352
148373
  },
148353
148374
  "output": {
148354
- "shape": "S4g"
148375
+ "shape": "S4i"
148355
148376
  }
148356
148377
  }
148357
148378
  },
@@ -148625,6 +148646,10 @@ module.exports={
148625
148646
  "member": {}
148626
148647
  },
148627
148648
  "S31": {
148649
+ "type": "list",
148650
+ "member": {}
148651
+ },
148652
+ "S33": {
148628
148653
  "type": "structure",
148629
148654
  "members": {
148630
148655
  "FunctionName": {},
@@ -148671,7 +148696,7 @@ module.exports={
148671
148696
  "members": {
148672
148697
  "ErrorCode": {},
148673
148698
  "Message": {
148674
- "shape": "S39"
148699
+ "shape": "S3b"
148675
148700
  }
148676
148701
  }
148677
148702
  }
@@ -148721,21 +148746,24 @@ module.exports={
148721
148746
  "members": {
148722
148747
  "ErrorCode": {},
148723
148748
  "Message": {
148724
- "shape": "S39"
148749
+ "shape": "S3b"
148725
148750
  }
148726
148751
  }
148727
148752
  }
148728
148753
  }
148729
148754
  },
148730
148755
  "SigningProfileVersionArn": {},
148731
- "SigningJobArn": {}
148756
+ "SigningJobArn": {},
148757
+ "Architectures": {
148758
+ "shape": "S31"
148759
+ }
148732
148760
  }
148733
148761
  },
148734
- "S39": {
148762
+ "S3b": {
148735
148763
  "type": "string",
148736
148764
  "sensitive": true
148737
148765
  },
148738
- "S48": {
148766
+ "S4a": {
148739
148767
  "type": "structure",
148740
148768
  "members": {
148741
148769
  "ReservedConcurrentExecutions": {
@@ -148743,7 +148771,7 @@ module.exports={
148743
148771
  }
148744
148772
  }
148745
148773
  },
148746
- "S4g": {
148774
+ "S4i": {
148747
148775
  "type": "structure",
148748
148776
  "members": {
148749
148777
  "LastModified": {
@@ -148761,11 +148789,11 @@ module.exports={
148761
148789
  }
148762
148790
  }
148763
148791
  },
148764
- "S4k": {
148792
+ "S4m": {
148765
148793
  "type": "structure",
148766
148794
  "members": {
148767
148795
  "Content": {
148768
- "shape": "S4l"
148796
+ "shape": "S4n"
148769
148797
  },
148770
148798
  "LayerArn": {},
148771
148799
  "LayerVersionArn": {},
@@ -148775,12 +148803,15 @@ module.exports={
148775
148803
  "type": "long"
148776
148804
  },
148777
148805
  "CompatibleRuntimes": {
148778
- "shape": "S4n"
148806
+ "shape": "S4p"
148779
148807
  },
148780
- "LicenseInfo": {}
148808
+ "LicenseInfo": {},
148809
+ "CompatibleArchitectures": {
148810
+ "shape": "S4r"
148811
+ }
148781
148812
  }
148782
148813
  },
148783
- "S4l": {
148814
+ "S4n": {
148784
148815
  "type": "structure",
148785
148816
  "members": {
148786
148817
  "Location": {},
@@ -148792,17 +148823,21 @@ module.exports={
148792
148823
  "SigningJobArn": {}
148793
148824
  }
148794
148825
  },
148795
- "S4n": {
148826
+ "S4p": {
148796
148827
  "type": "list",
148797
148828
  "member": {}
148798
148829
  },
148799
- "S5p": {
148830
+ "S4r": {
148831
+ "type": "list",
148832
+ "member": {}
148833
+ },
148834
+ "S5s": {
148800
148835
  "type": "list",
148801
148836
  "member": {
148802
- "shape": "S31"
148837
+ "shape": "S33"
148803
148838
  }
148804
148839
  },
148805
- "S5x": {
148840
+ "S60": {
148806
148841
  "type": "structure",
148807
148842
  "members": {
148808
148843
  "LayerVersionArn": {},
@@ -148812,9 +148847,12 @@ module.exports={
148812
148847
  "Description": {},
148813
148848
  "CreatedDate": {},
148814
148849
  "CompatibleRuntimes": {
148815
- "shape": "S4n"
148850
+ "shape": "S4p"
148816
148851
  },
148817
- "LicenseInfo": {}
148852
+ "LicenseInfo": {},
148853
+ "CompatibleArchitectures": {
148854
+ "shape": "S4r"
148855
+ }
148818
148856
  }
148819
148857
  }
148820
148858
  }
@@ -157744,6 +157782,12 @@ module.exports={
157744
157782
  },
157745
157783
  "wisdom": {
157746
157784
  "name": "Wisdom"
157785
+ },
157786
+ "account": {
157787
+ "name": "Account"
157788
+ },
157789
+ "cloudcontrol": {
157790
+ "name": "CloudControl"
157747
157791
  }
157748
157792
  }
157749
157793
  },{}],164:[function(require,module,exports){
@@ -210266,6 +210310,9 @@ module.exports={
210266
210310
  },
210267
210311
  "ChangeRequestName": {},
210268
210312
  "ClientToken": {},
210313
+ "AutoApprove": {
210314
+ "type": "boolean"
210315
+ },
210269
210316
  "Runbooks": {
210270
210317
  "shape": "S96"
210271
210318
  },
@@ -226418,7 +226465,7 @@ AWS.util.update(AWS, {
226418
226465
  /**
226419
226466
  * @constant
226420
226467
  */
226421
- VERSION: '2.996.0',
226468
+ VERSION: '2.1000.0',
226422
226469
 
226423
226470
  /**
226424
226471
  * @api private
@@ -247671,7 +247718,7 @@ var LRUCache = /** @class */ (function () {
247671
247718
  }());
247672
247719
  exports.LRUCache = LRUCache;
247673
247720
  },{}],451:[function(require,module,exports){
247674
- // AWS SDK for JavaScript v2.996.0
247721
+ // AWS SDK for JavaScript v2.1000.0
247675
247722
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
247676
247723
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
247677
247724
  require('./browser_loader');