@cdklabs/cdk-ecs-codedeploy 0.0.10 → 0.0.12
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.
- package/.jsii +3 -3
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +178 -159
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +49 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +96 -12
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +646 -556
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ecs.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +109 -5
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.d.ts +66 -0
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +193 -12
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +293 -175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +60 -60
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1278.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){
|
|
@@ -7185,7 +7185,9 @@ module.exports={
|
|
|
7185
7185
|
"input": {
|
|
7186
7186
|
"type": "structure",
|
|
7187
7187
|
"required": [
|
|
7188
|
-
"NotebookId"
|
|
7188
|
+
"NotebookId",
|
|
7189
|
+
"Payload",
|
|
7190
|
+
"Type"
|
|
7189
7191
|
],
|
|
7190
7192
|
"members": {
|
|
7191
7193
|
"NotebookId": {},
|
|
@@ -114250,20 +114252,20 @@ module.exports={
|
|
|
114250
114252
|
"shape": "S1d"
|
|
114251
114253
|
},
|
|
114252
114254
|
"placementConstraints": {
|
|
114253
|
-
"shape": "
|
|
114255
|
+
"shape": "S1g"
|
|
114254
114256
|
},
|
|
114255
114257
|
"placementStrategy": {
|
|
114256
|
-
"shape": "
|
|
114258
|
+
"shape": "S1j"
|
|
114257
114259
|
},
|
|
114258
114260
|
"networkConfiguration": {
|
|
114259
|
-
"shape": "
|
|
114261
|
+
"shape": "S1m"
|
|
114260
114262
|
},
|
|
114261
114263
|
"healthCheckGracePeriodSeconds": {
|
|
114262
114264
|
"type": "integer"
|
|
114263
114265
|
},
|
|
114264
114266
|
"schedulingStrategy": {},
|
|
114265
114267
|
"deploymentController": {
|
|
114266
|
-
"shape": "
|
|
114268
|
+
"shape": "S1q"
|
|
114267
114269
|
},
|
|
114268
114270
|
"tags": {
|
|
114269
114271
|
"shape": "Sa"
|
|
@@ -114276,7 +114278,7 @@ module.exports={
|
|
|
114276
114278
|
"type": "boolean"
|
|
114277
114279
|
},
|
|
114278
114280
|
"serviceConnectConfiguration": {
|
|
114279
|
-
"shape": "
|
|
114281
|
+
"shape": "S1t"
|
|
114280
114282
|
}
|
|
114281
114283
|
}
|
|
114282
114284
|
},
|
|
@@ -114284,7 +114286,7 @@ module.exports={
|
|
|
114284
114286
|
"type": "structure",
|
|
114285
114287
|
"members": {
|
|
114286
114288
|
"service": {
|
|
114287
|
-
"shape": "
|
|
114289
|
+
"shape": "S25"
|
|
114288
114290
|
}
|
|
114289
114291
|
}
|
|
114290
114292
|
}
|
|
@@ -114303,7 +114305,7 @@ module.exports={
|
|
|
114303
114305
|
"externalId": {},
|
|
114304
114306
|
"taskDefinition": {},
|
|
114305
114307
|
"networkConfiguration": {
|
|
114306
|
-
"shape": "
|
|
114308
|
+
"shape": "S1m"
|
|
114307
114309
|
},
|
|
114308
114310
|
"loadBalancers": {
|
|
114309
114311
|
"shape": "S17"
|
|
@@ -114317,7 +114319,7 @@ module.exports={
|
|
|
114317
114319
|
},
|
|
114318
114320
|
"platformVersion": {},
|
|
114319
114321
|
"scale": {
|
|
114320
|
-
"shape": "
|
|
114322
|
+
"shape": "S29"
|
|
114321
114323
|
},
|
|
114322
114324
|
"clientToken": {},
|
|
114323
114325
|
"tags": {
|
|
@@ -114329,7 +114331,7 @@ module.exports={
|
|
|
114329
114331
|
"type": "structure",
|
|
114330
114332
|
"members": {
|
|
114331
114333
|
"taskSet": {
|
|
114332
|
-
"shape": "
|
|
114334
|
+
"shape": "S27"
|
|
114333
114335
|
}
|
|
114334
114336
|
}
|
|
114335
114337
|
}
|
|
@@ -114349,7 +114351,7 @@ module.exports={
|
|
|
114349
114351
|
"type": "structure",
|
|
114350
114352
|
"members": {
|
|
114351
114353
|
"setting": {
|
|
114352
|
-
"shape": "
|
|
114354
|
+
"shape": "S2p"
|
|
114353
114355
|
}
|
|
114354
114356
|
}
|
|
114355
114357
|
}
|
|
@@ -114363,7 +114365,7 @@ module.exports={
|
|
|
114363
114365
|
"members": {
|
|
114364
114366
|
"cluster": {},
|
|
114365
114367
|
"attributes": {
|
|
114366
|
-
"shape": "
|
|
114368
|
+
"shape": "S2r"
|
|
114367
114369
|
}
|
|
114368
114370
|
}
|
|
114369
114371
|
},
|
|
@@ -114371,7 +114373,7 @@ module.exports={
|
|
|
114371
114373
|
"type": "structure",
|
|
114372
114374
|
"members": {
|
|
114373
114375
|
"attributes": {
|
|
114374
|
-
"shape": "
|
|
114376
|
+
"shape": "S2r"
|
|
114375
114377
|
}
|
|
114376
114378
|
}
|
|
114377
114379
|
}
|
|
@@ -114432,7 +114434,7 @@ module.exports={
|
|
|
114432
114434
|
"type": "structure",
|
|
114433
114435
|
"members": {
|
|
114434
114436
|
"service": {
|
|
114435
|
-
"shape": "
|
|
114437
|
+
"shape": "S25"
|
|
114436
114438
|
}
|
|
114437
114439
|
}
|
|
114438
114440
|
}
|
|
@@ -114458,7 +114460,7 @@ module.exports={
|
|
|
114458
114460
|
"type": "structure",
|
|
114459
114461
|
"members": {
|
|
114460
114462
|
"taskSet": {
|
|
114461
|
-
"shape": "
|
|
114463
|
+
"shape": "S27"
|
|
114462
114464
|
}
|
|
114463
114465
|
}
|
|
114464
114466
|
}
|
|
@@ -114481,7 +114483,7 @@ module.exports={
|
|
|
114481
114483
|
"type": "structure",
|
|
114482
114484
|
"members": {
|
|
114483
114485
|
"containerInstance": {
|
|
114484
|
-
"shape": "
|
|
114486
|
+
"shape": "S36"
|
|
114485
114487
|
}
|
|
114486
114488
|
}
|
|
114487
114489
|
}
|
|
@@ -114500,7 +114502,7 @@ module.exports={
|
|
|
114500
114502
|
"type": "structure",
|
|
114501
114503
|
"members": {
|
|
114502
114504
|
"taskDefinition": {
|
|
114503
|
-
"shape": "
|
|
114505
|
+
"shape": "S3j"
|
|
114504
114506
|
}
|
|
114505
114507
|
}
|
|
114506
114508
|
}
|
|
@@ -114532,7 +114534,7 @@ module.exports={
|
|
|
114532
114534
|
}
|
|
114533
114535
|
},
|
|
114534
114536
|
"failures": {
|
|
114535
|
-
"shape": "
|
|
114537
|
+
"shape": "S5p"
|
|
114536
114538
|
},
|
|
114537
114539
|
"nextToken": {}
|
|
114538
114540
|
}
|
|
@@ -114561,7 +114563,7 @@ module.exports={
|
|
|
114561
114563
|
}
|
|
114562
114564
|
},
|
|
114563
114565
|
"failures": {
|
|
114564
|
-
"shape": "
|
|
114566
|
+
"shape": "S5p"
|
|
114565
114567
|
}
|
|
114566
114568
|
}
|
|
114567
114569
|
}
|
|
@@ -114587,10 +114589,10 @@ module.exports={
|
|
|
114587
114589
|
"type": "structure",
|
|
114588
114590
|
"members": {
|
|
114589
114591
|
"containerInstances": {
|
|
114590
|
-
"shape": "
|
|
114592
|
+
"shape": "S60"
|
|
114591
114593
|
},
|
|
114592
114594
|
"failures": {
|
|
114593
|
-
"shape": "
|
|
114595
|
+
"shape": "S5p"
|
|
114594
114596
|
}
|
|
114595
114597
|
}
|
|
114596
114598
|
}
|
|
@@ -114618,11 +114620,11 @@ module.exports={
|
|
|
114618
114620
|
"services": {
|
|
114619
114621
|
"type": "list",
|
|
114620
114622
|
"member": {
|
|
114621
|
-
"shape": "
|
|
114623
|
+
"shape": "S25"
|
|
114622
114624
|
}
|
|
114623
114625
|
},
|
|
114624
114626
|
"failures": {
|
|
114625
|
-
"shape": "
|
|
114627
|
+
"shape": "S5p"
|
|
114626
114628
|
}
|
|
114627
114629
|
}
|
|
114628
114630
|
}
|
|
@@ -114645,7 +114647,7 @@ module.exports={
|
|
|
114645
114647
|
"type": "structure",
|
|
114646
114648
|
"members": {
|
|
114647
114649
|
"taskDefinition": {
|
|
114648
|
-
"shape": "
|
|
114650
|
+
"shape": "S3j"
|
|
114649
114651
|
},
|
|
114650
114652
|
"tags": {
|
|
114651
114653
|
"shape": "Sa"
|
|
@@ -114676,10 +114678,10 @@ module.exports={
|
|
|
114676
114678
|
"type": "structure",
|
|
114677
114679
|
"members": {
|
|
114678
114680
|
"taskSets": {
|
|
114679
|
-
"shape": "
|
|
114681
|
+
"shape": "S26"
|
|
114680
114682
|
},
|
|
114681
114683
|
"failures": {
|
|
114682
|
-
"shape": "
|
|
114684
|
+
"shape": "S5p"
|
|
114683
114685
|
}
|
|
114684
114686
|
}
|
|
114685
114687
|
}
|
|
@@ -114705,10 +114707,10 @@ module.exports={
|
|
|
114705
114707
|
"type": "structure",
|
|
114706
114708
|
"members": {
|
|
114707
114709
|
"tasks": {
|
|
114708
|
-
"shape": "
|
|
114710
|
+
"shape": "S6i"
|
|
114709
114711
|
},
|
|
114710
114712
|
"failures": {
|
|
114711
|
-
"shape": "
|
|
114713
|
+
"shape": "S5p"
|
|
114712
114714
|
}
|
|
114713
114715
|
}
|
|
114714
114716
|
}
|
|
@@ -114789,10 +114791,10 @@ module.exports={
|
|
|
114789
114791
|
"type": "structure",
|
|
114790
114792
|
"members": {
|
|
114791
114793
|
"protectedTasks": {
|
|
114792
|
-
"shape": "
|
|
114794
|
+
"shape": "S7a"
|
|
114793
114795
|
},
|
|
114794
114796
|
"failures": {
|
|
114795
|
-
"shape": "
|
|
114797
|
+
"shape": "S5p"
|
|
114796
114798
|
}
|
|
114797
114799
|
}
|
|
114798
114800
|
}
|
|
@@ -114819,7 +114821,7 @@ module.exports={
|
|
|
114819
114821
|
"settings": {
|
|
114820
114822
|
"type": "list",
|
|
114821
114823
|
"member": {
|
|
114822
|
-
"shape": "
|
|
114824
|
+
"shape": "S2p"
|
|
114823
114825
|
}
|
|
114824
114826
|
},
|
|
114825
114827
|
"nextToken": {}
|
|
@@ -114847,7 +114849,7 @@ module.exports={
|
|
|
114847
114849
|
"type": "structure",
|
|
114848
114850
|
"members": {
|
|
114849
114851
|
"attributes": {
|
|
114850
|
-
"shape": "
|
|
114852
|
+
"shape": "S2r"
|
|
114851
114853
|
},
|
|
114852
114854
|
"nextToken": {}
|
|
114853
114855
|
}
|
|
@@ -115051,7 +115053,7 @@ module.exports={
|
|
|
115051
115053
|
"type": "structure",
|
|
115052
115054
|
"members": {
|
|
115053
115055
|
"setting": {
|
|
115054
|
-
"shape": "
|
|
115056
|
+
"shape": "S2p"
|
|
115055
115057
|
}
|
|
115056
115058
|
}
|
|
115057
115059
|
}
|
|
@@ -115072,7 +115074,7 @@ module.exports={
|
|
|
115072
115074
|
"type": "structure",
|
|
115073
115075
|
"members": {
|
|
115074
115076
|
"setting": {
|
|
115075
|
-
"shape": "
|
|
115077
|
+
"shape": "S2p"
|
|
115076
115078
|
}
|
|
115077
115079
|
}
|
|
115078
115080
|
}
|
|
@@ -115086,7 +115088,7 @@ module.exports={
|
|
|
115086
115088
|
"members": {
|
|
115087
115089
|
"cluster": {},
|
|
115088
115090
|
"attributes": {
|
|
115089
|
-
"shape": "
|
|
115091
|
+
"shape": "S2r"
|
|
115090
115092
|
}
|
|
115091
115093
|
}
|
|
115092
115094
|
},
|
|
@@ -115094,7 +115096,7 @@ module.exports={
|
|
|
115094
115096
|
"type": "structure",
|
|
115095
115097
|
"members": {
|
|
115096
115098
|
"attributes": {
|
|
115097
|
-
"shape": "
|
|
115099
|
+
"shape": "S2r"
|
|
115098
115100
|
}
|
|
115099
115101
|
}
|
|
115100
115102
|
}
|
|
@@ -115134,14 +115136,14 @@ module.exports={
|
|
|
115134
115136
|
"instanceIdentityDocument": {},
|
|
115135
115137
|
"instanceIdentityDocumentSignature": {},
|
|
115136
115138
|
"totalResources": {
|
|
115137
|
-
"shape": "
|
|
115139
|
+
"shape": "S39"
|
|
115138
115140
|
},
|
|
115139
115141
|
"versionInfo": {
|
|
115140
|
-
"shape": "
|
|
115142
|
+
"shape": "S38"
|
|
115141
115143
|
},
|
|
115142
115144
|
"containerInstanceArn": {},
|
|
115143
115145
|
"attributes": {
|
|
115144
|
-
"shape": "
|
|
115146
|
+
"shape": "S2r"
|
|
115145
115147
|
},
|
|
115146
115148
|
"platformDevices": {
|
|
115147
115149
|
"type": "list",
|
|
@@ -115166,7 +115168,7 @@ module.exports={
|
|
|
115166
115168
|
"type": "structure",
|
|
115167
115169
|
"members": {
|
|
115168
115170
|
"containerInstance": {
|
|
115169
|
-
"shape": "
|
|
115171
|
+
"shape": "S36"
|
|
115170
115172
|
}
|
|
115171
115173
|
}
|
|
115172
115174
|
}
|
|
@@ -115184,16 +115186,16 @@ module.exports={
|
|
|
115184
115186
|
"executionRoleArn": {},
|
|
115185
115187
|
"networkMode": {},
|
|
115186
115188
|
"containerDefinitions": {
|
|
115187
|
-
"shape": "
|
|
115189
|
+
"shape": "S3k"
|
|
115188
115190
|
},
|
|
115189
115191
|
"volumes": {
|
|
115190
|
-
"shape": "
|
|
115192
|
+
"shape": "S4q"
|
|
115191
115193
|
},
|
|
115192
115194
|
"placementConstraints": {
|
|
115193
|
-
"shape": "
|
|
115195
|
+
"shape": "S54"
|
|
115194
115196
|
},
|
|
115195
115197
|
"requiresCompatibilities": {
|
|
115196
|
-
"shape": "
|
|
115198
|
+
"shape": "S57"
|
|
115197
115199
|
},
|
|
115198
115200
|
"cpu": {},
|
|
115199
115201
|
"memory": {},
|
|
@@ -115203,16 +115205,16 @@ module.exports={
|
|
|
115203
115205
|
"pidMode": {},
|
|
115204
115206
|
"ipcMode": {},
|
|
115205
115207
|
"proxyConfiguration": {
|
|
115206
|
-
"shape": "
|
|
115208
|
+
"shape": "S5g"
|
|
115207
115209
|
},
|
|
115208
115210
|
"inferenceAccelerators": {
|
|
115209
|
-
"shape": "
|
|
115211
|
+
"shape": "S5c"
|
|
115210
115212
|
},
|
|
115211
115213
|
"ephemeralStorage": {
|
|
115212
|
-
"shape": "
|
|
115214
|
+
"shape": "S5j"
|
|
115213
115215
|
},
|
|
115214
115216
|
"runtimePlatform": {
|
|
115215
|
-
"shape": "
|
|
115217
|
+
"shape": "S59"
|
|
115216
115218
|
}
|
|
115217
115219
|
}
|
|
115218
115220
|
},
|
|
@@ -115220,7 +115222,7 @@ module.exports={
|
|
|
115220
115222
|
"type": "structure",
|
|
115221
115223
|
"members": {
|
|
115222
115224
|
"taskDefinition": {
|
|
115223
|
-
"shape": "
|
|
115225
|
+
"shape": "S3j"
|
|
115224
115226
|
},
|
|
115225
115227
|
"tags": {
|
|
115226
115228
|
"shape": "Sa"
|
|
@@ -115251,16 +115253,16 @@ module.exports={
|
|
|
115251
115253
|
"group": {},
|
|
115252
115254
|
"launchType": {},
|
|
115253
115255
|
"networkConfiguration": {
|
|
115254
|
-
"shape": "
|
|
115256
|
+
"shape": "S1m"
|
|
115255
115257
|
},
|
|
115256
115258
|
"overrides": {
|
|
115257
|
-
"shape": "
|
|
115259
|
+
"shape": "S6w"
|
|
115258
115260
|
},
|
|
115259
115261
|
"placementConstraints": {
|
|
115260
|
-
"shape": "
|
|
115262
|
+
"shape": "S1g"
|
|
115261
115263
|
},
|
|
115262
115264
|
"placementStrategy": {
|
|
115263
|
-
"shape": "
|
|
115265
|
+
"shape": "S1j"
|
|
115264
115266
|
},
|
|
115265
115267
|
"platformVersion": {},
|
|
115266
115268
|
"propagateTags": {},
|
|
@@ -115276,10 +115278,10 @@ module.exports={
|
|
|
115276
115278
|
"type": "structure",
|
|
115277
115279
|
"members": {
|
|
115278
115280
|
"tasks": {
|
|
115279
|
-
"shape": "
|
|
115281
|
+
"shape": "S6i"
|
|
115280
115282
|
},
|
|
115281
115283
|
"failures": {
|
|
115282
|
-
"shape": "
|
|
115284
|
+
"shape": "S5p"
|
|
115283
115285
|
}
|
|
115284
115286
|
}
|
|
115285
115287
|
}
|
|
@@ -115304,10 +115306,10 @@ module.exports={
|
|
|
115304
115306
|
},
|
|
115305
115307
|
"group": {},
|
|
115306
115308
|
"networkConfiguration": {
|
|
115307
|
-
"shape": "
|
|
115309
|
+
"shape": "S1m"
|
|
115308
115310
|
},
|
|
115309
115311
|
"overrides": {
|
|
115310
|
-
"shape": "
|
|
115312
|
+
"shape": "S6w"
|
|
115311
115313
|
},
|
|
115312
115314
|
"propagateTags": {},
|
|
115313
115315
|
"referenceId": {},
|
|
@@ -115322,10 +115324,10 @@ module.exports={
|
|
|
115322
115324
|
"type": "structure",
|
|
115323
115325
|
"members": {
|
|
115324
115326
|
"tasks": {
|
|
115325
|
-
"shape": "
|
|
115327
|
+
"shape": "S6i"
|
|
115326
115328
|
},
|
|
115327
115329
|
"failures": {
|
|
115328
|
-
"shape": "
|
|
115330
|
+
"shape": "S5p"
|
|
115329
115331
|
}
|
|
115330
115332
|
}
|
|
115331
115333
|
}
|
|
@@ -115346,7 +115348,7 @@ module.exports={
|
|
|
115346
115348
|
"type": "structure",
|
|
115347
115349
|
"members": {
|
|
115348
115350
|
"task": {
|
|
115349
|
-
"shape": "
|
|
115351
|
+
"shape": "S6j"
|
|
115350
115352
|
}
|
|
115351
115353
|
}
|
|
115352
115354
|
}
|
|
@@ -115360,7 +115362,7 @@ module.exports={
|
|
|
115360
115362
|
"members": {
|
|
115361
115363
|
"cluster": {},
|
|
115362
115364
|
"attachments": {
|
|
115363
|
-
"shape": "
|
|
115365
|
+
"shape": "S8n"
|
|
115364
115366
|
}
|
|
115365
115367
|
}
|
|
115366
115368
|
},
|
|
@@ -115385,7 +115387,7 @@ module.exports={
|
|
|
115385
115387
|
},
|
|
115386
115388
|
"reason": {},
|
|
115387
115389
|
"networkBindings": {
|
|
115388
|
-
"shape": "
|
|
115390
|
+
"shape": "S6n"
|
|
115389
115391
|
}
|
|
115390
115392
|
}
|
|
115391
115393
|
},
|
|
@@ -115416,7 +115418,7 @@ module.exports={
|
|
|
115416
115418
|
"type": "integer"
|
|
115417
115419
|
},
|
|
115418
115420
|
"networkBindings": {
|
|
115419
|
-
"shape": "
|
|
115421
|
+
"shape": "S6n"
|
|
115420
115422
|
},
|
|
115421
115423
|
"reason": {},
|
|
115422
115424
|
"status": {}
|
|
@@ -115424,7 +115426,7 @@ module.exports={
|
|
|
115424
115426
|
}
|
|
115425
115427
|
},
|
|
115426
115428
|
"attachments": {
|
|
115427
|
-
"shape": "
|
|
115429
|
+
"shape": "S8n"
|
|
115428
115430
|
},
|
|
115429
115431
|
"managedAgents": {
|
|
115430
115432
|
"type": "list",
|
|
@@ -115595,7 +115597,7 @@ module.exports={
|
|
|
115595
115597
|
"type": "structure",
|
|
115596
115598
|
"members": {
|
|
115597
115599
|
"containerInstance": {
|
|
115598
|
-
"shape": "
|
|
115600
|
+
"shape": "S36"
|
|
115599
115601
|
}
|
|
115600
115602
|
}
|
|
115601
115603
|
}
|
|
@@ -115619,10 +115621,10 @@ module.exports={
|
|
|
115619
115621
|
"type": "structure",
|
|
115620
115622
|
"members": {
|
|
115621
115623
|
"containerInstances": {
|
|
115622
|
-
"shape": "
|
|
115624
|
+
"shape": "S60"
|
|
115623
115625
|
},
|
|
115624
115626
|
"failures": {
|
|
115625
|
-
"shape": "
|
|
115627
|
+
"shape": "S5p"
|
|
115626
115628
|
}
|
|
115627
115629
|
}
|
|
115628
115630
|
}
|
|
@@ -115647,13 +115649,13 @@ module.exports={
|
|
|
115647
115649
|
"shape": "S1d"
|
|
115648
115650
|
},
|
|
115649
115651
|
"networkConfiguration": {
|
|
115650
|
-
"shape": "
|
|
115652
|
+
"shape": "S1m"
|
|
115651
115653
|
},
|
|
115652
115654
|
"placementConstraints": {
|
|
115653
|
-
"shape": "
|
|
115655
|
+
"shape": "S1g"
|
|
115654
115656
|
},
|
|
115655
115657
|
"placementStrategy": {
|
|
115656
|
-
"shape": "
|
|
115658
|
+
"shape": "S1j"
|
|
115657
115659
|
},
|
|
115658
115660
|
"platformVersion": {},
|
|
115659
115661
|
"forceNewDeployment": {
|
|
@@ -115676,7 +115678,7 @@ module.exports={
|
|
|
115676
115678
|
"shape": "S1a"
|
|
115677
115679
|
},
|
|
115678
115680
|
"serviceConnectConfiguration": {
|
|
115679
|
-
"shape": "
|
|
115681
|
+
"shape": "S1t"
|
|
115680
115682
|
}
|
|
115681
115683
|
}
|
|
115682
115684
|
},
|
|
@@ -115684,7 +115686,7 @@ module.exports={
|
|
|
115684
115686
|
"type": "structure",
|
|
115685
115687
|
"members": {
|
|
115686
115688
|
"service": {
|
|
115687
|
-
"shape": "
|
|
115689
|
+
"shape": "S25"
|
|
115688
115690
|
}
|
|
115689
115691
|
}
|
|
115690
115692
|
}
|
|
@@ -115707,7 +115709,7 @@ module.exports={
|
|
|
115707
115709
|
"type": "structure",
|
|
115708
115710
|
"members": {
|
|
115709
115711
|
"taskSet": {
|
|
115710
|
-
"shape": "
|
|
115712
|
+
"shape": "S27"
|
|
115711
115713
|
}
|
|
115712
115714
|
}
|
|
115713
115715
|
}
|
|
@@ -115737,10 +115739,10 @@ module.exports={
|
|
|
115737
115739
|
"type": "structure",
|
|
115738
115740
|
"members": {
|
|
115739
115741
|
"protectedTasks": {
|
|
115740
|
-
"shape": "
|
|
115742
|
+
"shape": "S7a"
|
|
115741
115743
|
},
|
|
115742
115744
|
"failures": {
|
|
115743
|
-
"shape": "
|
|
115745
|
+
"shape": "S5p"
|
|
115744
115746
|
}
|
|
115745
115747
|
}
|
|
115746
115748
|
}
|
|
@@ -115759,7 +115761,7 @@ module.exports={
|
|
|
115759
115761
|
"service": {},
|
|
115760
115762
|
"taskSet": {},
|
|
115761
115763
|
"scale": {
|
|
115762
|
-
"shape": "
|
|
115764
|
+
"shape": "S29"
|
|
115763
115765
|
}
|
|
115764
115766
|
}
|
|
115765
115767
|
},
|
|
@@ -115767,7 +115769,7 @@ module.exports={
|
|
|
115767
115769
|
"type": "structure",
|
|
115768
115770
|
"members": {
|
|
115769
115771
|
"taskSet": {
|
|
115770
|
-
"shape": "
|
|
115772
|
+
"shape": "S27"
|
|
115771
115773
|
}
|
|
115772
115774
|
}
|
|
115773
115775
|
}
|
|
@@ -116026,10 +116028,29 @@ module.exports={
|
|
|
116026
116028
|
},
|
|
116027
116029
|
"minimumHealthyPercent": {
|
|
116028
116030
|
"type": "integer"
|
|
116031
|
+
},
|
|
116032
|
+
"alarms": {
|
|
116033
|
+
"type": "structure",
|
|
116034
|
+
"required": [
|
|
116035
|
+
"alarmNames",
|
|
116036
|
+
"enable",
|
|
116037
|
+
"rollback"
|
|
116038
|
+
],
|
|
116039
|
+
"members": {
|
|
116040
|
+
"alarmNames": {
|
|
116041
|
+
"shape": "Sr"
|
|
116042
|
+
},
|
|
116043
|
+
"enable": {
|
|
116044
|
+
"type": "boolean"
|
|
116045
|
+
},
|
|
116046
|
+
"rollback": {
|
|
116047
|
+
"type": "boolean"
|
|
116048
|
+
}
|
|
116049
|
+
}
|
|
116029
116050
|
}
|
|
116030
116051
|
}
|
|
116031
116052
|
},
|
|
116032
|
-
"
|
|
116053
|
+
"S1g": {
|
|
116033
116054
|
"type": "list",
|
|
116034
116055
|
"member": {
|
|
116035
116056
|
"type": "structure",
|
|
@@ -116039,7 +116060,7 @@ module.exports={
|
|
|
116039
116060
|
}
|
|
116040
116061
|
}
|
|
116041
116062
|
},
|
|
116042
|
-
"
|
|
116063
|
+
"S1j": {
|
|
116043
116064
|
"type": "list",
|
|
116044
116065
|
"member": {
|
|
116045
116066
|
"type": "structure",
|
|
@@ -116049,7 +116070,7 @@ module.exports={
|
|
|
116049
116070
|
}
|
|
116050
116071
|
}
|
|
116051
116072
|
},
|
|
116052
|
-
"
|
|
116073
|
+
"S1m": {
|
|
116053
116074
|
"type": "structure",
|
|
116054
116075
|
"members": {
|
|
116055
116076
|
"awsvpcConfiguration": {
|
|
@@ -116069,7 +116090,7 @@ module.exports={
|
|
|
116069
116090
|
}
|
|
116070
116091
|
}
|
|
116071
116092
|
},
|
|
116072
|
-
"
|
|
116093
|
+
"S1q": {
|
|
116073
116094
|
"type": "structure",
|
|
116074
116095
|
"required": [
|
|
116075
116096
|
"type"
|
|
@@ -116078,7 +116099,7 @@ module.exports={
|
|
|
116078
116099
|
"type": {}
|
|
116079
116100
|
}
|
|
116080
116101
|
},
|
|
116081
|
-
"
|
|
116102
|
+
"S1t": {
|
|
116082
116103
|
"type": "structure",
|
|
116083
116104
|
"required": [
|
|
116084
116105
|
"enabled"
|
|
@@ -116120,11 +116141,11 @@ module.exports={
|
|
|
116120
116141
|
}
|
|
116121
116142
|
},
|
|
116122
116143
|
"logConfiguration": {
|
|
116123
|
-
"shape": "
|
|
116144
|
+
"shape": "S1z"
|
|
116124
116145
|
}
|
|
116125
116146
|
}
|
|
116126
116147
|
},
|
|
116127
|
-
"
|
|
116148
|
+
"S1z": {
|
|
116128
116149
|
"type": "structure",
|
|
116129
116150
|
"required": [
|
|
116130
116151
|
"logDriver"
|
|
@@ -116137,11 +116158,11 @@ module.exports={
|
|
|
116137
116158
|
"value": {}
|
|
116138
116159
|
},
|
|
116139
116160
|
"secretOptions": {
|
|
116140
|
-
"shape": "
|
|
116161
|
+
"shape": "S22"
|
|
116141
116162
|
}
|
|
116142
116163
|
}
|
|
116143
116164
|
},
|
|
116144
|
-
"
|
|
116165
|
+
"S22": {
|
|
116145
116166
|
"type": "list",
|
|
116146
116167
|
"member": {
|
|
116147
116168
|
"type": "structure",
|
|
@@ -116155,7 +116176,7 @@ module.exports={
|
|
|
116155
116176
|
}
|
|
116156
116177
|
}
|
|
116157
116178
|
},
|
|
116158
|
-
"
|
|
116179
|
+
"S25": {
|
|
116159
116180
|
"type": "structure",
|
|
116160
116181
|
"members": {
|
|
116161
116182
|
"serviceArn": {},
|
|
@@ -116188,7 +116209,7 @@ module.exports={
|
|
|
116188
116209
|
"shape": "S1d"
|
|
116189
116210
|
},
|
|
116190
116211
|
"taskSets": {
|
|
116191
|
-
"shape": "
|
|
116212
|
+
"shape": "S26"
|
|
116192
116213
|
},
|
|
116193
116214
|
"deployments": {
|
|
116194
116215
|
"type": "list",
|
|
@@ -116223,12 +116244,12 @@ module.exports={
|
|
|
116223
116244
|
"platformVersion": {},
|
|
116224
116245
|
"platformFamily": {},
|
|
116225
116246
|
"networkConfiguration": {
|
|
116226
|
-
"shape": "
|
|
116247
|
+
"shape": "S1m"
|
|
116227
116248
|
},
|
|
116228
116249
|
"rolloutState": {},
|
|
116229
116250
|
"rolloutStateReason": {},
|
|
116230
116251
|
"serviceConnectConfiguration": {
|
|
116231
|
-
"shape": "
|
|
116252
|
+
"shape": "S1t"
|
|
116232
116253
|
},
|
|
116233
116254
|
"serviceConnectResources": {
|
|
116234
116255
|
"type": "list",
|
|
@@ -116261,20 +116282,20 @@ module.exports={
|
|
|
116261
116282
|
"type": "timestamp"
|
|
116262
116283
|
},
|
|
116263
116284
|
"placementConstraints": {
|
|
116264
|
-
"shape": "
|
|
116285
|
+
"shape": "S1g"
|
|
116265
116286
|
},
|
|
116266
116287
|
"placementStrategy": {
|
|
116267
|
-
"shape": "
|
|
116288
|
+
"shape": "S1j"
|
|
116268
116289
|
},
|
|
116269
116290
|
"networkConfiguration": {
|
|
116270
|
-
"shape": "
|
|
116291
|
+
"shape": "S1m"
|
|
116271
116292
|
},
|
|
116272
116293
|
"healthCheckGracePeriodSeconds": {
|
|
116273
116294
|
"type": "integer"
|
|
116274
116295
|
},
|
|
116275
116296
|
"schedulingStrategy": {},
|
|
116276
116297
|
"deploymentController": {
|
|
116277
|
-
"shape": "
|
|
116298
|
+
"shape": "S1q"
|
|
116278
116299
|
},
|
|
116279
116300
|
"tags": {
|
|
116280
116301
|
"shape": "Sa"
|
|
@@ -116289,13 +116310,13 @@ module.exports={
|
|
|
116289
116310
|
}
|
|
116290
116311
|
}
|
|
116291
116312
|
},
|
|
116292
|
-
"
|
|
116313
|
+
"S26": {
|
|
116293
116314
|
"type": "list",
|
|
116294
116315
|
"member": {
|
|
116295
|
-
"shape": "
|
|
116316
|
+
"shape": "S27"
|
|
116296
116317
|
}
|
|
116297
116318
|
},
|
|
116298
|
-
"
|
|
116319
|
+
"S27": {
|
|
116299
116320
|
"type": "structure",
|
|
116300
116321
|
"members": {
|
|
116301
116322
|
"id": {},
|
|
@@ -116328,7 +116349,7 @@ module.exports={
|
|
|
116328
116349
|
"platformVersion": {},
|
|
116329
116350
|
"platformFamily": {},
|
|
116330
116351
|
"networkConfiguration": {
|
|
116331
|
-
"shape": "
|
|
116352
|
+
"shape": "S1m"
|
|
116332
116353
|
},
|
|
116333
116354
|
"loadBalancers": {
|
|
116334
116355
|
"shape": "S17"
|
|
@@ -116337,7 +116358,7 @@ module.exports={
|
|
|
116337
116358
|
"shape": "S1a"
|
|
116338
116359
|
},
|
|
116339
116360
|
"scale": {
|
|
116340
|
-
"shape": "
|
|
116361
|
+
"shape": "S29"
|
|
116341
116362
|
},
|
|
116342
116363
|
"stabilityStatus": {},
|
|
116343
116364
|
"stabilityStatusAt": {
|
|
@@ -116348,7 +116369,7 @@ module.exports={
|
|
|
116348
116369
|
}
|
|
116349
116370
|
}
|
|
116350
116371
|
},
|
|
116351
|
-
"
|
|
116372
|
+
"S29": {
|
|
116352
116373
|
"type": "structure",
|
|
116353
116374
|
"members": {
|
|
116354
116375
|
"value": {
|
|
@@ -116357,7 +116378,7 @@ module.exports={
|
|
|
116357
116378
|
"unit": {}
|
|
116358
116379
|
}
|
|
116359
116380
|
},
|
|
116360
|
-
"
|
|
116381
|
+
"S2p": {
|
|
116361
116382
|
"type": "structure",
|
|
116362
116383
|
"members": {
|
|
116363
116384
|
"name": {},
|
|
@@ -116365,13 +116386,13 @@ module.exports={
|
|
|
116365
116386
|
"principalArn": {}
|
|
116366
116387
|
}
|
|
116367
116388
|
},
|
|
116368
|
-
"
|
|
116389
|
+
"S2r": {
|
|
116369
116390
|
"type": "list",
|
|
116370
116391
|
"member": {
|
|
116371
|
-
"shape": "
|
|
116392
|
+
"shape": "S2s"
|
|
116372
116393
|
}
|
|
116373
116394
|
},
|
|
116374
|
-
"
|
|
116395
|
+
"S2s": {
|
|
116375
116396
|
"type": "structure",
|
|
116376
116397
|
"required": [
|
|
116377
116398
|
"name"
|
|
@@ -116383,7 +116404,7 @@ module.exports={
|
|
|
116383
116404
|
"targetId": {}
|
|
116384
116405
|
}
|
|
116385
116406
|
},
|
|
116386
|
-
"
|
|
116407
|
+
"S36": {
|
|
116387
116408
|
"type": "structure",
|
|
116388
116409
|
"members": {
|
|
116389
116410
|
"containerInstanceArn": {},
|
|
@@ -116393,13 +116414,13 @@ module.exports={
|
|
|
116393
116414
|
"type": "long"
|
|
116394
116415
|
},
|
|
116395
116416
|
"versionInfo": {
|
|
116396
|
-
"shape": "
|
|
116417
|
+
"shape": "S38"
|
|
116397
116418
|
},
|
|
116398
116419
|
"remainingResources": {
|
|
116399
|
-
"shape": "
|
|
116420
|
+
"shape": "S39"
|
|
116400
116421
|
},
|
|
116401
116422
|
"registeredResources": {
|
|
116402
|
-
"shape": "
|
|
116423
|
+
"shape": "S39"
|
|
116403
116424
|
},
|
|
116404
116425
|
"status": {},
|
|
116405
116426
|
"statusReason": {},
|
|
@@ -116414,7 +116435,7 @@ module.exports={
|
|
|
116414
116435
|
},
|
|
116415
116436
|
"agentUpdateStatus": {},
|
|
116416
116437
|
"attributes": {
|
|
116417
|
-
"shape": "
|
|
116438
|
+
"shape": "S2r"
|
|
116418
116439
|
},
|
|
116419
116440
|
"registeredAt": {
|
|
116420
116441
|
"type": "timestamp"
|
|
@@ -116449,7 +116470,7 @@ module.exports={
|
|
|
116449
116470
|
}
|
|
116450
116471
|
}
|
|
116451
116472
|
},
|
|
116452
|
-
"
|
|
116473
|
+
"S38": {
|
|
116453
116474
|
"type": "structure",
|
|
116454
116475
|
"members": {
|
|
116455
116476
|
"agentVersion": {},
|
|
@@ -116457,7 +116478,7 @@ module.exports={
|
|
|
116457
116478
|
"dockerVersion": {}
|
|
116458
116479
|
}
|
|
116459
116480
|
},
|
|
116460
|
-
"
|
|
116481
|
+
"S39": {
|
|
116461
116482
|
"type": "list",
|
|
116462
116483
|
"member": {
|
|
116463
116484
|
"type": "structure",
|
|
@@ -116479,12 +116500,12 @@ module.exports={
|
|
|
116479
116500
|
}
|
|
116480
116501
|
}
|
|
116481
116502
|
},
|
|
116482
|
-
"
|
|
116503
|
+
"S3j": {
|
|
116483
116504
|
"type": "structure",
|
|
116484
116505
|
"members": {
|
|
116485
116506
|
"taskDefinitionArn": {},
|
|
116486
116507
|
"containerDefinitions": {
|
|
116487
|
-
"shape": "
|
|
116508
|
+
"shape": "S3k"
|
|
116488
116509
|
},
|
|
116489
116510
|
"family": {},
|
|
116490
116511
|
"taskRoleArn": {},
|
|
@@ -116494,36 +116515,36 @@ module.exports={
|
|
|
116494
116515
|
"type": "integer"
|
|
116495
116516
|
},
|
|
116496
116517
|
"volumes": {
|
|
116497
|
-
"shape": "
|
|
116518
|
+
"shape": "S4q"
|
|
116498
116519
|
},
|
|
116499
116520
|
"status": {},
|
|
116500
116521
|
"requiresAttributes": {
|
|
116501
116522
|
"type": "list",
|
|
116502
116523
|
"member": {
|
|
116503
|
-
"shape": "
|
|
116524
|
+
"shape": "S2s"
|
|
116504
116525
|
}
|
|
116505
116526
|
},
|
|
116506
116527
|
"placementConstraints": {
|
|
116507
|
-
"shape": "
|
|
116528
|
+
"shape": "S54"
|
|
116508
116529
|
},
|
|
116509
116530
|
"compatibilities": {
|
|
116510
|
-
"shape": "
|
|
116531
|
+
"shape": "S57"
|
|
116511
116532
|
},
|
|
116512
116533
|
"runtimePlatform": {
|
|
116513
|
-
"shape": "
|
|
116534
|
+
"shape": "S59"
|
|
116514
116535
|
},
|
|
116515
116536
|
"requiresCompatibilities": {
|
|
116516
|
-
"shape": "
|
|
116537
|
+
"shape": "S57"
|
|
116517
116538
|
},
|
|
116518
116539
|
"cpu": {},
|
|
116519
116540
|
"memory": {},
|
|
116520
116541
|
"inferenceAccelerators": {
|
|
116521
|
-
"shape": "
|
|
116542
|
+
"shape": "S5c"
|
|
116522
116543
|
},
|
|
116523
116544
|
"pidMode": {},
|
|
116524
116545
|
"ipcMode": {},
|
|
116525
116546
|
"proxyConfiguration": {
|
|
116526
|
-
"shape": "
|
|
116547
|
+
"shape": "S5g"
|
|
116527
116548
|
},
|
|
116528
116549
|
"registeredAt": {
|
|
116529
116550
|
"type": "timestamp"
|
|
@@ -116533,11 +116554,11 @@ module.exports={
|
|
|
116533
116554
|
},
|
|
116534
116555
|
"registeredBy": {},
|
|
116535
116556
|
"ephemeralStorage": {
|
|
116536
|
-
"shape": "
|
|
116557
|
+
"shape": "S5j"
|
|
116537
116558
|
}
|
|
116538
116559
|
}
|
|
116539
116560
|
},
|
|
116540
|
-
"
|
|
116561
|
+
"S3k": {
|
|
116541
116562
|
"type": "list",
|
|
116542
116563
|
"member": {
|
|
116543
116564
|
"type": "structure",
|
|
@@ -116593,10 +116614,10 @@ module.exports={
|
|
|
116593
116614
|
"shape": "Sr"
|
|
116594
116615
|
},
|
|
116595
116616
|
"environment": {
|
|
116596
|
-
"shape": "
|
|
116617
|
+
"shape": "S3r"
|
|
116597
116618
|
},
|
|
116598
116619
|
"environmentFiles": {
|
|
116599
|
-
"shape": "
|
|
116620
|
+
"shape": "S3s"
|
|
116600
116621
|
},
|
|
116601
116622
|
"mountPoints": {
|
|
116602
116623
|
"type": "list",
|
|
@@ -116688,7 +116709,7 @@ module.exports={
|
|
|
116688
116709
|
}
|
|
116689
116710
|
},
|
|
116690
116711
|
"secrets": {
|
|
116691
|
-
"shape": "
|
|
116712
|
+
"shape": "S22"
|
|
116692
116713
|
},
|
|
116693
116714
|
"dependsOn": {
|
|
116694
116715
|
"type": "list",
|
|
@@ -116777,7 +116798,7 @@ module.exports={
|
|
|
116777
116798
|
}
|
|
116778
116799
|
},
|
|
116779
116800
|
"logConfiguration": {
|
|
116780
|
-
"shape": "
|
|
116801
|
+
"shape": "S1z"
|
|
116781
116802
|
},
|
|
116782
116803
|
"healthCheck": {
|
|
116783
116804
|
"type": "structure",
|
|
@@ -116813,7 +116834,7 @@ module.exports={
|
|
|
116813
116834
|
}
|
|
116814
116835
|
},
|
|
116815
116836
|
"resourceRequirements": {
|
|
116816
|
-
"shape": "
|
|
116837
|
+
"shape": "S4j"
|
|
116817
116838
|
},
|
|
116818
116839
|
"firelensConfiguration": {
|
|
116819
116840
|
"type": "structure",
|
|
@@ -116832,13 +116853,13 @@ module.exports={
|
|
|
116832
116853
|
}
|
|
116833
116854
|
}
|
|
116834
116855
|
},
|
|
116835
|
-
"
|
|
116856
|
+
"S3r": {
|
|
116836
116857
|
"type": "list",
|
|
116837
116858
|
"member": {
|
|
116838
116859
|
"shape": "S11"
|
|
116839
116860
|
}
|
|
116840
116861
|
},
|
|
116841
|
-
"
|
|
116862
|
+
"S3s": {
|
|
116842
116863
|
"type": "list",
|
|
116843
116864
|
"member": {
|
|
116844
116865
|
"type": "structure",
|
|
@@ -116852,7 +116873,7 @@ module.exports={
|
|
|
116852
116873
|
}
|
|
116853
116874
|
}
|
|
116854
116875
|
},
|
|
116855
|
-
"
|
|
116876
|
+
"S4j": {
|
|
116856
116877
|
"type": "list",
|
|
116857
116878
|
"member": {
|
|
116858
116879
|
"type": "structure",
|
|
@@ -116866,7 +116887,7 @@ module.exports={
|
|
|
116866
116887
|
}
|
|
116867
116888
|
}
|
|
116868
116889
|
},
|
|
116869
|
-
"
|
|
116890
|
+
"S4q": {
|
|
116870
116891
|
"type": "list",
|
|
116871
116892
|
"member": {
|
|
116872
116893
|
"type": "structure",
|
|
@@ -116887,10 +116908,10 @@ module.exports={
|
|
|
116887
116908
|
},
|
|
116888
116909
|
"driver": {},
|
|
116889
116910
|
"driverOpts": {
|
|
116890
|
-
"shape": "
|
|
116911
|
+
"shape": "S4v"
|
|
116891
116912
|
},
|
|
116892
116913
|
"labels": {
|
|
116893
|
-
"shape": "
|
|
116914
|
+
"shape": "S4v"
|
|
116894
116915
|
}
|
|
116895
116916
|
}
|
|
116896
116917
|
},
|
|
@@ -116941,12 +116962,12 @@ module.exports={
|
|
|
116941
116962
|
}
|
|
116942
116963
|
}
|
|
116943
116964
|
},
|
|
116944
|
-
"
|
|
116965
|
+
"S4v": {
|
|
116945
116966
|
"type": "map",
|
|
116946
116967
|
"key": {},
|
|
116947
116968
|
"value": {}
|
|
116948
116969
|
},
|
|
116949
|
-
"
|
|
116970
|
+
"S54": {
|
|
116950
116971
|
"type": "list",
|
|
116951
116972
|
"member": {
|
|
116952
116973
|
"type": "structure",
|
|
@@ -116956,18 +116977,18 @@ module.exports={
|
|
|
116956
116977
|
}
|
|
116957
116978
|
}
|
|
116958
116979
|
},
|
|
116959
|
-
"
|
|
116980
|
+
"S57": {
|
|
116960
116981
|
"type": "list",
|
|
116961
116982
|
"member": {}
|
|
116962
116983
|
},
|
|
116963
|
-
"
|
|
116984
|
+
"S59": {
|
|
116964
116985
|
"type": "structure",
|
|
116965
116986
|
"members": {
|
|
116966
116987
|
"cpuArchitecture": {},
|
|
116967
116988
|
"operatingSystemFamily": {}
|
|
116968
116989
|
}
|
|
116969
116990
|
},
|
|
116970
|
-
"
|
|
116991
|
+
"S5c": {
|
|
116971
116992
|
"type": "list",
|
|
116972
116993
|
"member": {
|
|
116973
116994
|
"type": "structure",
|
|
@@ -116981,7 +117002,7 @@ module.exports={
|
|
|
116981
117002
|
}
|
|
116982
117003
|
}
|
|
116983
117004
|
},
|
|
116984
|
-
"
|
|
117005
|
+
"S5g": {
|
|
116985
117006
|
"type": "structure",
|
|
116986
117007
|
"required": [
|
|
116987
117008
|
"containerName"
|
|
@@ -116997,7 +117018,7 @@ module.exports={
|
|
|
116997
117018
|
}
|
|
116998
117019
|
}
|
|
116999
117020
|
},
|
|
117000
|
-
"
|
|
117021
|
+
"S5j": {
|
|
117001
117022
|
"type": "structure",
|
|
117002
117023
|
"required": [
|
|
117003
117024
|
"sizeInGiB"
|
|
@@ -117008,7 +117029,7 @@ module.exports={
|
|
|
117008
117029
|
}
|
|
117009
117030
|
}
|
|
117010
117031
|
},
|
|
117011
|
-
"
|
|
117032
|
+
"S5p": {
|
|
117012
117033
|
"type": "list",
|
|
117013
117034
|
"member": {
|
|
117014
117035
|
"type": "structure",
|
|
@@ -117019,26 +117040,26 @@ module.exports={
|
|
|
117019
117040
|
}
|
|
117020
117041
|
}
|
|
117021
117042
|
},
|
|
117022
|
-
"
|
|
117043
|
+
"S60": {
|
|
117023
117044
|
"type": "list",
|
|
117024
117045
|
"member": {
|
|
117025
|
-
"shape": "
|
|
117046
|
+
"shape": "S36"
|
|
117026
117047
|
}
|
|
117027
117048
|
},
|
|
117028
|
-
"
|
|
117049
|
+
"S6i": {
|
|
117029
117050
|
"type": "list",
|
|
117030
117051
|
"member": {
|
|
117031
|
-
"shape": "
|
|
117052
|
+
"shape": "S6j"
|
|
117032
117053
|
}
|
|
117033
117054
|
},
|
|
117034
|
-
"
|
|
117055
|
+
"S6j": {
|
|
117035
117056
|
"type": "structure",
|
|
117036
117057
|
"members": {
|
|
117037
117058
|
"attachments": {
|
|
117038
117059
|
"shape": "S12"
|
|
117039
117060
|
},
|
|
117040
117061
|
"attributes": {
|
|
117041
|
-
"shape": "
|
|
117062
|
+
"shape": "S2r"
|
|
117042
117063
|
},
|
|
117043
117064
|
"availabilityZone": {},
|
|
117044
117065
|
"capacityProviderName": {},
|
|
@@ -117065,7 +117086,7 @@ module.exports={
|
|
|
117065
117086
|
},
|
|
117066
117087
|
"reason": {},
|
|
117067
117088
|
"networkBindings": {
|
|
117068
|
-
"shape": "
|
|
117089
|
+
"shape": "S6n"
|
|
117069
117090
|
},
|
|
117070
117091
|
"networkInterfaces": {
|
|
117071
117092
|
"type": "list",
|
|
@@ -117117,13 +117138,13 @@ module.exports={
|
|
|
117117
117138
|
"group": {},
|
|
117118
117139
|
"healthStatus": {},
|
|
117119
117140
|
"inferenceAccelerators": {
|
|
117120
|
-
"shape": "
|
|
117141
|
+
"shape": "S5c"
|
|
117121
117142
|
},
|
|
117122
117143
|
"lastStatus": {},
|
|
117123
117144
|
"launchType": {},
|
|
117124
117145
|
"memory": {},
|
|
117125
117146
|
"overrides": {
|
|
117126
|
-
"shape": "
|
|
117147
|
+
"shape": "S6w"
|
|
117127
117148
|
},
|
|
117128
117149
|
"platformVersion": {},
|
|
117129
117150
|
"platformFamily": {},
|
|
@@ -117154,11 +117175,11 @@ module.exports={
|
|
|
117154
117175
|
"type": "long"
|
|
117155
117176
|
},
|
|
117156
117177
|
"ephemeralStorage": {
|
|
117157
|
-
"shape": "
|
|
117178
|
+
"shape": "S5j"
|
|
117158
117179
|
}
|
|
117159
117180
|
}
|
|
117160
117181
|
},
|
|
117161
|
-
"
|
|
117182
|
+
"S6n": {
|
|
117162
117183
|
"type": "list",
|
|
117163
117184
|
"member": {
|
|
117164
117185
|
"type": "structure",
|
|
@@ -117176,7 +117197,7 @@ module.exports={
|
|
|
117176
117197
|
}
|
|
117177
117198
|
}
|
|
117178
117199
|
},
|
|
117179
|
-
"
|
|
117200
|
+
"S6w": {
|
|
117180
117201
|
"type": "structure",
|
|
117181
117202
|
"members": {
|
|
117182
117203
|
"containerOverrides": {
|
|
@@ -117189,10 +117210,10 @@ module.exports={
|
|
|
117189
117210
|
"shape": "Sr"
|
|
117190
117211
|
},
|
|
117191
117212
|
"environment": {
|
|
117192
|
-
"shape": "
|
|
117213
|
+
"shape": "S3r"
|
|
117193
117214
|
},
|
|
117194
117215
|
"environmentFiles": {
|
|
117195
|
-
"shape": "
|
|
117216
|
+
"shape": "S3s"
|
|
117196
117217
|
},
|
|
117197
117218
|
"cpu": {
|
|
117198
117219
|
"type": "integer"
|
|
@@ -117204,7 +117225,7 @@ module.exports={
|
|
|
117204
117225
|
"type": "integer"
|
|
117205
117226
|
},
|
|
117206
117227
|
"resourceRequirements": {
|
|
117207
|
-
"shape": "
|
|
117228
|
+
"shape": "S4j"
|
|
117208
117229
|
}
|
|
117209
117230
|
}
|
|
117210
117231
|
}
|
|
@@ -117224,11 +117245,11 @@ module.exports={
|
|
|
117224
117245
|
"memory": {},
|
|
117225
117246
|
"taskRoleArn": {},
|
|
117226
117247
|
"ephemeralStorage": {
|
|
117227
|
-
"shape": "
|
|
117248
|
+
"shape": "S5j"
|
|
117228
117249
|
}
|
|
117229
117250
|
}
|
|
117230
117251
|
},
|
|
117231
|
-
"
|
|
117252
|
+
"S7a": {
|
|
117232
117253
|
"type": "list",
|
|
117233
117254
|
"member": {
|
|
117234
117255
|
"type": "structure",
|
|
@@ -117243,7 +117264,7 @@ module.exports={
|
|
|
117243
117264
|
}
|
|
117244
117265
|
}
|
|
117245
117266
|
},
|
|
117246
|
-
"
|
|
117267
|
+
"S8n": {
|
|
117247
117268
|
"type": "list",
|
|
117248
117269
|
"member": {
|
|
117249
117270
|
"type": "structure",
|
|
@@ -162349,6 +162370,58 @@ module.exports={
|
|
|
162349
162370
|
}
|
|
162350
162371
|
}
|
|
162351
162372
|
},
|
|
162373
|
+
"DescribeMappedResourceConfiguration": {
|
|
162374
|
+
"http": {
|
|
162375
|
+
"requestUri": "/describeMappedResourceConfiguration"
|
|
162376
|
+
},
|
|
162377
|
+
"input": {
|
|
162378
|
+
"type": "structure",
|
|
162379
|
+
"members": {
|
|
162380
|
+
"StreamName": {},
|
|
162381
|
+
"StreamARN": {},
|
|
162382
|
+
"MaxResults": {
|
|
162383
|
+
"type": "integer"
|
|
162384
|
+
},
|
|
162385
|
+
"NextToken": {}
|
|
162386
|
+
}
|
|
162387
|
+
},
|
|
162388
|
+
"output": {
|
|
162389
|
+
"type": "structure",
|
|
162390
|
+
"members": {
|
|
162391
|
+
"MappedResourceConfigurationList": {
|
|
162392
|
+
"type": "list",
|
|
162393
|
+
"member": {
|
|
162394
|
+
"type": "structure",
|
|
162395
|
+
"members": {
|
|
162396
|
+
"Type": {},
|
|
162397
|
+
"ARN": {}
|
|
162398
|
+
}
|
|
162399
|
+
}
|
|
162400
|
+
},
|
|
162401
|
+
"NextToken": {}
|
|
162402
|
+
}
|
|
162403
|
+
}
|
|
162404
|
+
},
|
|
162405
|
+
"DescribeMediaStorageConfiguration": {
|
|
162406
|
+
"http": {
|
|
162407
|
+
"requestUri": "/describeMediaStorageConfiguration"
|
|
162408
|
+
},
|
|
162409
|
+
"input": {
|
|
162410
|
+
"type": "structure",
|
|
162411
|
+
"members": {
|
|
162412
|
+
"ChannelName": {},
|
|
162413
|
+
"ChannelARN": {}
|
|
162414
|
+
}
|
|
162415
|
+
},
|
|
162416
|
+
"output": {
|
|
162417
|
+
"type": "structure",
|
|
162418
|
+
"members": {
|
|
162419
|
+
"MediaStorageConfiguration": {
|
|
162420
|
+
"shape": "S1y"
|
|
162421
|
+
}
|
|
162422
|
+
}
|
|
162423
|
+
}
|
|
162424
|
+
},
|
|
162352
162425
|
"DescribeNotificationConfiguration": {
|
|
162353
162426
|
"http": {
|
|
162354
162427
|
"requestUri": "/describeNotificationConfiguration"
|
|
@@ -162364,7 +162437,7 @@ module.exports={
|
|
|
162364
162437
|
"type": "structure",
|
|
162365
162438
|
"members": {
|
|
162366
162439
|
"NotificationConfiguration": {
|
|
162367
|
-
"shape": "
|
|
162440
|
+
"shape": "S22"
|
|
162368
162441
|
}
|
|
162369
162442
|
}
|
|
162370
162443
|
}
|
|
@@ -162384,7 +162457,7 @@ module.exports={
|
|
|
162384
162457
|
"type": "structure",
|
|
162385
162458
|
"members": {
|
|
162386
162459
|
"ChannelInfo": {
|
|
162387
|
-
"shape": "
|
|
162460
|
+
"shape": "S26"
|
|
162388
162461
|
}
|
|
162389
162462
|
}
|
|
162390
162463
|
}
|
|
@@ -162404,7 +162477,7 @@ module.exports={
|
|
|
162404
162477
|
"type": "structure",
|
|
162405
162478
|
"members": {
|
|
162406
162479
|
"StreamInfo": {
|
|
162407
|
-
"shape": "
|
|
162480
|
+
"shape": "S2a"
|
|
162408
162481
|
}
|
|
162409
162482
|
}
|
|
162410
162483
|
}
|
|
@@ -162496,7 +162569,7 @@ module.exports={
|
|
|
162496
162569
|
"ChannelInfoList": {
|
|
162497
162570
|
"type": "list",
|
|
162498
162571
|
"member": {
|
|
162499
|
-
"shape": "
|
|
162572
|
+
"shape": "S26"
|
|
162500
162573
|
}
|
|
162501
162574
|
},
|
|
162502
162575
|
"NextToken": {}
|
|
@@ -162529,7 +162602,7 @@ module.exports={
|
|
|
162529
162602
|
"StreamInfoList": {
|
|
162530
162603
|
"type": "list",
|
|
162531
162604
|
"member": {
|
|
162532
|
-
"shape": "
|
|
162605
|
+
"shape": "S2a"
|
|
162533
162606
|
}
|
|
162534
162607
|
},
|
|
162535
162608
|
"NextToken": {}
|
|
@@ -162678,7 +162751,7 @@ module.exports={
|
|
|
162678
162751
|
"members": {
|
|
162679
162752
|
"ResourceARN": {},
|
|
162680
162753
|
"TagKeyList": {
|
|
162681
|
-
"shape": "
|
|
162754
|
+
"shape": "S3a"
|
|
162682
162755
|
}
|
|
162683
162756
|
}
|
|
162684
162757
|
},
|
|
@@ -162700,7 +162773,7 @@ module.exports={
|
|
|
162700
162773
|
"StreamARN": {},
|
|
162701
162774
|
"StreamName": {},
|
|
162702
162775
|
"TagKeyList": {
|
|
162703
|
-
"shape": "
|
|
162776
|
+
"shape": "S3a"
|
|
162704
162777
|
}
|
|
162705
162778
|
}
|
|
162706
162779
|
},
|
|
@@ -162754,6 +162827,28 @@ module.exports={
|
|
|
162754
162827
|
"members": {}
|
|
162755
162828
|
}
|
|
162756
162829
|
},
|
|
162830
|
+
"UpdateMediaStorageConfiguration": {
|
|
162831
|
+
"http": {
|
|
162832
|
+
"requestUri": "/updateMediaStorageConfiguration"
|
|
162833
|
+
},
|
|
162834
|
+
"input": {
|
|
162835
|
+
"type": "structure",
|
|
162836
|
+
"required": [
|
|
162837
|
+
"ChannelARN",
|
|
162838
|
+
"MediaStorageConfiguration"
|
|
162839
|
+
],
|
|
162840
|
+
"members": {
|
|
162841
|
+
"ChannelARN": {},
|
|
162842
|
+
"MediaStorageConfiguration": {
|
|
162843
|
+
"shape": "S1y"
|
|
162844
|
+
}
|
|
162845
|
+
}
|
|
162846
|
+
},
|
|
162847
|
+
"output": {
|
|
162848
|
+
"type": "structure",
|
|
162849
|
+
"members": {}
|
|
162850
|
+
}
|
|
162851
|
+
},
|
|
162757
162852
|
"UpdateNotificationConfiguration": {
|
|
162758
162853
|
"http": {
|
|
162759
162854
|
"requestUri": "/updateNotificationConfiguration"
|
|
@@ -162764,7 +162859,7 @@ module.exports={
|
|
|
162764
162859
|
"StreamName": {},
|
|
162765
162860
|
"StreamARN": {},
|
|
162766
162861
|
"NotificationConfiguration": {
|
|
162767
|
-
"shape": "
|
|
162862
|
+
"shape": "S22"
|
|
162768
162863
|
}
|
|
162769
162864
|
}
|
|
162770
162865
|
},
|
|
@@ -162963,7 +163058,17 @@ module.exports={
|
|
|
162963
163058
|
}
|
|
162964
163059
|
}
|
|
162965
163060
|
},
|
|
162966
|
-
"
|
|
163061
|
+
"S1y": {
|
|
163062
|
+
"type": "structure",
|
|
163063
|
+
"required": [
|
|
163064
|
+
"Status"
|
|
163065
|
+
],
|
|
163066
|
+
"members": {
|
|
163067
|
+
"StreamARN": {},
|
|
163068
|
+
"Status": {}
|
|
163069
|
+
}
|
|
163070
|
+
},
|
|
163071
|
+
"S22": {
|
|
162967
163072
|
"type": "structure",
|
|
162968
163073
|
"required": [
|
|
162969
163074
|
"Status",
|
|
@@ -162982,7 +163087,7 @@ module.exports={
|
|
|
162982
163087
|
}
|
|
162983
163088
|
}
|
|
162984
163089
|
},
|
|
162985
|
-
"
|
|
163090
|
+
"S26": {
|
|
162986
163091
|
"type": "structure",
|
|
162987
163092
|
"members": {
|
|
162988
163093
|
"ChannelName": {},
|
|
@@ -162998,7 +163103,7 @@ module.exports={
|
|
|
162998
163103
|
"Version": {}
|
|
162999
163104
|
}
|
|
163000
163105
|
},
|
|
163001
|
-
"
|
|
163106
|
+
"S2a": {
|
|
163002
163107
|
"type": "structure",
|
|
163003
163108
|
"members": {
|
|
163004
163109
|
"DeviceName": {},
|
|
@@ -163016,7 +163121,7 @@ module.exports={
|
|
|
163016
163121
|
}
|
|
163017
163122
|
}
|
|
163018
163123
|
},
|
|
163019
|
-
"
|
|
163124
|
+
"S3a": {
|
|
163020
163125
|
"type": "list",
|
|
163021
163126
|
"member": {}
|
|
163022
163127
|
}
|
|
@@ -163025,6 +163130,12 @@ module.exports={
|
|
|
163025
163130
|
},{}],142:[function(require,module,exports){
|
|
163026
163131
|
module.exports={
|
|
163027
163132
|
"pagination": {
|
|
163133
|
+
"DescribeMappedResourceConfiguration": {
|
|
163134
|
+
"input_token": "NextToken",
|
|
163135
|
+
"limit_key": "MaxResults",
|
|
163136
|
+
"output_token": "NextToken",
|
|
163137
|
+
"result_key": "MappedResourceConfigurationList"
|
|
163138
|
+
},
|
|
163028
163139
|
"ListSignalingChannels": {
|
|
163029
163140
|
"input_token": "NextToken",
|
|
163030
163141
|
"limit_key": "MaxResults",
|
|
@@ -177987,6 +178098,10 @@ module.exports={
|
|
|
177987
178098
|
"sagemakermetrics": {
|
|
177988
178099
|
"prefix": "sagemaker-metrics",
|
|
177989
178100
|
"name": "SageMakerMetrics"
|
|
178101
|
+
},
|
|
178102
|
+
"kinesisvideowebrtcstorage": {
|
|
178103
|
+
"prefix": "kinesis-video-webrtc-storage",
|
|
178104
|
+
"name": "KinesisVideoWebRTCStorage"
|
|
177990
178105
|
}
|
|
177991
178106
|
}
|
|
177992
178107
|
},{}],166:[function(require,module,exports){
|
|
@@ -196604,6 +196719,9 @@ module.exports={
|
|
|
196604
196719
|
"StorageThroughput": {
|
|
196605
196720
|
"type": "integer"
|
|
196606
196721
|
},
|
|
196722
|
+
"EnableCustomerOwnedIp": {
|
|
196723
|
+
"type": "boolean"
|
|
196724
|
+
},
|
|
196607
196725
|
"SourceRegion": {}
|
|
196608
196726
|
}
|
|
196609
196727
|
},
|
|
@@ -251196,7 +251314,7 @@ AWS.util.update(AWS, {
|
|
|
251196
251314
|
/**
|
|
251197
251315
|
* @constant
|
|
251198
251316
|
*/
|
|
251199
|
-
VERSION: '2.
|
|
251317
|
+
VERSION: '2.1278.0',
|
|
251200
251318
|
|
|
251201
251319
|
/**
|
|
251202
251320
|
* @api private
|
|
@@ -273256,7 +273374,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273256
273374
|
}());
|
|
273257
273375
|
exports.LRUCache = LRUCache;
|
|
273258
273376
|
},{}],461:[function(require,module,exports){
|
|
273259
|
-
// AWS SDK for JavaScript v2.
|
|
273377
|
+
// AWS SDK for JavaScript v2.1278.0
|
|
273260
273378
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273261
273379
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273262
273380
|
require('./browser_loader');
|