aws-sdk 2.1637.0 → 2.1639.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/README.md +1 -1
  2. package/apis/accessanalyzer-2019-11-01.examples.json +196 -0
  3. package/apis/accessanalyzer-2019-11-01.min.json +254 -111
  4. package/apis/accessanalyzer-2019-11-01.paginators.json +6 -0
  5. package/apis/application-signals-2024-04-15.examples.json +5 -0
  6. package/apis/application-signals-2024-04-15.min.json +975 -0
  7. package/apis/application-signals-2024-04-15.paginators.json +34 -0
  8. package/apis/ecs-2014-11-13.min.json +290 -256
  9. package/apis/guardduty-2017-11-28.min.json +429 -124
  10. package/apis/imagebuilder-2019-12-02.min.json +3 -0
  11. package/apis/metadata.json +8 -0
  12. package/apis/networkmanager-2019-07-05.min.json +277 -175
  13. package/apis/pca-connector-scep-2018-05-10.examples.json +5 -0
  14. package/apis/pca-connector-scep-2018-05-10.min.json +456 -0
  15. package/apis/pca-connector-scep-2018-05-10.paginators.json +16 -0
  16. package/apis/pca-connector-scep-2018-05-10.waiters2.json +5 -0
  17. package/apis/sagemaker-2017-07-24.min.json +302 -288
  18. package/clients/accessanalyzer.d.ts +162 -3
  19. package/clients/all.d.ts +2 -0
  20. package/clients/all.js +3 -1
  21. package/clients/applicationsignals.d.ts +955 -0
  22. package/clients/applicationsignals.js +18 -0
  23. package/clients/ecs.d.ts +47 -5
  24. package/clients/guardduty.d.ts +277 -5
  25. package/clients/networkmanager.d.ts +155 -11
  26. package/clients/pcaconnectorscep.d.ts +486 -0
  27. package/clients/pcaconnectorscep.js +19 -0
  28. package/clients/sagemaker.d.ts +24 -0
  29. package/dist/aws-sdk-core-react-native.js +2 -2
  30. package/dist/aws-sdk-react-native.js +92 -11
  31. package/dist/aws-sdk.js +301 -259
  32. package/dist/aws-sdk.min.js +60 -60
  33. package/lib/config_service_placeholders.d.ts +4 -0
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1637.0
1
+ // AWS SDK for JavaScript v2.1639.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){
@@ -127683,12 +127683,18 @@ module.exports={
127683
127683
  "endpointPrefix": "ecs",
127684
127684
  "jsonVersion": "1.1",
127685
127685
  "protocol": "json",
127686
+ "protocols": [
127687
+ "json"
127688
+ ],
127686
127689
  "serviceAbbreviation": "Amazon ECS",
127687
127690
  "serviceFullName": "Amazon EC2 Container Service",
127688
127691
  "serviceId": "ECS",
127689
127692
  "signatureVersion": "v4",
127690
127693
  "targetPrefix": "AmazonEC2ContainerServiceV20141113",
127691
- "uid": "ecs-2014-11-13"
127694
+ "uid": "ecs-2014-11-13",
127695
+ "auth": [
127696
+ "aws.auth#sigv4"
127697
+ ]
127692
127698
  },
127693
127699
  "operations": {
127694
127700
  "CreateCapacityProvider": {
@@ -127732,13 +127738,13 @@ module.exports={
127732
127738
  "shape": "Sn"
127733
127739
  },
127734
127740
  "capacityProviders": {
127735
- "shape": "Ss"
127741
+ "shape": "St"
127736
127742
  },
127737
127743
  "defaultCapacityProviderStrategy": {
127738
- "shape": "St"
127744
+ "shape": "Su"
127739
127745
  },
127740
127746
  "serviceConnectDefaults": {
127741
- "shape": "Sx"
127747
+ "shape": "Sy"
127742
127748
  }
127743
127749
  }
127744
127750
  },
@@ -127746,7 +127752,7 @@ module.exports={
127746
127752
  "type": "structure",
127747
127753
  "members": {
127748
127754
  "cluster": {
127749
- "shape": "Sz"
127755
+ "shape": "S10"
127750
127756
  }
127751
127757
  }
127752
127758
  }
@@ -127762,10 +127768,10 @@ module.exports={
127762
127768
  "serviceName": {},
127763
127769
  "taskDefinition": {},
127764
127770
  "loadBalancers": {
127765
- "shape": "S18"
127771
+ "shape": "S19"
127766
127772
  },
127767
127773
  "serviceRegistries": {
127768
- "shape": "S1b"
127774
+ "shape": "S1c"
127769
127775
  },
127770
127776
  "desiredCount": {
127771
127777
  "type": "integer"
@@ -127773,28 +127779,28 @@ module.exports={
127773
127779
  "clientToken": {},
127774
127780
  "launchType": {},
127775
127781
  "capacityProviderStrategy": {
127776
- "shape": "St"
127782
+ "shape": "Su"
127777
127783
  },
127778
127784
  "platformVersion": {},
127779
127785
  "role": {},
127780
127786
  "deploymentConfiguration": {
127781
- "shape": "S1e"
127787
+ "shape": "S1f"
127782
127788
  },
127783
127789
  "placementConstraints": {
127784
- "shape": "S1h"
127790
+ "shape": "S1i"
127785
127791
  },
127786
127792
  "placementStrategy": {
127787
- "shape": "S1k"
127793
+ "shape": "S1l"
127788
127794
  },
127789
127795
  "networkConfiguration": {
127790
- "shape": "S1n"
127796
+ "shape": "S1o"
127791
127797
  },
127792
127798
  "healthCheckGracePeriodSeconds": {
127793
127799
  "type": "integer"
127794
127800
  },
127795
127801
  "schedulingStrategy": {},
127796
127802
  "deploymentController": {
127797
- "shape": "S1r"
127803
+ "shape": "S1s"
127798
127804
  },
127799
127805
  "tags": {
127800
127806
  "shape": "Sb"
@@ -127807,10 +127813,10 @@ module.exports={
127807
127813
  "type": "boolean"
127808
127814
  },
127809
127815
  "serviceConnectConfiguration": {
127810
- "shape": "S1u"
127816
+ "shape": "S1v"
127811
127817
  },
127812
127818
  "volumeConfigurations": {
127813
- "shape": "S29"
127819
+ "shape": "S2a"
127814
127820
  }
127815
127821
  }
127816
127822
  },
@@ -127818,7 +127824,7 @@ module.exports={
127818
127824
  "type": "structure",
127819
127825
  "members": {
127820
127826
  "service": {
127821
- "shape": "S2n"
127827
+ "shape": "S2o"
127822
127828
  }
127823
127829
  }
127824
127830
  }
@@ -127837,21 +127843,21 @@ module.exports={
127837
127843
  "externalId": {},
127838
127844
  "taskDefinition": {},
127839
127845
  "networkConfiguration": {
127840
- "shape": "S1n"
127846
+ "shape": "S1o"
127841
127847
  },
127842
127848
  "loadBalancers": {
127843
- "shape": "S18"
127849
+ "shape": "S19"
127844
127850
  },
127845
127851
  "serviceRegistries": {
127846
- "shape": "S1b"
127852
+ "shape": "S1c"
127847
127853
  },
127848
127854
  "launchType": {},
127849
127855
  "capacityProviderStrategy": {
127850
- "shape": "St"
127856
+ "shape": "Su"
127851
127857
  },
127852
127858
  "platformVersion": {},
127853
127859
  "scale": {
127854
- "shape": "S2r"
127860
+ "shape": "S2s"
127855
127861
  },
127856
127862
  "clientToken": {},
127857
127863
  "tags": {
@@ -127863,7 +127869,7 @@ module.exports={
127863
127869
  "type": "structure",
127864
127870
  "members": {
127865
127871
  "taskSet": {
127866
- "shape": "S2p"
127872
+ "shape": "S2q"
127867
127873
  }
127868
127874
  }
127869
127875
  }
@@ -127883,7 +127889,7 @@ module.exports={
127883
127889
  "type": "structure",
127884
127890
  "members": {
127885
127891
  "setting": {
127886
- "shape": "S37"
127892
+ "shape": "S39"
127887
127893
  }
127888
127894
  }
127889
127895
  }
@@ -127897,7 +127903,7 @@ module.exports={
127897
127903
  "members": {
127898
127904
  "cluster": {},
127899
127905
  "attributes": {
127900
- "shape": "S3a"
127906
+ "shape": "S3c"
127901
127907
  }
127902
127908
  }
127903
127909
  },
@@ -127905,7 +127911,7 @@ module.exports={
127905
127911
  "type": "structure",
127906
127912
  "members": {
127907
127913
  "attributes": {
127908
- "shape": "S3a"
127914
+ "shape": "S3c"
127909
127915
  }
127910
127916
  }
127911
127917
  }
@@ -127943,7 +127949,7 @@ module.exports={
127943
127949
  "type": "structure",
127944
127950
  "members": {
127945
127951
  "cluster": {
127946
- "shape": "Sz"
127952
+ "shape": "S10"
127947
127953
  }
127948
127954
  }
127949
127955
  }
@@ -127966,7 +127972,7 @@ module.exports={
127966
127972
  "type": "structure",
127967
127973
  "members": {
127968
127974
  "service": {
127969
- "shape": "S2n"
127975
+ "shape": "S2o"
127970
127976
  }
127971
127977
  }
127972
127978
  }
@@ -127979,7 +127985,7 @@ module.exports={
127979
127985
  ],
127980
127986
  "members": {
127981
127987
  "taskDefinitions": {
127982
- "shape": "Ss"
127988
+ "shape": "St"
127983
127989
  }
127984
127990
  }
127985
127991
  },
@@ -127989,11 +127995,11 @@ module.exports={
127989
127995
  "taskDefinitions": {
127990
127996
  "type": "list",
127991
127997
  "member": {
127992
- "shape": "S3n"
127998
+ "shape": "S3p"
127993
127999
  }
127994
128000
  },
127995
128001
  "failures": {
127996
- "shape": "S5o"
128002
+ "shape": "S5q"
127997
128003
  }
127998
128004
  }
127999
128005
  }
@@ -128019,7 +128025,7 @@ module.exports={
128019
128025
  "type": "structure",
128020
128026
  "members": {
128021
128027
  "taskSet": {
128022
- "shape": "S2p"
128028
+ "shape": "S2q"
128023
128029
  }
128024
128030
  }
128025
128031
  }
@@ -128042,7 +128048,7 @@ module.exports={
128042
128048
  "type": "structure",
128043
128049
  "members": {
128044
128050
  "containerInstance": {
128045
- "shape": "S5u"
128051
+ "shape": "S5w"
128046
128052
  }
128047
128053
  }
128048
128054
  }
@@ -128061,7 +128067,7 @@ module.exports={
128061
128067
  "type": "structure",
128062
128068
  "members": {
128063
128069
  "taskDefinition": {
128064
- "shape": "S3n"
128070
+ "shape": "S3p"
128065
128071
  }
128066
128072
  }
128067
128073
  }
@@ -128071,7 +128077,7 @@ module.exports={
128071
128077
  "type": "structure",
128072
128078
  "members": {
128073
128079
  "capacityProviders": {
128074
- "shape": "Ss"
128080
+ "shape": "St"
128075
128081
  },
128076
128082
  "include": {
128077
128083
  "type": "list",
@@ -128093,7 +128099,7 @@ module.exports={
128093
128099
  }
128094
128100
  },
128095
128101
  "failures": {
128096
- "shape": "S5o"
128102
+ "shape": "S5q"
128097
128103
  },
128098
128104
  "nextToken": {}
128099
128105
  }
@@ -128104,7 +128110,7 @@ module.exports={
128104
128110
  "type": "structure",
128105
128111
  "members": {
128106
128112
  "clusters": {
128107
- "shape": "Ss"
128113
+ "shape": "St"
128108
128114
  },
128109
128115
  "include": {
128110
128116
  "type": "list",
@@ -128118,11 +128124,11 @@ module.exports={
128118
128124
  "clusters": {
128119
128125
  "type": "list",
128120
128126
  "member": {
128121
- "shape": "Sz"
128127
+ "shape": "S10"
128122
128128
  }
128123
128129
  },
128124
128130
  "failures": {
128125
- "shape": "S5o"
128131
+ "shape": "S5q"
128126
128132
  }
128127
128133
  }
128128
128134
  }
@@ -128136,7 +128142,7 @@ module.exports={
128136
128142
  "members": {
128137
128143
  "cluster": {},
128138
128144
  "containerInstances": {
128139
- "shape": "Ss"
128145
+ "shape": "St"
128140
128146
  },
128141
128147
  "include": {
128142
128148
  "type": "list",
@@ -128148,10 +128154,10 @@ module.exports={
128148
128154
  "type": "structure",
128149
128155
  "members": {
128150
128156
  "containerInstances": {
128151
- "shape": "S6l"
128157
+ "shape": "S6n"
128152
128158
  },
128153
128159
  "failures": {
128154
- "shape": "S5o"
128160
+ "shape": "S5q"
128155
128161
  }
128156
128162
  }
128157
128163
  }
@@ -128165,7 +128171,7 @@ module.exports={
128165
128171
  "members": {
128166
128172
  "cluster": {},
128167
128173
  "services": {
128168
- "shape": "Ss"
128174
+ "shape": "St"
128169
128175
  },
128170
128176
  "include": {
128171
128177
  "type": "list",
@@ -128179,11 +128185,11 @@ module.exports={
128179
128185
  "services": {
128180
128186
  "type": "list",
128181
128187
  "member": {
128182
- "shape": "S2n"
128188
+ "shape": "S2o"
128183
128189
  }
128184
128190
  },
128185
128191
  "failures": {
128186
- "shape": "S5o"
128192
+ "shape": "S5q"
128187
128193
  }
128188
128194
  }
128189
128195
  }
@@ -128206,7 +128212,7 @@ module.exports={
128206
128212
  "type": "structure",
128207
128213
  "members": {
128208
128214
  "taskDefinition": {
128209
- "shape": "S3n"
128215
+ "shape": "S3p"
128210
128216
  },
128211
128217
  "tags": {
128212
128218
  "shape": "Sb"
@@ -128225,7 +128231,7 @@ module.exports={
128225
128231
  "cluster": {},
128226
128232
  "service": {},
128227
128233
  "taskSets": {
128228
- "shape": "Ss"
128234
+ "shape": "St"
128229
128235
  },
128230
128236
  "include": {
128231
128237
  "type": "list",
@@ -128237,10 +128243,10 @@ module.exports={
128237
128243
  "type": "structure",
128238
128244
  "members": {
128239
128245
  "taskSets": {
128240
- "shape": "S2o"
128246
+ "shape": "S2p"
128241
128247
  },
128242
128248
  "failures": {
128243
- "shape": "S5o"
128249
+ "shape": "S5q"
128244
128250
  }
128245
128251
  }
128246
128252
  }
@@ -128254,7 +128260,7 @@ module.exports={
128254
128260
  "members": {
128255
128261
  "cluster": {},
128256
128262
  "tasks": {
128257
- "shape": "Ss"
128263
+ "shape": "St"
128258
128264
  },
128259
128265
  "include": {
128260
128266
  "type": "list",
@@ -128266,10 +128272,10 @@ module.exports={
128266
128272
  "type": "structure",
128267
128273
  "members": {
128268
128274
  "tasks": {
128269
- "shape": "S73"
128275
+ "shape": "S75"
128270
128276
  },
128271
128277
  "failures": {
128272
- "shape": "S5o"
128278
+ "shape": "S5q"
128273
128279
  }
128274
128280
  }
128275
128281
  }
@@ -128342,7 +128348,7 @@ module.exports={
128342
128348
  "members": {
128343
128349
  "cluster": {},
128344
128350
  "tasks": {
128345
- "shape": "Ss"
128351
+ "shape": "St"
128346
128352
  }
128347
128353
  }
128348
128354
  },
@@ -128350,10 +128356,10 @@ module.exports={
128350
128356
  "type": "structure",
128351
128357
  "members": {
128352
128358
  "protectedTasks": {
128353
- "shape": "S7v"
128359
+ "shape": "S7y"
128354
128360
  },
128355
128361
  "failures": {
128356
- "shape": "S5o"
128362
+ "shape": "S5q"
128357
128363
  }
128358
128364
  }
128359
128365
  }
@@ -128380,7 +128386,7 @@ module.exports={
128380
128386
  "settings": {
128381
128387
  "type": "list",
128382
128388
  "member": {
128383
- "shape": "S37"
128389
+ "shape": "S39"
128384
128390
  }
128385
128391
  },
128386
128392
  "nextToken": {}
@@ -128408,7 +128414,7 @@ module.exports={
128408
128414
  "type": "structure",
128409
128415
  "members": {
128410
128416
  "attributes": {
128411
- "shape": "S3a"
128417
+ "shape": "S3c"
128412
128418
  },
128413
128419
  "nextToken": {}
128414
128420
  }
@@ -128428,7 +128434,7 @@ module.exports={
128428
128434
  "type": "structure",
128429
128435
  "members": {
128430
128436
  "clusterArns": {
128431
- "shape": "Ss"
128437
+ "shape": "St"
128432
128438
  },
128433
128439
  "nextToken": {}
128434
128440
  }
@@ -128451,7 +128457,7 @@ module.exports={
128451
128457
  "type": "structure",
128452
128458
  "members": {
128453
128459
  "containerInstanceArns": {
128454
- "shape": "Ss"
128460
+ "shape": "St"
128455
128461
  },
128456
128462
  "nextToken": {}
128457
128463
  }
@@ -128474,7 +128480,7 @@ module.exports={
128474
128480
  "type": "structure",
128475
128481
  "members": {
128476
128482
  "serviceArns": {
128477
- "shape": "Ss"
128483
+ "shape": "St"
128478
128484
  },
128479
128485
  "nextToken": {}
128480
128486
  }
@@ -128498,7 +128504,7 @@ module.exports={
128498
128504
  "type": "structure",
128499
128505
  "members": {
128500
128506
  "serviceArns": {
128501
- "shape": "Ss"
128507
+ "shape": "St"
128502
128508
  },
128503
128509
  "nextToken": {}
128504
128510
  }
@@ -128539,7 +128545,7 @@ module.exports={
128539
128545
  "type": "structure",
128540
128546
  "members": {
128541
128547
  "families": {
128542
- "shape": "Ss"
128548
+ "shape": "St"
128543
128549
  },
128544
128550
  "nextToken": {}
128545
128551
  }
@@ -128562,7 +128568,7 @@ module.exports={
128562
128568
  "type": "structure",
128563
128569
  "members": {
128564
128570
  "taskDefinitionArns": {
128565
- "shape": "Ss"
128571
+ "shape": "St"
128566
128572
  },
128567
128573
  "nextToken": {}
128568
128574
  }
@@ -128589,7 +128595,7 @@ module.exports={
128589
128595
  "type": "structure",
128590
128596
  "members": {
128591
128597
  "taskArns": {
128592
- "shape": "Ss"
128598
+ "shape": "St"
128593
128599
  },
128594
128600
  "nextToken": {}
128595
128601
  }
@@ -128612,7 +128618,7 @@ module.exports={
128612
128618
  "type": "structure",
128613
128619
  "members": {
128614
128620
  "setting": {
128615
- "shape": "S37"
128621
+ "shape": "S39"
128616
128622
  }
128617
128623
  }
128618
128624
  }
@@ -128633,7 +128639,7 @@ module.exports={
128633
128639
  "type": "structure",
128634
128640
  "members": {
128635
128641
  "setting": {
128636
- "shape": "S37"
128642
+ "shape": "S39"
128637
128643
  }
128638
128644
  }
128639
128645
  }
@@ -128647,7 +128653,7 @@ module.exports={
128647
128653
  "members": {
128648
128654
  "cluster": {},
128649
128655
  "attributes": {
128650
- "shape": "S3a"
128656
+ "shape": "S3c"
128651
128657
  }
128652
128658
  }
128653
128659
  },
@@ -128655,7 +128661,7 @@ module.exports={
128655
128661
  "type": "structure",
128656
128662
  "members": {
128657
128663
  "attributes": {
128658
- "shape": "S3a"
128664
+ "shape": "S3c"
128659
128665
  }
128660
128666
  }
128661
128667
  }
@@ -128671,10 +128677,10 @@ module.exports={
128671
128677
  "members": {
128672
128678
  "cluster": {},
128673
128679
  "capacityProviders": {
128674
- "shape": "Ss"
128680
+ "shape": "St"
128675
128681
  },
128676
128682
  "defaultCapacityProviderStrategy": {
128677
- "shape": "St"
128683
+ "shape": "Su"
128678
128684
  }
128679
128685
  }
128680
128686
  },
@@ -128682,7 +128688,7 @@ module.exports={
128682
128688
  "type": "structure",
128683
128689
  "members": {
128684
128690
  "cluster": {
128685
- "shape": "Sz"
128691
+ "shape": "S10"
128686
128692
  }
128687
128693
  }
128688
128694
  }
@@ -128695,14 +128701,14 @@ module.exports={
128695
128701
  "instanceIdentityDocument": {},
128696
128702
  "instanceIdentityDocumentSignature": {},
128697
128703
  "totalResources": {
128698
- "shape": "S5x"
128704
+ "shape": "S5z"
128699
128705
  },
128700
128706
  "versionInfo": {
128701
- "shape": "S5w"
128707
+ "shape": "S5y"
128702
128708
  },
128703
128709
  "containerInstanceArn": {},
128704
128710
  "attributes": {
128705
- "shape": "S3a"
128711
+ "shape": "S3c"
128706
128712
  },
128707
128713
  "platformDevices": {
128708
128714
  "type": "list",
@@ -128727,7 +128733,7 @@ module.exports={
128727
128733
  "type": "structure",
128728
128734
  "members": {
128729
128735
  "containerInstance": {
128730
- "shape": "S5u"
128736
+ "shape": "S5w"
128731
128737
  }
128732
128738
  }
128733
128739
  }
@@ -128745,16 +128751,16 @@ module.exports={
128745
128751
  "executionRoleArn": {},
128746
128752
  "networkMode": {},
128747
128753
  "containerDefinitions": {
128748
- "shape": "S3o"
128754
+ "shape": "S3q"
128749
128755
  },
128750
128756
  "volumes": {
128751
- "shape": "S4u"
128757
+ "shape": "S4w"
128752
128758
  },
128753
128759
  "placementConstraints": {
128754
- "shape": "S58"
128760
+ "shape": "S5a"
128755
128761
  },
128756
128762
  "requiresCompatibilities": {
128757
- "shape": "S5b"
128763
+ "shape": "S5d"
128758
128764
  },
128759
128765
  "cpu": {},
128760
128766
  "memory": {},
@@ -128764,16 +128770,16 @@ module.exports={
128764
128770
  "pidMode": {},
128765
128771
  "ipcMode": {},
128766
128772
  "proxyConfiguration": {
128767
- "shape": "S5k"
128773
+ "shape": "S5m"
128768
128774
  },
128769
128775
  "inferenceAccelerators": {
128770
- "shape": "S5g"
128776
+ "shape": "S5i"
128771
128777
  },
128772
128778
  "ephemeralStorage": {
128773
- "shape": "S5n"
128779
+ "shape": "S5p"
128774
128780
  },
128775
128781
  "runtimePlatform": {
128776
- "shape": "S5d"
128782
+ "shape": "S5f"
128777
128783
  }
128778
128784
  }
128779
128785
  },
@@ -128781,7 +128787,7 @@ module.exports={
128781
128787
  "type": "structure",
128782
128788
  "members": {
128783
128789
  "taskDefinition": {
128784
- "shape": "S3n"
128790
+ "shape": "S3p"
128785
128791
  },
128786
128792
  "tags": {
128787
128793
  "shape": "Sb"
@@ -128797,7 +128803,7 @@ module.exports={
128797
128803
  ],
128798
128804
  "members": {
128799
128805
  "capacityProviderStrategy": {
128800
- "shape": "St"
128806
+ "shape": "Su"
128801
128807
  },
128802
128808
  "cluster": {},
128803
128809
  "count": {
@@ -128812,16 +128818,16 @@ module.exports={
128812
128818
  "group": {},
128813
128819
  "launchType": {},
128814
128820
  "networkConfiguration": {
128815
- "shape": "S1n"
128821
+ "shape": "S1o"
128816
128822
  },
128817
128823
  "overrides": {
128818
- "shape": "S7h"
128824
+ "shape": "S7j"
128819
128825
  },
128820
128826
  "placementConstraints": {
128821
- "shape": "S1h"
128827
+ "shape": "S1i"
128822
128828
  },
128823
128829
  "placementStrategy": {
128824
- "shape": "S1k"
128830
+ "shape": "S1l"
128825
128831
  },
128826
128832
  "platformVersion": {},
128827
128833
  "propagateTags": {},
@@ -128835,7 +128841,7 @@ module.exports={
128835
128841
  "idempotencyToken": true
128836
128842
  },
128837
128843
  "volumeConfigurations": {
128838
- "shape": "S92"
128844
+ "shape": "S95"
128839
128845
  }
128840
128846
  }
128841
128847
  },
@@ -128843,10 +128849,10 @@ module.exports={
128843
128849
  "type": "structure",
128844
128850
  "members": {
128845
128851
  "tasks": {
128846
- "shape": "S73"
128852
+ "shape": "S75"
128847
128853
  },
128848
128854
  "failures": {
128849
- "shape": "S5o"
128855
+ "shape": "S5q"
128850
128856
  }
128851
128857
  }
128852
128858
  }
@@ -128861,7 +128867,7 @@ module.exports={
128861
128867
  "members": {
128862
128868
  "cluster": {},
128863
128869
  "containerInstances": {
128864
- "shape": "Ss"
128870
+ "shape": "St"
128865
128871
  },
128866
128872
  "enableECSManagedTags": {
128867
128873
  "type": "boolean"
@@ -128871,10 +128877,10 @@ module.exports={
128871
128877
  },
128872
128878
  "group": {},
128873
128879
  "networkConfiguration": {
128874
- "shape": "S1n"
128880
+ "shape": "S1o"
128875
128881
  },
128876
128882
  "overrides": {
128877
- "shape": "S7h"
128883
+ "shape": "S7j"
128878
128884
  },
128879
128885
  "propagateTags": {},
128880
128886
  "referenceId": {},
@@ -128884,7 +128890,7 @@ module.exports={
128884
128890
  },
128885
128891
  "taskDefinition": {},
128886
128892
  "volumeConfigurations": {
128887
- "shape": "S92"
128893
+ "shape": "S95"
128888
128894
  }
128889
128895
  }
128890
128896
  },
@@ -128892,10 +128898,10 @@ module.exports={
128892
128898
  "type": "structure",
128893
128899
  "members": {
128894
128900
  "tasks": {
128895
- "shape": "S73"
128901
+ "shape": "S75"
128896
128902
  },
128897
128903
  "failures": {
128898
- "shape": "S5o"
128904
+ "shape": "S5q"
128899
128905
  }
128900
128906
  }
128901
128907
  }
@@ -128916,7 +128922,7 @@ module.exports={
128916
128922
  "type": "structure",
128917
128923
  "members": {
128918
128924
  "task": {
128919
- "shape": "S74"
128925
+ "shape": "S76"
128920
128926
  }
128921
128927
  }
128922
128928
  }
@@ -128930,7 +128936,7 @@ module.exports={
128930
128936
  "members": {
128931
128937
  "cluster": {},
128932
128938
  "attachments": {
128933
- "shape": "S9c"
128939
+ "shape": "S9f"
128934
128940
  }
128935
128941
  }
128936
128942
  },
@@ -128955,7 +128961,7 @@ module.exports={
128955
128961
  },
128956
128962
  "reason": {},
128957
128963
  "networkBindings": {
128958
- "shape": "S78"
128964
+ "shape": "S7a"
128959
128965
  }
128960
128966
  }
128961
128967
  },
@@ -128986,7 +128992,7 @@ module.exports={
128986
128992
  "type": "integer"
128987
128993
  },
128988
128994
  "networkBindings": {
128989
- "shape": "S78"
128995
+ "shape": "S7a"
128990
128996
  },
128991
128997
  "reason": {},
128992
128998
  "status": {}
@@ -128994,7 +129000,7 @@ module.exports={
128994
129000
  }
128995
129001
  },
128996
129002
  "attachments": {
128997
- "shape": "S9c"
129003
+ "shape": "S9f"
128998
129004
  },
128999
129005
  "managedAgents": {
129000
129006
  "type": "list",
@@ -129115,7 +129121,7 @@ module.exports={
129115
129121
  "shape": "Sn"
129116
129122
  },
129117
129123
  "serviceConnectDefaults": {
129118
- "shape": "Sx"
129124
+ "shape": "Sy"
129119
129125
  }
129120
129126
  }
129121
129127
  },
@@ -129123,7 +129129,7 @@ module.exports={
129123
129129
  "type": "structure",
129124
129130
  "members": {
129125
129131
  "cluster": {
129126
- "shape": "Sz"
129132
+ "shape": "S10"
129127
129133
  }
129128
129134
  }
129129
129135
  }
@@ -129146,7 +129152,7 @@ module.exports={
129146
129152
  "type": "structure",
129147
129153
  "members": {
129148
129154
  "cluster": {
129149
- "shape": "Sz"
129155
+ "shape": "S10"
129150
129156
  }
129151
129157
  }
129152
129158
  }
@@ -129166,7 +129172,7 @@ module.exports={
129166
129172
  "type": "structure",
129167
129173
  "members": {
129168
129174
  "containerInstance": {
129169
- "shape": "S5u"
129175
+ "shape": "S5w"
129170
129176
  }
129171
129177
  }
129172
129178
  }
@@ -129181,7 +129187,7 @@ module.exports={
129181
129187
  "members": {
129182
129188
  "cluster": {},
129183
129189
  "containerInstances": {
129184
- "shape": "Ss"
129190
+ "shape": "St"
129185
129191
  },
129186
129192
  "status": {}
129187
129193
  }
@@ -129190,10 +129196,10 @@ module.exports={
129190
129196
  "type": "structure",
129191
129197
  "members": {
129192
129198
  "containerInstances": {
129193
- "shape": "S6l"
129199
+ "shape": "S6n"
129194
129200
  },
129195
129201
  "failures": {
129196
- "shape": "S5o"
129202
+ "shape": "S5q"
129197
129203
  }
129198
129204
  }
129199
129205
  }
@@ -129212,19 +129218,19 @@ module.exports={
129212
129218
  },
129213
129219
  "taskDefinition": {},
129214
129220
  "capacityProviderStrategy": {
129215
- "shape": "St"
129221
+ "shape": "Su"
129216
129222
  },
129217
129223
  "deploymentConfiguration": {
129218
- "shape": "S1e"
129224
+ "shape": "S1f"
129219
129225
  },
129220
129226
  "networkConfiguration": {
129221
- "shape": "S1n"
129227
+ "shape": "S1o"
129222
129228
  },
129223
129229
  "placementConstraints": {
129224
- "shape": "S1h"
129230
+ "shape": "S1i"
129225
129231
  },
129226
129232
  "placementStrategy": {
129227
- "shape": "S1k"
129233
+ "shape": "S1l"
129228
129234
  },
129229
129235
  "platformVersion": {},
129230
129236
  "forceNewDeployment": {
@@ -129240,17 +129246,17 @@ module.exports={
129240
129246
  "type": "boolean"
129241
129247
  },
129242
129248
  "loadBalancers": {
129243
- "shape": "S18"
129249
+ "shape": "S19"
129244
129250
  },
129245
129251
  "propagateTags": {},
129246
129252
  "serviceRegistries": {
129247
- "shape": "S1b"
129253
+ "shape": "S1c"
129248
129254
  },
129249
129255
  "serviceConnectConfiguration": {
129250
- "shape": "S1u"
129256
+ "shape": "S1v"
129251
129257
  },
129252
129258
  "volumeConfigurations": {
129253
- "shape": "S29"
129259
+ "shape": "S2a"
129254
129260
  }
129255
129261
  }
129256
129262
  },
@@ -129258,7 +129264,7 @@ module.exports={
129258
129264
  "type": "structure",
129259
129265
  "members": {
129260
129266
  "service": {
129261
- "shape": "S2n"
129267
+ "shape": "S2o"
129262
129268
  }
129263
129269
  }
129264
129270
  }
@@ -129281,7 +129287,7 @@ module.exports={
129281
129287
  "type": "structure",
129282
129288
  "members": {
129283
129289
  "taskSet": {
129284
- "shape": "S2p"
129290
+ "shape": "S2q"
129285
129291
  }
129286
129292
  }
129287
129293
  }
@@ -129297,7 +129303,7 @@ module.exports={
129297
129303
  "members": {
129298
129304
  "cluster": {},
129299
129305
  "tasks": {
129300
- "shape": "Ss"
129306
+ "shape": "St"
129301
129307
  },
129302
129308
  "protectionEnabled": {
129303
129309
  "type": "boolean"
@@ -129311,10 +129317,10 @@ module.exports={
129311
129317
  "type": "structure",
129312
129318
  "members": {
129313
129319
  "protectedTasks": {
129314
- "shape": "S7v"
129320
+ "shape": "S7y"
129315
129321
  },
129316
129322
  "failures": {
129317
- "shape": "S5o"
129323
+ "shape": "S5q"
129318
129324
  }
129319
129325
  }
129320
129326
  }
@@ -129333,7 +129339,7 @@ module.exports={
129333
129339
  "service": {},
129334
129340
  "taskSet": {},
129335
129341
  "scale": {
129336
- "shape": "S2r"
129342
+ "shape": "S2s"
129337
129343
  }
129338
129344
  }
129339
129345
  },
@@ -129341,7 +129347,7 @@ module.exports={
129341
129347
  "type": "structure",
129342
129348
  "members": {
129343
129349
  "taskSet": {
129344
- "shape": "S2p"
129350
+ "shape": "S2q"
129345
129351
  }
129346
129352
  }
129347
129353
  }
@@ -129439,14 +129445,21 @@ module.exports={
129439
129445
  }
129440
129446
  }
129441
129447
  }
129448
+ },
129449
+ "managedStorageConfiguration": {
129450
+ "type": "structure",
129451
+ "members": {
129452
+ "kmsKeyId": {},
129453
+ "fargateEphemeralStorageKmsKeyId": {}
129454
+ }
129442
129455
  }
129443
129456
  }
129444
129457
  },
129445
- "Ss": {
129458
+ "St": {
129446
129459
  "type": "list",
129447
129460
  "member": {}
129448
129461
  },
129449
- "St": {
129462
+ "Su": {
129450
129463
  "type": "list",
129451
129464
  "member": {
129452
129465
  "type": "structure",
@@ -129464,7 +129477,7 @@ module.exports={
129464
129477
  }
129465
129478
  }
129466
129479
  },
129467
- "Sx": {
129480
+ "Sy": {
129468
129481
  "type": "structure",
129469
129482
  "required": [
129470
129483
  "namespace"
@@ -129473,7 +129486,7 @@ module.exports={
129473
129486
  "namespace": {}
129474
129487
  }
129475
129488
  },
129476
- "Sz": {
129489
+ "S10": {
129477
129490
  "type": "structure",
129478
129491
  "members": {
129479
129492
  "clusterArn": {},
@@ -129497,7 +129510,7 @@ module.exports={
129497
129510
  "statistics": {
129498
129511
  "type": "list",
129499
129512
  "member": {
129500
- "shape": "S12"
129513
+ "shape": "S13"
129501
129514
  }
129502
129515
  },
129503
129516
  "tags": {
@@ -129507,13 +129520,13 @@ module.exports={
129507
129520
  "shape": "Sk"
129508
129521
  },
129509
129522
  "capacityProviders": {
129510
- "shape": "Ss"
129523
+ "shape": "St"
129511
129524
  },
129512
129525
  "defaultCapacityProviderStrategy": {
129513
- "shape": "St"
129526
+ "shape": "Su"
129514
129527
  },
129515
129528
  "attachments": {
129516
- "shape": "S13"
129529
+ "shape": "S14"
129517
129530
  },
129518
129531
  "attachmentsStatus": {},
129519
129532
  "serviceConnectDefaults": {
@@ -129524,14 +129537,14 @@ module.exports={
129524
129537
  }
129525
129538
  }
129526
129539
  },
129527
- "S12": {
129540
+ "S13": {
129528
129541
  "type": "structure",
129529
129542
  "members": {
129530
129543
  "name": {},
129531
129544
  "value": {}
129532
129545
  }
129533
129546
  },
129534
- "S13": {
129547
+ "S14": {
129535
129548
  "type": "list",
129536
129549
  "member": {
129537
129550
  "type": "structure",
@@ -129542,13 +129555,13 @@ module.exports={
129542
129555
  "details": {
129543
129556
  "type": "list",
129544
129557
  "member": {
129545
- "shape": "S12"
129558
+ "shape": "S13"
129546
129559
  }
129547
129560
  }
129548
129561
  }
129549
129562
  }
129550
129563
  },
129551
- "S18": {
129564
+ "S19": {
129552
129565
  "type": "list",
129553
129566
  "member": {
129554
129567
  "type": "structure",
@@ -129562,7 +129575,7 @@ module.exports={
129562
129575
  }
129563
129576
  }
129564
129577
  },
129565
- "S1b": {
129578
+ "S1c": {
129566
129579
  "type": "list",
129567
129580
  "member": {
129568
129581
  "type": "structure",
@@ -129578,7 +129591,7 @@ module.exports={
129578
129591
  }
129579
129592
  }
129580
129593
  },
129581
- "S1e": {
129594
+ "S1f": {
129582
129595
  "type": "structure",
129583
129596
  "members": {
129584
129597
  "deploymentCircuitBreaker": {
@@ -129611,7 +129624,7 @@ module.exports={
129611
129624
  ],
129612
129625
  "members": {
129613
129626
  "alarmNames": {
129614
- "shape": "Ss"
129627
+ "shape": "St"
129615
129628
  },
129616
129629
  "enable": {
129617
129630
  "type": "boolean"
@@ -129623,7 +129636,7 @@ module.exports={
129623
129636
  }
129624
129637
  }
129625
129638
  },
129626
- "S1h": {
129639
+ "S1i": {
129627
129640
  "type": "list",
129628
129641
  "member": {
129629
129642
  "type": "structure",
@@ -129633,7 +129646,7 @@ module.exports={
129633
129646
  }
129634
129647
  }
129635
129648
  },
129636
- "S1k": {
129649
+ "S1l": {
129637
129650
  "type": "list",
129638
129651
  "member": {
129639
129652
  "type": "structure",
@@ -129643,7 +129656,7 @@ module.exports={
129643
129656
  }
129644
129657
  }
129645
129658
  },
129646
- "S1n": {
129659
+ "S1o": {
129647
129660
  "type": "structure",
129648
129661
  "members": {
129649
129662
  "awsvpcConfiguration": {
@@ -129653,17 +129666,17 @@ module.exports={
129653
129666
  ],
129654
129667
  "members": {
129655
129668
  "subnets": {
129656
- "shape": "Ss"
129669
+ "shape": "St"
129657
129670
  },
129658
129671
  "securityGroups": {
129659
- "shape": "Ss"
129672
+ "shape": "St"
129660
129673
  },
129661
129674
  "assignPublicIp": {}
129662
129675
  }
129663
129676
  }
129664
129677
  }
129665
129678
  },
129666
- "S1r": {
129679
+ "S1s": {
129667
129680
  "type": "structure",
129668
129681
  "required": [
129669
129682
  "type"
@@ -129672,7 +129685,7 @@ module.exports={
129672
129685
  "type": {}
129673
129686
  }
129674
129687
  },
129675
- "S1u": {
129688
+ "S1v": {
129676
129689
  "type": "structure",
129677
129690
  "required": [
129678
129691
  "enabled"
@@ -129741,11 +129754,11 @@ module.exports={
129741
129754
  }
129742
129755
  },
129743
129756
  "logConfiguration": {
129744
- "shape": "S24"
129757
+ "shape": "S25"
129745
129758
  }
129746
129759
  }
129747
129760
  },
129748
- "S24": {
129761
+ "S25": {
129749
129762
  "type": "structure",
129750
129763
  "required": [
129751
129764
  "logDriver"
@@ -129758,11 +129771,11 @@ module.exports={
129758
129771
  "value": {}
129759
129772
  },
129760
129773
  "secretOptions": {
129761
- "shape": "S27"
129774
+ "shape": "S28"
129762
129775
  }
129763
129776
  }
129764
129777
  },
129765
- "S27": {
129778
+ "S28": {
129766
129779
  "type": "list",
129767
129780
  "member": {
129768
129781
  "type": "structure",
@@ -129776,7 +129789,7 @@ module.exports={
129776
129789
  }
129777
129790
  }
129778
129791
  },
129779
- "S29": {
129792
+ "S2a": {
129780
129793
  "type": "list",
129781
129794
  "member": {
129782
129795
  "type": "structure",
@@ -129807,7 +129820,7 @@ module.exports={
129807
129820
  "type": "integer"
129808
129821
  },
129809
129822
  "tagSpecifications": {
129810
- "shape": "S2h"
129823
+ "shape": "S2i"
129811
129824
  },
129812
129825
  "roleArn": {},
129813
129826
  "filesystemType": {}
@@ -129816,7 +129829,7 @@ module.exports={
129816
129829
  }
129817
129830
  }
129818
129831
  },
129819
- "S2h": {
129832
+ "S2i": {
129820
129833
  "type": "list",
129821
129834
  "member": {
129822
129835
  "type": "structure",
@@ -129832,17 +129845,17 @@ module.exports={
129832
129845
  }
129833
129846
  }
129834
129847
  },
129835
- "S2n": {
129848
+ "S2o": {
129836
129849
  "type": "structure",
129837
129850
  "members": {
129838
129851
  "serviceArn": {},
129839
129852
  "serviceName": {},
129840
129853
  "clusterArn": {},
129841
129854
  "loadBalancers": {
129842
- "shape": "S18"
129855
+ "shape": "S19"
129843
129856
  },
129844
129857
  "serviceRegistries": {
129845
- "shape": "S1b"
129858
+ "shape": "S1c"
129846
129859
  },
129847
129860
  "status": {},
129848
129861
  "desiredCount": {
@@ -129856,16 +129869,16 @@ module.exports={
129856
129869
  },
129857
129870
  "launchType": {},
129858
129871
  "capacityProviderStrategy": {
129859
- "shape": "St"
129872
+ "shape": "Su"
129860
129873
  },
129861
129874
  "platformVersion": {},
129862
129875
  "platformFamily": {},
129863
129876
  "taskDefinition": {},
129864
129877
  "deploymentConfiguration": {
129865
- "shape": "S1e"
129878
+ "shape": "S1f"
129866
129879
  },
129867
129880
  "taskSets": {
129868
- "shape": "S2o"
129881
+ "shape": "S2p"
129869
129882
  },
129870
129883
  "deployments": {
129871
129884
  "type": "list",
@@ -129894,18 +129907,18 @@ module.exports={
129894
129907
  "type": "timestamp"
129895
129908
  },
129896
129909
  "capacityProviderStrategy": {
129897
- "shape": "St"
129910
+ "shape": "Su"
129898
129911
  },
129899
129912
  "launchType": {},
129900
129913
  "platformVersion": {},
129901
129914
  "platformFamily": {},
129902
129915
  "networkConfiguration": {
129903
- "shape": "S1n"
129916
+ "shape": "S1o"
129904
129917
  },
129905
129918
  "rolloutState": {},
129906
129919
  "rolloutStateReason": {},
129907
129920
  "serviceConnectConfiguration": {
129908
- "shape": "S1u"
129921
+ "shape": "S1v"
129909
129922
  },
129910
129923
  "serviceConnectResources": {
129911
129924
  "type": "list",
@@ -129918,7 +129931,10 @@ module.exports={
129918
129931
  }
129919
129932
  },
129920
129933
  "volumeConfigurations": {
129921
- "shape": "S29"
129934
+ "shape": "S2a"
129935
+ },
129936
+ "fargateEphemeralStorage": {
129937
+ "shape": "S2w"
129922
129938
  }
129923
129939
  }
129924
129940
  }
@@ -129941,20 +129957,20 @@ module.exports={
129941
129957
  "type": "timestamp"
129942
129958
  },
129943
129959
  "placementConstraints": {
129944
- "shape": "S1h"
129960
+ "shape": "S1i"
129945
129961
  },
129946
129962
  "placementStrategy": {
129947
- "shape": "S1k"
129963
+ "shape": "S1l"
129948
129964
  },
129949
129965
  "networkConfiguration": {
129950
- "shape": "S1n"
129966
+ "shape": "S1o"
129951
129967
  },
129952
129968
  "healthCheckGracePeriodSeconds": {
129953
129969
  "type": "integer"
129954
129970
  },
129955
129971
  "schedulingStrategy": {},
129956
129972
  "deploymentController": {
129957
- "shape": "S1r"
129973
+ "shape": "S1s"
129958
129974
  },
129959
129975
  "tags": {
129960
129976
  "shape": "Sb"
@@ -129969,13 +129985,13 @@ module.exports={
129969
129985
  }
129970
129986
  }
129971
129987
  },
129972
- "S2o": {
129988
+ "S2p": {
129973
129989
  "type": "list",
129974
129990
  "member": {
129975
- "shape": "S2p"
129991
+ "shape": "S2q"
129976
129992
  }
129977
129993
  },
129978
- "S2p": {
129994
+ "S2q": {
129979
129995
  "type": "structure",
129980
129996
  "members": {
129981
129997
  "id": {},
@@ -130003,21 +130019,21 @@ module.exports={
130003
130019
  },
130004
130020
  "launchType": {},
130005
130021
  "capacityProviderStrategy": {
130006
- "shape": "St"
130022
+ "shape": "Su"
130007
130023
  },
130008
130024
  "platformVersion": {},
130009
130025
  "platformFamily": {},
130010
130026
  "networkConfiguration": {
130011
- "shape": "S1n"
130027
+ "shape": "S1o"
130012
130028
  },
130013
130029
  "loadBalancers": {
130014
- "shape": "S18"
130030
+ "shape": "S19"
130015
130031
  },
130016
130032
  "serviceRegistries": {
130017
- "shape": "S1b"
130033
+ "shape": "S1c"
130018
130034
  },
130019
130035
  "scale": {
130020
- "shape": "S2r"
130036
+ "shape": "S2s"
130021
130037
  },
130022
130038
  "stabilityStatus": {},
130023
130039
  "stabilityStatusAt": {
@@ -130025,10 +130041,13 @@ module.exports={
130025
130041
  },
130026
130042
  "tags": {
130027
130043
  "shape": "Sb"
130044
+ },
130045
+ "fargateEphemeralStorage": {
130046
+ "shape": "S2w"
130028
130047
  }
130029
130048
  }
130030
130049
  },
130031
- "S2r": {
130050
+ "S2s": {
130032
130051
  "type": "structure",
130033
130052
  "members": {
130034
130053
  "value": {
@@ -130037,7 +130056,13 @@ module.exports={
130037
130056
  "unit": {}
130038
130057
  }
130039
130058
  },
130040
- "S37": {
130059
+ "S2w": {
130060
+ "type": "structure",
130061
+ "members": {
130062
+ "kmsKeyId": {}
130063
+ }
130064
+ },
130065
+ "S39": {
130041
130066
  "type": "structure",
130042
130067
  "members": {
130043
130068
  "name": {},
@@ -130046,13 +130071,13 @@ module.exports={
130046
130071
  "type": {}
130047
130072
  }
130048
130073
  },
130049
- "S3a": {
130074
+ "S3c": {
130050
130075
  "type": "list",
130051
130076
  "member": {
130052
- "shape": "S3b"
130077
+ "shape": "S3d"
130053
130078
  }
130054
130079
  },
130055
- "S3b": {
130080
+ "S3d": {
130056
130081
  "type": "structure",
130057
130082
  "required": [
130058
130083
  "name"
@@ -130064,12 +130089,12 @@ module.exports={
130064
130089
  "targetId": {}
130065
130090
  }
130066
130091
  },
130067
- "S3n": {
130092
+ "S3p": {
130068
130093
  "type": "structure",
130069
130094
  "members": {
130070
130095
  "taskDefinitionArn": {},
130071
130096
  "containerDefinitions": {
130072
- "shape": "S3o"
130097
+ "shape": "S3q"
130073
130098
  },
130074
130099
  "family": {},
130075
130100
  "taskRoleArn": {},
@@ -130079,36 +130104,36 @@ module.exports={
130079
130104
  "type": "integer"
130080
130105
  },
130081
130106
  "volumes": {
130082
- "shape": "S4u"
130107
+ "shape": "S4w"
130083
130108
  },
130084
130109
  "status": {},
130085
130110
  "requiresAttributes": {
130086
130111
  "type": "list",
130087
130112
  "member": {
130088
- "shape": "S3b"
130113
+ "shape": "S3d"
130089
130114
  }
130090
130115
  },
130091
130116
  "placementConstraints": {
130092
- "shape": "S58"
130117
+ "shape": "S5a"
130093
130118
  },
130094
130119
  "compatibilities": {
130095
- "shape": "S5b"
130120
+ "shape": "S5d"
130096
130121
  },
130097
130122
  "runtimePlatform": {
130098
- "shape": "S5d"
130123
+ "shape": "S5f"
130099
130124
  },
130100
130125
  "requiresCompatibilities": {
130101
- "shape": "S5b"
130126
+ "shape": "S5d"
130102
130127
  },
130103
130128
  "cpu": {},
130104
130129
  "memory": {},
130105
130130
  "inferenceAccelerators": {
130106
- "shape": "S5g"
130131
+ "shape": "S5i"
130107
130132
  },
130108
130133
  "pidMode": {},
130109
130134
  "ipcMode": {},
130110
130135
  "proxyConfiguration": {
130111
- "shape": "S5k"
130136
+ "shape": "S5m"
130112
130137
  },
130113
130138
  "registeredAt": {
130114
130139
  "type": "timestamp"
@@ -130118,11 +130143,11 @@ module.exports={
130118
130143
  },
130119
130144
  "registeredBy": {},
130120
130145
  "ephemeralStorage": {
130121
- "shape": "S5n"
130146
+ "shape": "S5p"
130122
130147
  }
130123
130148
  }
130124
130149
  },
130125
- "S3o": {
130150
+ "S3q": {
130126
130151
  "type": "list",
130127
130152
  "member": {
130128
130153
  "type": "structure",
@@ -130148,7 +130173,7 @@ module.exports={
130148
130173
  "type": "integer"
130149
130174
  },
130150
130175
  "links": {
130151
- "shape": "Ss"
130176
+ "shape": "St"
130152
130177
  },
130153
130178
  "portMappings": {
130154
130179
  "type": "list",
@@ -130172,16 +130197,16 @@ module.exports={
130172
130197
  "type": "boolean"
130173
130198
  },
130174
130199
  "entryPoint": {
130175
- "shape": "Ss"
130200
+ "shape": "St"
130176
130201
  },
130177
130202
  "command": {
130178
- "shape": "Ss"
130203
+ "shape": "St"
130179
130204
  },
130180
130205
  "environment": {
130181
- "shape": "S3v"
130206
+ "shape": "S3x"
130182
130207
  },
130183
130208
  "environmentFiles": {
130184
- "shape": "S3w"
130209
+ "shape": "S3y"
130185
130210
  },
130186
130211
  "mountPoints": {
130187
130212
  "type": "list",
@@ -130215,10 +130240,10 @@ module.exports={
130215
130240
  "type": "structure",
130216
130241
  "members": {
130217
130242
  "add": {
130218
- "shape": "Ss"
130243
+ "shape": "St"
130219
130244
  },
130220
130245
  "drop": {
130221
- "shape": "Ss"
130246
+ "shape": "St"
130222
130247
  }
130223
130248
  }
130224
130249
  },
@@ -130259,7 +130284,7 @@ module.exports={
130259
130284
  "type": "integer"
130260
130285
  },
130261
130286
  "mountOptions": {
130262
- "shape": "Ss"
130287
+ "shape": "St"
130263
130288
  }
130264
130289
  }
130265
130290
  }
@@ -130273,7 +130298,7 @@ module.exports={
130273
130298
  }
130274
130299
  },
130275
130300
  "secrets": {
130276
- "shape": "S27"
130301
+ "shape": "S28"
130277
130302
  },
130278
130303
  "dependsOn": {
130279
130304
  "type": "list",
@@ -130308,10 +130333,10 @@ module.exports={
130308
130333
  "type": "boolean"
130309
130334
  },
130310
130335
  "dnsServers": {
130311
- "shape": "Ss"
130336
+ "shape": "St"
130312
130337
  },
130313
130338
  "dnsSearchDomains": {
130314
- "shape": "Ss"
130339
+ "shape": "St"
130315
130340
  },
130316
130341
  "extraHosts": {
130317
130342
  "type": "list",
@@ -130328,7 +130353,7 @@ module.exports={
130328
130353
  }
130329
130354
  },
130330
130355
  "dockerSecurityOptions": {
130331
- "shape": "Ss"
130356
+ "shape": "St"
130332
130357
  },
130333
130358
  "interactive": {
130334
130359
  "type": "boolean"
@@ -130362,7 +130387,7 @@ module.exports={
130362
130387
  }
130363
130388
  },
130364
130389
  "logConfiguration": {
130365
- "shape": "S24"
130390
+ "shape": "S25"
130366
130391
  },
130367
130392
  "healthCheck": {
130368
130393
  "type": "structure",
@@ -130371,7 +130396,7 @@ module.exports={
130371
130396
  ],
130372
130397
  "members": {
130373
130398
  "command": {
130374
- "shape": "Ss"
130399
+ "shape": "St"
130375
130400
  },
130376
130401
  "interval": {
130377
130402
  "type": "integer"
@@ -130398,7 +130423,7 @@ module.exports={
130398
130423
  }
130399
130424
  },
130400
130425
  "resourceRequirements": {
130401
- "shape": "S4n"
130426
+ "shape": "S4p"
130402
130427
  },
130403
130428
  "firelensConfiguration": {
130404
130429
  "type": "structure",
@@ -130415,18 +130440,18 @@ module.exports={
130415
130440
  }
130416
130441
  },
130417
130442
  "credentialSpecs": {
130418
- "shape": "Ss"
130443
+ "shape": "St"
130419
130444
  }
130420
130445
  }
130421
130446
  }
130422
130447
  },
130423
- "S3v": {
130448
+ "S3x": {
130424
130449
  "type": "list",
130425
130450
  "member": {
130426
- "shape": "S12"
130451
+ "shape": "S13"
130427
130452
  }
130428
130453
  },
130429
- "S3w": {
130454
+ "S3y": {
130430
130455
  "type": "list",
130431
130456
  "member": {
130432
130457
  "type": "structure",
@@ -130440,7 +130465,7 @@ module.exports={
130440
130465
  }
130441
130466
  }
130442
130467
  },
130443
- "S4n": {
130468
+ "S4p": {
130444
130469
  "type": "list",
130445
130470
  "member": {
130446
130471
  "type": "structure",
@@ -130454,7 +130479,7 @@ module.exports={
130454
130479
  }
130455
130480
  }
130456
130481
  },
130457
- "S4u": {
130482
+ "S4w": {
130458
130483
  "type": "list",
130459
130484
  "member": {
130460
130485
  "type": "structure",
@@ -130475,10 +130500,10 @@ module.exports={
130475
130500
  },
130476
130501
  "driver": {},
130477
130502
  "driverOpts": {
130478
- "shape": "S4z"
130503
+ "shape": "S51"
130479
130504
  },
130480
130505
  "labels": {
130481
- "shape": "S4z"
130506
+ "shape": "S51"
130482
130507
  }
130483
130508
  }
130484
130509
  },
@@ -130532,12 +130557,12 @@ module.exports={
130532
130557
  }
130533
130558
  }
130534
130559
  },
130535
- "S4z": {
130560
+ "S51": {
130536
130561
  "type": "map",
130537
130562
  "key": {},
130538
130563
  "value": {}
130539
130564
  },
130540
- "S58": {
130565
+ "S5a": {
130541
130566
  "type": "list",
130542
130567
  "member": {
130543
130568
  "type": "structure",
@@ -130547,18 +130572,18 @@ module.exports={
130547
130572
  }
130548
130573
  }
130549
130574
  },
130550
- "S5b": {
130575
+ "S5d": {
130551
130576
  "type": "list",
130552
130577
  "member": {}
130553
130578
  },
130554
- "S5d": {
130579
+ "S5f": {
130555
130580
  "type": "structure",
130556
130581
  "members": {
130557
130582
  "cpuArchitecture": {},
130558
130583
  "operatingSystemFamily": {}
130559
130584
  }
130560
130585
  },
130561
- "S5g": {
130586
+ "S5i": {
130562
130587
  "type": "list",
130563
130588
  "member": {
130564
130589
  "type": "structure",
@@ -130572,7 +130597,7 @@ module.exports={
130572
130597
  }
130573
130598
  }
130574
130599
  },
130575
- "S5k": {
130600
+ "S5m": {
130576
130601
  "type": "structure",
130577
130602
  "required": [
130578
130603
  "containerName"
@@ -130583,12 +130608,12 @@ module.exports={
130583
130608
  "properties": {
130584
130609
  "type": "list",
130585
130610
  "member": {
130586
- "shape": "S12"
130611
+ "shape": "S13"
130587
130612
  }
130588
130613
  }
130589
130614
  }
130590
130615
  },
130591
- "S5n": {
130616
+ "S5p": {
130592
130617
  "type": "structure",
130593
130618
  "required": [
130594
130619
  "sizeInGiB"
@@ -130599,7 +130624,7 @@ module.exports={
130599
130624
  }
130600
130625
  }
130601
130626
  },
130602
- "S5o": {
130627
+ "S5q": {
130603
130628
  "type": "list",
130604
130629
  "member": {
130605
130630
  "type": "structure",
@@ -130610,7 +130635,7 @@ module.exports={
130610
130635
  }
130611
130636
  }
130612
130637
  },
130613
- "S5u": {
130638
+ "S5w": {
130614
130639
  "type": "structure",
130615
130640
  "members": {
130616
130641
  "containerInstanceArn": {},
@@ -130620,13 +130645,13 @@ module.exports={
130620
130645
  "type": "long"
130621
130646
  },
130622
130647
  "versionInfo": {
130623
- "shape": "S5w"
130648
+ "shape": "S5y"
130624
130649
  },
130625
130650
  "remainingResources": {
130626
- "shape": "S5x"
130651
+ "shape": "S5z"
130627
130652
  },
130628
130653
  "registeredResources": {
130629
- "shape": "S5x"
130654
+ "shape": "S5z"
130630
130655
  },
130631
130656
  "status": {},
130632
130657
  "statusReason": {},
@@ -130641,13 +130666,13 @@ module.exports={
130641
130666
  },
130642
130667
  "agentUpdateStatus": {},
130643
130668
  "attributes": {
130644
- "shape": "S3a"
130669
+ "shape": "S3c"
130645
130670
  },
130646
130671
  "registeredAt": {
130647
130672
  "type": "timestamp"
130648
130673
  },
130649
130674
  "attachments": {
130650
- "shape": "S13"
130675
+ "shape": "S14"
130651
130676
  },
130652
130677
  "tags": {
130653
130678
  "shape": "Sb"
@@ -130676,7 +130701,7 @@ module.exports={
130676
130701
  }
130677
130702
  }
130678
130703
  },
130679
- "S5w": {
130704
+ "S5y": {
130680
130705
  "type": "structure",
130681
130706
  "members": {
130682
130707
  "agentVersion": {},
@@ -130684,7 +130709,7 @@ module.exports={
130684
130709
  "dockerVersion": {}
130685
130710
  }
130686
130711
  },
130687
- "S5x": {
130712
+ "S5z": {
130688
130713
  "type": "list",
130689
130714
  "member": {
130690
130715
  "type": "structure",
@@ -130701,31 +130726,31 @@ module.exports={
130701
130726
  "type": "integer"
130702
130727
  },
130703
130728
  "stringSetValue": {
130704
- "shape": "Ss"
130729
+ "shape": "St"
130705
130730
  }
130706
130731
  }
130707
130732
  }
130708
130733
  },
130709
- "S6l": {
130734
+ "S6n": {
130710
130735
  "type": "list",
130711
130736
  "member": {
130712
- "shape": "S5u"
130737
+ "shape": "S5w"
130713
130738
  }
130714
130739
  },
130715
- "S73": {
130740
+ "S75": {
130716
130741
  "type": "list",
130717
130742
  "member": {
130718
- "shape": "S74"
130743
+ "shape": "S76"
130719
130744
  }
130720
130745
  },
130721
- "S74": {
130746
+ "S76": {
130722
130747
  "type": "structure",
130723
130748
  "members": {
130724
130749
  "attachments": {
130725
- "shape": "S13"
130750
+ "shape": "S14"
130726
130751
  },
130727
130752
  "attributes": {
130728
- "shape": "S3a"
130753
+ "shape": "S3c"
130729
130754
  },
130730
130755
  "availabilityZone": {},
130731
130756
  "capacityProviderName": {},
@@ -130752,7 +130777,7 @@ module.exports={
130752
130777
  },
130753
130778
  "reason": {},
130754
130779
  "networkBindings": {
130755
- "shape": "S78"
130780
+ "shape": "S7a"
130756
130781
  },
130757
130782
  "networkInterfaces": {
130758
130783
  "type": "list",
@@ -130804,13 +130829,13 @@ module.exports={
130804
130829
  "group": {},
130805
130830
  "healthStatus": {},
130806
130831
  "inferenceAccelerators": {
130807
- "shape": "S5g"
130832
+ "shape": "S5i"
130808
130833
  },
130809
130834
  "lastStatus": {},
130810
130835
  "launchType": {},
130811
130836
  "memory": {},
130812
130837
  "overrides": {
130813
- "shape": "S7h"
130838
+ "shape": "S7j"
130814
130839
  },
130815
130840
  "platformVersion": {},
130816
130841
  "platformFamily": {},
@@ -130841,11 +130866,20 @@ module.exports={
130841
130866
  "type": "long"
130842
130867
  },
130843
130868
  "ephemeralStorage": {
130844
- "shape": "S5n"
130869
+ "shape": "S5p"
130870
+ },
130871
+ "fargateEphemeralStorage": {
130872
+ "type": "structure",
130873
+ "members": {
130874
+ "sizeInGiB": {
130875
+ "type": "integer"
130876
+ },
130877
+ "kmsKeyId": {}
130878
+ }
130845
130879
  }
130846
130880
  }
130847
130881
  },
130848
- "S78": {
130882
+ "S7a": {
130849
130883
  "type": "list",
130850
130884
  "member": {
130851
130885
  "type": "structure",
@@ -130863,7 +130897,7 @@ module.exports={
130863
130897
  }
130864
130898
  }
130865
130899
  },
130866
- "S7h": {
130900
+ "S7j": {
130867
130901
  "type": "structure",
130868
130902
  "members": {
130869
130903
  "containerOverrides": {
@@ -130873,13 +130907,13 @@ module.exports={
130873
130907
  "members": {
130874
130908
  "name": {},
130875
130909
  "command": {
130876
- "shape": "Ss"
130910
+ "shape": "St"
130877
130911
  },
130878
130912
  "environment": {
130879
- "shape": "S3v"
130913
+ "shape": "S3x"
130880
130914
  },
130881
130915
  "environmentFiles": {
130882
- "shape": "S3w"
130916
+ "shape": "S3y"
130883
130917
  },
130884
130918
  "cpu": {
130885
130919
  "type": "integer"
@@ -130891,7 +130925,7 @@ module.exports={
130891
130925
  "type": "integer"
130892
130926
  },
130893
130927
  "resourceRequirements": {
130894
- "shape": "S4n"
130928
+ "shape": "S4p"
130895
130929
  }
130896
130930
  }
130897
130931
  }
@@ -130911,11 +130945,11 @@ module.exports={
130911
130945
  "memory": {},
130912
130946
  "taskRoleArn": {},
130913
130947
  "ephemeralStorage": {
130914
- "shape": "S5n"
130948
+ "shape": "S5p"
130915
130949
  }
130916
130950
  }
130917
130951
  },
130918
- "S7v": {
130952
+ "S7y": {
130919
130953
  "type": "list",
130920
130954
  "member": {
130921
130955
  "type": "structure",
@@ -130930,7 +130964,7 @@ module.exports={
130930
130964
  }
130931
130965
  }
130932
130966
  },
130933
- "S92": {
130967
+ "S95": {
130934
130968
  "type": "list",
130935
130969
  "member": {
130936
130970
  "type": "structure",
@@ -130961,7 +130995,7 @@ module.exports={
130961
130995
  "type": "integer"
130962
130996
  },
130963
130997
  "tagSpecifications": {
130964
- "shape": "S2h"
130998
+ "shape": "S2i"
130965
130999
  },
130966
131000
  "roleArn": {},
130967
131001
  "terminationPolicy": {
@@ -130981,7 +131015,7 @@ module.exports={
130981
131015
  }
130982
131016
  }
130983
131017
  },
130984
- "S9c": {
131018
+ "S9f": {
130985
131019
  "type": "list",
130986
131020
  "member": {
130987
131021
  "type": "structure",
@@ -197647,6 +197681,14 @@ module.exports={
197647
197681
  },
197648
197682
  "taxsettings": {
197649
197683
  "name": "TaxSettings"
197684
+ },
197685
+ "applicationsignals": {
197686
+ "prefix": "application-signals",
197687
+ "name": "ApplicationSignals"
197688
+ },
197689
+ "pcaconnectorscep": {
197690
+ "prefix": "pca-connector-scep",
197691
+ "name": "PcaConnectorScep"
197650
197692
  }
197651
197693
  }
197652
197694
  },{}],169:[function(require,module,exports){
@@ -275566,7 +275608,7 @@ AWS.util.update(AWS, {
275566
275608
  /**
275567
275609
  * @constant
275568
275610
  */
275569
- VERSION: '2.1637.0',
275611
+ VERSION: '2.1639.0',
275570
275612
 
275571
275613
  /**
275572
275614
  * @api private
@@ -297828,7 +297870,7 @@ var LRUCache = /** @class */ (function () {
297828
297870
  }());
297829
297871
  exports.LRUCache = LRUCache;
297830
297872
  },{}],467:[function(require,module,exports){
297831
- // AWS SDK for JavaScript v2.1637.0
297873
+ // AWS SDK for JavaScript v2.1639.0
297832
297874
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
297833
297875
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
297834
297876
  require('./browser_loader');