aws-sdk 2.1024.0 → 2.1028.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.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +92 -59
- package/apis/batch-2016-08-10.examples.json +30 -6
- package/apis/batch-2016-08-10.min.json +267 -72
- package/apis/batch-2016-08-10.paginators.json +6 -0
- package/apis/connect-2017-08-08.min.json +258 -62
- package/apis/connect-2017-08-08.paginators.json +5 -0
- package/apis/devops-guru-2020-12-01.min.json +477 -144
- package/apis/devops-guru-2020-12-01.paginators.json +27 -7
- package/apis/ec2-2016-11-15.min.json +650 -645
- package/apis/ecs-2014-11-13.min.json +100 -78
- package/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/apis/metadata.json +3 -0
- package/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/apis/translate-2017-07-01.min.json +28 -13
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +13 -0
- package/clients/batch.d.ts +239 -23
- package/clients/connect.d.ts +265 -28
- package/clients/devopsguru.d.ts +420 -63
- package/clients/dynamodb.d.ts +61 -61
- package/clients/ec2.d.ts +5 -1
- package/clients/ecs.d.ts +380 -345
- package/clients/greengrassv2.d.ts +8 -4
- package/clients/health.d.ts +49 -49
- package/clients/mediaconvert.d.ts +16 -16
- package/clients/resiliencehub.d.ts +2101 -0
- package/clients/resiliencehub.js +18 -0
- package/clients/ssm.d.ts +4 -4
- package/clients/translate.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +116 -101
- package/dist/aws-sdk-react-native.js +181 -171
- package/dist/aws-sdk.js +1326 -1025
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config-base.d.ts +8 -0
- package/lib/config.js +14 -2
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/config_use_dualstack.d.ts +3 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +39 -39
- package/lib/metadata_service/get_endpoint.js +8 -0
- package/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/lib/node_loader.js +63 -21
- package/lib/region/utils.js +21 -0
- package/lib/region_config.js +12 -55
- package/lib/region_config_data.json +102 -59
- package/lib/service.js +20 -1
- package/lib/services/s3util.js +2 -1
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +5 -5
- package/lib/metadata_service/endpoint.js +0 -6
- package/lib/metadata_service/endpoint_config_options.js +0 -14
- package/lib/metadata_service/endpoint_mode.js +0 -6
- package/lib/metadata_service/endpoint_mode_config_options.js +0 -16
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"type": "structure",
|
|
348
348
|
"members": {
|
|
349
349
|
"taskDefinition": {
|
|
350
|
-
"shape": "
|
|
350
|
+
"shape": "S33"
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
353
|
}
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
}
|
|
380
380
|
},
|
|
381
381
|
"failures": {
|
|
382
|
-
"shape": "
|
|
382
|
+
"shape": "S5d"
|
|
383
383
|
},
|
|
384
384
|
"nextToken": {}
|
|
385
385
|
}
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
410
|
"failures": {
|
|
411
|
-
"shape": "
|
|
411
|
+
"shape": "S5d"
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
414
|
}
|
|
@@ -434,10 +434,10 @@
|
|
|
434
434
|
"type": "structure",
|
|
435
435
|
"members": {
|
|
436
436
|
"containerInstances": {
|
|
437
|
-
"shape": "
|
|
437
|
+
"shape": "S5o"
|
|
438
438
|
},
|
|
439
439
|
"failures": {
|
|
440
|
-
"shape": "
|
|
440
|
+
"shape": "S5d"
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
}
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
"failures": {
|
|
472
|
-
"shape": "
|
|
472
|
+
"shape": "S5d"
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
}
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"type": "structure",
|
|
493
493
|
"members": {
|
|
494
494
|
"taskDefinition": {
|
|
495
|
-
"shape": "
|
|
495
|
+
"shape": "S33"
|
|
496
496
|
},
|
|
497
497
|
"tags": {
|
|
498
498
|
"shape": "Sa"
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"shape": "S1s"
|
|
527
527
|
},
|
|
528
528
|
"failures": {
|
|
529
|
-
"shape": "
|
|
529
|
+
"shape": "S5d"
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
532
|
}
|
|
@@ -552,10 +552,10 @@
|
|
|
552
552
|
"type": "structure",
|
|
553
553
|
"members": {
|
|
554
554
|
"tasks": {
|
|
555
|
-
"shape": "
|
|
555
|
+
"shape": "S66"
|
|
556
556
|
},
|
|
557
557
|
"failures": {
|
|
558
|
-
"shape": "
|
|
558
|
+
"shape": "S5d"
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
}
|
|
@@ -981,16 +981,16 @@
|
|
|
981
981
|
"executionRoleArn": {},
|
|
982
982
|
"networkMode": {},
|
|
983
983
|
"containerDefinitions": {
|
|
984
|
-
"shape": "
|
|
984
|
+
"shape": "S34"
|
|
985
985
|
},
|
|
986
986
|
"volumes": {
|
|
987
|
-
"shape": "
|
|
987
|
+
"shape": "S4e"
|
|
988
988
|
},
|
|
989
989
|
"placementConstraints": {
|
|
990
|
-
"shape": "
|
|
990
|
+
"shape": "S4s"
|
|
991
991
|
},
|
|
992
992
|
"requiresCompatibilities": {
|
|
993
|
-
"shape": "
|
|
993
|
+
"shape": "S4v"
|
|
994
994
|
},
|
|
995
995
|
"cpu": {},
|
|
996
996
|
"memory": {},
|
|
@@ -1000,16 +1000,16 @@
|
|
|
1000
1000
|
"pidMode": {},
|
|
1001
1001
|
"ipcMode": {},
|
|
1002
1002
|
"proxyConfiguration": {
|
|
1003
|
-
"shape": "
|
|
1003
|
+
"shape": "S54"
|
|
1004
1004
|
},
|
|
1005
1005
|
"inferenceAccelerators": {
|
|
1006
|
-
"shape": "
|
|
1006
|
+
"shape": "S50"
|
|
1007
1007
|
},
|
|
1008
1008
|
"ephemeralStorage": {
|
|
1009
|
-
"shape": "
|
|
1009
|
+
"shape": "S57"
|
|
1010
1010
|
},
|
|
1011
1011
|
"runtimePlatform": {
|
|
1012
|
-
"shape": "
|
|
1012
|
+
"shape": "S4x"
|
|
1013
1013
|
}
|
|
1014
1014
|
}
|
|
1015
1015
|
},
|
|
@@ -1017,7 +1017,7 @@
|
|
|
1017
1017
|
"type": "structure",
|
|
1018
1018
|
"members": {
|
|
1019
1019
|
"taskDefinition": {
|
|
1020
|
-
"shape": "
|
|
1020
|
+
"shape": "S33"
|
|
1021
1021
|
},
|
|
1022
1022
|
"tags": {
|
|
1023
1023
|
"shape": "Sa"
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
"shape": "S1j"
|
|
1052
1052
|
},
|
|
1053
1053
|
"overrides": {
|
|
1054
|
-
"shape": "
|
|
1054
|
+
"shape": "S6k"
|
|
1055
1055
|
},
|
|
1056
1056
|
"placementConstraints": {
|
|
1057
1057
|
"shape": "S1d"
|
|
@@ -1073,10 +1073,10 @@
|
|
|
1073
1073
|
"type": "structure",
|
|
1074
1074
|
"members": {
|
|
1075
1075
|
"tasks": {
|
|
1076
|
-
"shape": "
|
|
1076
|
+
"shape": "S66"
|
|
1077
1077
|
},
|
|
1078
1078
|
"failures": {
|
|
1079
|
-
"shape": "
|
|
1079
|
+
"shape": "S5d"
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
1082
|
}
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
"shape": "S1j"
|
|
1105
1105
|
},
|
|
1106
1106
|
"overrides": {
|
|
1107
|
-
"shape": "
|
|
1107
|
+
"shape": "S6k"
|
|
1108
1108
|
},
|
|
1109
1109
|
"propagateTags": {},
|
|
1110
1110
|
"referenceId": {},
|
|
@@ -1119,10 +1119,10 @@
|
|
|
1119
1119
|
"type": "structure",
|
|
1120
1120
|
"members": {
|
|
1121
1121
|
"tasks": {
|
|
1122
|
-
"shape": "
|
|
1122
|
+
"shape": "S66"
|
|
1123
1123
|
},
|
|
1124
1124
|
"failures": {
|
|
1125
|
-
"shape": "
|
|
1125
|
+
"shape": "S5d"
|
|
1126
1126
|
}
|
|
1127
1127
|
}
|
|
1128
1128
|
}
|
|
@@ -1143,7 +1143,7 @@
|
|
|
1143
1143
|
"type": "structure",
|
|
1144
1144
|
"members": {
|
|
1145
1145
|
"task": {
|
|
1146
|
-
"shape": "
|
|
1146
|
+
"shape": "S67"
|
|
1147
1147
|
}
|
|
1148
1148
|
}
|
|
1149
1149
|
}
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
"members": {
|
|
1158
1158
|
"cluster": {},
|
|
1159
1159
|
"attachments": {
|
|
1160
|
-
"shape": "
|
|
1160
|
+
"shape": "S85"
|
|
1161
1161
|
}
|
|
1162
1162
|
}
|
|
1163
1163
|
},
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
},
|
|
1183
1183
|
"reason": {},
|
|
1184
1184
|
"networkBindings": {
|
|
1185
|
-
"shape": "
|
|
1185
|
+
"shape": "S6b"
|
|
1186
1186
|
}
|
|
1187
1187
|
}
|
|
1188
1188
|
},
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
"type": "integer"
|
|
1214
1214
|
},
|
|
1215
1215
|
"networkBindings": {
|
|
1216
|
-
"shape": "
|
|
1216
|
+
"shape": "S6b"
|
|
1217
1217
|
},
|
|
1218
1218
|
"reason": {},
|
|
1219
1219
|
"status": {}
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
}
|
|
1222
1222
|
},
|
|
1223
1223
|
"attachments": {
|
|
1224
|
-
"shape": "
|
|
1224
|
+
"shape": "S85"
|
|
1225
1225
|
},
|
|
1226
1226
|
"managedAgents": {
|
|
1227
1227
|
"type": "list",
|
|
@@ -1413,10 +1413,10 @@
|
|
|
1413
1413
|
"type": "structure",
|
|
1414
1414
|
"members": {
|
|
1415
1415
|
"containerInstances": {
|
|
1416
|
-
"shape": "
|
|
1416
|
+
"shape": "S5o"
|
|
1417
1417
|
},
|
|
1418
1418
|
"failures": {
|
|
1419
|
-
"shape": "
|
|
1419
|
+
"shape": "S5d"
|
|
1420
1420
|
}
|
|
1421
1421
|
}
|
|
1422
1422
|
}
|
|
@@ -2067,6 +2067,28 @@
|
|
|
2067
2067
|
},
|
|
2068
2068
|
"tags": {
|
|
2069
2069
|
"shape": "Sa"
|
|
2070
|
+
},
|
|
2071
|
+
"healthStatus": {
|
|
2072
|
+
"type": "structure",
|
|
2073
|
+
"members": {
|
|
2074
|
+
"overallStatus": {},
|
|
2075
|
+
"details": {
|
|
2076
|
+
"type": "list",
|
|
2077
|
+
"member": {
|
|
2078
|
+
"type": "structure",
|
|
2079
|
+
"members": {
|
|
2080
|
+
"type": {},
|
|
2081
|
+
"status": {},
|
|
2082
|
+
"lastUpdated": {
|
|
2083
|
+
"type": "timestamp"
|
|
2084
|
+
},
|
|
2085
|
+
"lastStatusChange": {
|
|
2086
|
+
"type": "timestamp"
|
|
2087
|
+
}
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2070
2092
|
}
|
|
2071
2093
|
}
|
|
2072
2094
|
},
|
|
@@ -2100,12 +2122,12 @@
|
|
|
2100
2122
|
}
|
|
2101
2123
|
}
|
|
2102
2124
|
},
|
|
2103
|
-
"
|
|
2125
|
+
"S33": {
|
|
2104
2126
|
"type": "structure",
|
|
2105
2127
|
"members": {
|
|
2106
2128
|
"taskDefinitionArn": {},
|
|
2107
2129
|
"containerDefinitions": {
|
|
2108
|
-
"shape": "
|
|
2130
|
+
"shape": "S34"
|
|
2109
2131
|
},
|
|
2110
2132
|
"family": {},
|
|
2111
2133
|
"taskRoleArn": {},
|
|
@@ -2115,7 +2137,7 @@
|
|
|
2115
2137
|
"type": "integer"
|
|
2116
2138
|
},
|
|
2117
2139
|
"volumes": {
|
|
2118
|
-
"shape": "
|
|
2140
|
+
"shape": "S4e"
|
|
2119
2141
|
},
|
|
2120
2142
|
"status": {},
|
|
2121
2143
|
"requiresAttributes": {
|
|
@@ -2125,26 +2147,26 @@
|
|
|
2125
2147
|
}
|
|
2126
2148
|
},
|
|
2127
2149
|
"placementConstraints": {
|
|
2128
|
-
"shape": "
|
|
2150
|
+
"shape": "S4s"
|
|
2129
2151
|
},
|
|
2130
2152
|
"compatibilities": {
|
|
2131
|
-
"shape": "
|
|
2153
|
+
"shape": "S4v"
|
|
2132
2154
|
},
|
|
2133
2155
|
"runtimePlatform": {
|
|
2134
|
-
"shape": "
|
|
2156
|
+
"shape": "S4x"
|
|
2135
2157
|
},
|
|
2136
2158
|
"requiresCompatibilities": {
|
|
2137
|
-
"shape": "
|
|
2159
|
+
"shape": "S4v"
|
|
2138
2160
|
},
|
|
2139
2161
|
"cpu": {},
|
|
2140
2162
|
"memory": {},
|
|
2141
2163
|
"inferenceAccelerators": {
|
|
2142
|
-
"shape": "
|
|
2164
|
+
"shape": "S50"
|
|
2143
2165
|
},
|
|
2144
2166
|
"pidMode": {},
|
|
2145
2167
|
"ipcMode": {},
|
|
2146
2168
|
"proxyConfiguration": {
|
|
2147
|
-
"shape": "
|
|
2169
|
+
"shape": "S54"
|
|
2148
2170
|
},
|
|
2149
2171
|
"registeredAt": {
|
|
2150
2172
|
"type": "timestamp"
|
|
@@ -2154,11 +2176,11 @@
|
|
|
2154
2176
|
},
|
|
2155
2177
|
"registeredBy": {},
|
|
2156
2178
|
"ephemeralStorage": {
|
|
2157
|
-
"shape": "
|
|
2179
|
+
"shape": "S57"
|
|
2158
2180
|
}
|
|
2159
2181
|
}
|
|
2160
2182
|
},
|
|
2161
|
-
"
|
|
2183
|
+
"S34": {
|
|
2162
2184
|
"type": "list",
|
|
2163
2185
|
"member": {
|
|
2164
2186
|
"type": "structure",
|
|
@@ -2211,10 +2233,10 @@
|
|
|
2211
2233
|
"shape": "Sr"
|
|
2212
2234
|
},
|
|
2213
2235
|
"environment": {
|
|
2214
|
-
"shape": "
|
|
2236
|
+
"shape": "S3a"
|
|
2215
2237
|
},
|
|
2216
2238
|
"environmentFiles": {
|
|
2217
|
-
"shape": "
|
|
2239
|
+
"shape": "S3b"
|
|
2218
2240
|
},
|
|
2219
2241
|
"mountPoints": {
|
|
2220
2242
|
"type": "list",
|
|
@@ -2306,7 +2328,7 @@
|
|
|
2306
2328
|
}
|
|
2307
2329
|
},
|
|
2308
2330
|
"secrets": {
|
|
2309
|
-
"shape": "
|
|
2331
|
+
"shape": "S3q"
|
|
2310
2332
|
},
|
|
2311
2333
|
"dependsOn": {
|
|
2312
2334
|
"type": "list",
|
|
@@ -2407,7 +2429,7 @@
|
|
|
2407
2429
|
"value": {}
|
|
2408
2430
|
},
|
|
2409
2431
|
"secretOptions": {
|
|
2410
|
-
"shape": "
|
|
2432
|
+
"shape": "S3q"
|
|
2411
2433
|
}
|
|
2412
2434
|
}
|
|
2413
2435
|
},
|
|
@@ -2445,7 +2467,7 @@
|
|
|
2445
2467
|
}
|
|
2446
2468
|
},
|
|
2447
2469
|
"resourceRequirements": {
|
|
2448
|
-
"shape": "
|
|
2470
|
+
"shape": "S47"
|
|
2449
2471
|
},
|
|
2450
2472
|
"firelensConfiguration": {
|
|
2451
2473
|
"type": "structure",
|
|
@@ -2464,13 +2486,13 @@
|
|
|
2464
2486
|
}
|
|
2465
2487
|
}
|
|
2466
2488
|
},
|
|
2467
|
-
"
|
|
2489
|
+
"S3a": {
|
|
2468
2490
|
"type": "list",
|
|
2469
2491
|
"member": {
|
|
2470
2492
|
"shape": "S10"
|
|
2471
2493
|
}
|
|
2472
2494
|
},
|
|
2473
|
-
"
|
|
2495
|
+
"S3b": {
|
|
2474
2496
|
"type": "list",
|
|
2475
2497
|
"member": {
|
|
2476
2498
|
"type": "structure",
|
|
@@ -2484,7 +2506,7 @@
|
|
|
2484
2506
|
}
|
|
2485
2507
|
}
|
|
2486
2508
|
},
|
|
2487
|
-
"
|
|
2509
|
+
"S3q": {
|
|
2488
2510
|
"type": "list",
|
|
2489
2511
|
"member": {
|
|
2490
2512
|
"type": "structure",
|
|
@@ -2498,7 +2520,7 @@
|
|
|
2498
2520
|
}
|
|
2499
2521
|
}
|
|
2500
2522
|
},
|
|
2501
|
-
"
|
|
2523
|
+
"S47": {
|
|
2502
2524
|
"type": "list",
|
|
2503
2525
|
"member": {
|
|
2504
2526
|
"type": "structure",
|
|
@@ -2512,7 +2534,7 @@
|
|
|
2512
2534
|
}
|
|
2513
2535
|
}
|
|
2514
2536
|
},
|
|
2515
|
-
"
|
|
2537
|
+
"S4e": {
|
|
2516
2538
|
"type": "list",
|
|
2517
2539
|
"member": {
|
|
2518
2540
|
"type": "structure",
|
|
@@ -2533,10 +2555,10 @@
|
|
|
2533
2555
|
},
|
|
2534
2556
|
"driver": {},
|
|
2535
2557
|
"driverOpts": {
|
|
2536
|
-
"shape": "
|
|
2558
|
+
"shape": "S4j"
|
|
2537
2559
|
},
|
|
2538
2560
|
"labels": {
|
|
2539
|
-
"shape": "
|
|
2561
|
+
"shape": "S4j"
|
|
2540
2562
|
}
|
|
2541
2563
|
}
|
|
2542
2564
|
},
|
|
@@ -2587,12 +2609,12 @@
|
|
|
2587
2609
|
}
|
|
2588
2610
|
}
|
|
2589
2611
|
},
|
|
2590
|
-
"
|
|
2612
|
+
"S4j": {
|
|
2591
2613
|
"type": "map",
|
|
2592
2614
|
"key": {},
|
|
2593
2615
|
"value": {}
|
|
2594
2616
|
},
|
|
2595
|
-
"
|
|
2617
|
+
"S4s": {
|
|
2596
2618
|
"type": "list",
|
|
2597
2619
|
"member": {
|
|
2598
2620
|
"type": "structure",
|
|
@@ -2602,18 +2624,18 @@
|
|
|
2602
2624
|
}
|
|
2603
2625
|
}
|
|
2604
2626
|
},
|
|
2605
|
-
"
|
|
2627
|
+
"S4v": {
|
|
2606
2628
|
"type": "list",
|
|
2607
2629
|
"member": {}
|
|
2608
2630
|
},
|
|
2609
|
-
"
|
|
2631
|
+
"S4x": {
|
|
2610
2632
|
"type": "structure",
|
|
2611
2633
|
"members": {
|
|
2612
2634
|
"cpuArchitecture": {},
|
|
2613
2635
|
"operatingSystemFamily": {}
|
|
2614
2636
|
}
|
|
2615
2637
|
},
|
|
2616
|
-
"
|
|
2638
|
+
"S50": {
|
|
2617
2639
|
"type": "list",
|
|
2618
2640
|
"member": {
|
|
2619
2641
|
"type": "structure",
|
|
@@ -2627,7 +2649,7 @@
|
|
|
2627
2649
|
}
|
|
2628
2650
|
}
|
|
2629
2651
|
},
|
|
2630
|
-
"
|
|
2652
|
+
"S54": {
|
|
2631
2653
|
"type": "structure",
|
|
2632
2654
|
"required": [
|
|
2633
2655
|
"containerName"
|
|
@@ -2643,7 +2665,7 @@
|
|
|
2643
2665
|
}
|
|
2644
2666
|
}
|
|
2645
2667
|
},
|
|
2646
|
-
"
|
|
2668
|
+
"S57": {
|
|
2647
2669
|
"type": "structure",
|
|
2648
2670
|
"required": [
|
|
2649
2671
|
"sizeInGiB"
|
|
@@ -2654,7 +2676,7 @@
|
|
|
2654
2676
|
}
|
|
2655
2677
|
}
|
|
2656
2678
|
},
|
|
2657
|
-
"
|
|
2679
|
+
"S5d": {
|
|
2658
2680
|
"type": "list",
|
|
2659
2681
|
"member": {
|
|
2660
2682
|
"type": "structure",
|
|
@@ -2665,19 +2687,19 @@
|
|
|
2665
2687
|
}
|
|
2666
2688
|
}
|
|
2667
2689
|
},
|
|
2668
|
-
"
|
|
2690
|
+
"S5o": {
|
|
2669
2691
|
"type": "list",
|
|
2670
2692
|
"member": {
|
|
2671
2693
|
"shape": "S2q"
|
|
2672
2694
|
}
|
|
2673
2695
|
},
|
|
2674
|
-
"
|
|
2696
|
+
"S66": {
|
|
2675
2697
|
"type": "list",
|
|
2676
2698
|
"member": {
|
|
2677
|
-
"shape": "
|
|
2699
|
+
"shape": "S67"
|
|
2678
2700
|
}
|
|
2679
2701
|
},
|
|
2680
|
-
"
|
|
2702
|
+
"S67": {
|
|
2681
2703
|
"type": "structure",
|
|
2682
2704
|
"members": {
|
|
2683
2705
|
"attachments": {
|
|
@@ -2711,7 +2733,7 @@
|
|
|
2711
2733
|
},
|
|
2712
2734
|
"reason": {},
|
|
2713
2735
|
"networkBindings": {
|
|
2714
|
-
"shape": "
|
|
2736
|
+
"shape": "S6b"
|
|
2715
2737
|
},
|
|
2716
2738
|
"networkInterfaces": {
|
|
2717
2739
|
"type": "list",
|
|
@@ -2763,13 +2785,13 @@
|
|
|
2763
2785
|
"group": {},
|
|
2764
2786
|
"healthStatus": {},
|
|
2765
2787
|
"inferenceAccelerators": {
|
|
2766
|
-
"shape": "
|
|
2788
|
+
"shape": "S50"
|
|
2767
2789
|
},
|
|
2768
2790
|
"lastStatus": {},
|
|
2769
2791
|
"launchType": {},
|
|
2770
2792
|
"memory": {},
|
|
2771
2793
|
"overrides": {
|
|
2772
|
-
"shape": "
|
|
2794
|
+
"shape": "S6k"
|
|
2773
2795
|
},
|
|
2774
2796
|
"platformVersion": {},
|
|
2775
2797
|
"platformFamily": {},
|
|
@@ -2800,11 +2822,11 @@
|
|
|
2800
2822
|
"type": "long"
|
|
2801
2823
|
},
|
|
2802
2824
|
"ephemeralStorage": {
|
|
2803
|
-
"shape": "
|
|
2825
|
+
"shape": "S57"
|
|
2804
2826
|
}
|
|
2805
2827
|
}
|
|
2806
2828
|
},
|
|
2807
|
-
"
|
|
2829
|
+
"S6b": {
|
|
2808
2830
|
"type": "list",
|
|
2809
2831
|
"member": {
|
|
2810
2832
|
"type": "structure",
|
|
@@ -2820,7 +2842,7 @@
|
|
|
2820
2842
|
}
|
|
2821
2843
|
}
|
|
2822
2844
|
},
|
|
2823
|
-
"
|
|
2845
|
+
"S6k": {
|
|
2824
2846
|
"type": "structure",
|
|
2825
2847
|
"members": {
|
|
2826
2848
|
"containerOverrides": {
|
|
@@ -2833,10 +2855,10 @@
|
|
|
2833
2855
|
"shape": "Sr"
|
|
2834
2856
|
},
|
|
2835
2857
|
"environment": {
|
|
2836
|
-
"shape": "
|
|
2858
|
+
"shape": "S3a"
|
|
2837
2859
|
},
|
|
2838
2860
|
"environmentFiles": {
|
|
2839
|
-
"shape": "
|
|
2861
|
+
"shape": "S3b"
|
|
2840
2862
|
},
|
|
2841
2863
|
"cpu": {
|
|
2842
2864
|
"type": "integer"
|
|
@@ -2848,7 +2870,7 @@
|
|
|
2848
2870
|
"type": "integer"
|
|
2849
2871
|
},
|
|
2850
2872
|
"resourceRequirements": {
|
|
2851
|
-
"shape": "
|
|
2873
|
+
"shape": "S47"
|
|
2852
2874
|
}
|
|
2853
2875
|
}
|
|
2854
2876
|
}
|
|
@@ -2868,11 +2890,11 @@
|
|
|
2868
2890
|
"memory": {},
|
|
2869
2891
|
"taskRoleArn": {},
|
|
2870
2892
|
"ephemeralStorage": {
|
|
2871
|
-
"shape": "
|
|
2893
|
+
"shape": "S57"
|
|
2872
2894
|
}
|
|
2873
2895
|
}
|
|
2874
2896
|
},
|
|
2875
|
-
"
|
|
2897
|
+
"S85": {
|
|
2876
2898
|
"type": "list",
|
|
2877
2899
|
"member": {
|
|
2878
2900
|
"type": "structure",
|
package/apis/metadata.json
CHANGED