cdk-lambda-subminute 2.0.470 → 2.0.472
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +76 -55
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +181 -44
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +31 -3
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +109 -89
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +19 -5
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +41 -37
- package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +0 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +92 -92
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +53 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +3 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +20 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +200 -1
- package/node_modules/aws-sdk/clients/codebuild.d.ts +10 -10
- package/node_modules/aws-sdk/clients/docdb.d.ts +31 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +75 -56
- package/node_modules/aws-sdk/clients/fis.d.ts +21 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +6 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/s3.d.ts +43 -24
- 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 +15 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +173 -132
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/s3.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +2 -1
- package/package.json +2 -2
@@ -321,7 +321,7 @@
|
|
321
321
|
}
|
322
322
|
},
|
323
323
|
"failures": {
|
324
|
-
"shape": "
|
324
|
+
"shape": "S5s"
|
325
325
|
}
|
326
326
|
}
|
327
327
|
}
|
@@ -370,7 +370,7 @@
|
|
370
370
|
"type": "structure",
|
371
371
|
"members": {
|
372
372
|
"containerInstance": {
|
373
|
-
"shape": "
|
373
|
+
"shape": "S5y"
|
374
374
|
}
|
375
375
|
}
|
376
376
|
}
|
@@ -421,7 +421,7 @@
|
|
421
421
|
}
|
422
422
|
},
|
423
423
|
"failures": {
|
424
|
-
"shape": "
|
424
|
+
"shape": "S5s"
|
425
425
|
},
|
426
426
|
"nextToken": {}
|
427
427
|
}
|
@@ -450,7 +450,7 @@
|
|
450
450
|
}
|
451
451
|
},
|
452
452
|
"failures": {
|
453
|
-
"shape": "
|
453
|
+
"shape": "S5s"
|
454
454
|
}
|
455
455
|
}
|
456
456
|
}
|
@@ -476,10 +476,10 @@
|
|
476
476
|
"type": "structure",
|
477
477
|
"members": {
|
478
478
|
"containerInstances": {
|
479
|
-
"shape": "
|
479
|
+
"shape": "S6p"
|
480
480
|
},
|
481
481
|
"failures": {
|
482
|
-
"shape": "
|
482
|
+
"shape": "S5s"
|
483
483
|
}
|
484
484
|
}
|
485
485
|
}
|
@@ -511,7 +511,7 @@
|
|
511
511
|
}
|
512
512
|
},
|
513
513
|
"failures": {
|
514
|
-
"shape": "
|
514
|
+
"shape": "S5s"
|
515
515
|
}
|
516
516
|
}
|
517
517
|
}
|
@@ -568,7 +568,7 @@
|
|
568
568
|
"shape": "S2p"
|
569
569
|
},
|
570
570
|
"failures": {
|
571
|
-
"shape": "
|
571
|
+
"shape": "S5s"
|
572
572
|
}
|
573
573
|
}
|
574
574
|
}
|
@@ -594,10 +594,10 @@
|
|
594
594
|
"type": "structure",
|
595
595
|
"members": {
|
596
596
|
"tasks": {
|
597
|
-
"shape": "
|
597
|
+
"shape": "S77"
|
598
598
|
},
|
599
599
|
"failures": {
|
600
|
-
"shape": "
|
600
|
+
"shape": "S5s"
|
601
601
|
}
|
602
602
|
}
|
603
603
|
}
|
@@ -678,10 +678,10 @@
|
|
678
678
|
"type": "structure",
|
679
679
|
"members": {
|
680
680
|
"protectedTasks": {
|
681
|
-
"shape": "
|
681
|
+
"shape": "S80"
|
682
682
|
},
|
683
683
|
"failures": {
|
684
|
-
"shape": "
|
684
|
+
"shape": "S5s"
|
685
685
|
}
|
686
686
|
}
|
687
687
|
}
|
@@ -1023,10 +1023,10 @@
|
|
1023
1023
|
"instanceIdentityDocument": {},
|
1024
1024
|
"instanceIdentityDocumentSignature": {},
|
1025
1025
|
"totalResources": {
|
1026
|
-
"shape": "
|
1026
|
+
"shape": "S61"
|
1027
1027
|
},
|
1028
1028
|
"versionInfo": {
|
1029
|
-
"shape": "
|
1029
|
+
"shape": "S60"
|
1030
1030
|
},
|
1031
1031
|
"containerInstanceArn": {},
|
1032
1032
|
"attributes": {
|
@@ -1055,7 +1055,7 @@
|
|
1055
1055
|
"type": "structure",
|
1056
1056
|
"members": {
|
1057
1057
|
"containerInstance": {
|
1058
|
-
"shape": "
|
1058
|
+
"shape": "S5y"
|
1059
1059
|
}
|
1060
1060
|
}
|
1061
1061
|
}
|
@@ -1076,13 +1076,13 @@
|
|
1076
1076
|
"shape": "S3q"
|
1077
1077
|
},
|
1078
1078
|
"volumes": {
|
1079
|
-
"shape": "
|
1079
|
+
"shape": "S4y"
|
1080
1080
|
},
|
1081
1081
|
"placementConstraints": {
|
1082
|
-
"shape": "
|
1082
|
+
"shape": "S5c"
|
1083
1083
|
},
|
1084
1084
|
"requiresCompatibilities": {
|
1085
|
-
"shape": "
|
1085
|
+
"shape": "S5f"
|
1086
1086
|
},
|
1087
1087
|
"cpu": {},
|
1088
1088
|
"memory": {},
|
@@ -1092,16 +1092,16 @@
|
|
1092
1092
|
"pidMode": {},
|
1093
1093
|
"ipcMode": {},
|
1094
1094
|
"proxyConfiguration": {
|
1095
|
-
"shape": "
|
1095
|
+
"shape": "S5o"
|
1096
1096
|
},
|
1097
1097
|
"inferenceAccelerators": {
|
1098
|
-
"shape": "
|
1098
|
+
"shape": "S5k"
|
1099
1099
|
},
|
1100
1100
|
"ephemeralStorage": {
|
1101
|
-
"shape": "
|
1101
|
+
"shape": "S5r"
|
1102
1102
|
},
|
1103
1103
|
"runtimePlatform": {
|
1104
|
-
"shape": "
|
1104
|
+
"shape": "S5h"
|
1105
1105
|
}
|
1106
1106
|
}
|
1107
1107
|
},
|
@@ -1143,7 +1143,7 @@
|
|
1143
1143
|
"shape": "S1o"
|
1144
1144
|
},
|
1145
1145
|
"overrides": {
|
1146
|
-
"shape": "
|
1146
|
+
"shape": "S7l"
|
1147
1147
|
},
|
1148
1148
|
"placementConstraints": {
|
1149
1149
|
"shape": "S1i"
|
@@ -1163,7 +1163,7 @@
|
|
1163
1163
|
"idempotencyToken": true
|
1164
1164
|
},
|
1165
1165
|
"volumeConfigurations": {
|
1166
|
-
"shape": "
|
1166
|
+
"shape": "S97"
|
1167
1167
|
}
|
1168
1168
|
}
|
1169
1169
|
},
|
@@ -1171,10 +1171,10 @@
|
|
1171
1171
|
"type": "structure",
|
1172
1172
|
"members": {
|
1173
1173
|
"tasks": {
|
1174
|
-
"shape": "
|
1174
|
+
"shape": "S77"
|
1175
1175
|
},
|
1176
1176
|
"failures": {
|
1177
|
-
"shape": "
|
1177
|
+
"shape": "S5s"
|
1178
1178
|
}
|
1179
1179
|
}
|
1180
1180
|
}
|
@@ -1202,7 +1202,7 @@
|
|
1202
1202
|
"shape": "S1o"
|
1203
1203
|
},
|
1204
1204
|
"overrides": {
|
1205
|
-
"shape": "
|
1205
|
+
"shape": "S7l"
|
1206
1206
|
},
|
1207
1207
|
"propagateTags": {},
|
1208
1208
|
"referenceId": {},
|
@@ -1212,7 +1212,7 @@
|
|
1212
1212
|
},
|
1213
1213
|
"taskDefinition": {},
|
1214
1214
|
"volumeConfigurations": {
|
1215
|
-
"shape": "
|
1215
|
+
"shape": "S97"
|
1216
1216
|
}
|
1217
1217
|
}
|
1218
1218
|
},
|
@@ -1220,10 +1220,10 @@
|
|
1220
1220
|
"type": "structure",
|
1221
1221
|
"members": {
|
1222
1222
|
"tasks": {
|
1223
|
-
"shape": "
|
1223
|
+
"shape": "S77"
|
1224
1224
|
},
|
1225
1225
|
"failures": {
|
1226
|
-
"shape": "
|
1226
|
+
"shape": "S5s"
|
1227
1227
|
}
|
1228
1228
|
}
|
1229
1229
|
}
|
@@ -1244,7 +1244,7 @@
|
|
1244
1244
|
"type": "structure",
|
1245
1245
|
"members": {
|
1246
1246
|
"task": {
|
1247
|
-
"shape": "
|
1247
|
+
"shape": "S78"
|
1248
1248
|
}
|
1249
1249
|
}
|
1250
1250
|
}
|
@@ -1258,7 +1258,7 @@
|
|
1258
1258
|
"members": {
|
1259
1259
|
"cluster": {},
|
1260
1260
|
"attachments": {
|
1261
|
-
"shape": "
|
1261
|
+
"shape": "S9h"
|
1262
1262
|
}
|
1263
1263
|
}
|
1264
1264
|
},
|
@@ -1283,7 +1283,7 @@
|
|
1283
1283
|
},
|
1284
1284
|
"reason": {},
|
1285
1285
|
"networkBindings": {
|
1286
|
-
"shape": "
|
1286
|
+
"shape": "S7c"
|
1287
1287
|
}
|
1288
1288
|
}
|
1289
1289
|
},
|
@@ -1314,7 +1314,7 @@
|
|
1314
1314
|
"type": "integer"
|
1315
1315
|
},
|
1316
1316
|
"networkBindings": {
|
1317
|
-
"shape": "
|
1317
|
+
"shape": "S7c"
|
1318
1318
|
},
|
1319
1319
|
"reason": {},
|
1320
1320
|
"status": {}
|
@@ -1322,7 +1322,7 @@
|
|
1322
1322
|
}
|
1323
1323
|
},
|
1324
1324
|
"attachments": {
|
1325
|
-
"shape": "
|
1325
|
+
"shape": "S9h"
|
1326
1326
|
},
|
1327
1327
|
"managedAgents": {
|
1328
1328
|
"type": "list",
|
@@ -1494,7 +1494,7 @@
|
|
1494
1494
|
"type": "structure",
|
1495
1495
|
"members": {
|
1496
1496
|
"containerInstance": {
|
1497
|
-
"shape": "
|
1497
|
+
"shape": "S5y"
|
1498
1498
|
}
|
1499
1499
|
}
|
1500
1500
|
}
|
@@ -1518,10 +1518,10 @@
|
|
1518
1518
|
"type": "structure",
|
1519
1519
|
"members": {
|
1520
1520
|
"containerInstances": {
|
1521
|
-
"shape": "
|
1521
|
+
"shape": "S6p"
|
1522
1522
|
},
|
1523
1523
|
"failures": {
|
1524
|
-
"shape": "
|
1524
|
+
"shape": "S5s"
|
1525
1525
|
}
|
1526
1526
|
}
|
1527
1527
|
}
|
@@ -1639,10 +1639,10 @@
|
|
1639
1639
|
"type": "structure",
|
1640
1640
|
"members": {
|
1641
1641
|
"protectedTasks": {
|
1642
|
-
"shape": "
|
1642
|
+
"shape": "S80"
|
1643
1643
|
},
|
1644
1644
|
"failures": {
|
1645
|
-
"shape": "
|
1645
|
+
"shape": "S5s"
|
1646
1646
|
}
|
1647
1647
|
}
|
1648
1648
|
}
|
@@ -2426,7 +2426,7 @@
|
|
2426
2426
|
"type": "integer"
|
2427
2427
|
},
|
2428
2428
|
"volumes": {
|
2429
|
-
"shape": "
|
2429
|
+
"shape": "S4y"
|
2430
2430
|
},
|
2431
2431
|
"status": {},
|
2432
2432
|
"requiresAttributes": {
|
@@ -2436,26 +2436,26 @@
|
|
2436
2436
|
}
|
2437
2437
|
},
|
2438
2438
|
"placementConstraints": {
|
2439
|
-
"shape": "
|
2439
|
+
"shape": "S5c"
|
2440
2440
|
},
|
2441
2441
|
"compatibilities": {
|
2442
|
-
"shape": "
|
2442
|
+
"shape": "S5f"
|
2443
2443
|
},
|
2444
2444
|
"runtimePlatform": {
|
2445
|
-
"shape": "
|
2445
|
+
"shape": "S5h"
|
2446
2446
|
},
|
2447
2447
|
"requiresCompatibilities": {
|
2448
|
-
"shape": "
|
2448
|
+
"shape": "S5f"
|
2449
2449
|
},
|
2450
2450
|
"cpu": {},
|
2451
2451
|
"memory": {},
|
2452
2452
|
"inferenceAccelerators": {
|
2453
|
-
"shape": "
|
2453
|
+
"shape": "S5k"
|
2454
2454
|
},
|
2455
2455
|
"pidMode": {},
|
2456
2456
|
"ipcMode": {},
|
2457
2457
|
"proxyConfiguration": {
|
2458
|
-
"shape": "
|
2458
|
+
"shape": "S5o"
|
2459
2459
|
},
|
2460
2460
|
"registeredAt": {
|
2461
2461
|
"type": "timestamp"
|
@@ -2465,7 +2465,7 @@
|
|
2465
2465
|
},
|
2466
2466
|
"registeredBy": {},
|
2467
2467
|
"ephemeralStorage": {
|
2468
|
-
"shape": "
|
2468
|
+
"shape": "S5r"
|
2469
2469
|
}
|
2470
2470
|
}
|
2471
2471
|
},
|
@@ -2518,6 +2518,26 @@
|
|
2518
2518
|
"essential": {
|
2519
2519
|
"type": "boolean"
|
2520
2520
|
},
|
2521
|
+
"restartPolicy": {
|
2522
|
+
"type": "structure",
|
2523
|
+
"required": [
|
2524
|
+
"enabled"
|
2525
|
+
],
|
2526
|
+
"members": {
|
2527
|
+
"enabled": {
|
2528
|
+
"type": "boolean"
|
2529
|
+
},
|
2530
|
+
"ignoredExitCodes": {
|
2531
|
+
"type": "list",
|
2532
|
+
"member": {
|
2533
|
+
"type": "integer"
|
2534
|
+
}
|
2535
|
+
},
|
2536
|
+
"restartAttemptPeriod": {
|
2537
|
+
"type": "integer"
|
2538
|
+
}
|
2539
|
+
}
|
2540
|
+
},
|
2521
2541
|
"entryPoint": {
|
2522
2542
|
"shape": "St"
|
2523
2543
|
},
|
@@ -2525,10 +2545,10 @@
|
|
2525
2545
|
"shape": "St"
|
2526
2546
|
},
|
2527
2547
|
"environment": {
|
2528
|
-
"shape": "
|
2548
|
+
"shape": "S3z"
|
2529
2549
|
},
|
2530
2550
|
"environmentFiles": {
|
2531
|
-
"shape": "
|
2551
|
+
"shape": "S40"
|
2532
2552
|
},
|
2533
2553
|
"mountPoints": {
|
2534
2554
|
"type": "list",
|
@@ -2745,7 +2765,7 @@
|
|
2745
2765
|
}
|
2746
2766
|
},
|
2747
2767
|
"resourceRequirements": {
|
2748
|
-
"shape": "
|
2768
|
+
"shape": "S4r"
|
2749
2769
|
},
|
2750
2770
|
"firelensConfiguration": {
|
2751
2771
|
"type": "structure",
|
@@ -2767,13 +2787,13 @@
|
|
2767
2787
|
}
|
2768
2788
|
}
|
2769
2789
|
},
|
2770
|
-
"
|
2790
|
+
"S3z": {
|
2771
2791
|
"type": "list",
|
2772
2792
|
"member": {
|
2773
2793
|
"shape": "S13"
|
2774
2794
|
}
|
2775
2795
|
},
|
2776
|
-
"
|
2796
|
+
"S40": {
|
2777
2797
|
"type": "list",
|
2778
2798
|
"member": {
|
2779
2799
|
"type": "structure",
|
@@ -2787,7 +2807,7 @@
|
|
2787
2807
|
}
|
2788
2808
|
}
|
2789
2809
|
},
|
2790
|
-
"
|
2810
|
+
"S4r": {
|
2791
2811
|
"type": "list",
|
2792
2812
|
"member": {
|
2793
2813
|
"type": "structure",
|
@@ -2801,7 +2821,7 @@
|
|
2801
2821
|
}
|
2802
2822
|
}
|
2803
2823
|
},
|
2804
|
-
"
|
2824
|
+
"S4y": {
|
2805
2825
|
"type": "list",
|
2806
2826
|
"member": {
|
2807
2827
|
"type": "structure",
|
@@ -2822,10 +2842,10 @@
|
|
2822
2842
|
},
|
2823
2843
|
"driver": {},
|
2824
2844
|
"driverOpts": {
|
2825
|
-
"shape": "
|
2845
|
+
"shape": "S53"
|
2826
2846
|
},
|
2827
2847
|
"labels": {
|
2828
|
-
"shape": "
|
2848
|
+
"shape": "S53"
|
2829
2849
|
}
|
2830
2850
|
}
|
2831
2851
|
},
|
@@ -2879,12 +2899,12 @@
|
|
2879
2899
|
}
|
2880
2900
|
}
|
2881
2901
|
},
|
2882
|
-
"
|
2902
|
+
"S53": {
|
2883
2903
|
"type": "map",
|
2884
2904
|
"key": {},
|
2885
2905
|
"value": {}
|
2886
2906
|
},
|
2887
|
-
"
|
2907
|
+
"S5c": {
|
2888
2908
|
"type": "list",
|
2889
2909
|
"member": {
|
2890
2910
|
"type": "structure",
|
@@ -2894,18 +2914,18 @@
|
|
2894
2914
|
}
|
2895
2915
|
}
|
2896
2916
|
},
|
2897
|
-
"
|
2917
|
+
"S5f": {
|
2898
2918
|
"type": "list",
|
2899
2919
|
"member": {}
|
2900
2920
|
},
|
2901
|
-
"
|
2921
|
+
"S5h": {
|
2902
2922
|
"type": "structure",
|
2903
2923
|
"members": {
|
2904
2924
|
"cpuArchitecture": {},
|
2905
2925
|
"operatingSystemFamily": {}
|
2906
2926
|
}
|
2907
2927
|
},
|
2908
|
-
"
|
2928
|
+
"S5k": {
|
2909
2929
|
"type": "list",
|
2910
2930
|
"member": {
|
2911
2931
|
"type": "structure",
|
@@ -2919,7 +2939,7 @@
|
|
2919
2939
|
}
|
2920
2940
|
}
|
2921
2941
|
},
|
2922
|
-
"
|
2942
|
+
"S5o": {
|
2923
2943
|
"type": "structure",
|
2924
2944
|
"required": [
|
2925
2945
|
"containerName"
|
@@ -2935,7 +2955,7 @@
|
|
2935
2955
|
}
|
2936
2956
|
}
|
2937
2957
|
},
|
2938
|
-
"
|
2958
|
+
"S5r": {
|
2939
2959
|
"type": "structure",
|
2940
2960
|
"required": [
|
2941
2961
|
"sizeInGiB"
|
@@ -2946,7 +2966,7 @@
|
|
2946
2966
|
}
|
2947
2967
|
}
|
2948
2968
|
},
|
2949
|
-
"
|
2969
|
+
"S5s": {
|
2950
2970
|
"type": "list",
|
2951
2971
|
"member": {
|
2952
2972
|
"type": "structure",
|
@@ -2957,7 +2977,7 @@
|
|
2957
2977
|
}
|
2958
2978
|
}
|
2959
2979
|
},
|
2960
|
-
"
|
2980
|
+
"S5y": {
|
2961
2981
|
"type": "structure",
|
2962
2982
|
"members": {
|
2963
2983
|
"containerInstanceArn": {},
|
@@ -2967,13 +2987,13 @@
|
|
2967
2987
|
"type": "long"
|
2968
2988
|
},
|
2969
2989
|
"versionInfo": {
|
2970
|
-
"shape": "
|
2990
|
+
"shape": "S60"
|
2971
2991
|
},
|
2972
2992
|
"remainingResources": {
|
2973
|
-
"shape": "
|
2993
|
+
"shape": "S61"
|
2974
2994
|
},
|
2975
2995
|
"registeredResources": {
|
2976
|
-
"shape": "
|
2996
|
+
"shape": "S61"
|
2977
2997
|
},
|
2978
2998
|
"status": {},
|
2979
2999
|
"statusReason": {},
|
@@ -3023,7 +3043,7 @@
|
|
3023
3043
|
}
|
3024
3044
|
}
|
3025
3045
|
},
|
3026
|
-
"
|
3046
|
+
"S60": {
|
3027
3047
|
"type": "structure",
|
3028
3048
|
"members": {
|
3029
3049
|
"agentVersion": {},
|
@@ -3031,7 +3051,7 @@
|
|
3031
3051
|
"dockerVersion": {}
|
3032
3052
|
}
|
3033
3053
|
},
|
3034
|
-
"
|
3054
|
+
"S61": {
|
3035
3055
|
"type": "list",
|
3036
3056
|
"member": {
|
3037
3057
|
"type": "structure",
|
@@ -3053,19 +3073,19 @@
|
|
3053
3073
|
}
|
3054
3074
|
}
|
3055
3075
|
},
|
3056
|
-
"
|
3076
|
+
"S6p": {
|
3057
3077
|
"type": "list",
|
3058
3078
|
"member": {
|
3059
|
-
"shape": "
|
3079
|
+
"shape": "S5y"
|
3060
3080
|
}
|
3061
3081
|
},
|
3062
|
-
"
|
3082
|
+
"S77": {
|
3063
3083
|
"type": "list",
|
3064
3084
|
"member": {
|
3065
|
-
"shape": "
|
3085
|
+
"shape": "S78"
|
3066
3086
|
}
|
3067
3087
|
},
|
3068
|
-
"
|
3088
|
+
"S78": {
|
3069
3089
|
"type": "structure",
|
3070
3090
|
"members": {
|
3071
3091
|
"attachments": {
|
@@ -3099,7 +3119,7 @@
|
|
3099
3119
|
},
|
3100
3120
|
"reason": {},
|
3101
3121
|
"networkBindings": {
|
3102
|
-
"shape": "
|
3122
|
+
"shape": "S7c"
|
3103
3123
|
},
|
3104
3124
|
"networkInterfaces": {
|
3105
3125
|
"type": "list",
|
@@ -3151,13 +3171,13 @@
|
|
3151
3171
|
"group": {},
|
3152
3172
|
"healthStatus": {},
|
3153
3173
|
"inferenceAccelerators": {
|
3154
|
-
"shape": "
|
3174
|
+
"shape": "S5k"
|
3155
3175
|
},
|
3156
3176
|
"lastStatus": {},
|
3157
3177
|
"launchType": {},
|
3158
3178
|
"memory": {},
|
3159
3179
|
"overrides": {
|
3160
|
-
"shape": "
|
3180
|
+
"shape": "S7l"
|
3161
3181
|
},
|
3162
3182
|
"platformVersion": {},
|
3163
3183
|
"platformFamily": {},
|
@@ -3188,7 +3208,7 @@
|
|
3188
3208
|
"type": "long"
|
3189
3209
|
},
|
3190
3210
|
"ephemeralStorage": {
|
3191
|
-
"shape": "
|
3211
|
+
"shape": "S5r"
|
3192
3212
|
},
|
3193
3213
|
"fargateEphemeralStorage": {
|
3194
3214
|
"type": "structure",
|
@@ -3201,7 +3221,7 @@
|
|
3201
3221
|
}
|
3202
3222
|
}
|
3203
3223
|
},
|
3204
|
-
"
|
3224
|
+
"S7c": {
|
3205
3225
|
"type": "list",
|
3206
3226
|
"member": {
|
3207
3227
|
"type": "structure",
|
@@ -3219,7 +3239,7 @@
|
|
3219
3239
|
}
|
3220
3240
|
}
|
3221
3241
|
},
|
3222
|
-
"
|
3242
|
+
"S7l": {
|
3223
3243
|
"type": "structure",
|
3224
3244
|
"members": {
|
3225
3245
|
"containerOverrides": {
|
@@ -3232,10 +3252,10 @@
|
|
3232
3252
|
"shape": "St"
|
3233
3253
|
},
|
3234
3254
|
"environment": {
|
3235
|
-
"shape": "
|
3255
|
+
"shape": "S3z"
|
3236
3256
|
},
|
3237
3257
|
"environmentFiles": {
|
3238
|
-
"shape": "
|
3258
|
+
"shape": "S40"
|
3239
3259
|
},
|
3240
3260
|
"cpu": {
|
3241
3261
|
"type": "integer"
|
@@ -3247,7 +3267,7 @@
|
|
3247
3267
|
"type": "integer"
|
3248
3268
|
},
|
3249
3269
|
"resourceRequirements": {
|
3250
|
-
"shape": "
|
3270
|
+
"shape": "S4r"
|
3251
3271
|
}
|
3252
3272
|
}
|
3253
3273
|
}
|
@@ -3267,11 +3287,11 @@
|
|
3267
3287
|
"memory": {},
|
3268
3288
|
"taskRoleArn": {},
|
3269
3289
|
"ephemeralStorage": {
|
3270
|
-
"shape": "
|
3290
|
+
"shape": "S5r"
|
3271
3291
|
}
|
3272
3292
|
}
|
3273
3293
|
},
|
3274
|
-
"
|
3294
|
+
"S80": {
|
3275
3295
|
"type": "list",
|
3276
3296
|
"member": {
|
3277
3297
|
"type": "structure",
|
@@ -3286,7 +3306,7 @@
|
|
3286
3306
|
}
|
3287
3307
|
}
|
3288
3308
|
},
|
3289
|
-
"
|
3309
|
+
"S97": {
|
3290
3310
|
"type": "list",
|
3291
3311
|
"member": {
|
3292
3312
|
"type": "structure",
|
@@ -3337,7 +3357,7 @@
|
|
3337
3357
|
}
|
3338
3358
|
}
|
3339
3359
|
},
|
3340
|
-
"
|
3360
|
+
"S9h": {
|
3341
3361
|
"type": "list",
|
3342
3362
|
"member": {
|
3343
3363
|
"type": "structure",
|