aws-sdk 2.1573.0 → 2.1575.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/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +187 -158
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +252 -252
- package/apis/codestar-connections-2019-12-01.min.json +27 -21
- package/apis/mediapackagev2-2022-12-25.min.json +51 -30
- package/clients/batch.d.ts +36 -3
- package/clients/bedrockagentruntime.d.ts +363 -81
- package/clients/cloudtrail.d.ts +2 -2
- package/clients/codebuild.d.ts +4 -4
- package/clients/codestarconnections.d.ts +26 -0
- package/clients/cognitoidentityserviceprovider.d.ts +32 -32
- package/clients/elasticache.d.ts +5 -5
- package/clients/guardduty.d.ts +14 -14
- package/clients/mediapackagev2.d.ts +49 -0
- package/clients/transfer.d.ts +8 -8
- package/dist/aws-sdk-core-react-native.js +21 -19
- package/dist/aws-sdk-react-native.js +42 -39
- package/dist/aws-sdk.js +6 -5
- package/dist/aws-sdk.min.js +3 -3
- package/lib/core.js +1 -1
- package/lib/maintenance_mode_message.js +3 -2
- package/package.json +1 -1
@@ -118,7 +118,9 @@
|
|
118
118
|
"RepositoryLinkId": {},
|
119
119
|
"ResourceName": {},
|
120
120
|
"RoleArn": {},
|
121
|
-
"SyncType": {}
|
121
|
+
"SyncType": {},
|
122
|
+
"PublishDeploymentStatus": {},
|
123
|
+
"TriggerResourceUpdateOn": {}
|
122
124
|
}
|
123
125
|
},
|
124
126
|
"output": {
|
@@ -128,7 +130,7 @@
|
|
128
130
|
],
|
129
131
|
"members": {
|
130
132
|
"SyncConfiguration": {
|
131
|
-
"shape": "
|
133
|
+
"shape": "S13"
|
132
134
|
}
|
133
135
|
}
|
134
136
|
}
|
@@ -209,7 +211,7 @@
|
|
209
211
|
"type": "structure",
|
210
212
|
"members": {
|
211
213
|
"Connection": {
|
212
|
-
"shape": "
|
214
|
+
"shape": "S1e"
|
213
215
|
}
|
214
216
|
}
|
215
217
|
}
|
@@ -334,13 +336,13 @@
|
|
334
336
|
],
|
335
337
|
"members": {
|
336
338
|
"DesiredState": {
|
337
|
-
"shape": "
|
339
|
+
"shape": "S1y"
|
338
340
|
},
|
339
341
|
"LatestSuccessfulSync": {
|
340
|
-
"shape": "
|
342
|
+
"shape": "S21"
|
341
343
|
},
|
342
344
|
"LatestSync": {
|
343
|
-
"shape": "
|
345
|
+
"shape": "S21"
|
344
346
|
}
|
345
347
|
}
|
346
348
|
}
|
@@ -374,7 +376,7 @@
|
|
374
376
|
"LatestBlockers": {
|
375
377
|
"type": "list",
|
376
378
|
"member": {
|
377
|
-
"shape": "
|
379
|
+
"shape": "S2a"
|
378
380
|
}
|
379
381
|
}
|
380
382
|
}
|
@@ -401,7 +403,7 @@
|
|
401
403
|
],
|
402
404
|
"members": {
|
403
405
|
"SyncConfiguration": {
|
404
|
-
"shape": "
|
406
|
+
"shape": "S13"
|
405
407
|
}
|
406
408
|
}
|
407
409
|
}
|
@@ -424,7 +426,7 @@
|
|
424
426
|
"Connections": {
|
425
427
|
"type": "list",
|
426
428
|
"member": {
|
427
|
-
"shape": "
|
429
|
+
"shape": "S1e"
|
428
430
|
}
|
429
431
|
},
|
430
432
|
"NextToken": {}
|
@@ -556,7 +558,7 @@
|
|
556
558
|
"SyncConfigurations": {
|
557
559
|
"type": "list",
|
558
560
|
"member": {
|
559
|
-
"shape": "
|
561
|
+
"shape": "S13"
|
560
562
|
}
|
561
563
|
},
|
562
564
|
"NextToken": {}
|
@@ -690,7 +692,7 @@
|
|
690
692
|
"ResourceName": {},
|
691
693
|
"ParentResourceName": {},
|
692
694
|
"SyncBlocker": {
|
693
|
-
"shape": "
|
695
|
+
"shape": "S2a"
|
694
696
|
}
|
695
697
|
}
|
696
698
|
}
|
@@ -708,7 +710,9 @@
|
|
708
710
|
"RepositoryLinkId": {},
|
709
711
|
"ResourceName": {},
|
710
712
|
"RoleArn": {},
|
711
|
-
"SyncType": {}
|
713
|
+
"SyncType": {},
|
714
|
+
"PublishDeploymentStatus": {},
|
715
|
+
"TriggerResourceUpdateOn": {}
|
712
716
|
}
|
713
717
|
},
|
714
718
|
"output": {
|
@@ -718,7 +722,7 @@
|
|
718
722
|
],
|
719
723
|
"members": {
|
720
724
|
"SyncConfiguration": {
|
721
|
-
"shape": "
|
725
|
+
"shape": "S13"
|
722
726
|
}
|
723
727
|
}
|
724
728
|
}
|
@@ -779,7 +783,7 @@
|
|
779
783
|
"RepositoryName": {}
|
780
784
|
}
|
781
785
|
},
|
782
|
-
"
|
786
|
+
"S13": {
|
783
787
|
"type": "structure",
|
784
788
|
"required": [
|
785
789
|
"Branch",
|
@@ -800,10 +804,12 @@
|
|
800
804
|
"RepositoryName": {},
|
801
805
|
"ResourceName": {},
|
802
806
|
"RoleArn": {},
|
803
|
-
"SyncType": {}
|
807
|
+
"SyncType": {},
|
808
|
+
"PublishDeploymentStatus": {},
|
809
|
+
"TriggerResourceUpdateOn": {}
|
804
810
|
}
|
805
811
|
},
|
806
|
-
"
|
812
|
+
"S1e": {
|
807
813
|
"type": "structure",
|
808
814
|
"members": {
|
809
815
|
"ConnectionName": {},
|
@@ -814,7 +820,7 @@
|
|
814
820
|
"HostArn": {}
|
815
821
|
}
|
816
822
|
},
|
817
|
-
"
|
823
|
+
"S1y": {
|
818
824
|
"type": "structure",
|
819
825
|
"required": [
|
820
826
|
"Branch",
|
@@ -833,7 +839,7 @@
|
|
833
839
|
"Sha": {}
|
834
840
|
}
|
835
841
|
},
|
836
|
-
"
|
842
|
+
"S21": {
|
837
843
|
"type": "structure",
|
838
844
|
"required": [
|
839
845
|
"Events",
|
@@ -864,19 +870,19 @@
|
|
864
870
|
}
|
865
871
|
},
|
866
872
|
"InitialRevision": {
|
867
|
-
"shape": "
|
873
|
+
"shape": "S1y"
|
868
874
|
},
|
869
875
|
"StartedAt": {
|
870
876
|
"type": "timestamp"
|
871
877
|
},
|
872
878
|
"Status": {},
|
873
879
|
"TargetRevision": {
|
874
|
-
"shape": "
|
880
|
+
"shape": "S1y"
|
875
881
|
},
|
876
882
|
"Target": {}
|
877
883
|
}
|
878
884
|
},
|
879
|
-
"
|
885
|
+
"S2a": {
|
880
886
|
"type": "structure",
|
881
887
|
"required": [
|
882
888
|
"Id",
|
@@ -65,6 +65,7 @@
|
|
65
65
|
"IngestEndpoints": {
|
66
66
|
"shape": "Sb"
|
67
67
|
},
|
68
|
+
"ETag": {},
|
68
69
|
"Tags": {
|
69
70
|
"shape": "S5"
|
70
71
|
}
|
@@ -115,6 +116,7 @@
|
|
115
116
|
"ModifiedAt": {
|
116
117
|
"type": "timestamp"
|
117
118
|
},
|
119
|
+
"ETag": {},
|
118
120
|
"Description": {},
|
119
121
|
"Tags": {
|
120
122
|
"shape": "S5"
|
@@ -148,7 +150,7 @@
|
|
148
150
|
"OriginEndpointName": {},
|
149
151
|
"ContainerType": {},
|
150
152
|
"Segment": {
|
151
|
-
"shape": "
|
153
|
+
"shape": "Si"
|
152
154
|
},
|
153
155
|
"ClientToken": {
|
154
156
|
"idempotencyToken": true,
|
@@ -160,10 +162,10 @@
|
|
160
162
|
"type": "integer"
|
161
163
|
},
|
162
164
|
"HlsManifests": {
|
163
|
-
"shape": "
|
165
|
+
"shape": "S15"
|
164
166
|
},
|
165
167
|
"LowLatencyHlsManifests": {
|
166
|
-
"shape": "
|
168
|
+
"shape": "S1f"
|
167
169
|
},
|
168
170
|
"Tags": {
|
169
171
|
"shape": "S5"
|
@@ -189,7 +191,7 @@
|
|
189
191
|
"OriginEndpointName": {},
|
190
192
|
"ContainerType": {},
|
191
193
|
"Segment": {
|
192
|
-
"shape": "
|
194
|
+
"shape": "Si"
|
193
195
|
},
|
194
196
|
"CreatedAt": {
|
195
197
|
"type": "timestamp"
|
@@ -202,11 +204,12 @@
|
|
202
204
|
"type": "integer"
|
203
205
|
},
|
204
206
|
"HlsManifests": {
|
205
|
-
"shape": "
|
207
|
+
"shape": "S1l"
|
206
208
|
},
|
207
209
|
"LowLatencyHlsManifests": {
|
208
|
-
"shape": "
|
210
|
+
"shape": "S1n"
|
209
211
|
},
|
212
|
+
"ETag": {},
|
210
213
|
"Tags": {
|
211
214
|
"shape": "S5"
|
212
215
|
}
|
@@ -410,6 +413,7 @@
|
|
410
413
|
"IngestEndpoints": {
|
411
414
|
"shape": "Sb"
|
412
415
|
},
|
416
|
+
"ETag": {},
|
413
417
|
"Tags": {
|
414
418
|
"shape": "S5"
|
415
419
|
}
|
@@ -454,6 +458,7 @@
|
|
454
458
|
"type": "timestamp"
|
455
459
|
},
|
456
460
|
"Description": {},
|
461
|
+
"ETag": {},
|
457
462
|
"Tags": {
|
458
463
|
"shape": "S5",
|
459
464
|
"locationName": "tags"
|
@@ -545,7 +550,7 @@
|
|
545
550
|
"OriginEndpointName": {},
|
546
551
|
"ContainerType": {},
|
547
552
|
"Segment": {
|
548
|
-
"shape": "
|
553
|
+
"shape": "Si"
|
549
554
|
},
|
550
555
|
"CreatedAt": {
|
551
556
|
"type": "timestamp"
|
@@ -558,11 +563,12 @@
|
|
558
563
|
"type": "integer"
|
559
564
|
},
|
560
565
|
"HlsManifests": {
|
561
|
-
"shape": "
|
566
|
+
"shape": "S1l"
|
562
567
|
},
|
563
568
|
"LowLatencyHlsManifests": {
|
564
|
-
"shape": "
|
569
|
+
"shape": "S1n"
|
565
570
|
},
|
571
|
+
"ETag": {},
|
566
572
|
"Tags": {
|
567
573
|
"shape": "S5"
|
568
574
|
}
|
@@ -981,6 +987,10 @@
|
|
981
987
|
"location": "uri",
|
982
988
|
"locationName": "ChannelName"
|
983
989
|
},
|
990
|
+
"ETag": {
|
991
|
+
"location": "header",
|
992
|
+
"locationName": "x-amzn-update-if-match"
|
993
|
+
},
|
984
994
|
"Description": {}
|
985
995
|
}
|
986
996
|
},
|
@@ -1007,6 +1017,7 @@
|
|
1007
1017
|
"IngestEndpoints": {
|
1008
1018
|
"shape": "Sb"
|
1009
1019
|
},
|
1020
|
+
"ETag": {},
|
1010
1021
|
"Tags": {
|
1011
1022
|
"shape": "S5",
|
1012
1023
|
"locationName": "tags"
|
@@ -1031,6 +1042,10 @@
|
|
1031
1042
|
"location": "uri",
|
1032
1043
|
"locationName": "ChannelGroupName"
|
1033
1044
|
},
|
1045
|
+
"ETag": {
|
1046
|
+
"location": "header",
|
1047
|
+
"locationName": "x-amzn-update-if-match"
|
1048
|
+
},
|
1034
1049
|
"Description": {}
|
1035
1050
|
}
|
1036
1051
|
},
|
@@ -1054,6 +1069,7 @@
|
|
1054
1069
|
"type": "timestamp"
|
1055
1070
|
},
|
1056
1071
|
"Description": {},
|
1072
|
+
"ETag": {},
|
1057
1073
|
"Tags": {
|
1058
1074
|
"shape": "S5",
|
1059
1075
|
"locationName": "tags"
|
@@ -1091,17 +1107,21 @@
|
|
1091
1107
|
},
|
1092
1108
|
"ContainerType": {},
|
1093
1109
|
"Segment": {
|
1094
|
-
"shape": "
|
1110
|
+
"shape": "Si"
|
1095
1111
|
},
|
1096
1112
|
"Description": {},
|
1097
1113
|
"StartoverWindowSeconds": {
|
1098
1114
|
"type": "integer"
|
1099
1115
|
},
|
1100
1116
|
"HlsManifests": {
|
1101
|
-
"shape": "
|
1117
|
+
"shape": "S15"
|
1102
1118
|
},
|
1103
1119
|
"LowLatencyHlsManifests": {
|
1104
|
-
"shape": "
|
1120
|
+
"shape": "S1f"
|
1121
|
+
},
|
1122
|
+
"ETag": {
|
1123
|
+
"location": "header",
|
1124
|
+
"locationName": "x-amzn-update-if-match"
|
1105
1125
|
}
|
1106
1126
|
}
|
1107
1127
|
},
|
@@ -1124,7 +1144,7 @@
|
|
1124
1144
|
"OriginEndpointName": {},
|
1125
1145
|
"ContainerType": {},
|
1126
1146
|
"Segment": {
|
1127
|
-
"shape": "
|
1147
|
+
"shape": "Si"
|
1128
1148
|
},
|
1129
1149
|
"CreatedAt": {
|
1130
1150
|
"type": "timestamp"
|
@@ -1137,11 +1157,12 @@
|
|
1137
1157
|
"type": "integer"
|
1138
1158
|
},
|
1139
1159
|
"HlsManifests": {
|
1140
|
-
"shape": "
|
1160
|
+
"shape": "S1l"
|
1141
1161
|
},
|
1142
1162
|
"LowLatencyHlsManifests": {
|
1143
|
-
"shape": "
|
1163
|
+
"shape": "S1n"
|
1144
1164
|
},
|
1165
|
+
"ETag": {},
|
1145
1166
|
"Tags": {
|
1146
1167
|
"shape": "S5",
|
1147
1168
|
"locationName": "tags"
|
@@ -1167,7 +1188,7 @@
|
|
1167
1188
|
}
|
1168
1189
|
}
|
1169
1190
|
},
|
1170
|
-
"
|
1191
|
+
"Si": {
|
1171
1192
|
"type": "structure",
|
1172
1193
|
"members": {
|
1173
1194
|
"SegmentDurationSeconds": {
|
@@ -1244,7 +1265,7 @@
|
|
1244
1265
|
}
|
1245
1266
|
}
|
1246
1267
|
},
|
1247
|
-
"
|
1268
|
+
"S15": {
|
1248
1269
|
"type": "list",
|
1249
1270
|
"member": {
|
1250
1271
|
"type": "structure",
|
@@ -1255,7 +1276,7 @@
|
|
1255
1276
|
"ManifestName": {},
|
1256
1277
|
"ChildManifestName": {},
|
1257
1278
|
"ScteHls": {
|
1258
|
-
"shape": "
|
1279
|
+
"shape": "S18"
|
1259
1280
|
},
|
1260
1281
|
"ManifestWindowSeconds": {
|
1261
1282
|
"type": "integer"
|
@@ -1264,18 +1285,18 @@
|
|
1264
1285
|
"type": "integer"
|
1265
1286
|
},
|
1266
1287
|
"FilterConfiguration": {
|
1267
|
-
"shape": "
|
1288
|
+
"shape": "S1c"
|
1268
1289
|
}
|
1269
1290
|
}
|
1270
1291
|
}
|
1271
1292
|
},
|
1272
|
-
"
|
1293
|
+
"S18": {
|
1273
1294
|
"type": "structure",
|
1274
1295
|
"members": {
|
1275
1296
|
"AdMarkerHls": {}
|
1276
1297
|
}
|
1277
1298
|
},
|
1278
|
-
"
|
1299
|
+
"S1c": {
|
1279
1300
|
"type": "structure",
|
1280
1301
|
"members": {
|
1281
1302
|
"ManifestFilter": {},
|
@@ -1290,7 +1311,7 @@
|
|
1290
1311
|
}
|
1291
1312
|
}
|
1292
1313
|
},
|
1293
|
-
"
|
1314
|
+
"S1f": {
|
1294
1315
|
"type": "list",
|
1295
1316
|
"member": {
|
1296
1317
|
"type": "structure",
|
@@ -1301,7 +1322,7 @@
|
|
1301
1322
|
"ManifestName": {},
|
1302
1323
|
"ChildManifestName": {},
|
1303
1324
|
"ScteHls": {
|
1304
|
-
"shape": "
|
1325
|
+
"shape": "S18"
|
1305
1326
|
},
|
1306
1327
|
"ManifestWindowSeconds": {
|
1307
1328
|
"type": "integer"
|
@@ -1310,12 +1331,12 @@
|
|
1310
1331
|
"type": "integer"
|
1311
1332
|
},
|
1312
1333
|
"FilterConfiguration": {
|
1313
|
-
"shape": "
|
1334
|
+
"shape": "S1c"
|
1314
1335
|
}
|
1315
1336
|
}
|
1316
1337
|
}
|
1317
1338
|
},
|
1318
|
-
"
|
1339
|
+
"S1l": {
|
1319
1340
|
"type": "list",
|
1320
1341
|
"member": {
|
1321
1342
|
"type": "structure",
|
@@ -1334,15 +1355,15 @@
|
|
1334
1355
|
"type": "integer"
|
1335
1356
|
},
|
1336
1357
|
"ScteHls": {
|
1337
|
-
"shape": "
|
1358
|
+
"shape": "S18"
|
1338
1359
|
},
|
1339
1360
|
"FilterConfiguration": {
|
1340
|
-
"shape": "
|
1361
|
+
"shape": "S1c"
|
1341
1362
|
}
|
1342
1363
|
}
|
1343
1364
|
}
|
1344
1365
|
},
|
1345
|
-
"
|
1366
|
+
"S1n": {
|
1346
1367
|
"type": "list",
|
1347
1368
|
"member": {
|
1348
1369
|
"type": "structure",
|
@@ -1361,10 +1382,10 @@
|
|
1361
1382
|
"type": "integer"
|
1362
1383
|
},
|
1363
1384
|
"ScteHls": {
|
1364
|
-
"shape": "
|
1385
|
+
"shape": "S18"
|
1365
1386
|
},
|
1366
1387
|
"FilterConfiguration": {
|
1367
|
-
"shape": "
|
1388
|
+
"shape": "S1c"
|
1368
1389
|
}
|
1369
1390
|
}
|
1370
1391
|
}
|
package/clients/batch.d.ts
CHANGED
@@ -833,6 +833,10 @@ declare namespace Batch {
|
|
833
833
|
* The tags that you apply to the job queue to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging your Batch resources in Batch User Guide.
|
834
834
|
*/
|
835
835
|
tags?: TagrisTagsMap;
|
836
|
+
/**
|
837
|
+
* The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state longer than specified times. Batch will perform each action after maxTimeSeconds has passed.
|
838
|
+
*/
|
839
|
+
jobStateTimeLimitActions?: JobStateTimeLimitActions;
|
836
840
|
}
|
837
841
|
export interface CreateJobQueueResponse {
|
838
842
|
/**
|
@@ -1740,7 +1744,7 @@ declare namespace Batch {
|
|
1740
1744
|
*/
|
1741
1745
|
attempts?: AttemptDetails;
|
1742
1746
|
/**
|
1743
|
-
* A short, human-readable string to provide more details for the current status of the job.
|
1747
|
+
* A short, human-readable string to provide more details for the current status of the job. CAPACITY:INSUFFICIENT_INSTANCE_CAPACITY - All compute environments have insufficient capacity to service the job. MISCONFIGURATION:COMPUTE_ENVIRONMENT_MAX_RESOURCE - All compute environments have a maxVcpu setting that is smaller than the job requirements. MISCONFIGURATION:JOB_RESOURCE_REQUIREMENT - All compute environments have no connected instances that meet the job requirements. MISCONFIGURATION:SERVICE_ROLE_PERMISSIONS - All compute environments have problems with the service role permissions.
|
1744
1748
|
*/
|
1745
1749
|
statusReason?: String;
|
1746
1750
|
/**
|
@@ -1863,8 +1867,33 @@ declare namespace Batch {
|
|
1863
1867
|
* The tags that are applied to the job queue. For more information, see Tagging your Batch resources in Batch User Guide.
|
1864
1868
|
*/
|
1865
1869
|
tags?: TagrisTagsMap;
|
1870
|
+
/**
|
1871
|
+
* The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times. Batch will perform each action after maxTimeSeconds has passed.
|
1872
|
+
*/
|
1873
|
+
jobStateTimeLimitActions?: JobStateTimeLimitActions;
|
1866
1874
|
}
|
1867
1875
|
export type JobQueueDetailList = JobQueueDetail[];
|
1876
|
+
export interface JobStateTimeLimitAction {
|
1877
|
+
/**
|
1878
|
+
* The reason to log for the action being taken.
|
1879
|
+
*/
|
1880
|
+
reason: String;
|
1881
|
+
/**
|
1882
|
+
* The state of the job needed to trigger the action. The only supported value is "RUNNABLE".
|
1883
|
+
*/
|
1884
|
+
state: JobStateTimeLimitActionsState;
|
1885
|
+
/**
|
1886
|
+
* The approximate amount of time, in seconds, that must pass with the job in the specified state before the action is taken. The minimum value is 600 (10 minutes) and the maximum value is 86,400 (24 hours).
|
1887
|
+
*/
|
1888
|
+
maxTimeSeconds: Integer;
|
1889
|
+
/**
|
1890
|
+
* The action to take when a job is at the head of the job queue in the specified state for the specified period of time. The only supported value is "CANCEL", which will cancel the job.
|
1891
|
+
*/
|
1892
|
+
action: JobStateTimeLimitActionsAction;
|
1893
|
+
}
|
1894
|
+
export type JobStateTimeLimitActions = JobStateTimeLimitAction[];
|
1895
|
+
export type JobStateTimeLimitActionsAction = "CANCEL"|string;
|
1896
|
+
export type JobStateTimeLimitActionsState = "RUNNABLE"|string;
|
1868
1897
|
export type JobStatus = "SUBMITTED"|"PENDING"|"RUNNABLE"|"STARTING"|"RUNNING"|"SUCCEEDED"|"FAILED"|string;
|
1869
1898
|
export interface JobSummary {
|
1870
1899
|
/**
|
@@ -2486,7 +2515,7 @@ declare namespace Batch {
|
|
2486
2515
|
*/
|
2487
2516
|
environment?: EnvironmentVariables;
|
2488
2517
|
/**
|
2489
|
-
* If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped. If the essential parameter of a container is marked as false, its failure doesn't affect the rest of the containers in a task. If this parameter is omitted, a container is assumed to be essential. All
|
2518
|
+
* If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped. If the essential parameter of a container is marked as false, its failure doesn't affect the rest of the containers in a task. If this parameter is omitted, a container is assumed to be essential. All jobs must have at least one essential container. If you have an application that's composed of multiple containers, group containers that are used for a common purpose into components, and separate the different components into multiple task definitions. For more information, see Application Architecture in the Amazon Elastic Container Service Developer Guide.
|
2490
2519
|
*/
|
2491
2520
|
essential?: Boolean;
|
2492
2521
|
/**
|
@@ -2586,7 +2615,7 @@ declare namespace Batch {
|
|
2586
2615
|
*/
|
2587
2616
|
environment?: EnvironmentVariables;
|
2588
2617
|
/**
|
2589
|
-
* If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped. If the essential parameter of a container is marked as false, its failure doesn't affect the rest of the containers in a task. If this parameter is omitted, a container is assumed to be essential. All
|
2618
|
+
* If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped. If the essential parameter of a container is marked as false, its failure doesn't affect the rest of the containers in a task. If this parameter is omitted, a container is assumed to be essential. All jobs must have at least one essential container. If you have an application that's composed of multiple containers, group containers that are used for a common purpose into components, and separate the different components into multiple task definitions. For more information, see Application Architecture in the Amazon Elastic Container Service Developer Guide.
|
2590
2619
|
*/
|
2591
2620
|
essential?: Boolean;
|
2592
2621
|
/**
|
@@ -2755,6 +2784,10 @@ declare namespace Batch {
|
|
2755
2784
|
* Details the set of compute environments mapped to a job queue and their order relative to each other. This is one of the parameters used by the job scheduler to determine which compute environment runs a given job. Compute environments must be in the VALID state before you can associate them with a job queue. All of the compute environments must be either EC2 (EC2 or SPOT) or Fargate (FARGATE or FARGATE_SPOT). EC2 and Fargate compute environments can't be mixed. All compute environments that are associated with a job queue must share the same architecture. Batch doesn't support mixing compute environment architecture types in a single job queue.
|
2756
2785
|
*/
|
2757
2786
|
computeEnvironmentOrder?: ComputeEnvironmentOrders;
|
2787
|
+
/**
|
2788
|
+
* The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times. Batch will perform each action after maxTimeSeconds has passed.
|
2789
|
+
*/
|
2790
|
+
jobStateTimeLimitActions?: JobStateTimeLimitActions;
|
2758
2791
|
}
|
2759
2792
|
export interface UpdateJobQueueResponse {
|
2760
2793
|
/**
|