cdk-lambda-subminute 2.0.348 → 2.0.350

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 (37) hide show
  1. package/.jsii +29 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +12 -0
  5. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +255 -130
  6. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +12 -3
  7. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  8. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +8 -6
  9. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +57 -0
  10. package/node_modules/aws-sdk/apis/supplychain-2024-01-01.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +98 -0
  12. package/node_modules/aws-sdk/apis/supplychain-2024-01-01.paginators.json +4 -0
  13. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +27 -17
  14. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  15. package/node_modules/aws-sdk/clients/all.js +2 -1
  16. package/node_modules/aws-sdk/clients/connect.d.ts +12 -12
  17. package/node_modules/aws-sdk/clients/connectparticipant.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +40 -24
  19. package/node_modules/aws-sdk/clients/ecs.d.ts +175 -13
  20. package/node_modules/aws-sdk/clients/eventbridge.d.ts +13 -2
  21. package/node_modules/aws-sdk/clients/iot.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/location.d.ts +9 -9
  24. package/node_modules/aws-sdk/clients/mwaa.d.ts +10 -0
  25. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +8 -8
  26. package/node_modules/aws-sdk/clients/supplychain.d.ts +111 -0
  27. package/node_modules/aws-sdk/clients/supplychain.js +18 -0
  28. package/node_modules/aws-sdk/clients/transfer.d.ts +11 -1
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +46 -9
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +273 -133
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1533.0
1
+ // AWS SDK for JavaScript v2.1535.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){
@@ -112992,6 +112992,12 @@ module.exports={
112992
112992
  "DeleteOnTermination": {
112993
112993
  "locationName": "deleteOnTermination",
112994
112994
  "type": "boolean"
112995
+ },
112996
+ "AssociatedResource": {
112997
+ "locationName": "associatedResource"
112998
+ },
112999
+ "InstanceOwningService": {
113000
+ "locationName": "instanceOwningService"
112995
113001
  }
112996
113002
  }
112997
113003
  },
@@ -119340,6 +119346,12 @@ module.exports={
119340
119346
  },
119341
119347
  "VolumeId": {
119342
119348
  "locationName": "volumeId"
119349
+ },
119350
+ "AssociatedResource": {
119351
+ "locationName": "associatedResource"
119352
+ },
119353
+ "VolumeOwnerId": {
119354
+ "locationName": "volumeOwnerId"
119343
119355
  }
119344
119356
  }
119345
119357
  }
@@ -125504,6 +125516,9 @@ module.exports={
125504
125516
  },
125505
125517
  "serviceConnectConfiguration": {
125506
125518
  "shape": "S1u"
125519
+ },
125520
+ "volumeConfigurations": {
125521
+ "shape": "S25"
125507
125522
  }
125508
125523
  }
125509
125524
  },
@@ -125511,7 +125526,7 @@ module.exports={
125511
125526
  "type": "structure",
125512
125527
  "members": {
125513
125528
  "service": {
125514
- "shape": "S26"
125529
+ "shape": "S2j"
125515
125530
  }
125516
125531
  }
125517
125532
  }
@@ -125544,7 +125559,7 @@ module.exports={
125544
125559
  },
125545
125560
  "platformVersion": {},
125546
125561
  "scale": {
125547
- "shape": "S2a"
125562
+ "shape": "S2n"
125548
125563
  },
125549
125564
  "clientToken": {},
125550
125565
  "tags": {
@@ -125556,7 +125571,7 @@ module.exports={
125556
125571
  "type": "structure",
125557
125572
  "members": {
125558
125573
  "taskSet": {
125559
- "shape": "S28"
125574
+ "shape": "S2l"
125560
125575
  }
125561
125576
  }
125562
125577
  }
@@ -125576,7 +125591,7 @@ module.exports={
125576
125591
  "type": "structure",
125577
125592
  "members": {
125578
125593
  "setting": {
125579
- "shape": "S2q"
125594
+ "shape": "S33"
125580
125595
  }
125581
125596
  }
125582
125597
  }
@@ -125590,7 +125605,7 @@ module.exports={
125590
125605
  "members": {
125591
125606
  "cluster": {},
125592
125607
  "attributes": {
125593
- "shape": "S2t"
125608
+ "shape": "S36"
125594
125609
  }
125595
125610
  }
125596
125611
  },
@@ -125598,7 +125613,7 @@ module.exports={
125598
125613
  "type": "structure",
125599
125614
  "members": {
125600
125615
  "attributes": {
125601
- "shape": "S2t"
125616
+ "shape": "S36"
125602
125617
  }
125603
125618
  }
125604
125619
  }
@@ -125659,7 +125674,7 @@ module.exports={
125659
125674
  "type": "structure",
125660
125675
  "members": {
125661
125676
  "service": {
125662
- "shape": "S26"
125677
+ "shape": "S2j"
125663
125678
  }
125664
125679
  }
125665
125680
  }
@@ -125682,11 +125697,11 @@ module.exports={
125682
125697
  "taskDefinitions": {
125683
125698
  "type": "list",
125684
125699
  "member": {
125685
- "shape": "S37"
125700
+ "shape": "S3j"
125686
125701
  }
125687
125702
  },
125688
125703
  "failures": {
125689
- "shape": "S58"
125704
+ "shape": "S5k"
125690
125705
  }
125691
125706
  }
125692
125707
  }
@@ -125712,7 +125727,7 @@ module.exports={
125712
125727
  "type": "structure",
125713
125728
  "members": {
125714
125729
  "taskSet": {
125715
- "shape": "S28"
125730
+ "shape": "S2l"
125716
125731
  }
125717
125732
  }
125718
125733
  }
@@ -125735,7 +125750,7 @@ module.exports={
125735
125750
  "type": "structure",
125736
125751
  "members": {
125737
125752
  "containerInstance": {
125738
- "shape": "S5e"
125753
+ "shape": "S5q"
125739
125754
  }
125740
125755
  }
125741
125756
  }
@@ -125754,7 +125769,7 @@ module.exports={
125754
125769
  "type": "structure",
125755
125770
  "members": {
125756
125771
  "taskDefinition": {
125757
- "shape": "S37"
125772
+ "shape": "S3j"
125758
125773
  }
125759
125774
  }
125760
125775
  }
@@ -125786,7 +125801,7 @@ module.exports={
125786
125801
  }
125787
125802
  },
125788
125803
  "failures": {
125789
- "shape": "S58"
125804
+ "shape": "S5k"
125790
125805
  },
125791
125806
  "nextToken": {}
125792
125807
  }
@@ -125815,7 +125830,7 @@ module.exports={
125815
125830
  }
125816
125831
  },
125817
125832
  "failures": {
125818
- "shape": "S58"
125833
+ "shape": "S5k"
125819
125834
  }
125820
125835
  }
125821
125836
  }
@@ -125841,10 +125856,10 @@ module.exports={
125841
125856
  "type": "structure",
125842
125857
  "members": {
125843
125858
  "containerInstances": {
125844
- "shape": "S65"
125859
+ "shape": "S6h"
125845
125860
  },
125846
125861
  "failures": {
125847
- "shape": "S58"
125862
+ "shape": "S5k"
125848
125863
  }
125849
125864
  }
125850
125865
  }
@@ -125872,11 +125887,11 @@ module.exports={
125872
125887
  "services": {
125873
125888
  "type": "list",
125874
125889
  "member": {
125875
- "shape": "S26"
125890
+ "shape": "S2j"
125876
125891
  }
125877
125892
  },
125878
125893
  "failures": {
125879
- "shape": "S58"
125894
+ "shape": "S5k"
125880
125895
  }
125881
125896
  }
125882
125897
  }
@@ -125899,7 +125914,7 @@ module.exports={
125899
125914
  "type": "structure",
125900
125915
  "members": {
125901
125916
  "taskDefinition": {
125902
- "shape": "S37"
125917
+ "shape": "S3j"
125903
125918
  },
125904
125919
  "tags": {
125905
125920
  "shape": "Sb"
@@ -125930,10 +125945,10 @@ module.exports={
125930
125945
  "type": "structure",
125931
125946
  "members": {
125932
125947
  "taskSets": {
125933
- "shape": "S27"
125948
+ "shape": "S2k"
125934
125949
  },
125935
125950
  "failures": {
125936
- "shape": "S58"
125951
+ "shape": "S5k"
125937
125952
  }
125938
125953
  }
125939
125954
  }
@@ -125959,10 +125974,10 @@ module.exports={
125959
125974
  "type": "structure",
125960
125975
  "members": {
125961
125976
  "tasks": {
125962
- "shape": "S6n"
125977
+ "shape": "S6z"
125963
125978
  },
125964
125979
  "failures": {
125965
- "shape": "S58"
125980
+ "shape": "S5k"
125966
125981
  }
125967
125982
  }
125968
125983
  }
@@ -126043,10 +126058,10 @@ module.exports={
126043
126058
  "type": "structure",
126044
126059
  "members": {
126045
126060
  "protectedTasks": {
126046
- "shape": "S7f"
126061
+ "shape": "S7r"
126047
126062
  },
126048
126063
  "failures": {
126049
- "shape": "S58"
126064
+ "shape": "S5k"
126050
126065
  }
126051
126066
  }
126052
126067
  }
@@ -126073,7 +126088,7 @@ module.exports={
126073
126088
  "settings": {
126074
126089
  "type": "list",
126075
126090
  "member": {
126076
- "shape": "S2q"
126091
+ "shape": "S33"
126077
126092
  }
126078
126093
  },
126079
126094
  "nextToken": {}
@@ -126101,7 +126116,7 @@ module.exports={
126101
126116
  "type": "structure",
126102
126117
  "members": {
126103
126118
  "attributes": {
126104
- "shape": "S2t"
126119
+ "shape": "S36"
126105
126120
  },
126106
126121
  "nextToken": {}
126107
126122
  }
@@ -126305,7 +126320,7 @@ module.exports={
126305
126320
  "type": "structure",
126306
126321
  "members": {
126307
126322
  "setting": {
126308
- "shape": "S2q"
126323
+ "shape": "S33"
126309
126324
  }
126310
126325
  }
126311
126326
  }
@@ -126326,7 +126341,7 @@ module.exports={
126326
126341
  "type": "structure",
126327
126342
  "members": {
126328
126343
  "setting": {
126329
- "shape": "S2q"
126344
+ "shape": "S33"
126330
126345
  }
126331
126346
  }
126332
126347
  }
@@ -126340,7 +126355,7 @@ module.exports={
126340
126355
  "members": {
126341
126356
  "cluster": {},
126342
126357
  "attributes": {
126343
- "shape": "S2t"
126358
+ "shape": "S36"
126344
126359
  }
126345
126360
  }
126346
126361
  },
@@ -126348,7 +126363,7 @@ module.exports={
126348
126363
  "type": "structure",
126349
126364
  "members": {
126350
126365
  "attributes": {
126351
- "shape": "S2t"
126366
+ "shape": "S36"
126352
126367
  }
126353
126368
  }
126354
126369
  }
@@ -126388,14 +126403,14 @@ module.exports={
126388
126403
  "instanceIdentityDocument": {},
126389
126404
  "instanceIdentityDocumentSignature": {},
126390
126405
  "totalResources": {
126391
- "shape": "S5h"
126406
+ "shape": "S5t"
126392
126407
  },
126393
126408
  "versionInfo": {
126394
- "shape": "S5g"
126409
+ "shape": "S5s"
126395
126410
  },
126396
126411
  "containerInstanceArn": {},
126397
126412
  "attributes": {
126398
- "shape": "S2t"
126413
+ "shape": "S36"
126399
126414
  },
126400
126415
  "platformDevices": {
126401
126416
  "type": "list",
@@ -126420,7 +126435,7 @@ module.exports={
126420
126435
  "type": "structure",
126421
126436
  "members": {
126422
126437
  "containerInstance": {
126423
- "shape": "S5e"
126438
+ "shape": "S5q"
126424
126439
  }
126425
126440
  }
126426
126441
  }
@@ -126438,16 +126453,16 @@ module.exports={
126438
126453
  "executionRoleArn": {},
126439
126454
  "networkMode": {},
126440
126455
  "containerDefinitions": {
126441
- "shape": "S38"
126456
+ "shape": "S3k"
126442
126457
  },
126443
126458
  "volumes": {
126444
- "shape": "S4e"
126459
+ "shape": "S4q"
126445
126460
  },
126446
126461
  "placementConstraints": {
126447
- "shape": "S4s"
126462
+ "shape": "S54"
126448
126463
  },
126449
126464
  "requiresCompatibilities": {
126450
- "shape": "S4v"
126465
+ "shape": "S57"
126451
126466
  },
126452
126467
  "cpu": {},
126453
126468
  "memory": {},
@@ -126457,16 +126472,16 @@ module.exports={
126457
126472
  "pidMode": {},
126458
126473
  "ipcMode": {},
126459
126474
  "proxyConfiguration": {
126460
- "shape": "S54"
126475
+ "shape": "S5g"
126461
126476
  },
126462
126477
  "inferenceAccelerators": {
126463
- "shape": "S50"
126478
+ "shape": "S5c"
126464
126479
  },
126465
126480
  "ephemeralStorage": {
126466
- "shape": "S57"
126481
+ "shape": "S5j"
126467
126482
  },
126468
126483
  "runtimePlatform": {
126469
- "shape": "S4x"
126484
+ "shape": "S59"
126470
126485
  }
126471
126486
  }
126472
126487
  },
@@ -126474,7 +126489,7 @@ module.exports={
126474
126489
  "type": "structure",
126475
126490
  "members": {
126476
126491
  "taskDefinition": {
126477
- "shape": "S37"
126492
+ "shape": "S3j"
126478
126493
  },
126479
126494
  "tags": {
126480
126495
  "shape": "Sb"
@@ -126508,7 +126523,7 @@ module.exports={
126508
126523
  "shape": "S1n"
126509
126524
  },
126510
126525
  "overrides": {
126511
- "shape": "S71"
126526
+ "shape": "S7d"
126512
126527
  },
126513
126528
  "placementConstraints": {
126514
126529
  "shape": "S1h"
@@ -126526,6 +126541,9 @@ module.exports={
126526
126541
  "taskDefinition": {},
126527
126542
  "clientToken": {
126528
126543
  "idempotencyToken": true
126544
+ },
126545
+ "volumeConfigurations": {
126546
+ "shape": "S8y"
126529
126547
  }
126530
126548
  }
126531
126549
  },
@@ -126533,10 +126551,10 @@ module.exports={
126533
126551
  "type": "structure",
126534
126552
  "members": {
126535
126553
  "tasks": {
126536
- "shape": "S6n"
126554
+ "shape": "S6z"
126537
126555
  },
126538
126556
  "failures": {
126539
- "shape": "S58"
126557
+ "shape": "S5k"
126540
126558
  }
126541
126559
  }
126542
126560
  }
@@ -126564,7 +126582,7 @@ module.exports={
126564
126582
  "shape": "S1n"
126565
126583
  },
126566
126584
  "overrides": {
126567
- "shape": "S71"
126585
+ "shape": "S7d"
126568
126586
  },
126569
126587
  "propagateTags": {},
126570
126588
  "referenceId": {},
@@ -126572,17 +126590,20 @@ module.exports={
126572
126590
  "tags": {
126573
126591
  "shape": "Sb"
126574
126592
  },
126575
- "taskDefinition": {}
126593
+ "taskDefinition": {},
126594
+ "volumeConfigurations": {
126595
+ "shape": "S8y"
126596
+ }
126576
126597
  }
126577
126598
  },
126578
126599
  "output": {
126579
126600
  "type": "structure",
126580
126601
  "members": {
126581
126602
  "tasks": {
126582
- "shape": "S6n"
126603
+ "shape": "S6z"
126583
126604
  },
126584
126605
  "failures": {
126585
- "shape": "S58"
126606
+ "shape": "S5k"
126586
126607
  }
126587
126608
  }
126588
126609
  }
@@ -126603,7 +126624,7 @@ module.exports={
126603
126624
  "type": "structure",
126604
126625
  "members": {
126605
126626
  "task": {
126606
- "shape": "S6o"
126627
+ "shape": "S70"
126607
126628
  }
126608
126629
  }
126609
126630
  }
@@ -126617,7 +126638,7 @@ module.exports={
126617
126638
  "members": {
126618
126639
  "cluster": {},
126619
126640
  "attachments": {
126620
- "shape": "S8s"
126641
+ "shape": "S98"
126621
126642
  }
126622
126643
  }
126623
126644
  },
@@ -126642,7 +126663,7 @@ module.exports={
126642
126663
  },
126643
126664
  "reason": {},
126644
126665
  "networkBindings": {
126645
- "shape": "S6s"
126666
+ "shape": "S74"
126646
126667
  }
126647
126668
  }
126648
126669
  },
@@ -126673,7 +126694,7 @@ module.exports={
126673
126694
  "type": "integer"
126674
126695
  },
126675
126696
  "networkBindings": {
126676
- "shape": "S6s"
126697
+ "shape": "S74"
126677
126698
  },
126678
126699
  "reason": {},
126679
126700
  "status": {}
@@ -126681,7 +126702,7 @@ module.exports={
126681
126702
  }
126682
126703
  },
126683
126704
  "attachments": {
126684
- "shape": "S8s"
126705
+ "shape": "S98"
126685
126706
  },
126686
126707
  "managedAgents": {
126687
126708
  "type": "list",
@@ -126853,7 +126874,7 @@ module.exports={
126853
126874
  "type": "structure",
126854
126875
  "members": {
126855
126876
  "containerInstance": {
126856
- "shape": "S5e"
126877
+ "shape": "S5q"
126857
126878
  }
126858
126879
  }
126859
126880
  }
@@ -126877,10 +126898,10 @@ module.exports={
126877
126898
  "type": "structure",
126878
126899
  "members": {
126879
126900
  "containerInstances": {
126880
- "shape": "S65"
126901
+ "shape": "S6h"
126881
126902
  },
126882
126903
  "failures": {
126883
- "shape": "S58"
126904
+ "shape": "S5k"
126884
126905
  }
126885
126906
  }
126886
126907
  }
@@ -126935,6 +126956,9 @@ module.exports={
126935
126956
  },
126936
126957
  "serviceConnectConfiguration": {
126937
126958
  "shape": "S1u"
126959
+ },
126960
+ "volumeConfigurations": {
126961
+ "shape": "S25"
126938
126962
  }
126939
126963
  }
126940
126964
  },
@@ -126942,7 +126966,7 @@ module.exports={
126942
126966
  "type": "structure",
126943
126967
  "members": {
126944
126968
  "service": {
126945
- "shape": "S26"
126969
+ "shape": "S2j"
126946
126970
  }
126947
126971
  }
126948
126972
  }
@@ -126965,7 +126989,7 @@ module.exports={
126965
126989
  "type": "structure",
126966
126990
  "members": {
126967
126991
  "taskSet": {
126968
- "shape": "S28"
126992
+ "shape": "S2l"
126969
126993
  }
126970
126994
  }
126971
126995
  }
@@ -126995,10 +127019,10 @@ module.exports={
126995
127019
  "type": "structure",
126996
127020
  "members": {
126997
127021
  "protectedTasks": {
126998
- "shape": "S7f"
127022
+ "shape": "S7r"
126999
127023
  },
127000
127024
  "failures": {
127001
- "shape": "S58"
127025
+ "shape": "S5k"
127002
127026
  }
127003
127027
  }
127004
127028
  }
@@ -127017,7 +127041,7 @@ module.exports={
127017
127041
  "service": {},
127018
127042
  "taskSet": {},
127019
127043
  "scale": {
127020
- "shape": "S2a"
127044
+ "shape": "S2n"
127021
127045
  }
127022
127046
  }
127023
127047
  },
@@ -127025,7 +127049,7 @@ module.exports={
127025
127049
  "type": "structure",
127026
127050
  "members": {
127027
127051
  "taskSet": {
127028
- "shape": "S28"
127052
+ "shape": "S2l"
127029
127053
  }
127030
127054
  }
127031
127055
  }
@@ -127433,7 +127457,63 @@ module.exports={
127433
127457
  }
127434
127458
  }
127435
127459
  },
127436
- "S26": {
127460
+ "S25": {
127461
+ "type": "list",
127462
+ "member": {
127463
+ "type": "structure",
127464
+ "required": [
127465
+ "name"
127466
+ ],
127467
+ "members": {
127468
+ "name": {},
127469
+ "managedEBSVolume": {
127470
+ "type": "structure",
127471
+ "required": [
127472
+ "roleArn"
127473
+ ],
127474
+ "members": {
127475
+ "encrypted": {
127476
+ "type": "boolean"
127477
+ },
127478
+ "kmsKeyId": {},
127479
+ "volumeType": {},
127480
+ "sizeInGiB": {
127481
+ "type": "integer"
127482
+ },
127483
+ "snapshotId": {},
127484
+ "iops": {
127485
+ "type": "integer"
127486
+ },
127487
+ "throughput": {
127488
+ "type": "integer"
127489
+ },
127490
+ "tagSpecifications": {
127491
+ "shape": "S2d"
127492
+ },
127493
+ "roleArn": {},
127494
+ "filesystemType": {}
127495
+ }
127496
+ }
127497
+ }
127498
+ }
127499
+ },
127500
+ "S2d": {
127501
+ "type": "list",
127502
+ "member": {
127503
+ "type": "structure",
127504
+ "required": [
127505
+ "resourceType"
127506
+ ],
127507
+ "members": {
127508
+ "resourceType": {},
127509
+ "tags": {
127510
+ "shape": "Sb"
127511
+ },
127512
+ "propagateTags": {}
127513
+ }
127514
+ }
127515
+ },
127516
+ "S2j": {
127437
127517
  "type": "structure",
127438
127518
  "members": {
127439
127519
  "serviceArn": {},
@@ -127466,7 +127546,7 @@ module.exports={
127466
127546
  "shape": "S1e"
127467
127547
  },
127468
127548
  "taskSets": {
127469
- "shape": "S27"
127549
+ "shape": "S2k"
127470
127550
  },
127471
127551
  "deployments": {
127472
127552
  "type": "list",
@@ -127517,6 +127597,9 @@ module.exports={
127517
127597
  "discoveryArn": {}
127518
127598
  }
127519
127599
  }
127600
+ },
127601
+ "volumeConfigurations": {
127602
+ "shape": "S25"
127520
127603
  }
127521
127604
  }
127522
127605
  }
@@ -127567,13 +127650,13 @@ module.exports={
127567
127650
  }
127568
127651
  }
127569
127652
  },
127570
- "S27": {
127653
+ "S2k": {
127571
127654
  "type": "list",
127572
127655
  "member": {
127573
- "shape": "S28"
127656
+ "shape": "S2l"
127574
127657
  }
127575
127658
  },
127576
- "S28": {
127659
+ "S2l": {
127577
127660
  "type": "structure",
127578
127661
  "members": {
127579
127662
  "id": {},
@@ -127615,7 +127698,7 @@ module.exports={
127615
127698
  "shape": "S1b"
127616
127699
  },
127617
127700
  "scale": {
127618
- "shape": "S2a"
127701
+ "shape": "S2n"
127619
127702
  },
127620
127703
  "stabilityStatus": {},
127621
127704
  "stabilityStatusAt": {
@@ -127626,7 +127709,7 @@ module.exports={
127626
127709
  }
127627
127710
  }
127628
127711
  },
127629
- "S2a": {
127712
+ "S2n": {
127630
127713
  "type": "structure",
127631
127714
  "members": {
127632
127715
  "value": {
@@ -127635,7 +127718,7 @@ module.exports={
127635
127718
  "unit": {}
127636
127719
  }
127637
127720
  },
127638
- "S2q": {
127721
+ "S33": {
127639
127722
  "type": "structure",
127640
127723
  "members": {
127641
127724
  "name": {},
@@ -127644,13 +127727,13 @@ module.exports={
127644
127727
  "type": {}
127645
127728
  }
127646
127729
  },
127647
- "S2t": {
127730
+ "S36": {
127648
127731
  "type": "list",
127649
127732
  "member": {
127650
- "shape": "S2u"
127733
+ "shape": "S37"
127651
127734
  }
127652
127735
  },
127653
- "S2u": {
127736
+ "S37": {
127654
127737
  "type": "structure",
127655
127738
  "required": [
127656
127739
  "name"
@@ -127662,12 +127745,12 @@ module.exports={
127662
127745
  "targetId": {}
127663
127746
  }
127664
127747
  },
127665
- "S37": {
127748
+ "S3j": {
127666
127749
  "type": "structure",
127667
127750
  "members": {
127668
127751
  "taskDefinitionArn": {},
127669
127752
  "containerDefinitions": {
127670
- "shape": "S38"
127753
+ "shape": "S3k"
127671
127754
  },
127672
127755
  "family": {},
127673
127756
  "taskRoleArn": {},
@@ -127677,36 +127760,36 @@ module.exports={
127677
127760
  "type": "integer"
127678
127761
  },
127679
127762
  "volumes": {
127680
- "shape": "S4e"
127763
+ "shape": "S4q"
127681
127764
  },
127682
127765
  "status": {},
127683
127766
  "requiresAttributes": {
127684
127767
  "type": "list",
127685
127768
  "member": {
127686
- "shape": "S2u"
127769
+ "shape": "S37"
127687
127770
  }
127688
127771
  },
127689
127772
  "placementConstraints": {
127690
- "shape": "S4s"
127773
+ "shape": "S54"
127691
127774
  },
127692
127775
  "compatibilities": {
127693
- "shape": "S4v"
127776
+ "shape": "S57"
127694
127777
  },
127695
127778
  "runtimePlatform": {
127696
- "shape": "S4x"
127779
+ "shape": "S59"
127697
127780
  },
127698
127781
  "requiresCompatibilities": {
127699
- "shape": "S4v"
127782
+ "shape": "S57"
127700
127783
  },
127701
127784
  "cpu": {},
127702
127785
  "memory": {},
127703
127786
  "inferenceAccelerators": {
127704
- "shape": "S50"
127787
+ "shape": "S5c"
127705
127788
  },
127706
127789
  "pidMode": {},
127707
127790
  "ipcMode": {},
127708
127791
  "proxyConfiguration": {
127709
- "shape": "S54"
127792
+ "shape": "S5g"
127710
127793
  },
127711
127794
  "registeredAt": {
127712
127795
  "type": "timestamp"
@@ -127716,11 +127799,11 @@ module.exports={
127716
127799
  },
127717
127800
  "registeredBy": {},
127718
127801
  "ephemeralStorage": {
127719
- "shape": "S57"
127802
+ "shape": "S5j"
127720
127803
  }
127721
127804
  }
127722
127805
  },
127723
- "S38": {
127806
+ "S3k": {
127724
127807
  "type": "list",
127725
127808
  "member": {
127726
127809
  "type": "structure",
@@ -127776,10 +127859,10 @@ module.exports={
127776
127859
  "shape": "Ss"
127777
127860
  },
127778
127861
  "environment": {
127779
- "shape": "S3f"
127862
+ "shape": "S3r"
127780
127863
  },
127781
127864
  "environmentFiles": {
127782
- "shape": "S3g"
127865
+ "shape": "S3s"
127783
127866
  },
127784
127867
  "mountPoints": {
127785
127868
  "type": "list",
@@ -127996,7 +128079,7 @@ module.exports={
127996
128079
  }
127997
128080
  },
127998
128081
  "resourceRequirements": {
127999
- "shape": "S47"
128082
+ "shape": "S4j"
128000
128083
  },
128001
128084
  "firelensConfiguration": {
128002
128085
  "type": "structure",
@@ -128018,13 +128101,13 @@ module.exports={
128018
128101
  }
128019
128102
  }
128020
128103
  },
128021
- "S3f": {
128104
+ "S3r": {
128022
128105
  "type": "list",
128023
128106
  "member": {
128024
128107
  "shape": "S12"
128025
128108
  }
128026
128109
  },
128027
- "S3g": {
128110
+ "S3s": {
128028
128111
  "type": "list",
128029
128112
  "member": {
128030
128113
  "type": "structure",
@@ -128038,7 +128121,7 @@ module.exports={
128038
128121
  }
128039
128122
  }
128040
128123
  },
128041
- "S47": {
128124
+ "S4j": {
128042
128125
  "type": "list",
128043
128126
  "member": {
128044
128127
  "type": "structure",
@@ -128052,7 +128135,7 @@ module.exports={
128052
128135
  }
128053
128136
  }
128054
128137
  },
128055
- "S4e": {
128138
+ "S4q": {
128056
128139
  "type": "list",
128057
128140
  "member": {
128058
128141
  "type": "structure",
@@ -128073,10 +128156,10 @@ module.exports={
128073
128156
  },
128074
128157
  "driver": {},
128075
128158
  "driverOpts": {
128076
- "shape": "S4j"
128159
+ "shape": "S4v"
128077
128160
  },
128078
128161
  "labels": {
128079
- "shape": "S4j"
128162
+ "shape": "S4v"
128080
128163
  }
128081
128164
  }
128082
128165
  },
@@ -128123,16 +128206,19 @@ module.exports={
128123
128206
  }
128124
128207
  }
128125
128208
  }
128209
+ },
128210
+ "configuredAtLaunch": {
128211
+ "type": "boolean"
128126
128212
  }
128127
128213
  }
128128
128214
  }
128129
128215
  },
128130
- "S4j": {
128216
+ "S4v": {
128131
128217
  "type": "map",
128132
128218
  "key": {},
128133
128219
  "value": {}
128134
128220
  },
128135
- "S4s": {
128221
+ "S54": {
128136
128222
  "type": "list",
128137
128223
  "member": {
128138
128224
  "type": "structure",
@@ -128142,18 +128228,18 @@ module.exports={
128142
128228
  }
128143
128229
  }
128144
128230
  },
128145
- "S4v": {
128231
+ "S57": {
128146
128232
  "type": "list",
128147
128233
  "member": {}
128148
128234
  },
128149
- "S4x": {
128235
+ "S59": {
128150
128236
  "type": "structure",
128151
128237
  "members": {
128152
128238
  "cpuArchitecture": {},
128153
128239
  "operatingSystemFamily": {}
128154
128240
  }
128155
128241
  },
128156
- "S50": {
128242
+ "S5c": {
128157
128243
  "type": "list",
128158
128244
  "member": {
128159
128245
  "type": "structure",
@@ -128167,7 +128253,7 @@ module.exports={
128167
128253
  }
128168
128254
  }
128169
128255
  },
128170
- "S54": {
128256
+ "S5g": {
128171
128257
  "type": "structure",
128172
128258
  "required": [
128173
128259
  "containerName"
@@ -128183,7 +128269,7 @@ module.exports={
128183
128269
  }
128184
128270
  }
128185
128271
  },
128186
- "S57": {
128272
+ "S5j": {
128187
128273
  "type": "structure",
128188
128274
  "required": [
128189
128275
  "sizeInGiB"
@@ -128194,7 +128280,7 @@ module.exports={
128194
128280
  }
128195
128281
  }
128196
128282
  },
128197
- "S58": {
128283
+ "S5k": {
128198
128284
  "type": "list",
128199
128285
  "member": {
128200
128286
  "type": "structure",
@@ -128205,7 +128291,7 @@ module.exports={
128205
128291
  }
128206
128292
  }
128207
128293
  },
128208
- "S5e": {
128294
+ "S5q": {
128209
128295
  "type": "structure",
128210
128296
  "members": {
128211
128297
  "containerInstanceArn": {},
@@ -128215,13 +128301,13 @@ module.exports={
128215
128301
  "type": "long"
128216
128302
  },
128217
128303
  "versionInfo": {
128218
- "shape": "S5g"
128304
+ "shape": "S5s"
128219
128305
  },
128220
128306
  "remainingResources": {
128221
- "shape": "S5h"
128307
+ "shape": "S5t"
128222
128308
  },
128223
128309
  "registeredResources": {
128224
- "shape": "S5h"
128310
+ "shape": "S5t"
128225
128311
  },
128226
128312
  "status": {},
128227
128313
  "statusReason": {},
@@ -128236,7 +128322,7 @@ module.exports={
128236
128322
  },
128237
128323
  "agentUpdateStatus": {},
128238
128324
  "attributes": {
128239
- "shape": "S2t"
128325
+ "shape": "S36"
128240
128326
  },
128241
128327
  "registeredAt": {
128242
128328
  "type": "timestamp"
@@ -128271,7 +128357,7 @@ module.exports={
128271
128357
  }
128272
128358
  }
128273
128359
  },
128274
- "S5g": {
128360
+ "S5s": {
128275
128361
  "type": "structure",
128276
128362
  "members": {
128277
128363
  "agentVersion": {},
@@ -128279,7 +128365,7 @@ module.exports={
128279
128365
  "dockerVersion": {}
128280
128366
  }
128281
128367
  },
128282
- "S5h": {
128368
+ "S5t": {
128283
128369
  "type": "list",
128284
128370
  "member": {
128285
128371
  "type": "structure",
@@ -128301,26 +128387,26 @@ module.exports={
128301
128387
  }
128302
128388
  }
128303
128389
  },
128304
- "S65": {
128390
+ "S6h": {
128305
128391
  "type": "list",
128306
128392
  "member": {
128307
- "shape": "S5e"
128393
+ "shape": "S5q"
128308
128394
  }
128309
128395
  },
128310
- "S6n": {
128396
+ "S6z": {
128311
128397
  "type": "list",
128312
128398
  "member": {
128313
- "shape": "S6o"
128399
+ "shape": "S70"
128314
128400
  }
128315
128401
  },
128316
- "S6o": {
128402
+ "S70": {
128317
128403
  "type": "structure",
128318
128404
  "members": {
128319
128405
  "attachments": {
128320
128406
  "shape": "S13"
128321
128407
  },
128322
128408
  "attributes": {
128323
- "shape": "S2t"
128409
+ "shape": "S36"
128324
128410
  },
128325
128411
  "availabilityZone": {},
128326
128412
  "capacityProviderName": {},
@@ -128347,7 +128433,7 @@ module.exports={
128347
128433
  },
128348
128434
  "reason": {},
128349
128435
  "networkBindings": {
128350
- "shape": "S6s"
128436
+ "shape": "S74"
128351
128437
  },
128352
128438
  "networkInterfaces": {
128353
128439
  "type": "list",
@@ -128399,13 +128485,13 @@ module.exports={
128399
128485
  "group": {},
128400
128486
  "healthStatus": {},
128401
128487
  "inferenceAccelerators": {
128402
- "shape": "S50"
128488
+ "shape": "S5c"
128403
128489
  },
128404
128490
  "lastStatus": {},
128405
128491
  "launchType": {},
128406
128492
  "memory": {},
128407
128493
  "overrides": {
128408
- "shape": "S71"
128494
+ "shape": "S7d"
128409
128495
  },
128410
128496
  "platformVersion": {},
128411
128497
  "platformFamily": {},
@@ -128436,11 +128522,11 @@ module.exports={
128436
128522
  "type": "long"
128437
128523
  },
128438
128524
  "ephemeralStorage": {
128439
- "shape": "S57"
128525
+ "shape": "S5j"
128440
128526
  }
128441
128527
  }
128442
128528
  },
128443
- "S6s": {
128529
+ "S74": {
128444
128530
  "type": "list",
128445
128531
  "member": {
128446
128532
  "type": "structure",
@@ -128458,7 +128544,7 @@ module.exports={
128458
128544
  }
128459
128545
  }
128460
128546
  },
128461
- "S71": {
128547
+ "S7d": {
128462
128548
  "type": "structure",
128463
128549
  "members": {
128464
128550
  "containerOverrides": {
@@ -128471,10 +128557,10 @@ module.exports={
128471
128557
  "shape": "Ss"
128472
128558
  },
128473
128559
  "environment": {
128474
- "shape": "S3f"
128560
+ "shape": "S3r"
128475
128561
  },
128476
128562
  "environmentFiles": {
128477
- "shape": "S3g"
128563
+ "shape": "S3s"
128478
128564
  },
128479
128565
  "cpu": {
128480
128566
  "type": "integer"
@@ -128486,7 +128572,7 @@ module.exports={
128486
128572
  "type": "integer"
128487
128573
  },
128488
128574
  "resourceRequirements": {
128489
- "shape": "S47"
128575
+ "shape": "S4j"
128490
128576
  }
128491
128577
  }
128492
128578
  }
@@ -128506,11 +128592,11 @@ module.exports={
128506
128592
  "memory": {},
128507
128593
  "taskRoleArn": {},
128508
128594
  "ephemeralStorage": {
128509
- "shape": "S57"
128595
+ "shape": "S5j"
128510
128596
  }
128511
128597
  }
128512
128598
  },
128513
- "S7f": {
128599
+ "S7r": {
128514
128600
  "type": "list",
128515
128601
  "member": {
128516
128602
  "type": "structure",
@@ -128525,7 +128611,58 @@ module.exports={
128525
128611
  }
128526
128612
  }
128527
128613
  },
128528
- "S8s": {
128614
+ "S8y": {
128615
+ "type": "list",
128616
+ "member": {
128617
+ "type": "structure",
128618
+ "required": [
128619
+ "name"
128620
+ ],
128621
+ "members": {
128622
+ "name": {},
128623
+ "managedEBSVolume": {
128624
+ "type": "structure",
128625
+ "required": [
128626
+ "roleArn"
128627
+ ],
128628
+ "members": {
128629
+ "encrypted": {
128630
+ "type": "boolean"
128631
+ },
128632
+ "kmsKeyId": {},
128633
+ "volumeType": {},
128634
+ "sizeInGiB": {
128635
+ "type": "integer"
128636
+ },
128637
+ "snapshotId": {},
128638
+ "iops": {
128639
+ "type": "integer"
128640
+ },
128641
+ "throughput": {
128642
+ "type": "integer"
128643
+ },
128644
+ "tagSpecifications": {
128645
+ "shape": "S2d"
128646
+ },
128647
+ "roleArn": {},
128648
+ "terminationPolicy": {
128649
+ "type": "structure",
128650
+ "required": [
128651
+ "deleteOnTermination"
128652
+ ],
128653
+ "members": {
128654
+ "deleteOnTermination": {
128655
+ "type": "boolean"
128656
+ }
128657
+ }
128658
+ },
128659
+ "filesystemType": {}
128660
+ }
128661
+ }
128662
+ }
128663
+ }
128664
+ },
128665
+ "S98": {
128529
128666
  "type": "list",
128530
128667
  "member": {
128531
128668
  "type": "structure",
@@ -194052,6 +194189,9 @@ module.exports={
194052
194189
  },
194053
194190
  "networkmonitor": {
194054
194191
  "name": "NetworkMonitor"
194192
+ },
194193
+ "supplychain": {
194194
+ "name": "SupplyChain"
194055
194195
  }
194056
194196
  }
194057
194197
  },{}],169:[function(require,module,exports){
@@ -271255,7 +271395,7 @@ AWS.util.update(AWS, {
271255
271395
  /**
271256
271396
  * @constant
271257
271397
  */
271258
- VERSION: '2.1533.0',
271398
+ VERSION: '2.1535.0',
271259
271399
 
271260
271400
  /**
271261
271401
  * @api private
@@ -293479,7 +293619,7 @@ var LRUCache = /** @class */ (function () {
293479
293619
  }());
293480
293620
  exports.LRUCache = LRUCache;
293481
293621
  },{}],467:[function(require,module,exports){
293482
- // AWS SDK for JavaScript v2.1533.0
293622
+ // AWS SDK for JavaScript v2.1535.0
293483
293623
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
293484
293624
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
293485
293625
  require('./browser_loader');