cdk-docker-image-deployment 0.0.173 → 0.0.174
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +32 -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/appflow-2020-08-23.min.json +3 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +209 -182
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +143 -116
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +328 -18
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +64 -39
- package/node_modules/aws-sdk/clients/grafana.d.ts +11 -11
- package/node_modules/aws-sdk/clients/guardduty.d.ts +34 -34
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +21 -9
- package/node_modules/aws-sdk/clients/location.d.ts +336 -55
- package/node_modules/aws-sdk/clients/macie2.d.ts +40 -40
- package/node_modules/aws-sdk/clients/wafv2.d.ts +49 -49
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -40
- package/node_modules/aws-sdk/dist/aws-sdk.js +546 -203
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
- package/node_modules/aws-sdk/dist/xml2js.js +24 -17
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -290,6 +290,33 @@
|
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
|
+
"DeleteTaskDefinitions": {
|
|
294
|
+
"input": {
|
|
295
|
+
"type": "structure",
|
|
296
|
+
"required": [
|
|
297
|
+
"taskDefinitions"
|
|
298
|
+
],
|
|
299
|
+
"members": {
|
|
300
|
+
"taskDefinitions": {
|
|
301
|
+
"shape": "Sr"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"output": {
|
|
306
|
+
"type": "structure",
|
|
307
|
+
"members": {
|
|
308
|
+
"taskDefinitions": {
|
|
309
|
+
"type": "list",
|
|
310
|
+
"member": {
|
|
311
|
+
"shape": "S35"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"failures": {
|
|
315
|
+
"shape": "S56"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
},
|
|
293
320
|
"DeleteTaskSet": {
|
|
294
321
|
"input": {
|
|
295
322
|
"type": "structure",
|
|
@@ -334,7 +361,7 @@
|
|
|
334
361
|
"type": "structure",
|
|
335
362
|
"members": {
|
|
336
363
|
"containerInstance": {
|
|
337
|
-
"shape": "
|
|
364
|
+
"shape": "S5c"
|
|
338
365
|
}
|
|
339
366
|
}
|
|
340
367
|
}
|
|
@@ -353,7 +380,7 @@
|
|
|
353
380
|
"type": "structure",
|
|
354
381
|
"members": {
|
|
355
382
|
"taskDefinition": {
|
|
356
|
-
"shape": "
|
|
383
|
+
"shape": "S35"
|
|
357
384
|
}
|
|
358
385
|
}
|
|
359
386
|
}
|
|
@@ -385,7 +412,7 @@
|
|
|
385
412
|
}
|
|
386
413
|
},
|
|
387
414
|
"failures": {
|
|
388
|
-
"shape": "
|
|
415
|
+
"shape": "S56"
|
|
389
416
|
},
|
|
390
417
|
"nextToken": {}
|
|
391
418
|
}
|
|
@@ -414,7 +441,7 @@
|
|
|
414
441
|
}
|
|
415
442
|
},
|
|
416
443
|
"failures": {
|
|
417
|
-
"shape": "
|
|
444
|
+
"shape": "S56"
|
|
418
445
|
}
|
|
419
446
|
}
|
|
420
447
|
}
|
|
@@ -440,10 +467,10 @@
|
|
|
440
467
|
"type": "structure",
|
|
441
468
|
"members": {
|
|
442
469
|
"containerInstances": {
|
|
443
|
-
"shape": "
|
|
470
|
+
"shape": "S63"
|
|
444
471
|
},
|
|
445
472
|
"failures": {
|
|
446
|
-
"shape": "
|
|
473
|
+
"shape": "S56"
|
|
447
474
|
}
|
|
448
475
|
}
|
|
449
476
|
}
|
|
@@ -475,7 +502,7 @@
|
|
|
475
502
|
}
|
|
476
503
|
},
|
|
477
504
|
"failures": {
|
|
478
|
-
"shape": "
|
|
505
|
+
"shape": "S56"
|
|
479
506
|
}
|
|
480
507
|
}
|
|
481
508
|
}
|
|
@@ -498,7 +525,7 @@
|
|
|
498
525
|
"type": "structure",
|
|
499
526
|
"members": {
|
|
500
527
|
"taskDefinition": {
|
|
501
|
-
"shape": "
|
|
528
|
+
"shape": "S35"
|
|
502
529
|
},
|
|
503
530
|
"tags": {
|
|
504
531
|
"shape": "Sa"
|
|
@@ -532,7 +559,7 @@
|
|
|
532
559
|
"shape": "S26"
|
|
533
560
|
},
|
|
534
561
|
"failures": {
|
|
535
|
-
"shape": "
|
|
562
|
+
"shape": "S56"
|
|
536
563
|
}
|
|
537
564
|
}
|
|
538
565
|
}
|
|
@@ -558,10 +585,10 @@
|
|
|
558
585
|
"type": "structure",
|
|
559
586
|
"members": {
|
|
560
587
|
"tasks": {
|
|
561
|
-
"shape": "
|
|
588
|
+
"shape": "S6l"
|
|
562
589
|
},
|
|
563
590
|
"failures": {
|
|
564
|
-
"shape": "
|
|
591
|
+
"shape": "S56"
|
|
565
592
|
}
|
|
566
593
|
}
|
|
567
594
|
}
|
|
@@ -642,10 +669,10 @@
|
|
|
642
669
|
"type": "structure",
|
|
643
670
|
"members": {
|
|
644
671
|
"protectedTasks": {
|
|
645
|
-
"shape": "
|
|
672
|
+
"shape": "S7d"
|
|
646
673
|
},
|
|
647
674
|
"failures": {
|
|
648
|
-
"shape": "
|
|
675
|
+
"shape": "S56"
|
|
649
676
|
}
|
|
650
677
|
}
|
|
651
678
|
}
|
|
@@ -987,10 +1014,10 @@
|
|
|
987
1014
|
"instanceIdentityDocument": {},
|
|
988
1015
|
"instanceIdentityDocumentSignature": {},
|
|
989
1016
|
"totalResources": {
|
|
990
|
-
"shape": "
|
|
1017
|
+
"shape": "S5f"
|
|
991
1018
|
},
|
|
992
1019
|
"versionInfo": {
|
|
993
|
-
"shape": "
|
|
1020
|
+
"shape": "S5e"
|
|
994
1021
|
},
|
|
995
1022
|
"containerInstanceArn": {},
|
|
996
1023
|
"attributes": {
|
|
@@ -1019,7 +1046,7 @@
|
|
|
1019
1046
|
"type": "structure",
|
|
1020
1047
|
"members": {
|
|
1021
1048
|
"containerInstance": {
|
|
1022
|
-
"shape": "
|
|
1049
|
+
"shape": "S5c"
|
|
1023
1050
|
}
|
|
1024
1051
|
}
|
|
1025
1052
|
}
|
|
@@ -1037,16 +1064,16 @@
|
|
|
1037
1064
|
"executionRoleArn": {},
|
|
1038
1065
|
"networkMode": {},
|
|
1039
1066
|
"containerDefinitions": {
|
|
1040
|
-
"shape": "
|
|
1067
|
+
"shape": "S36"
|
|
1041
1068
|
},
|
|
1042
1069
|
"volumes": {
|
|
1043
|
-
"shape": "
|
|
1070
|
+
"shape": "S4c"
|
|
1044
1071
|
},
|
|
1045
1072
|
"placementConstraints": {
|
|
1046
|
-
"shape": "
|
|
1073
|
+
"shape": "S4q"
|
|
1047
1074
|
},
|
|
1048
1075
|
"requiresCompatibilities": {
|
|
1049
|
-
"shape": "
|
|
1076
|
+
"shape": "S4t"
|
|
1050
1077
|
},
|
|
1051
1078
|
"cpu": {},
|
|
1052
1079
|
"memory": {},
|
|
@@ -1056,16 +1083,16 @@
|
|
|
1056
1083
|
"pidMode": {},
|
|
1057
1084
|
"ipcMode": {},
|
|
1058
1085
|
"proxyConfiguration": {
|
|
1059
|
-
"shape": "
|
|
1086
|
+
"shape": "S52"
|
|
1060
1087
|
},
|
|
1061
1088
|
"inferenceAccelerators": {
|
|
1062
|
-
"shape": "
|
|
1089
|
+
"shape": "S4y"
|
|
1063
1090
|
},
|
|
1064
1091
|
"ephemeralStorage": {
|
|
1065
|
-
"shape": "
|
|
1092
|
+
"shape": "S55"
|
|
1066
1093
|
},
|
|
1067
1094
|
"runtimePlatform": {
|
|
1068
|
-
"shape": "
|
|
1095
|
+
"shape": "S4v"
|
|
1069
1096
|
}
|
|
1070
1097
|
}
|
|
1071
1098
|
},
|
|
@@ -1073,7 +1100,7 @@
|
|
|
1073
1100
|
"type": "structure",
|
|
1074
1101
|
"members": {
|
|
1075
1102
|
"taskDefinition": {
|
|
1076
|
-
"shape": "
|
|
1103
|
+
"shape": "S35"
|
|
1077
1104
|
},
|
|
1078
1105
|
"tags": {
|
|
1079
1106
|
"shape": "Sa"
|
|
@@ -1107,7 +1134,7 @@
|
|
|
1107
1134
|
"shape": "S1m"
|
|
1108
1135
|
},
|
|
1109
1136
|
"overrides": {
|
|
1110
|
-
"shape": "
|
|
1137
|
+
"shape": "S6z"
|
|
1111
1138
|
},
|
|
1112
1139
|
"placementConstraints": {
|
|
1113
1140
|
"shape": "S1g"
|
|
@@ -1129,10 +1156,10 @@
|
|
|
1129
1156
|
"type": "structure",
|
|
1130
1157
|
"members": {
|
|
1131
1158
|
"tasks": {
|
|
1132
|
-
"shape": "
|
|
1159
|
+
"shape": "S6l"
|
|
1133
1160
|
},
|
|
1134
1161
|
"failures": {
|
|
1135
|
-
"shape": "
|
|
1162
|
+
"shape": "S56"
|
|
1136
1163
|
}
|
|
1137
1164
|
}
|
|
1138
1165
|
}
|
|
@@ -1160,7 +1187,7 @@
|
|
|
1160
1187
|
"shape": "S1m"
|
|
1161
1188
|
},
|
|
1162
1189
|
"overrides": {
|
|
1163
|
-
"shape": "
|
|
1190
|
+
"shape": "S6z"
|
|
1164
1191
|
},
|
|
1165
1192
|
"propagateTags": {},
|
|
1166
1193
|
"referenceId": {},
|
|
@@ -1175,10 +1202,10 @@
|
|
|
1175
1202
|
"type": "structure",
|
|
1176
1203
|
"members": {
|
|
1177
1204
|
"tasks": {
|
|
1178
|
-
"shape": "
|
|
1205
|
+
"shape": "S6l"
|
|
1179
1206
|
},
|
|
1180
1207
|
"failures": {
|
|
1181
|
-
"shape": "
|
|
1208
|
+
"shape": "S56"
|
|
1182
1209
|
}
|
|
1183
1210
|
}
|
|
1184
1211
|
}
|
|
@@ -1199,7 +1226,7 @@
|
|
|
1199
1226
|
"type": "structure",
|
|
1200
1227
|
"members": {
|
|
1201
1228
|
"task": {
|
|
1202
|
-
"shape": "
|
|
1229
|
+
"shape": "S6m"
|
|
1203
1230
|
}
|
|
1204
1231
|
}
|
|
1205
1232
|
}
|
|
@@ -1213,7 +1240,7 @@
|
|
|
1213
1240
|
"members": {
|
|
1214
1241
|
"cluster": {},
|
|
1215
1242
|
"attachments": {
|
|
1216
|
-
"shape": "
|
|
1243
|
+
"shape": "S8q"
|
|
1217
1244
|
}
|
|
1218
1245
|
}
|
|
1219
1246
|
},
|
|
@@ -1238,7 +1265,7 @@
|
|
|
1238
1265
|
},
|
|
1239
1266
|
"reason": {},
|
|
1240
1267
|
"networkBindings": {
|
|
1241
|
-
"shape": "
|
|
1268
|
+
"shape": "S6q"
|
|
1242
1269
|
}
|
|
1243
1270
|
}
|
|
1244
1271
|
},
|
|
@@ -1269,7 +1296,7 @@
|
|
|
1269
1296
|
"type": "integer"
|
|
1270
1297
|
},
|
|
1271
1298
|
"networkBindings": {
|
|
1272
|
-
"shape": "
|
|
1299
|
+
"shape": "S6q"
|
|
1273
1300
|
},
|
|
1274
1301
|
"reason": {},
|
|
1275
1302
|
"status": {}
|
|
@@ -1277,7 +1304,7 @@
|
|
|
1277
1304
|
}
|
|
1278
1305
|
},
|
|
1279
1306
|
"attachments": {
|
|
1280
|
-
"shape": "
|
|
1307
|
+
"shape": "S8q"
|
|
1281
1308
|
},
|
|
1282
1309
|
"managedAgents": {
|
|
1283
1310
|
"type": "list",
|
|
@@ -1448,7 +1475,7 @@
|
|
|
1448
1475
|
"type": "structure",
|
|
1449
1476
|
"members": {
|
|
1450
1477
|
"containerInstance": {
|
|
1451
|
-
"shape": "
|
|
1478
|
+
"shape": "S5c"
|
|
1452
1479
|
}
|
|
1453
1480
|
}
|
|
1454
1481
|
}
|
|
@@ -1472,10 +1499,10 @@
|
|
|
1472
1499
|
"type": "structure",
|
|
1473
1500
|
"members": {
|
|
1474
1501
|
"containerInstances": {
|
|
1475
|
-
"shape": "
|
|
1502
|
+
"shape": "S63"
|
|
1476
1503
|
},
|
|
1477
1504
|
"failures": {
|
|
1478
|
-
"shape": "
|
|
1505
|
+
"shape": "S56"
|
|
1479
1506
|
}
|
|
1480
1507
|
}
|
|
1481
1508
|
}
|
|
@@ -1590,10 +1617,10 @@
|
|
|
1590
1617
|
"type": "structure",
|
|
1591
1618
|
"members": {
|
|
1592
1619
|
"protectedTasks": {
|
|
1593
|
-
"shape": "
|
|
1620
|
+
"shape": "S7d"
|
|
1594
1621
|
},
|
|
1595
1622
|
"failures": {
|
|
1596
|
-
"shape": "
|
|
1623
|
+
"shape": "S56"
|
|
1597
1624
|
}
|
|
1598
1625
|
}
|
|
1599
1626
|
}
|
|
@@ -2255,108 +2282,12 @@
|
|
|
2255
2282
|
"targetId": {}
|
|
2256
2283
|
}
|
|
2257
2284
|
},
|
|
2258
|
-
"
|
|
2259
|
-
"type": "structure",
|
|
2260
|
-
"members": {
|
|
2261
|
-
"containerInstanceArn": {},
|
|
2262
|
-
"ec2InstanceId": {},
|
|
2263
|
-
"capacityProviderName": {},
|
|
2264
|
-
"version": {
|
|
2265
|
-
"type": "long"
|
|
2266
|
-
},
|
|
2267
|
-
"versionInfo": {
|
|
2268
|
-
"shape": "S38"
|
|
2269
|
-
},
|
|
2270
|
-
"remainingResources": {
|
|
2271
|
-
"shape": "S39"
|
|
2272
|
-
},
|
|
2273
|
-
"registeredResources": {
|
|
2274
|
-
"shape": "S39"
|
|
2275
|
-
},
|
|
2276
|
-
"status": {},
|
|
2277
|
-
"statusReason": {},
|
|
2278
|
-
"agentConnected": {
|
|
2279
|
-
"type": "boolean"
|
|
2280
|
-
},
|
|
2281
|
-
"runningTasksCount": {
|
|
2282
|
-
"type": "integer"
|
|
2283
|
-
},
|
|
2284
|
-
"pendingTasksCount": {
|
|
2285
|
-
"type": "integer"
|
|
2286
|
-
},
|
|
2287
|
-
"agentUpdateStatus": {},
|
|
2288
|
-
"attributes": {
|
|
2289
|
-
"shape": "S2r"
|
|
2290
|
-
},
|
|
2291
|
-
"registeredAt": {
|
|
2292
|
-
"type": "timestamp"
|
|
2293
|
-
},
|
|
2294
|
-
"attachments": {
|
|
2295
|
-
"shape": "S12"
|
|
2296
|
-
},
|
|
2297
|
-
"tags": {
|
|
2298
|
-
"shape": "Sa"
|
|
2299
|
-
},
|
|
2300
|
-
"healthStatus": {
|
|
2301
|
-
"type": "structure",
|
|
2302
|
-
"members": {
|
|
2303
|
-
"overallStatus": {},
|
|
2304
|
-
"details": {
|
|
2305
|
-
"type": "list",
|
|
2306
|
-
"member": {
|
|
2307
|
-
"type": "structure",
|
|
2308
|
-
"members": {
|
|
2309
|
-
"type": {},
|
|
2310
|
-
"status": {},
|
|
2311
|
-
"lastUpdated": {
|
|
2312
|
-
"type": "timestamp"
|
|
2313
|
-
},
|
|
2314
|
-
"lastStatusChange": {
|
|
2315
|
-
"type": "timestamp"
|
|
2316
|
-
}
|
|
2317
|
-
}
|
|
2318
|
-
}
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2321
|
-
}
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
"S38": {
|
|
2325
|
-
"type": "structure",
|
|
2326
|
-
"members": {
|
|
2327
|
-
"agentVersion": {},
|
|
2328
|
-
"agentHash": {},
|
|
2329
|
-
"dockerVersion": {}
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
"S39": {
|
|
2333
|
-
"type": "list",
|
|
2334
|
-
"member": {
|
|
2335
|
-
"type": "structure",
|
|
2336
|
-
"members": {
|
|
2337
|
-
"name": {},
|
|
2338
|
-
"type": {},
|
|
2339
|
-
"doubleValue": {
|
|
2340
|
-
"type": "double"
|
|
2341
|
-
},
|
|
2342
|
-
"longValue": {
|
|
2343
|
-
"type": "long"
|
|
2344
|
-
},
|
|
2345
|
-
"integerValue": {
|
|
2346
|
-
"type": "integer"
|
|
2347
|
-
},
|
|
2348
|
-
"stringSetValue": {
|
|
2349
|
-
"shape": "Sr"
|
|
2350
|
-
}
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
},
|
|
2354
|
-
"S3j": {
|
|
2285
|
+
"S35": {
|
|
2355
2286
|
"type": "structure",
|
|
2356
2287
|
"members": {
|
|
2357
2288
|
"taskDefinitionArn": {},
|
|
2358
2289
|
"containerDefinitions": {
|
|
2359
|
-
"shape": "
|
|
2290
|
+
"shape": "S36"
|
|
2360
2291
|
},
|
|
2361
2292
|
"family": {},
|
|
2362
2293
|
"taskRoleArn": {},
|
|
@@ -2366,7 +2297,7 @@
|
|
|
2366
2297
|
"type": "integer"
|
|
2367
2298
|
},
|
|
2368
2299
|
"volumes": {
|
|
2369
|
-
"shape": "
|
|
2300
|
+
"shape": "S4c"
|
|
2370
2301
|
},
|
|
2371
2302
|
"status": {},
|
|
2372
2303
|
"requiresAttributes": {
|
|
@@ -2376,26 +2307,26 @@
|
|
|
2376
2307
|
}
|
|
2377
2308
|
},
|
|
2378
2309
|
"placementConstraints": {
|
|
2379
|
-
"shape": "
|
|
2310
|
+
"shape": "S4q"
|
|
2380
2311
|
},
|
|
2381
2312
|
"compatibilities": {
|
|
2382
|
-
"shape": "
|
|
2313
|
+
"shape": "S4t"
|
|
2383
2314
|
},
|
|
2384
2315
|
"runtimePlatform": {
|
|
2385
|
-
"shape": "
|
|
2316
|
+
"shape": "S4v"
|
|
2386
2317
|
},
|
|
2387
2318
|
"requiresCompatibilities": {
|
|
2388
|
-
"shape": "
|
|
2319
|
+
"shape": "S4t"
|
|
2389
2320
|
},
|
|
2390
2321
|
"cpu": {},
|
|
2391
2322
|
"memory": {},
|
|
2392
2323
|
"inferenceAccelerators": {
|
|
2393
|
-
"shape": "
|
|
2324
|
+
"shape": "S4y"
|
|
2394
2325
|
},
|
|
2395
2326
|
"pidMode": {},
|
|
2396
2327
|
"ipcMode": {},
|
|
2397
2328
|
"proxyConfiguration": {
|
|
2398
|
-
"shape": "
|
|
2329
|
+
"shape": "S52"
|
|
2399
2330
|
},
|
|
2400
2331
|
"registeredAt": {
|
|
2401
2332
|
"type": "timestamp"
|
|
@@ -2405,11 +2336,11 @@
|
|
|
2405
2336
|
},
|
|
2406
2337
|
"registeredBy": {},
|
|
2407
2338
|
"ephemeralStorage": {
|
|
2408
|
-
"shape": "
|
|
2339
|
+
"shape": "S55"
|
|
2409
2340
|
}
|
|
2410
2341
|
}
|
|
2411
2342
|
},
|
|
2412
|
-
"
|
|
2343
|
+
"S36": {
|
|
2413
2344
|
"type": "list",
|
|
2414
2345
|
"member": {
|
|
2415
2346
|
"type": "structure",
|
|
@@ -2465,10 +2396,10 @@
|
|
|
2465
2396
|
"shape": "Sr"
|
|
2466
2397
|
},
|
|
2467
2398
|
"environment": {
|
|
2468
|
-
"shape": "
|
|
2399
|
+
"shape": "S3d"
|
|
2469
2400
|
},
|
|
2470
2401
|
"environmentFiles": {
|
|
2471
|
-
"shape": "
|
|
2402
|
+
"shape": "S3e"
|
|
2472
2403
|
},
|
|
2473
2404
|
"mountPoints": {
|
|
2474
2405
|
"type": "list",
|
|
@@ -2685,7 +2616,7 @@
|
|
|
2685
2616
|
}
|
|
2686
2617
|
},
|
|
2687
2618
|
"resourceRequirements": {
|
|
2688
|
-
"shape": "
|
|
2619
|
+
"shape": "S45"
|
|
2689
2620
|
},
|
|
2690
2621
|
"firelensConfiguration": {
|
|
2691
2622
|
"type": "structure",
|
|
@@ -2704,13 +2635,13 @@
|
|
|
2704
2635
|
}
|
|
2705
2636
|
}
|
|
2706
2637
|
},
|
|
2707
|
-
"
|
|
2638
|
+
"S3d": {
|
|
2708
2639
|
"type": "list",
|
|
2709
2640
|
"member": {
|
|
2710
2641
|
"shape": "S11"
|
|
2711
2642
|
}
|
|
2712
2643
|
},
|
|
2713
|
-
"
|
|
2644
|
+
"S3e": {
|
|
2714
2645
|
"type": "list",
|
|
2715
2646
|
"member": {
|
|
2716
2647
|
"type": "structure",
|
|
@@ -2724,7 +2655,7 @@
|
|
|
2724
2655
|
}
|
|
2725
2656
|
}
|
|
2726
2657
|
},
|
|
2727
|
-
"
|
|
2658
|
+
"S45": {
|
|
2728
2659
|
"type": "list",
|
|
2729
2660
|
"member": {
|
|
2730
2661
|
"type": "structure",
|
|
@@ -2738,7 +2669,7 @@
|
|
|
2738
2669
|
}
|
|
2739
2670
|
}
|
|
2740
2671
|
},
|
|
2741
|
-
"
|
|
2672
|
+
"S4c": {
|
|
2742
2673
|
"type": "list",
|
|
2743
2674
|
"member": {
|
|
2744
2675
|
"type": "structure",
|
|
@@ -2759,10 +2690,10 @@
|
|
|
2759
2690
|
},
|
|
2760
2691
|
"driver": {},
|
|
2761
2692
|
"driverOpts": {
|
|
2762
|
-
"shape": "
|
|
2693
|
+
"shape": "S4h"
|
|
2763
2694
|
},
|
|
2764
2695
|
"labels": {
|
|
2765
|
-
"shape": "
|
|
2696
|
+
"shape": "S4h"
|
|
2766
2697
|
}
|
|
2767
2698
|
}
|
|
2768
2699
|
},
|
|
@@ -2813,12 +2744,12 @@
|
|
|
2813
2744
|
}
|
|
2814
2745
|
}
|
|
2815
2746
|
},
|
|
2816
|
-
"
|
|
2747
|
+
"S4h": {
|
|
2817
2748
|
"type": "map",
|
|
2818
2749
|
"key": {},
|
|
2819
2750
|
"value": {}
|
|
2820
2751
|
},
|
|
2821
|
-
"
|
|
2752
|
+
"S4q": {
|
|
2822
2753
|
"type": "list",
|
|
2823
2754
|
"member": {
|
|
2824
2755
|
"type": "structure",
|
|
@@ -2828,18 +2759,18 @@
|
|
|
2828
2759
|
}
|
|
2829
2760
|
}
|
|
2830
2761
|
},
|
|
2831
|
-
"
|
|
2762
|
+
"S4t": {
|
|
2832
2763
|
"type": "list",
|
|
2833
2764
|
"member": {}
|
|
2834
2765
|
},
|
|
2835
|
-
"
|
|
2766
|
+
"S4v": {
|
|
2836
2767
|
"type": "structure",
|
|
2837
2768
|
"members": {
|
|
2838
2769
|
"cpuArchitecture": {},
|
|
2839
2770
|
"operatingSystemFamily": {}
|
|
2840
2771
|
}
|
|
2841
2772
|
},
|
|
2842
|
-
"
|
|
2773
|
+
"S4y": {
|
|
2843
2774
|
"type": "list",
|
|
2844
2775
|
"member": {
|
|
2845
2776
|
"type": "structure",
|
|
@@ -2853,7 +2784,7 @@
|
|
|
2853
2784
|
}
|
|
2854
2785
|
}
|
|
2855
2786
|
},
|
|
2856
|
-
"
|
|
2787
|
+
"S52": {
|
|
2857
2788
|
"type": "structure",
|
|
2858
2789
|
"required": [
|
|
2859
2790
|
"containerName"
|
|
@@ -2869,7 +2800,7 @@
|
|
|
2869
2800
|
}
|
|
2870
2801
|
}
|
|
2871
2802
|
},
|
|
2872
|
-
"
|
|
2803
|
+
"S55": {
|
|
2873
2804
|
"type": "structure",
|
|
2874
2805
|
"required": [
|
|
2875
2806
|
"sizeInGiB"
|
|
@@ -2880,7 +2811,7 @@
|
|
|
2880
2811
|
}
|
|
2881
2812
|
}
|
|
2882
2813
|
},
|
|
2883
|
-
"
|
|
2814
|
+
"S56": {
|
|
2884
2815
|
"type": "list",
|
|
2885
2816
|
"member": {
|
|
2886
2817
|
"type": "structure",
|
|
@@ -2891,19 +2822,115 @@
|
|
|
2891
2822
|
}
|
|
2892
2823
|
}
|
|
2893
2824
|
},
|
|
2894
|
-
"
|
|
2825
|
+
"S5c": {
|
|
2826
|
+
"type": "structure",
|
|
2827
|
+
"members": {
|
|
2828
|
+
"containerInstanceArn": {},
|
|
2829
|
+
"ec2InstanceId": {},
|
|
2830
|
+
"capacityProviderName": {},
|
|
2831
|
+
"version": {
|
|
2832
|
+
"type": "long"
|
|
2833
|
+
},
|
|
2834
|
+
"versionInfo": {
|
|
2835
|
+
"shape": "S5e"
|
|
2836
|
+
},
|
|
2837
|
+
"remainingResources": {
|
|
2838
|
+
"shape": "S5f"
|
|
2839
|
+
},
|
|
2840
|
+
"registeredResources": {
|
|
2841
|
+
"shape": "S5f"
|
|
2842
|
+
},
|
|
2843
|
+
"status": {},
|
|
2844
|
+
"statusReason": {},
|
|
2845
|
+
"agentConnected": {
|
|
2846
|
+
"type": "boolean"
|
|
2847
|
+
},
|
|
2848
|
+
"runningTasksCount": {
|
|
2849
|
+
"type": "integer"
|
|
2850
|
+
},
|
|
2851
|
+
"pendingTasksCount": {
|
|
2852
|
+
"type": "integer"
|
|
2853
|
+
},
|
|
2854
|
+
"agentUpdateStatus": {},
|
|
2855
|
+
"attributes": {
|
|
2856
|
+
"shape": "S2r"
|
|
2857
|
+
},
|
|
2858
|
+
"registeredAt": {
|
|
2859
|
+
"type": "timestamp"
|
|
2860
|
+
},
|
|
2861
|
+
"attachments": {
|
|
2862
|
+
"shape": "S12"
|
|
2863
|
+
},
|
|
2864
|
+
"tags": {
|
|
2865
|
+
"shape": "Sa"
|
|
2866
|
+
},
|
|
2867
|
+
"healthStatus": {
|
|
2868
|
+
"type": "structure",
|
|
2869
|
+
"members": {
|
|
2870
|
+
"overallStatus": {},
|
|
2871
|
+
"details": {
|
|
2872
|
+
"type": "list",
|
|
2873
|
+
"member": {
|
|
2874
|
+
"type": "structure",
|
|
2875
|
+
"members": {
|
|
2876
|
+
"type": {},
|
|
2877
|
+
"status": {},
|
|
2878
|
+
"lastUpdated": {
|
|
2879
|
+
"type": "timestamp"
|
|
2880
|
+
},
|
|
2881
|
+
"lastStatusChange": {
|
|
2882
|
+
"type": "timestamp"
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
"S5e": {
|
|
2892
|
+
"type": "structure",
|
|
2893
|
+
"members": {
|
|
2894
|
+
"agentVersion": {},
|
|
2895
|
+
"agentHash": {},
|
|
2896
|
+
"dockerVersion": {}
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
"S5f": {
|
|
2900
|
+
"type": "list",
|
|
2901
|
+
"member": {
|
|
2902
|
+
"type": "structure",
|
|
2903
|
+
"members": {
|
|
2904
|
+
"name": {},
|
|
2905
|
+
"type": {},
|
|
2906
|
+
"doubleValue": {
|
|
2907
|
+
"type": "double"
|
|
2908
|
+
},
|
|
2909
|
+
"longValue": {
|
|
2910
|
+
"type": "long"
|
|
2911
|
+
},
|
|
2912
|
+
"integerValue": {
|
|
2913
|
+
"type": "integer"
|
|
2914
|
+
},
|
|
2915
|
+
"stringSetValue": {
|
|
2916
|
+
"shape": "Sr"
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
"S63": {
|
|
2895
2922
|
"type": "list",
|
|
2896
2923
|
"member": {
|
|
2897
|
-
"shape": "
|
|
2924
|
+
"shape": "S5c"
|
|
2898
2925
|
}
|
|
2899
2926
|
},
|
|
2900
|
-
"
|
|
2927
|
+
"S6l": {
|
|
2901
2928
|
"type": "list",
|
|
2902
2929
|
"member": {
|
|
2903
|
-
"shape": "
|
|
2930
|
+
"shape": "S6m"
|
|
2904
2931
|
}
|
|
2905
2932
|
},
|
|
2906
|
-
"
|
|
2933
|
+
"S6m": {
|
|
2907
2934
|
"type": "structure",
|
|
2908
2935
|
"members": {
|
|
2909
2936
|
"attachments": {
|
|
@@ -2937,7 +2964,7 @@
|
|
|
2937
2964
|
},
|
|
2938
2965
|
"reason": {},
|
|
2939
2966
|
"networkBindings": {
|
|
2940
|
-
"shape": "
|
|
2967
|
+
"shape": "S6q"
|
|
2941
2968
|
},
|
|
2942
2969
|
"networkInterfaces": {
|
|
2943
2970
|
"type": "list",
|
|
@@ -2989,13 +3016,13 @@
|
|
|
2989
3016
|
"group": {},
|
|
2990
3017
|
"healthStatus": {},
|
|
2991
3018
|
"inferenceAccelerators": {
|
|
2992
|
-
"shape": "
|
|
3019
|
+
"shape": "S4y"
|
|
2993
3020
|
},
|
|
2994
3021
|
"lastStatus": {},
|
|
2995
3022
|
"launchType": {},
|
|
2996
3023
|
"memory": {},
|
|
2997
3024
|
"overrides": {
|
|
2998
|
-
"shape": "
|
|
3025
|
+
"shape": "S6z"
|
|
2999
3026
|
},
|
|
3000
3027
|
"platformVersion": {},
|
|
3001
3028
|
"platformFamily": {},
|
|
@@ -3026,11 +3053,11 @@
|
|
|
3026
3053
|
"type": "long"
|
|
3027
3054
|
},
|
|
3028
3055
|
"ephemeralStorage": {
|
|
3029
|
-
"shape": "
|
|
3056
|
+
"shape": "S55"
|
|
3030
3057
|
}
|
|
3031
3058
|
}
|
|
3032
3059
|
},
|
|
3033
|
-
"
|
|
3060
|
+
"S6q": {
|
|
3034
3061
|
"type": "list",
|
|
3035
3062
|
"member": {
|
|
3036
3063
|
"type": "structure",
|
|
@@ -3048,7 +3075,7 @@
|
|
|
3048
3075
|
}
|
|
3049
3076
|
}
|
|
3050
3077
|
},
|
|
3051
|
-
"
|
|
3078
|
+
"S6z": {
|
|
3052
3079
|
"type": "structure",
|
|
3053
3080
|
"members": {
|
|
3054
3081
|
"containerOverrides": {
|
|
@@ -3061,10 +3088,10 @@
|
|
|
3061
3088
|
"shape": "Sr"
|
|
3062
3089
|
},
|
|
3063
3090
|
"environment": {
|
|
3064
|
-
"shape": "
|
|
3091
|
+
"shape": "S3d"
|
|
3065
3092
|
},
|
|
3066
3093
|
"environmentFiles": {
|
|
3067
|
-
"shape": "
|
|
3094
|
+
"shape": "S3e"
|
|
3068
3095
|
},
|
|
3069
3096
|
"cpu": {
|
|
3070
3097
|
"type": "integer"
|
|
@@ -3076,7 +3103,7 @@
|
|
|
3076
3103
|
"type": "integer"
|
|
3077
3104
|
},
|
|
3078
3105
|
"resourceRequirements": {
|
|
3079
|
-
"shape": "
|
|
3106
|
+
"shape": "S45"
|
|
3080
3107
|
}
|
|
3081
3108
|
}
|
|
3082
3109
|
}
|
|
@@ -3096,11 +3123,11 @@
|
|
|
3096
3123
|
"memory": {},
|
|
3097
3124
|
"taskRoleArn": {},
|
|
3098
3125
|
"ephemeralStorage": {
|
|
3099
|
-
"shape": "
|
|
3126
|
+
"shape": "S55"
|
|
3100
3127
|
}
|
|
3101
3128
|
}
|
|
3102
3129
|
},
|
|
3103
|
-
"
|
|
3130
|
+
"S7d": {
|
|
3104
3131
|
"type": "list",
|
|
3105
3132
|
"member": {
|
|
3106
3133
|
"type": "structure",
|
|
@@ -3115,7 +3142,7 @@
|
|
|
3115
3142
|
}
|
|
3116
3143
|
}
|
|
3117
3144
|
},
|
|
3118
|
-
"
|
|
3145
|
+
"S8q": {
|
|
3119
3146
|
"type": "list",
|
|
3120
3147
|
"member": {
|
|
3121
3148
|
"type": "structure",
|