cdk-lambda-subminute 2.0.341 → 2.0.343

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 (27) hide show
  1. package/.jsii +3 -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/connect-2017-08-08.min.json +71 -17
  5. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +5 -1
  6. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +282 -280
  7. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +106 -3
  8. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +725 -683
  9. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +18 -9
  10. package/node_modules/aws-sdk/clients/configservice.d.ts +4 -4
  11. package/node_modules/aws-sdk/clients/docdb.d.ts +8 -0
  12. package/node_modules/aws-sdk/clients/ecs.d.ts +11 -2
  13. package/node_modules/aws-sdk/clients/es.d.ts +2 -2
  14. package/node_modules/aws-sdk/clients/kms.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/lightsail.d.ts +282 -129
  16. package/node_modules/aws-sdk/clients/opensearch.d.ts +9 -6
  17. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +3 -3
  18. package/node_modules/aws-sdk/clients/sagemaker.d.ts +47 -0
  19. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +13 -1
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +374 -309
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/package.json +1 -1
  26. package/package.json +3 -3
  27. package/.gitattributes +0 -23
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1529.0
1
+ // AWS SDK for JavaScript v2.1531.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){
@@ -67186,7 +67186,10 @@ module.exports={
67186
67186
  ],
67187
67187
  "members": {
67188
67188
  "Username": {},
67189
- "Password": {},
67189
+ "Password": {
67190
+ "type": "string",
67191
+ "sensitive": true
67192
+ },
67190
67193
  "IdentityInfo": {
67191
67194
  "shape": "S9i"
67192
67195
  },
@@ -68039,8 +68042,12 @@ module.exports={
68039
68042
  "InitialContactId": {},
68040
68043
  "PreviousContactId": {},
68041
68044
  "InitiationMethod": {},
68042
- "Name": {},
68043
- "Description": {},
68045
+ "Name": {
68046
+ "shape": "Sbr"
68047
+ },
68048
+ "Description": {
68049
+ "shape": "Sbs"
68050
+ },
68044
68051
  "Channel": {},
68045
68052
  "QueueInfo": {
68046
68053
  "type": "structure",
@@ -69827,7 +69834,8 @@ module.exports={
69827
69834
  "RefreshTokenExpiration": {
69828
69835
  "type": "timestamp"
69829
69836
  }
69830
- }
69837
+ },
69838
+ "sensitive": true
69831
69839
  },
69832
69840
  "SignInUrl": {},
69833
69841
  "UserArn": {},
@@ -73452,8 +73460,12 @@ module.exports={
73452
73460
  "IdentityInfo": {
73453
73461
  "type": "structure",
73454
73462
  "members": {
73455
- "FirstName": {},
73456
- "LastName": {}
73463
+ "FirstName": {
73464
+ "shape": "S9j"
73465
+ },
73466
+ "LastName": {
73467
+ "shape": "S9k"
73468
+ }
73457
73469
  }
73458
73470
  },
73459
73471
  "PhoneConfig": {
@@ -73770,8 +73782,12 @@ module.exports={
73770
73782
  "InstanceId"
73771
73783
  ],
73772
73784
  "members": {
73773
- "Name": {},
73774
- "Description": {},
73785
+ "Name": {
73786
+ "shape": "Sbr"
73787
+ },
73788
+ "Description": {
73789
+ "shape": "Sbs"
73790
+ },
73775
73791
  "References": {
73776
73792
  "shape": "S73"
73777
73793
  },
@@ -73827,11 +73843,15 @@ module.exports={
73827
73843
  "Attributes": {
73828
73844
  "shape": "S2p"
73829
73845
  },
73830
- "Name": {},
73846
+ "Name": {
73847
+ "shape": "Sbr"
73848
+ },
73831
73849
  "References": {
73832
73850
  "shape": "S73"
73833
73851
  },
73834
- "Description": {},
73852
+ "Description": {
73853
+ "shape": "Sbs"
73854
+ },
73835
73855
  "ClientToken": {
73836
73856
  "idempotencyToken": true
73837
73857
  },
@@ -73889,7 +73909,9 @@ module.exports={
73889
73909
  "References": {
73890
73910
  "shape": "S73"
73891
73911
  },
73892
- "Description": {}
73912
+ "Description": {
73913
+ "shape": "Sbs"
73914
+ }
73893
73915
  }
73894
73916
  },
73895
73917
  "output": {
@@ -74261,8 +74283,12 @@ module.exports={
74261
74283
  "location": "uri",
74262
74284
  "locationName": "ContactId"
74263
74285
  },
74264
- "Name": {},
74265
- "Description": {},
74286
+ "Name": {
74287
+ "shape": "Sbr"
74288
+ },
74289
+ "Description": {
74290
+ "shape": "Sbs"
74291
+ },
74266
74292
  "References": {
74267
74293
  "shape": "S73"
74268
74294
  }
@@ -76349,13 +76375,33 @@ module.exports={
76349
76375
  "S9i": {
76350
76376
  "type": "structure",
76351
76377
  "members": {
76352
- "FirstName": {},
76353
- "LastName": {},
76354
- "Email": {},
76355
- "SecondaryEmail": {},
76378
+ "FirstName": {
76379
+ "shape": "S9j"
76380
+ },
76381
+ "LastName": {
76382
+ "shape": "S9k"
76383
+ },
76384
+ "Email": {
76385
+ "shape": "S9l"
76386
+ },
76387
+ "SecondaryEmail": {
76388
+ "shape": "S9l"
76389
+ },
76356
76390
  "Mobile": {}
76357
76391
  }
76358
76392
  },
76393
+ "S9j": {
76394
+ "type": "string",
76395
+ "sensitive": true
76396
+ },
76397
+ "S9k": {
76398
+ "type": "string",
76399
+ "sensitive": true
76400
+ },
76401
+ "S9l": {
76402
+ "type": "string",
76403
+ "sensitive": true
76404
+ },
76359
76405
  "S9m": {
76360
76406
  "type": "structure",
76361
76407
  "required": [
@@ -76436,6 +76482,14 @@ module.exports={
76436
76482
  "ViewContentSha256": {}
76437
76483
  }
76438
76484
  },
76485
+ "Sbr": {
76486
+ "type": "string",
76487
+ "sensitive": true
76488
+ },
76489
+ "Sbs": {
76490
+ "type": "string",
76491
+ "sensitive": true
76492
+ },
76439
76493
  "Sc3": {
76440
76494
  "type": "map",
76441
76495
  "key": {},
@@ -125346,7 +125400,7 @@ module.exports={
125346
125400
  "shape": "S3"
125347
125401
  },
125348
125402
  "tags": {
125349
- "shape": "Sa"
125403
+ "shape": "Sb"
125350
125404
  }
125351
125405
  }
125352
125406
  },
@@ -125354,7 +125408,7 @@ module.exports={
125354
125408
  "type": "structure",
125355
125409
  "members": {
125356
125410
  "capacityProvider": {
125357
- "shape": "Sf"
125411
+ "shape": "Sg"
125358
125412
  }
125359
125413
  }
125360
125414
  }
@@ -125365,22 +125419,22 @@ module.exports={
125365
125419
  "members": {
125366
125420
  "clusterName": {},
125367
125421
  "tags": {
125368
- "shape": "Sa"
125422
+ "shape": "Sb"
125369
125423
  },
125370
125424
  "settings": {
125371
- "shape": "Sj"
125425
+ "shape": "Sk"
125372
125426
  },
125373
125427
  "configuration": {
125374
- "shape": "Sm"
125428
+ "shape": "Sn"
125375
125429
  },
125376
125430
  "capacityProviders": {
125377
- "shape": "Sr"
125431
+ "shape": "Ss"
125378
125432
  },
125379
125433
  "defaultCapacityProviderStrategy": {
125380
- "shape": "Ss"
125434
+ "shape": "St"
125381
125435
  },
125382
125436
  "serviceConnectDefaults": {
125383
- "shape": "Sw"
125437
+ "shape": "Sx"
125384
125438
  }
125385
125439
  }
125386
125440
  },
@@ -125388,7 +125442,7 @@ module.exports={
125388
125442
  "type": "structure",
125389
125443
  "members": {
125390
125444
  "cluster": {
125391
- "shape": "Sy"
125445
+ "shape": "Sz"
125392
125446
  }
125393
125447
  }
125394
125448
  }
@@ -125404,10 +125458,10 @@ module.exports={
125404
125458
  "serviceName": {},
125405
125459
  "taskDefinition": {},
125406
125460
  "loadBalancers": {
125407
- "shape": "S17"
125461
+ "shape": "S18"
125408
125462
  },
125409
125463
  "serviceRegistries": {
125410
- "shape": "S1a"
125464
+ "shape": "S1b"
125411
125465
  },
125412
125466
  "desiredCount": {
125413
125467
  "type": "integer"
@@ -125415,31 +125469,31 @@ module.exports={
125415
125469
  "clientToken": {},
125416
125470
  "launchType": {},
125417
125471
  "capacityProviderStrategy": {
125418
- "shape": "Ss"
125472
+ "shape": "St"
125419
125473
  },
125420
125474
  "platformVersion": {},
125421
125475
  "role": {},
125422
125476
  "deploymentConfiguration": {
125423
- "shape": "S1d"
125477
+ "shape": "S1e"
125424
125478
  },
125425
125479
  "placementConstraints": {
125426
- "shape": "S1g"
125480
+ "shape": "S1h"
125427
125481
  },
125428
125482
  "placementStrategy": {
125429
- "shape": "S1j"
125483
+ "shape": "S1k"
125430
125484
  },
125431
125485
  "networkConfiguration": {
125432
- "shape": "S1m"
125486
+ "shape": "S1n"
125433
125487
  },
125434
125488
  "healthCheckGracePeriodSeconds": {
125435
125489
  "type": "integer"
125436
125490
  },
125437
125491
  "schedulingStrategy": {},
125438
125492
  "deploymentController": {
125439
- "shape": "S1q"
125493
+ "shape": "S1r"
125440
125494
  },
125441
125495
  "tags": {
125442
- "shape": "Sa"
125496
+ "shape": "Sb"
125443
125497
  },
125444
125498
  "enableECSManagedTags": {
125445
125499
  "type": "boolean"
@@ -125449,7 +125503,7 @@ module.exports={
125449
125503
  "type": "boolean"
125450
125504
  },
125451
125505
  "serviceConnectConfiguration": {
125452
- "shape": "S1t"
125506
+ "shape": "S1u"
125453
125507
  }
125454
125508
  }
125455
125509
  },
@@ -125457,7 +125511,7 @@ module.exports={
125457
125511
  "type": "structure",
125458
125512
  "members": {
125459
125513
  "service": {
125460
- "shape": "S25"
125514
+ "shape": "S26"
125461
125515
  }
125462
125516
  }
125463
125517
  }
@@ -125476,25 +125530,25 @@ module.exports={
125476
125530
  "externalId": {},
125477
125531
  "taskDefinition": {},
125478
125532
  "networkConfiguration": {
125479
- "shape": "S1m"
125533
+ "shape": "S1n"
125480
125534
  },
125481
125535
  "loadBalancers": {
125482
- "shape": "S17"
125536
+ "shape": "S18"
125483
125537
  },
125484
125538
  "serviceRegistries": {
125485
- "shape": "S1a"
125539
+ "shape": "S1b"
125486
125540
  },
125487
125541
  "launchType": {},
125488
125542
  "capacityProviderStrategy": {
125489
- "shape": "Ss"
125543
+ "shape": "St"
125490
125544
  },
125491
125545
  "platformVersion": {},
125492
125546
  "scale": {
125493
- "shape": "S29"
125547
+ "shape": "S2a"
125494
125548
  },
125495
125549
  "clientToken": {},
125496
125550
  "tags": {
125497
- "shape": "Sa"
125551
+ "shape": "Sb"
125498
125552
  }
125499
125553
  }
125500
125554
  },
@@ -125502,7 +125556,7 @@ module.exports={
125502
125556
  "type": "structure",
125503
125557
  "members": {
125504
125558
  "taskSet": {
125505
- "shape": "S27"
125559
+ "shape": "S28"
125506
125560
  }
125507
125561
  }
125508
125562
  }
@@ -125522,7 +125576,7 @@ module.exports={
125522
125576
  "type": "structure",
125523
125577
  "members": {
125524
125578
  "setting": {
125525
- "shape": "S2p"
125579
+ "shape": "S2q"
125526
125580
  }
125527
125581
  }
125528
125582
  }
@@ -125536,7 +125590,7 @@ module.exports={
125536
125590
  "members": {
125537
125591
  "cluster": {},
125538
125592
  "attributes": {
125539
- "shape": "S2s"
125593
+ "shape": "S2t"
125540
125594
  }
125541
125595
  }
125542
125596
  },
@@ -125544,7 +125598,7 @@ module.exports={
125544
125598
  "type": "structure",
125545
125599
  "members": {
125546
125600
  "attributes": {
125547
- "shape": "S2s"
125601
+ "shape": "S2t"
125548
125602
  }
125549
125603
  }
125550
125604
  }
@@ -125563,7 +125617,7 @@ module.exports={
125563
125617
  "type": "structure",
125564
125618
  "members": {
125565
125619
  "capacityProvider": {
125566
- "shape": "Sf"
125620
+ "shape": "Sg"
125567
125621
  }
125568
125622
  }
125569
125623
  }
@@ -125582,7 +125636,7 @@ module.exports={
125582
125636
  "type": "structure",
125583
125637
  "members": {
125584
125638
  "cluster": {
125585
- "shape": "Sy"
125639
+ "shape": "Sz"
125586
125640
  }
125587
125641
  }
125588
125642
  }
@@ -125605,7 +125659,7 @@ module.exports={
125605
125659
  "type": "structure",
125606
125660
  "members": {
125607
125661
  "service": {
125608
- "shape": "S25"
125662
+ "shape": "S26"
125609
125663
  }
125610
125664
  }
125611
125665
  }
@@ -125618,7 +125672,7 @@ module.exports={
125618
125672
  ],
125619
125673
  "members": {
125620
125674
  "taskDefinitions": {
125621
- "shape": "Sr"
125675
+ "shape": "Ss"
125622
125676
  }
125623
125677
  }
125624
125678
  },
@@ -125628,11 +125682,11 @@ module.exports={
125628
125682
  "taskDefinitions": {
125629
125683
  "type": "list",
125630
125684
  "member": {
125631
- "shape": "S36"
125685
+ "shape": "S37"
125632
125686
  }
125633
125687
  },
125634
125688
  "failures": {
125635
- "shape": "S57"
125689
+ "shape": "S58"
125636
125690
  }
125637
125691
  }
125638
125692
  }
@@ -125658,7 +125712,7 @@ module.exports={
125658
125712
  "type": "structure",
125659
125713
  "members": {
125660
125714
  "taskSet": {
125661
- "shape": "S27"
125715
+ "shape": "S28"
125662
125716
  }
125663
125717
  }
125664
125718
  }
@@ -125681,7 +125735,7 @@ module.exports={
125681
125735
  "type": "structure",
125682
125736
  "members": {
125683
125737
  "containerInstance": {
125684
- "shape": "S5d"
125738
+ "shape": "S5e"
125685
125739
  }
125686
125740
  }
125687
125741
  }
@@ -125700,7 +125754,7 @@ module.exports={
125700
125754
  "type": "structure",
125701
125755
  "members": {
125702
125756
  "taskDefinition": {
125703
- "shape": "S36"
125757
+ "shape": "S37"
125704
125758
  }
125705
125759
  }
125706
125760
  }
@@ -125710,7 +125764,7 @@ module.exports={
125710
125764
  "type": "structure",
125711
125765
  "members": {
125712
125766
  "capacityProviders": {
125713
- "shape": "Sr"
125767
+ "shape": "Ss"
125714
125768
  },
125715
125769
  "include": {
125716
125770
  "type": "list",
@@ -125728,11 +125782,11 @@ module.exports={
125728
125782
  "capacityProviders": {
125729
125783
  "type": "list",
125730
125784
  "member": {
125731
- "shape": "Sf"
125785
+ "shape": "Sg"
125732
125786
  }
125733
125787
  },
125734
125788
  "failures": {
125735
- "shape": "S57"
125789
+ "shape": "S58"
125736
125790
  },
125737
125791
  "nextToken": {}
125738
125792
  }
@@ -125743,7 +125797,7 @@ module.exports={
125743
125797
  "type": "structure",
125744
125798
  "members": {
125745
125799
  "clusters": {
125746
- "shape": "Sr"
125800
+ "shape": "Ss"
125747
125801
  },
125748
125802
  "include": {
125749
125803
  "type": "list",
@@ -125757,11 +125811,11 @@ module.exports={
125757
125811
  "clusters": {
125758
125812
  "type": "list",
125759
125813
  "member": {
125760
- "shape": "Sy"
125814
+ "shape": "Sz"
125761
125815
  }
125762
125816
  },
125763
125817
  "failures": {
125764
- "shape": "S57"
125818
+ "shape": "S58"
125765
125819
  }
125766
125820
  }
125767
125821
  }
@@ -125775,7 +125829,7 @@ module.exports={
125775
125829
  "members": {
125776
125830
  "cluster": {},
125777
125831
  "containerInstances": {
125778
- "shape": "Sr"
125832
+ "shape": "Ss"
125779
125833
  },
125780
125834
  "include": {
125781
125835
  "type": "list",
@@ -125787,10 +125841,10 @@ module.exports={
125787
125841
  "type": "structure",
125788
125842
  "members": {
125789
125843
  "containerInstances": {
125790
- "shape": "S64"
125844
+ "shape": "S65"
125791
125845
  },
125792
125846
  "failures": {
125793
- "shape": "S57"
125847
+ "shape": "S58"
125794
125848
  }
125795
125849
  }
125796
125850
  }
@@ -125804,7 +125858,7 @@ module.exports={
125804
125858
  "members": {
125805
125859
  "cluster": {},
125806
125860
  "services": {
125807
- "shape": "Sr"
125861
+ "shape": "Ss"
125808
125862
  },
125809
125863
  "include": {
125810
125864
  "type": "list",
@@ -125818,11 +125872,11 @@ module.exports={
125818
125872
  "services": {
125819
125873
  "type": "list",
125820
125874
  "member": {
125821
- "shape": "S25"
125875
+ "shape": "S26"
125822
125876
  }
125823
125877
  },
125824
125878
  "failures": {
125825
- "shape": "S57"
125879
+ "shape": "S58"
125826
125880
  }
125827
125881
  }
125828
125882
  }
@@ -125845,10 +125899,10 @@ module.exports={
125845
125899
  "type": "structure",
125846
125900
  "members": {
125847
125901
  "taskDefinition": {
125848
- "shape": "S36"
125902
+ "shape": "S37"
125849
125903
  },
125850
125904
  "tags": {
125851
- "shape": "Sa"
125905
+ "shape": "Sb"
125852
125906
  }
125853
125907
  }
125854
125908
  }
@@ -125864,7 +125918,7 @@ module.exports={
125864
125918
  "cluster": {},
125865
125919
  "service": {},
125866
125920
  "taskSets": {
125867
- "shape": "Sr"
125921
+ "shape": "Ss"
125868
125922
  },
125869
125923
  "include": {
125870
125924
  "type": "list",
@@ -125876,10 +125930,10 @@ module.exports={
125876
125930
  "type": "structure",
125877
125931
  "members": {
125878
125932
  "taskSets": {
125879
- "shape": "S26"
125933
+ "shape": "S27"
125880
125934
  },
125881
125935
  "failures": {
125882
- "shape": "S57"
125936
+ "shape": "S58"
125883
125937
  }
125884
125938
  }
125885
125939
  }
@@ -125893,7 +125947,7 @@ module.exports={
125893
125947
  "members": {
125894
125948
  "cluster": {},
125895
125949
  "tasks": {
125896
- "shape": "Sr"
125950
+ "shape": "Ss"
125897
125951
  },
125898
125952
  "include": {
125899
125953
  "type": "list",
@@ -125905,10 +125959,10 @@ module.exports={
125905
125959
  "type": "structure",
125906
125960
  "members": {
125907
125961
  "tasks": {
125908
- "shape": "S6m"
125962
+ "shape": "S6n"
125909
125963
  },
125910
125964
  "failures": {
125911
- "shape": "S57"
125965
+ "shape": "S58"
125912
125966
  }
125913
125967
  }
125914
125968
  }
@@ -125981,7 +126035,7 @@ module.exports={
125981
126035
  "members": {
125982
126036
  "cluster": {},
125983
126037
  "tasks": {
125984
- "shape": "Sr"
126038
+ "shape": "Ss"
125985
126039
  }
125986
126040
  }
125987
126041
  },
@@ -125989,10 +126043,10 @@ module.exports={
125989
126043
  "type": "structure",
125990
126044
  "members": {
125991
126045
  "protectedTasks": {
125992
- "shape": "S7e"
126046
+ "shape": "S7f"
125993
126047
  },
125994
126048
  "failures": {
125995
- "shape": "S57"
126049
+ "shape": "S58"
125996
126050
  }
125997
126051
  }
125998
126052
  }
@@ -126019,7 +126073,7 @@ module.exports={
126019
126073
  "settings": {
126020
126074
  "type": "list",
126021
126075
  "member": {
126022
- "shape": "S2p"
126076
+ "shape": "S2q"
126023
126077
  }
126024
126078
  },
126025
126079
  "nextToken": {}
@@ -126047,7 +126101,7 @@ module.exports={
126047
126101
  "type": "structure",
126048
126102
  "members": {
126049
126103
  "attributes": {
126050
- "shape": "S2s"
126104
+ "shape": "S2t"
126051
126105
  },
126052
126106
  "nextToken": {}
126053
126107
  }
@@ -126067,7 +126121,7 @@ module.exports={
126067
126121
  "type": "structure",
126068
126122
  "members": {
126069
126123
  "clusterArns": {
126070
- "shape": "Sr"
126124
+ "shape": "Ss"
126071
126125
  },
126072
126126
  "nextToken": {}
126073
126127
  }
@@ -126090,7 +126144,7 @@ module.exports={
126090
126144
  "type": "structure",
126091
126145
  "members": {
126092
126146
  "containerInstanceArns": {
126093
- "shape": "Sr"
126147
+ "shape": "Ss"
126094
126148
  },
126095
126149
  "nextToken": {}
126096
126150
  }
@@ -126113,7 +126167,7 @@ module.exports={
126113
126167
  "type": "structure",
126114
126168
  "members": {
126115
126169
  "serviceArns": {
126116
- "shape": "Sr"
126170
+ "shape": "Ss"
126117
126171
  },
126118
126172
  "nextToken": {}
126119
126173
  }
@@ -126137,7 +126191,7 @@ module.exports={
126137
126191
  "type": "structure",
126138
126192
  "members": {
126139
126193
  "serviceArns": {
126140
- "shape": "Sr"
126194
+ "shape": "Ss"
126141
126195
  },
126142
126196
  "nextToken": {}
126143
126197
  }
@@ -126157,7 +126211,7 @@ module.exports={
126157
126211
  "type": "structure",
126158
126212
  "members": {
126159
126213
  "tags": {
126160
- "shape": "Sa"
126214
+ "shape": "Sb"
126161
126215
  }
126162
126216
  }
126163
126217
  }
@@ -126178,7 +126232,7 @@ module.exports={
126178
126232
  "type": "structure",
126179
126233
  "members": {
126180
126234
  "families": {
126181
- "shape": "Sr"
126235
+ "shape": "Ss"
126182
126236
  },
126183
126237
  "nextToken": {}
126184
126238
  }
@@ -126201,7 +126255,7 @@ module.exports={
126201
126255
  "type": "structure",
126202
126256
  "members": {
126203
126257
  "taskDefinitionArns": {
126204
- "shape": "Sr"
126258
+ "shape": "Ss"
126205
126259
  },
126206
126260
  "nextToken": {}
126207
126261
  }
@@ -126228,7 +126282,7 @@ module.exports={
126228
126282
  "type": "structure",
126229
126283
  "members": {
126230
126284
  "taskArns": {
126231
- "shape": "Sr"
126285
+ "shape": "Ss"
126232
126286
  },
126233
126287
  "nextToken": {}
126234
126288
  }
@@ -126251,7 +126305,7 @@ module.exports={
126251
126305
  "type": "structure",
126252
126306
  "members": {
126253
126307
  "setting": {
126254
- "shape": "S2p"
126308
+ "shape": "S2q"
126255
126309
  }
126256
126310
  }
126257
126311
  }
@@ -126272,7 +126326,7 @@ module.exports={
126272
126326
  "type": "structure",
126273
126327
  "members": {
126274
126328
  "setting": {
126275
- "shape": "S2p"
126329
+ "shape": "S2q"
126276
126330
  }
126277
126331
  }
126278
126332
  }
@@ -126286,7 +126340,7 @@ module.exports={
126286
126340
  "members": {
126287
126341
  "cluster": {},
126288
126342
  "attributes": {
126289
- "shape": "S2s"
126343
+ "shape": "S2t"
126290
126344
  }
126291
126345
  }
126292
126346
  },
@@ -126294,7 +126348,7 @@ module.exports={
126294
126348
  "type": "structure",
126295
126349
  "members": {
126296
126350
  "attributes": {
126297
- "shape": "S2s"
126351
+ "shape": "S2t"
126298
126352
  }
126299
126353
  }
126300
126354
  }
@@ -126310,10 +126364,10 @@ module.exports={
126310
126364
  "members": {
126311
126365
  "cluster": {},
126312
126366
  "capacityProviders": {
126313
- "shape": "Sr"
126367
+ "shape": "Ss"
126314
126368
  },
126315
126369
  "defaultCapacityProviderStrategy": {
126316
- "shape": "Ss"
126370
+ "shape": "St"
126317
126371
  }
126318
126372
  }
126319
126373
  },
@@ -126321,7 +126375,7 @@ module.exports={
126321
126375
  "type": "structure",
126322
126376
  "members": {
126323
126377
  "cluster": {
126324
- "shape": "Sy"
126378
+ "shape": "Sz"
126325
126379
  }
126326
126380
  }
126327
126381
  }
@@ -126334,14 +126388,14 @@ module.exports={
126334
126388
  "instanceIdentityDocument": {},
126335
126389
  "instanceIdentityDocumentSignature": {},
126336
126390
  "totalResources": {
126337
- "shape": "S5g"
126391
+ "shape": "S5h"
126338
126392
  },
126339
126393
  "versionInfo": {
126340
- "shape": "S5f"
126394
+ "shape": "S5g"
126341
126395
  },
126342
126396
  "containerInstanceArn": {},
126343
126397
  "attributes": {
126344
- "shape": "S2s"
126398
+ "shape": "S2t"
126345
126399
  },
126346
126400
  "platformDevices": {
126347
126401
  "type": "list",
@@ -126358,7 +126412,7 @@ module.exports={
126358
126412
  }
126359
126413
  },
126360
126414
  "tags": {
126361
- "shape": "Sa"
126415
+ "shape": "Sb"
126362
126416
  }
126363
126417
  }
126364
126418
  },
@@ -126366,7 +126420,7 @@ module.exports={
126366
126420
  "type": "structure",
126367
126421
  "members": {
126368
126422
  "containerInstance": {
126369
- "shape": "S5d"
126423
+ "shape": "S5e"
126370
126424
  }
126371
126425
  }
126372
126426
  }
@@ -126384,35 +126438,35 @@ module.exports={
126384
126438
  "executionRoleArn": {},
126385
126439
  "networkMode": {},
126386
126440
  "containerDefinitions": {
126387
- "shape": "S37"
126441
+ "shape": "S38"
126388
126442
  },
126389
126443
  "volumes": {
126390
- "shape": "S4d"
126444
+ "shape": "S4e"
126391
126445
  },
126392
126446
  "placementConstraints": {
126393
- "shape": "S4r"
126447
+ "shape": "S4s"
126394
126448
  },
126395
126449
  "requiresCompatibilities": {
126396
- "shape": "S4u"
126450
+ "shape": "S4v"
126397
126451
  },
126398
126452
  "cpu": {},
126399
126453
  "memory": {},
126400
126454
  "tags": {
126401
- "shape": "Sa"
126455
+ "shape": "Sb"
126402
126456
  },
126403
126457
  "pidMode": {},
126404
126458
  "ipcMode": {},
126405
126459
  "proxyConfiguration": {
126406
- "shape": "S53"
126460
+ "shape": "S54"
126407
126461
  },
126408
126462
  "inferenceAccelerators": {
126409
- "shape": "S4z"
126463
+ "shape": "S50"
126410
126464
  },
126411
126465
  "ephemeralStorage": {
126412
- "shape": "S56"
126466
+ "shape": "S57"
126413
126467
  },
126414
126468
  "runtimePlatform": {
126415
- "shape": "S4w"
126469
+ "shape": "S4x"
126416
126470
  }
126417
126471
  }
126418
126472
  },
@@ -126420,10 +126474,10 @@ module.exports={
126420
126474
  "type": "structure",
126421
126475
  "members": {
126422
126476
  "taskDefinition": {
126423
- "shape": "S36"
126477
+ "shape": "S37"
126424
126478
  },
126425
126479
  "tags": {
126426
- "shape": "Sa"
126480
+ "shape": "Sb"
126427
126481
  }
126428
126482
  }
126429
126483
  }
@@ -126436,7 +126490,7 @@ module.exports={
126436
126490
  ],
126437
126491
  "members": {
126438
126492
  "capacityProviderStrategy": {
126439
- "shape": "Ss"
126493
+ "shape": "St"
126440
126494
  },
126441
126495
  "cluster": {},
126442
126496
  "count": {
@@ -126451,23 +126505,23 @@ module.exports={
126451
126505
  "group": {},
126452
126506
  "launchType": {},
126453
126507
  "networkConfiguration": {
126454
- "shape": "S1m"
126508
+ "shape": "S1n"
126455
126509
  },
126456
126510
  "overrides": {
126457
- "shape": "S70"
126511
+ "shape": "S71"
126458
126512
  },
126459
126513
  "placementConstraints": {
126460
- "shape": "S1g"
126514
+ "shape": "S1h"
126461
126515
  },
126462
126516
  "placementStrategy": {
126463
- "shape": "S1j"
126517
+ "shape": "S1k"
126464
126518
  },
126465
126519
  "platformVersion": {},
126466
126520
  "propagateTags": {},
126467
126521
  "referenceId": {},
126468
126522
  "startedBy": {},
126469
126523
  "tags": {
126470
- "shape": "Sa"
126524
+ "shape": "Sb"
126471
126525
  },
126472
126526
  "taskDefinition": {},
126473
126527
  "clientToken": {
@@ -126479,10 +126533,10 @@ module.exports={
126479
126533
  "type": "structure",
126480
126534
  "members": {
126481
126535
  "tasks": {
126482
- "shape": "S6m"
126536
+ "shape": "S6n"
126483
126537
  },
126484
126538
  "failures": {
126485
- "shape": "S57"
126539
+ "shape": "S58"
126486
126540
  }
126487
126541
  }
126488
126542
  }
@@ -126497,7 +126551,7 @@ module.exports={
126497
126551
  "members": {
126498
126552
  "cluster": {},
126499
126553
  "containerInstances": {
126500
- "shape": "Sr"
126554
+ "shape": "Ss"
126501
126555
  },
126502
126556
  "enableECSManagedTags": {
126503
126557
  "type": "boolean"
@@ -126507,16 +126561,16 @@ module.exports={
126507
126561
  },
126508
126562
  "group": {},
126509
126563
  "networkConfiguration": {
126510
- "shape": "S1m"
126564
+ "shape": "S1n"
126511
126565
  },
126512
126566
  "overrides": {
126513
- "shape": "S70"
126567
+ "shape": "S71"
126514
126568
  },
126515
126569
  "propagateTags": {},
126516
126570
  "referenceId": {},
126517
126571
  "startedBy": {},
126518
126572
  "tags": {
126519
- "shape": "Sa"
126573
+ "shape": "Sb"
126520
126574
  },
126521
126575
  "taskDefinition": {}
126522
126576
  }
@@ -126525,10 +126579,10 @@ module.exports={
126525
126579
  "type": "structure",
126526
126580
  "members": {
126527
126581
  "tasks": {
126528
- "shape": "S6m"
126582
+ "shape": "S6n"
126529
126583
  },
126530
126584
  "failures": {
126531
- "shape": "S57"
126585
+ "shape": "S58"
126532
126586
  }
126533
126587
  }
126534
126588
  }
@@ -126549,7 +126603,7 @@ module.exports={
126549
126603
  "type": "structure",
126550
126604
  "members": {
126551
126605
  "task": {
126552
- "shape": "S6n"
126606
+ "shape": "S6o"
126553
126607
  }
126554
126608
  }
126555
126609
  }
@@ -126563,7 +126617,7 @@ module.exports={
126563
126617
  "members": {
126564
126618
  "cluster": {},
126565
126619
  "attachments": {
126566
- "shape": "S8r"
126620
+ "shape": "S8s"
126567
126621
  }
126568
126622
  }
126569
126623
  },
@@ -126588,7 +126642,7 @@ module.exports={
126588
126642
  },
126589
126643
  "reason": {},
126590
126644
  "networkBindings": {
126591
- "shape": "S6r"
126645
+ "shape": "S6s"
126592
126646
  }
126593
126647
  }
126594
126648
  },
@@ -126619,7 +126673,7 @@ module.exports={
126619
126673
  "type": "integer"
126620
126674
  },
126621
126675
  "networkBindings": {
126622
- "shape": "S6r"
126676
+ "shape": "S6s"
126623
126677
  },
126624
126678
  "reason": {},
126625
126679
  "status": {}
@@ -126627,7 +126681,7 @@ module.exports={
126627
126681
  }
126628
126682
  },
126629
126683
  "attachments": {
126630
- "shape": "S8r"
126684
+ "shape": "S8s"
126631
126685
  },
126632
126686
  "managedAgents": {
126633
126687
  "type": "list",
@@ -126674,7 +126728,7 @@ module.exports={
126674
126728
  "members": {
126675
126729
  "resourceArn": {},
126676
126730
  "tags": {
126677
- "shape": "Sa"
126731
+ "shape": "Sb"
126678
126732
  }
126679
126733
  }
126680
126734
  },
@@ -126718,7 +126772,8 @@ module.exports={
126718
126772
  "managedScaling": {
126719
126773
  "shape": "S4"
126720
126774
  },
126721
- "managedTerminationProtection": {}
126775
+ "managedTerminationProtection": {},
126776
+ "managedDraining": {}
126722
126777
  }
126723
126778
  }
126724
126779
  }
@@ -126727,7 +126782,7 @@ module.exports={
126727
126782
  "type": "structure",
126728
126783
  "members": {
126729
126784
  "capacityProvider": {
126730
- "shape": "Sf"
126785
+ "shape": "Sg"
126731
126786
  }
126732
126787
  }
126733
126788
  }
@@ -126741,13 +126796,13 @@ module.exports={
126741
126796
  "members": {
126742
126797
  "cluster": {},
126743
126798
  "settings": {
126744
- "shape": "Sj"
126799
+ "shape": "Sk"
126745
126800
  },
126746
126801
  "configuration": {
126747
- "shape": "Sm"
126802
+ "shape": "Sn"
126748
126803
  },
126749
126804
  "serviceConnectDefaults": {
126750
- "shape": "Sw"
126805
+ "shape": "Sx"
126751
126806
  }
126752
126807
  }
126753
126808
  },
@@ -126755,7 +126810,7 @@ module.exports={
126755
126810
  "type": "structure",
126756
126811
  "members": {
126757
126812
  "cluster": {
126758
- "shape": "Sy"
126813
+ "shape": "Sz"
126759
126814
  }
126760
126815
  }
126761
126816
  }
@@ -126770,7 +126825,7 @@ module.exports={
126770
126825
  "members": {
126771
126826
  "cluster": {},
126772
126827
  "settings": {
126773
- "shape": "Sj"
126828
+ "shape": "Sk"
126774
126829
  }
126775
126830
  }
126776
126831
  },
@@ -126778,7 +126833,7 @@ module.exports={
126778
126833
  "type": "structure",
126779
126834
  "members": {
126780
126835
  "cluster": {
126781
- "shape": "Sy"
126836
+ "shape": "Sz"
126782
126837
  }
126783
126838
  }
126784
126839
  }
@@ -126798,7 +126853,7 @@ module.exports={
126798
126853
  "type": "structure",
126799
126854
  "members": {
126800
126855
  "containerInstance": {
126801
- "shape": "S5d"
126856
+ "shape": "S5e"
126802
126857
  }
126803
126858
  }
126804
126859
  }
@@ -126813,7 +126868,7 @@ module.exports={
126813
126868
  "members": {
126814
126869
  "cluster": {},
126815
126870
  "containerInstances": {
126816
- "shape": "Sr"
126871
+ "shape": "Ss"
126817
126872
  },
126818
126873
  "status": {}
126819
126874
  }
@@ -126822,10 +126877,10 @@ module.exports={
126822
126877
  "type": "structure",
126823
126878
  "members": {
126824
126879
  "containerInstances": {
126825
- "shape": "S64"
126880
+ "shape": "S65"
126826
126881
  },
126827
126882
  "failures": {
126828
- "shape": "S57"
126883
+ "shape": "S58"
126829
126884
  }
126830
126885
  }
126831
126886
  }
@@ -126844,19 +126899,19 @@ module.exports={
126844
126899
  },
126845
126900
  "taskDefinition": {},
126846
126901
  "capacityProviderStrategy": {
126847
- "shape": "Ss"
126902
+ "shape": "St"
126848
126903
  },
126849
126904
  "deploymentConfiguration": {
126850
- "shape": "S1d"
126905
+ "shape": "S1e"
126851
126906
  },
126852
126907
  "networkConfiguration": {
126853
- "shape": "S1m"
126908
+ "shape": "S1n"
126854
126909
  },
126855
126910
  "placementConstraints": {
126856
- "shape": "S1g"
126911
+ "shape": "S1h"
126857
126912
  },
126858
126913
  "placementStrategy": {
126859
- "shape": "S1j"
126914
+ "shape": "S1k"
126860
126915
  },
126861
126916
  "platformVersion": {},
126862
126917
  "forceNewDeployment": {
@@ -126872,14 +126927,14 @@ module.exports={
126872
126927
  "type": "boolean"
126873
126928
  },
126874
126929
  "loadBalancers": {
126875
- "shape": "S17"
126930
+ "shape": "S18"
126876
126931
  },
126877
126932
  "propagateTags": {},
126878
126933
  "serviceRegistries": {
126879
- "shape": "S1a"
126934
+ "shape": "S1b"
126880
126935
  },
126881
126936
  "serviceConnectConfiguration": {
126882
- "shape": "S1t"
126937
+ "shape": "S1u"
126883
126938
  }
126884
126939
  }
126885
126940
  },
@@ -126887,7 +126942,7 @@ module.exports={
126887
126942
  "type": "structure",
126888
126943
  "members": {
126889
126944
  "service": {
126890
- "shape": "S25"
126945
+ "shape": "S26"
126891
126946
  }
126892
126947
  }
126893
126948
  }
@@ -126910,7 +126965,7 @@ module.exports={
126910
126965
  "type": "structure",
126911
126966
  "members": {
126912
126967
  "taskSet": {
126913
- "shape": "S27"
126968
+ "shape": "S28"
126914
126969
  }
126915
126970
  }
126916
126971
  }
@@ -126926,7 +126981,7 @@ module.exports={
126926
126981
  "members": {
126927
126982
  "cluster": {},
126928
126983
  "tasks": {
126929
- "shape": "Sr"
126984
+ "shape": "Ss"
126930
126985
  },
126931
126986
  "protectionEnabled": {
126932
126987
  "type": "boolean"
@@ -126940,10 +126995,10 @@ module.exports={
126940
126995
  "type": "structure",
126941
126996
  "members": {
126942
126997
  "protectedTasks": {
126943
- "shape": "S7e"
126998
+ "shape": "S7f"
126944
126999
  },
126945
127000
  "failures": {
126946
- "shape": "S57"
127001
+ "shape": "S58"
126947
127002
  }
126948
127003
  }
126949
127004
  }
@@ -126962,7 +127017,7 @@ module.exports={
126962
127017
  "service": {},
126963
127018
  "taskSet": {},
126964
127019
  "scale": {
126965
- "shape": "S29"
127020
+ "shape": "S2a"
126966
127021
  }
126967
127022
  }
126968
127023
  },
@@ -126970,7 +127025,7 @@ module.exports={
126970
127025
  "type": "structure",
126971
127026
  "members": {
126972
127027
  "taskSet": {
126973
- "shape": "S27"
127028
+ "shape": "S28"
126974
127029
  }
126975
127030
  }
126976
127031
  }
@@ -126987,7 +127042,8 @@ module.exports={
126987
127042
  "managedScaling": {
126988
127043
  "shape": "S4"
126989
127044
  },
126990
- "managedTerminationProtection": {}
127045
+ "managedTerminationProtection": {},
127046
+ "managedDraining": {}
126991
127047
  }
126992
127048
  },
126993
127049
  "S4": {
@@ -127008,7 +127064,7 @@ module.exports={
127008
127064
  }
127009
127065
  }
127010
127066
  },
127011
- "Sa": {
127067
+ "Sb": {
127012
127068
  "type": "list",
127013
127069
  "member": {
127014
127070
  "type": "structure",
@@ -127018,7 +127074,7 @@ module.exports={
127018
127074
  }
127019
127075
  }
127020
127076
  },
127021
- "Sf": {
127077
+ "Sg": {
127022
127078
  "type": "structure",
127023
127079
  "members": {
127024
127080
  "capacityProviderArn": {},
@@ -127030,11 +127086,11 @@ module.exports={
127030
127086
  "updateStatus": {},
127031
127087
  "updateStatusReason": {},
127032
127088
  "tags": {
127033
- "shape": "Sa"
127089
+ "shape": "Sb"
127034
127090
  }
127035
127091
  }
127036
127092
  },
127037
- "Sj": {
127093
+ "Sk": {
127038
127094
  "type": "list",
127039
127095
  "member": {
127040
127096
  "type": "structure",
@@ -127044,7 +127100,7 @@ module.exports={
127044
127100
  }
127045
127101
  }
127046
127102
  },
127047
- "Sm": {
127103
+ "Sn": {
127048
127104
  "type": "structure",
127049
127105
  "members": {
127050
127106
  "executeCommandConfiguration": {
@@ -127070,11 +127126,11 @@ module.exports={
127070
127126
  }
127071
127127
  }
127072
127128
  },
127073
- "Sr": {
127129
+ "Ss": {
127074
127130
  "type": "list",
127075
127131
  "member": {}
127076
127132
  },
127077
- "Ss": {
127133
+ "St": {
127078
127134
  "type": "list",
127079
127135
  "member": {
127080
127136
  "type": "structure",
@@ -127092,7 +127148,7 @@ module.exports={
127092
127148
  }
127093
127149
  }
127094
127150
  },
127095
- "Sw": {
127151
+ "Sx": {
127096
127152
  "type": "structure",
127097
127153
  "required": [
127098
127154
  "namespace"
@@ -127101,13 +127157,13 @@ module.exports={
127101
127157
  "namespace": {}
127102
127158
  }
127103
127159
  },
127104
- "Sy": {
127160
+ "Sz": {
127105
127161
  "type": "structure",
127106
127162
  "members": {
127107
127163
  "clusterArn": {},
127108
127164
  "clusterName": {},
127109
127165
  "configuration": {
127110
- "shape": "Sm"
127166
+ "shape": "Sn"
127111
127167
  },
127112
127168
  "status": {},
127113
127169
  "registeredContainerInstancesCount": {
@@ -127125,23 +127181,23 @@ module.exports={
127125
127181
  "statistics": {
127126
127182
  "type": "list",
127127
127183
  "member": {
127128
- "shape": "S11"
127184
+ "shape": "S12"
127129
127185
  }
127130
127186
  },
127131
127187
  "tags": {
127132
- "shape": "Sa"
127188
+ "shape": "Sb"
127133
127189
  },
127134
127190
  "settings": {
127135
- "shape": "Sj"
127191
+ "shape": "Sk"
127136
127192
  },
127137
127193
  "capacityProviders": {
127138
- "shape": "Sr"
127194
+ "shape": "Ss"
127139
127195
  },
127140
127196
  "defaultCapacityProviderStrategy": {
127141
- "shape": "Ss"
127197
+ "shape": "St"
127142
127198
  },
127143
127199
  "attachments": {
127144
- "shape": "S12"
127200
+ "shape": "S13"
127145
127201
  },
127146
127202
  "attachmentsStatus": {},
127147
127203
  "serviceConnectDefaults": {
@@ -127152,14 +127208,14 @@ module.exports={
127152
127208
  }
127153
127209
  }
127154
127210
  },
127155
- "S11": {
127211
+ "S12": {
127156
127212
  "type": "structure",
127157
127213
  "members": {
127158
127214
  "name": {},
127159
127215
  "value": {}
127160
127216
  }
127161
127217
  },
127162
- "S12": {
127218
+ "S13": {
127163
127219
  "type": "list",
127164
127220
  "member": {
127165
127221
  "type": "structure",
@@ -127170,13 +127226,13 @@ module.exports={
127170
127226
  "details": {
127171
127227
  "type": "list",
127172
127228
  "member": {
127173
- "shape": "S11"
127229
+ "shape": "S12"
127174
127230
  }
127175
127231
  }
127176
127232
  }
127177
127233
  }
127178
127234
  },
127179
- "S17": {
127235
+ "S18": {
127180
127236
  "type": "list",
127181
127237
  "member": {
127182
127238
  "type": "structure",
@@ -127190,7 +127246,7 @@ module.exports={
127190
127246
  }
127191
127247
  }
127192
127248
  },
127193
- "S1a": {
127249
+ "S1b": {
127194
127250
  "type": "list",
127195
127251
  "member": {
127196
127252
  "type": "structure",
@@ -127206,7 +127262,7 @@ module.exports={
127206
127262
  }
127207
127263
  }
127208
127264
  },
127209
- "S1d": {
127265
+ "S1e": {
127210
127266
  "type": "structure",
127211
127267
  "members": {
127212
127268
  "deploymentCircuitBreaker": {
@@ -127239,7 +127295,7 @@ module.exports={
127239
127295
  ],
127240
127296
  "members": {
127241
127297
  "alarmNames": {
127242
- "shape": "Sr"
127298
+ "shape": "Ss"
127243
127299
  },
127244
127300
  "enable": {
127245
127301
  "type": "boolean"
@@ -127251,7 +127307,7 @@ module.exports={
127251
127307
  }
127252
127308
  }
127253
127309
  },
127254
- "S1g": {
127310
+ "S1h": {
127255
127311
  "type": "list",
127256
127312
  "member": {
127257
127313
  "type": "structure",
@@ -127261,7 +127317,7 @@ module.exports={
127261
127317
  }
127262
127318
  }
127263
127319
  },
127264
- "S1j": {
127320
+ "S1k": {
127265
127321
  "type": "list",
127266
127322
  "member": {
127267
127323
  "type": "structure",
@@ -127271,7 +127327,7 @@ module.exports={
127271
127327
  }
127272
127328
  }
127273
127329
  },
127274
- "S1m": {
127330
+ "S1n": {
127275
127331
  "type": "structure",
127276
127332
  "members": {
127277
127333
  "awsvpcConfiguration": {
@@ -127281,17 +127337,17 @@ module.exports={
127281
127337
  ],
127282
127338
  "members": {
127283
127339
  "subnets": {
127284
- "shape": "Sr"
127340
+ "shape": "Ss"
127285
127341
  },
127286
127342
  "securityGroups": {
127287
- "shape": "Sr"
127343
+ "shape": "Ss"
127288
127344
  },
127289
127345
  "assignPublicIp": {}
127290
127346
  }
127291
127347
  }
127292
127348
  }
127293
127349
  },
127294
- "S1q": {
127350
+ "S1r": {
127295
127351
  "type": "structure",
127296
127352
  "required": [
127297
127353
  "type"
@@ -127300,7 +127356,7 @@ module.exports={
127300
127356
  "type": {}
127301
127357
  }
127302
127358
  },
127303
- "S1t": {
127359
+ "S1u": {
127304
127360
  "type": "structure",
127305
127361
  "required": [
127306
127362
  "enabled"
@@ -127342,11 +127398,11 @@ module.exports={
127342
127398
  }
127343
127399
  },
127344
127400
  "logConfiguration": {
127345
- "shape": "S1z"
127401
+ "shape": "S20"
127346
127402
  }
127347
127403
  }
127348
127404
  },
127349
- "S1z": {
127405
+ "S20": {
127350
127406
  "type": "structure",
127351
127407
  "required": [
127352
127408
  "logDriver"
@@ -127359,11 +127415,11 @@ module.exports={
127359
127415
  "value": {}
127360
127416
  },
127361
127417
  "secretOptions": {
127362
- "shape": "S22"
127418
+ "shape": "S23"
127363
127419
  }
127364
127420
  }
127365
127421
  },
127366
- "S22": {
127422
+ "S23": {
127367
127423
  "type": "list",
127368
127424
  "member": {
127369
127425
  "type": "structure",
@@ -127377,17 +127433,17 @@ module.exports={
127377
127433
  }
127378
127434
  }
127379
127435
  },
127380
- "S25": {
127436
+ "S26": {
127381
127437
  "type": "structure",
127382
127438
  "members": {
127383
127439
  "serviceArn": {},
127384
127440
  "serviceName": {},
127385
127441
  "clusterArn": {},
127386
127442
  "loadBalancers": {
127387
- "shape": "S17"
127443
+ "shape": "S18"
127388
127444
  },
127389
127445
  "serviceRegistries": {
127390
- "shape": "S1a"
127446
+ "shape": "S1b"
127391
127447
  },
127392
127448
  "status": {},
127393
127449
  "desiredCount": {
@@ -127401,16 +127457,16 @@ module.exports={
127401
127457
  },
127402
127458
  "launchType": {},
127403
127459
  "capacityProviderStrategy": {
127404
- "shape": "Ss"
127460
+ "shape": "St"
127405
127461
  },
127406
127462
  "platformVersion": {},
127407
127463
  "platformFamily": {},
127408
127464
  "taskDefinition": {},
127409
127465
  "deploymentConfiguration": {
127410
- "shape": "S1d"
127466
+ "shape": "S1e"
127411
127467
  },
127412
127468
  "taskSets": {
127413
- "shape": "S26"
127469
+ "shape": "S27"
127414
127470
  },
127415
127471
  "deployments": {
127416
127472
  "type": "list",
@@ -127439,18 +127495,18 @@ module.exports={
127439
127495
  "type": "timestamp"
127440
127496
  },
127441
127497
  "capacityProviderStrategy": {
127442
- "shape": "Ss"
127498
+ "shape": "St"
127443
127499
  },
127444
127500
  "launchType": {},
127445
127501
  "platformVersion": {},
127446
127502
  "platformFamily": {},
127447
127503
  "networkConfiguration": {
127448
- "shape": "S1m"
127504
+ "shape": "S1n"
127449
127505
  },
127450
127506
  "rolloutState": {},
127451
127507
  "rolloutStateReason": {},
127452
127508
  "serviceConnectConfiguration": {
127453
- "shape": "S1t"
127509
+ "shape": "S1u"
127454
127510
  },
127455
127511
  "serviceConnectResources": {
127456
127512
  "type": "list",
@@ -127483,23 +127539,23 @@ module.exports={
127483
127539
  "type": "timestamp"
127484
127540
  },
127485
127541
  "placementConstraints": {
127486
- "shape": "S1g"
127542
+ "shape": "S1h"
127487
127543
  },
127488
127544
  "placementStrategy": {
127489
- "shape": "S1j"
127545
+ "shape": "S1k"
127490
127546
  },
127491
127547
  "networkConfiguration": {
127492
- "shape": "S1m"
127548
+ "shape": "S1n"
127493
127549
  },
127494
127550
  "healthCheckGracePeriodSeconds": {
127495
127551
  "type": "integer"
127496
127552
  },
127497
127553
  "schedulingStrategy": {},
127498
127554
  "deploymentController": {
127499
- "shape": "S1q"
127555
+ "shape": "S1r"
127500
127556
  },
127501
127557
  "tags": {
127502
- "shape": "Sa"
127558
+ "shape": "Sb"
127503
127559
  },
127504
127560
  "createdBy": {},
127505
127561
  "enableECSManagedTags": {
@@ -127511,13 +127567,13 @@ module.exports={
127511
127567
  }
127512
127568
  }
127513
127569
  },
127514
- "S26": {
127570
+ "S27": {
127515
127571
  "type": "list",
127516
127572
  "member": {
127517
- "shape": "S27"
127573
+ "shape": "S28"
127518
127574
  }
127519
127575
  },
127520
- "S27": {
127576
+ "S28": {
127521
127577
  "type": "structure",
127522
127578
  "members": {
127523
127579
  "id": {},
@@ -127545,32 +127601,32 @@ module.exports={
127545
127601
  },
127546
127602
  "launchType": {},
127547
127603
  "capacityProviderStrategy": {
127548
- "shape": "Ss"
127604
+ "shape": "St"
127549
127605
  },
127550
127606
  "platformVersion": {},
127551
127607
  "platformFamily": {},
127552
127608
  "networkConfiguration": {
127553
- "shape": "S1m"
127609
+ "shape": "S1n"
127554
127610
  },
127555
127611
  "loadBalancers": {
127556
- "shape": "S17"
127612
+ "shape": "S18"
127557
127613
  },
127558
127614
  "serviceRegistries": {
127559
- "shape": "S1a"
127615
+ "shape": "S1b"
127560
127616
  },
127561
127617
  "scale": {
127562
- "shape": "S29"
127618
+ "shape": "S2a"
127563
127619
  },
127564
127620
  "stabilityStatus": {},
127565
127621
  "stabilityStatusAt": {
127566
127622
  "type": "timestamp"
127567
127623
  },
127568
127624
  "tags": {
127569
- "shape": "Sa"
127625
+ "shape": "Sb"
127570
127626
  }
127571
127627
  }
127572
127628
  },
127573
- "S29": {
127629
+ "S2a": {
127574
127630
  "type": "structure",
127575
127631
  "members": {
127576
127632
  "value": {
@@ -127579,7 +127635,7 @@ module.exports={
127579
127635
  "unit": {}
127580
127636
  }
127581
127637
  },
127582
- "S2p": {
127638
+ "S2q": {
127583
127639
  "type": "structure",
127584
127640
  "members": {
127585
127641
  "name": {},
@@ -127588,13 +127644,13 @@ module.exports={
127588
127644
  "type": {}
127589
127645
  }
127590
127646
  },
127591
- "S2s": {
127647
+ "S2t": {
127592
127648
  "type": "list",
127593
127649
  "member": {
127594
- "shape": "S2t"
127650
+ "shape": "S2u"
127595
127651
  }
127596
127652
  },
127597
- "S2t": {
127653
+ "S2u": {
127598
127654
  "type": "structure",
127599
127655
  "required": [
127600
127656
  "name"
@@ -127606,12 +127662,12 @@ module.exports={
127606
127662
  "targetId": {}
127607
127663
  }
127608
127664
  },
127609
- "S36": {
127665
+ "S37": {
127610
127666
  "type": "structure",
127611
127667
  "members": {
127612
127668
  "taskDefinitionArn": {},
127613
127669
  "containerDefinitions": {
127614
- "shape": "S37"
127670
+ "shape": "S38"
127615
127671
  },
127616
127672
  "family": {},
127617
127673
  "taskRoleArn": {},
@@ -127621,36 +127677,36 @@ module.exports={
127621
127677
  "type": "integer"
127622
127678
  },
127623
127679
  "volumes": {
127624
- "shape": "S4d"
127680
+ "shape": "S4e"
127625
127681
  },
127626
127682
  "status": {},
127627
127683
  "requiresAttributes": {
127628
127684
  "type": "list",
127629
127685
  "member": {
127630
- "shape": "S2t"
127686
+ "shape": "S2u"
127631
127687
  }
127632
127688
  },
127633
127689
  "placementConstraints": {
127634
- "shape": "S4r"
127690
+ "shape": "S4s"
127635
127691
  },
127636
127692
  "compatibilities": {
127637
- "shape": "S4u"
127693
+ "shape": "S4v"
127638
127694
  },
127639
127695
  "runtimePlatform": {
127640
- "shape": "S4w"
127696
+ "shape": "S4x"
127641
127697
  },
127642
127698
  "requiresCompatibilities": {
127643
- "shape": "S4u"
127699
+ "shape": "S4v"
127644
127700
  },
127645
127701
  "cpu": {},
127646
127702
  "memory": {},
127647
127703
  "inferenceAccelerators": {
127648
- "shape": "S4z"
127704
+ "shape": "S50"
127649
127705
  },
127650
127706
  "pidMode": {},
127651
127707
  "ipcMode": {},
127652
127708
  "proxyConfiguration": {
127653
- "shape": "S53"
127709
+ "shape": "S54"
127654
127710
  },
127655
127711
  "registeredAt": {
127656
127712
  "type": "timestamp"
@@ -127660,11 +127716,11 @@ module.exports={
127660
127716
  },
127661
127717
  "registeredBy": {},
127662
127718
  "ephemeralStorage": {
127663
- "shape": "S56"
127719
+ "shape": "S57"
127664
127720
  }
127665
127721
  }
127666
127722
  },
127667
- "S37": {
127723
+ "S38": {
127668
127724
  "type": "list",
127669
127725
  "member": {
127670
127726
  "type": "structure",
@@ -127690,7 +127746,7 @@ module.exports={
127690
127746
  "type": "integer"
127691
127747
  },
127692
127748
  "links": {
127693
- "shape": "Sr"
127749
+ "shape": "Ss"
127694
127750
  },
127695
127751
  "portMappings": {
127696
127752
  "type": "list",
@@ -127714,16 +127770,16 @@ module.exports={
127714
127770
  "type": "boolean"
127715
127771
  },
127716
127772
  "entryPoint": {
127717
- "shape": "Sr"
127773
+ "shape": "Ss"
127718
127774
  },
127719
127775
  "command": {
127720
- "shape": "Sr"
127776
+ "shape": "Ss"
127721
127777
  },
127722
127778
  "environment": {
127723
- "shape": "S3e"
127779
+ "shape": "S3f"
127724
127780
  },
127725
127781
  "environmentFiles": {
127726
- "shape": "S3f"
127782
+ "shape": "S3g"
127727
127783
  },
127728
127784
  "mountPoints": {
127729
127785
  "type": "list",
@@ -127757,10 +127813,10 @@ module.exports={
127757
127813
  "type": "structure",
127758
127814
  "members": {
127759
127815
  "add": {
127760
- "shape": "Sr"
127816
+ "shape": "Ss"
127761
127817
  },
127762
127818
  "drop": {
127763
- "shape": "Sr"
127819
+ "shape": "Ss"
127764
127820
  }
127765
127821
  }
127766
127822
  },
@@ -127801,7 +127857,7 @@ module.exports={
127801
127857
  "type": "integer"
127802
127858
  },
127803
127859
  "mountOptions": {
127804
- "shape": "Sr"
127860
+ "shape": "Ss"
127805
127861
  }
127806
127862
  }
127807
127863
  }
@@ -127815,7 +127871,7 @@ module.exports={
127815
127871
  }
127816
127872
  },
127817
127873
  "secrets": {
127818
- "shape": "S22"
127874
+ "shape": "S23"
127819
127875
  },
127820
127876
  "dependsOn": {
127821
127877
  "type": "list",
@@ -127850,10 +127906,10 @@ module.exports={
127850
127906
  "type": "boolean"
127851
127907
  },
127852
127908
  "dnsServers": {
127853
- "shape": "Sr"
127909
+ "shape": "Ss"
127854
127910
  },
127855
127911
  "dnsSearchDomains": {
127856
- "shape": "Sr"
127912
+ "shape": "Ss"
127857
127913
  },
127858
127914
  "extraHosts": {
127859
127915
  "type": "list",
@@ -127870,7 +127926,7 @@ module.exports={
127870
127926
  }
127871
127927
  },
127872
127928
  "dockerSecurityOptions": {
127873
- "shape": "Sr"
127929
+ "shape": "Ss"
127874
127930
  },
127875
127931
  "interactive": {
127876
127932
  "type": "boolean"
@@ -127904,7 +127960,7 @@ module.exports={
127904
127960
  }
127905
127961
  },
127906
127962
  "logConfiguration": {
127907
- "shape": "S1z"
127963
+ "shape": "S20"
127908
127964
  },
127909
127965
  "healthCheck": {
127910
127966
  "type": "structure",
@@ -127913,7 +127969,7 @@ module.exports={
127913
127969
  ],
127914
127970
  "members": {
127915
127971
  "command": {
127916
- "shape": "Sr"
127972
+ "shape": "Ss"
127917
127973
  },
127918
127974
  "interval": {
127919
127975
  "type": "integer"
@@ -127940,7 +127996,7 @@ module.exports={
127940
127996
  }
127941
127997
  },
127942
127998
  "resourceRequirements": {
127943
- "shape": "S46"
127999
+ "shape": "S47"
127944
128000
  },
127945
128001
  "firelensConfiguration": {
127946
128002
  "type": "structure",
@@ -127957,18 +128013,18 @@ module.exports={
127957
128013
  }
127958
128014
  },
127959
128015
  "credentialSpecs": {
127960
- "shape": "Sr"
128016
+ "shape": "Ss"
127961
128017
  }
127962
128018
  }
127963
128019
  }
127964
128020
  },
127965
- "S3e": {
128021
+ "S3f": {
127966
128022
  "type": "list",
127967
128023
  "member": {
127968
- "shape": "S11"
128024
+ "shape": "S12"
127969
128025
  }
127970
128026
  },
127971
- "S3f": {
128027
+ "S3g": {
127972
128028
  "type": "list",
127973
128029
  "member": {
127974
128030
  "type": "structure",
@@ -127982,7 +128038,7 @@ module.exports={
127982
128038
  }
127983
128039
  }
127984
128040
  },
127985
- "S46": {
128041
+ "S47": {
127986
128042
  "type": "list",
127987
128043
  "member": {
127988
128044
  "type": "structure",
@@ -127996,7 +128052,7 @@ module.exports={
127996
128052
  }
127997
128053
  }
127998
128054
  },
127999
- "S4d": {
128055
+ "S4e": {
128000
128056
  "type": "list",
128001
128057
  "member": {
128002
128058
  "type": "structure",
@@ -128017,10 +128073,10 @@ module.exports={
128017
128073
  },
128018
128074
  "driver": {},
128019
128075
  "driverOpts": {
128020
- "shape": "S4i"
128076
+ "shape": "S4j"
128021
128077
  },
128022
128078
  "labels": {
128023
- "shape": "S4i"
128079
+ "shape": "S4j"
128024
128080
  }
128025
128081
  }
128026
128082
  },
@@ -128071,12 +128127,12 @@ module.exports={
128071
128127
  }
128072
128128
  }
128073
128129
  },
128074
- "S4i": {
128130
+ "S4j": {
128075
128131
  "type": "map",
128076
128132
  "key": {},
128077
128133
  "value": {}
128078
128134
  },
128079
- "S4r": {
128135
+ "S4s": {
128080
128136
  "type": "list",
128081
128137
  "member": {
128082
128138
  "type": "structure",
@@ -128086,18 +128142,18 @@ module.exports={
128086
128142
  }
128087
128143
  }
128088
128144
  },
128089
- "S4u": {
128145
+ "S4v": {
128090
128146
  "type": "list",
128091
128147
  "member": {}
128092
128148
  },
128093
- "S4w": {
128149
+ "S4x": {
128094
128150
  "type": "structure",
128095
128151
  "members": {
128096
128152
  "cpuArchitecture": {},
128097
128153
  "operatingSystemFamily": {}
128098
128154
  }
128099
128155
  },
128100
- "S4z": {
128156
+ "S50": {
128101
128157
  "type": "list",
128102
128158
  "member": {
128103
128159
  "type": "structure",
@@ -128111,7 +128167,7 @@ module.exports={
128111
128167
  }
128112
128168
  }
128113
128169
  },
128114
- "S53": {
128170
+ "S54": {
128115
128171
  "type": "structure",
128116
128172
  "required": [
128117
128173
  "containerName"
@@ -128122,12 +128178,12 @@ module.exports={
128122
128178
  "properties": {
128123
128179
  "type": "list",
128124
128180
  "member": {
128125
- "shape": "S11"
128181
+ "shape": "S12"
128126
128182
  }
128127
128183
  }
128128
128184
  }
128129
128185
  },
128130
- "S56": {
128186
+ "S57": {
128131
128187
  "type": "structure",
128132
128188
  "required": [
128133
128189
  "sizeInGiB"
@@ -128138,7 +128194,7 @@ module.exports={
128138
128194
  }
128139
128195
  }
128140
128196
  },
128141
- "S57": {
128197
+ "S58": {
128142
128198
  "type": "list",
128143
128199
  "member": {
128144
128200
  "type": "structure",
@@ -128149,7 +128205,7 @@ module.exports={
128149
128205
  }
128150
128206
  }
128151
128207
  },
128152
- "S5d": {
128208
+ "S5e": {
128153
128209
  "type": "structure",
128154
128210
  "members": {
128155
128211
  "containerInstanceArn": {},
@@ -128159,13 +128215,13 @@ module.exports={
128159
128215
  "type": "long"
128160
128216
  },
128161
128217
  "versionInfo": {
128162
- "shape": "S5f"
128218
+ "shape": "S5g"
128163
128219
  },
128164
128220
  "remainingResources": {
128165
- "shape": "S5g"
128221
+ "shape": "S5h"
128166
128222
  },
128167
128223
  "registeredResources": {
128168
- "shape": "S5g"
128224
+ "shape": "S5h"
128169
128225
  },
128170
128226
  "status": {},
128171
128227
  "statusReason": {},
@@ -128180,16 +128236,16 @@ module.exports={
128180
128236
  },
128181
128237
  "agentUpdateStatus": {},
128182
128238
  "attributes": {
128183
- "shape": "S2s"
128239
+ "shape": "S2t"
128184
128240
  },
128185
128241
  "registeredAt": {
128186
128242
  "type": "timestamp"
128187
128243
  },
128188
128244
  "attachments": {
128189
- "shape": "S12"
128245
+ "shape": "S13"
128190
128246
  },
128191
128247
  "tags": {
128192
- "shape": "Sa"
128248
+ "shape": "Sb"
128193
128249
  },
128194
128250
  "healthStatus": {
128195
128251
  "type": "structure",
@@ -128215,7 +128271,7 @@ module.exports={
128215
128271
  }
128216
128272
  }
128217
128273
  },
128218
- "S5f": {
128274
+ "S5g": {
128219
128275
  "type": "structure",
128220
128276
  "members": {
128221
128277
  "agentVersion": {},
@@ -128223,7 +128279,7 @@ module.exports={
128223
128279
  "dockerVersion": {}
128224
128280
  }
128225
128281
  },
128226
- "S5g": {
128282
+ "S5h": {
128227
128283
  "type": "list",
128228
128284
  "member": {
128229
128285
  "type": "structure",
@@ -128240,31 +128296,31 @@ module.exports={
128240
128296
  "type": "integer"
128241
128297
  },
128242
128298
  "stringSetValue": {
128243
- "shape": "Sr"
128299
+ "shape": "Ss"
128244
128300
  }
128245
128301
  }
128246
128302
  }
128247
128303
  },
128248
- "S64": {
128304
+ "S65": {
128249
128305
  "type": "list",
128250
128306
  "member": {
128251
- "shape": "S5d"
128307
+ "shape": "S5e"
128252
128308
  }
128253
128309
  },
128254
- "S6m": {
128310
+ "S6n": {
128255
128311
  "type": "list",
128256
128312
  "member": {
128257
- "shape": "S6n"
128313
+ "shape": "S6o"
128258
128314
  }
128259
128315
  },
128260
- "S6n": {
128316
+ "S6o": {
128261
128317
  "type": "structure",
128262
128318
  "members": {
128263
128319
  "attachments": {
128264
- "shape": "S12"
128320
+ "shape": "S13"
128265
128321
  },
128266
128322
  "attributes": {
128267
- "shape": "S2s"
128323
+ "shape": "S2t"
128268
128324
  },
128269
128325
  "availabilityZone": {},
128270
128326
  "capacityProviderName": {},
@@ -128291,7 +128347,7 @@ module.exports={
128291
128347
  },
128292
128348
  "reason": {},
128293
128349
  "networkBindings": {
128294
- "shape": "S6r"
128350
+ "shape": "S6s"
128295
128351
  },
128296
128352
  "networkInterfaces": {
128297
128353
  "type": "list",
@@ -128343,13 +128399,13 @@ module.exports={
128343
128399
  "group": {},
128344
128400
  "healthStatus": {},
128345
128401
  "inferenceAccelerators": {
128346
- "shape": "S4z"
128402
+ "shape": "S50"
128347
128403
  },
128348
128404
  "lastStatus": {},
128349
128405
  "launchType": {},
128350
128406
  "memory": {},
128351
128407
  "overrides": {
128352
- "shape": "S70"
128408
+ "shape": "S71"
128353
128409
  },
128354
128410
  "platformVersion": {},
128355
128411
  "platformFamily": {},
@@ -128372,7 +128428,7 @@ module.exports={
128372
128428
  "type": "timestamp"
128373
128429
  },
128374
128430
  "tags": {
128375
- "shape": "Sa"
128431
+ "shape": "Sb"
128376
128432
  },
128377
128433
  "taskArn": {},
128378
128434
  "taskDefinitionArn": {},
@@ -128380,11 +128436,11 @@ module.exports={
128380
128436
  "type": "long"
128381
128437
  },
128382
128438
  "ephemeralStorage": {
128383
- "shape": "S56"
128439
+ "shape": "S57"
128384
128440
  }
128385
128441
  }
128386
128442
  },
128387
- "S6r": {
128443
+ "S6s": {
128388
128444
  "type": "list",
128389
128445
  "member": {
128390
128446
  "type": "structure",
@@ -128402,7 +128458,7 @@ module.exports={
128402
128458
  }
128403
128459
  }
128404
128460
  },
128405
- "S70": {
128461
+ "S71": {
128406
128462
  "type": "structure",
128407
128463
  "members": {
128408
128464
  "containerOverrides": {
@@ -128412,13 +128468,13 @@ module.exports={
128412
128468
  "members": {
128413
128469
  "name": {},
128414
128470
  "command": {
128415
- "shape": "Sr"
128471
+ "shape": "Ss"
128416
128472
  },
128417
128473
  "environment": {
128418
- "shape": "S3e"
128474
+ "shape": "S3f"
128419
128475
  },
128420
128476
  "environmentFiles": {
128421
- "shape": "S3f"
128477
+ "shape": "S3g"
128422
128478
  },
128423
128479
  "cpu": {
128424
128480
  "type": "integer"
@@ -128430,7 +128486,7 @@ module.exports={
128430
128486
  "type": "integer"
128431
128487
  },
128432
128488
  "resourceRequirements": {
128433
- "shape": "S46"
128489
+ "shape": "S47"
128434
128490
  }
128435
128491
  }
128436
128492
  }
@@ -128450,11 +128506,11 @@ module.exports={
128450
128506
  "memory": {},
128451
128507
  "taskRoleArn": {},
128452
128508
  "ephemeralStorage": {
128453
- "shape": "S56"
128509
+ "shape": "S57"
128454
128510
  }
128455
128511
  }
128456
128512
  },
128457
- "S7e": {
128513
+ "S7f": {
128458
128514
  "type": "list",
128459
128515
  "member": {
128460
128516
  "type": "structure",
@@ -128469,7 +128525,7 @@ module.exports={
128469
128525
  }
128470
128526
  }
128471
128527
  },
128472
- "S8r": {
128528
+ "S8s": {
128473
128529
  "type": "list",
128474
128530
  "member": {
128475
128531
  "type": "structure",
@@ -244505,7 +244561,10 @@ module.exports={
244505
244561
  "ProductId": {},
244506
244562
  "ProvisioningArtifactId": {},
244507
244563
  "ServiceActionId": {},
244508
- "AcceptLanguage": {}
244564
+ "AcceptLanguage": {},
244565
+ "IdempotencyToken": {
244566
+ "idempotencyToken": true
244567
+ }
244509
244568
  }
244510
244569
  },
244511
244570
  "output": {
@@ -244538,7 +244597,7 @@ module.exports={
244538
244597
  ],
244539
244598
  "members": {
244540
244599
  "ServiceActionAssociations": {
244541
- "shape": "Sm"
244600
+ "shape": "Sn"
244542
244601
  },
244543
244602
  "AcceptLanguage": {}
244544
244603
  }
@@ -244547,7 +244606,7 @@ module.exports={
244547
244606
  "type": "structure",
244548
244607
  "members": {
244549
244608
  "FailedServiceActionAssociations": {
244550
- "shape": "Sp"
244609
+ "shape": "Sq"
244551
244610
  }
244552
244611
  }
244553
244612
  }
@@ -244560,7 +244619,7 @@ module.exports={
244560
244619
  ],
244561
244620
  "members": {
244562
244621
  "ServiceActionAssociations": {
244563
- "shape": "Sm"
244622
+ "shape": "Sn"
244564
244623
  },
244565
244624
  "AcceptLanguage": {}
244566
244625
  }
@@ -244569,7 +244628,7 @@ module.exports={
244569
244628
  "type": "structure",
244570
244629
  "members": {
244571
244630
  "FailedServiceActionAssociations": {
244572
- "shape": "Sp"
244631
+ "shape": "Sq"
244573
244632
  }
244574
244633
  }
244575
244634
  }
@@ -244995,7 +245054,10 @@ module.exports={
244995
245054
  ],
244996
245055
  "members": {
244997
245056
  "Id": {},
244998
- "AcceptLanguage": {}
245057
+ "AcceptLanguage": {},
245058
+ "IdempotencyToken": {
245059
+ "idempotencyToken": true
245060
+ }
244999
245061
  }
245000
245062
  },
245001
245063
  "output": {
@@ -245665,7 +245727,10 @@ module.exports={
245665
245727
  "ProductId": {},
245666
245728
  "ProvisioningArtifactId": {},
245667
245729
  "ServiceActionId": {},
245668
- "AcceptLanguage": {}
245730
+ "AcceptLanguage": {},
245731
+ "IdempotencyToken": {
245732
+ "idempotencyToken": true
245733
+ }
245669
245734
  }
245670
245735
  },
245671
245736
  "output": {
@@ -247024,7 +247089,7 @@ module.exports={
247024
247089
  }
247025
247090
  },
247026
247091
  "shapes": {
247027
- "Sm": {
247092
+ "Sn": {
247028
247093
  "type": "list",
247029
247094
  "member": {
247030
247095
  "type": "structure",
@@ -247040,7 +247105,7 @@ module.exports={
247040
247105
  }
247041
247106
  }
247042
247107
  },
247043
- "Sp": {
247108
+ "Sq": {
247044
247109
  "type": "list",
247045
247110
  "member": {
247046
247111
  "type": "structure",
@@ -271157,7 +271222,7 @@ AWS.util.update(AWS, {
271157
271222
  /**
271158
271223
  * @constant
271159
271224
  */
271160
- VERSION: '2.1529.0',
271225
+ VERSION: '2.1531.0',
271161
271226
 
271162
271227
  /**
271163
271228
  * @api private
@@ -293381,7 +293446,7 @@ var LRUCache = /** @class */ (function () {
293381
293446
  }());
293382
293447
  exports.LRUCache = LRUCache;
293383
293448
  },{}],467:[function(require,module,exports){
293384
- // AWS SDK for JavaScript v2.1529.0
293449
+ // AWS SDK for JavaScript v2.1531.0
293385
293450
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
293386
293451
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
293387
293452
  require('./browser_loader');