aws-sdk 2.1596.0 → 2.1598.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. package/README.md +1 -1
  2. package/apis/batch-2016-08-10.min.json +47 -19
  3. package/apis/cleanrooms-2022-02-17.min.json +155 -123
  4. package/apis/connect-2017-08-08.min.json +330 -321
  5. package/apis/iam-2010-05-08.min.json +1 -2
  6. package/apis/medialive-2017-10-14.min.json +1992 -3
  7. package/apis/medialive-2017-10-14.paginators.json +30 -0
  8. package/apis/medialive-2017-10-14.waiters2.json +128 -0
  9. package/apis/monitoring-2010-08-01.min.json +36 -22
  10. package/apis/omics-2022-11-28.min.json +238 -221
  11. package/apis/qconnect-2020-10-19.min.json +140 -56
  12. package/apis/rekognition-2016-06-27.min.json +16 -10
  13. package/apis/supplychain-2024-01-01.examples.json +261 -0
  14. package/apis/supplychain-2024-01-01.min.json +44 -0
  15. package/apis/workspaces-thin-client-2023-08-22.min.json +15 -26
  16. package/clients/batch.d.ts +50 -4
  17. package/clients/cleanrooms.d.ts +32 -0
  18. package/clients/cloudfront.d.ts +60 -60
  19. package/clients/cloudwatch.d.ts +16 -1
  20. package/clients/codebuild.d.ts +1 -1
  21. package/clients/connect.d.ts +15 -4
  22. package/clients/iam.d.ts +7 -7
  23. package/clients/medialive.d.ts +1419 -0
  24. package/clients/networkmonitor.d.ts +26 -26
  25. package/clients/omics.d.ts +137 -94
  26. package/clients/qconnect.d.ts +169 -96
  27. package/clients/rds.d.ts +10 -10
  28. package/clients/rekognition.d.ts +5 -1
  29. package/clients/s3control.d.ts +36 -36
  30. package/clients/supplychain.d.ts +44 -0
  31. package/clients/workspacesthinclient.d.ts +6 -20
  32. package/dist/aws-sdk-core-react-native.js +1 -1
  33. package/dist/aws-sdk-react-native.js +14 -14
  34. package/dist/aws-sdk.js +386 -358
  35. package/dist/aws-sdk.min.js +83 -83
  36. package/lib/core.js +1 -1
  37. package/package.json +1 -1
@@ -1,5 +1,266 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CreateBillOfMaterialsImportJob": [
5
+ {
6
+ "input": {
7
+ "clientToken": "550e8400-e29b-41d4-a716-446655440000",
8
+ "instanceId": "60f82bbd-71f7-4fcd-a941-472f574c5243",
9
+ "s3uri": "s3://mybucketname/pathelemene/file.csv"
10
+ },
11
+ "output": {
12
+ "jobId": "f79b359b-1515-4436-a3bf-bae7b33e47b4"
13
+ },
14
+ "id": "example-1",
15
+ "title": "Invoke CreateBillOfMaterialsImportJob"
16
+ }
17
+ ],
18
+ "GetBillOfMaterialsImportJob": [
19
+ {
20
+ "input": {
21
+ "instanceId": "60f82bbd-71f7-4fcd-a941-472f574c5243",
22
+ "jobId": "f79b359b-1515-4436-a3bf-bae7b33e47b4"
23
+ },
24
+ "output": {
25
+ "job": {
26
+ "instanceId": "60f82bbd-71f7-4fcd-a941-472f574c5243",
27
+ "jobId": "f79b359b-1515-4436-a3bf-bae7b33e47b4",
28
+ "message": "Import job completed successfully.",
29
+ "s3uri": "s3://mybucketname/pathelemene/file.csv",
30
+ "status": "SUCCESS"
31
+ }
32
+ },
33
+ "id": "example-1",
34
+ "title": "Invoke GetBillOfMaterialsImportJob for a successful job"
35
+ },
36
+ {
37
+ "input": {
38
+ "instanceId": "60f82bbd-71f7-4fcd-a941-472f574c5243",
39
+ "jobId": "f79b359b-1515-4436-a3bf-bae7b33e47b4"
40
+ },
41
+ "output": {
42
+ "job": {
43
+ "instanceId": "60f82bbd-71f7-4fcd-a941-472f574c5243",
44
+ "jobId": "f79b359b-1515-4436-a3bf-bae7b33e47b4",
45
+ "s3uri": "s3://mybucketname/pathelemene/file.csv",
46
+ "status": "IN_PROGRESS"
47
+ }
48
+ },
49
+ "id": "example-2",
50
+ "title": "Invoke GetBillOfMaterialsImportJob for an in-progress job"
51
+ }
52
+ ],
53
+ "SendDataIntegrationEvent": [
54
+ {
55
+ "input": {
56
+ "data": "{\"id\": \"inbound-order-id-test-123\", \"tpartner_id\": \"partner-id-test-123\" }",
57
+ "eventGroupId": "inboundOrderId",
58
+ "eventTimestamp": 1515531081.123,
59
+ "eventType": "scn.data.inboundorder",
60
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
61
+ },
62
+ "output": {
63
+ "eventId": "c4132c1d-8f60-44a2-9932-f723c4f7b8a7"
64
+ },
65
+ "id": "example-1",
66
+ "title": "Successful SendDataIntegrationEvent for inboundorder event type"
67
+ },
68
+ {
69
+ "input": {
70
+ "data": "{\"id\": \"inbound-order-line-id-test-123\", \"order_id\": \"order-id-test-123\", \"tpartner_id\": \"partner-id-test-123\", \"product_id\": \"product-id-test-123\", \"quantity_submitted\": \"100.0\" }",
71
+ "eventGroupId": "inboundOrderLineId",
72
+ "eventTimestamp": 1515531081.123,
73
+ "eventType": "scn.data.inboundorderline",
74
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
75
+ },
76
+ "output": {
77
+ "eventId": "45d95db2-d106-40e0-aa98-f1204230a691"
78
+ },
79
+ "id": "example-2",
80
+ "title": "Successful SendDataIntegrationEvent for inboundorderline event type"
81
+ },
82
+ {
83
+ "input": {
84
+ "data": "{\"id\": \"inbound-order-line-schedule-id-test-123\", \"order_id\": \"order-id-test-123\", \"order_line_id\": \"order-line-id-test-123\", \"product_id\": \"product-id-test-123\"}",
85
+ "eventGroupId": "inboundOrderLineScheduleId",
86
+ "eventTimestamp": 1515531081.123,
87
+ "eventType": "scn.data.inboundorderlineschedule",
88
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
89
+ },
90
+ "output": {
91
+ "eventId": "5abba995-7735-4d1e-95c4-7cc93e48cf9f"
92
+ },
93
+ "id": "example-3",
94
+ "title": "Successful SendDataIntegrationEvent for inboundorderlineschedule event type"
95
+ },
96
+ {
97
+ "input": {
98
+ "data": "{\"snapshot_date\": \"1672470400000\", \"product_id\": \"product-id-test-123\", \"site_id\": \"site-id-test-123\", \"region_id\": \"region-id-test-123\", \"product_group_id\": \"product-group-id-test-123\", \"forecast_start_dttm\": \"1672470400000\", \"forecast_end_dttm\": \"1672470400000\" }",
99
+ "eventGroupId": "forecastId",
100
+ "eventTimestamp": 1515531081.123,
101
+ "eventType": "scn.data.forecast",
102
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
103
+ },
104
+ "output": {
105
+ "eventId": "29312d5b-f499-4dcd-b017-3dab3cd34d61"
106
+ },
107
+ "id": "example-4",
108
+ "title": "Successful SendDataIntegrationEvent for forecast event type"
109
+ },
110
+ {
111
+ "input": {
112
+ "data": "{\"snapshot_date\": \"1672470400000\", \"site_id\": \"site-id-test-123\", \"product_id\": \"product-id-test-123\", \"on_hand_inventory\": \"100.0\", \"inv_condition\": \"good\", \"lot_number\": \"lot-number-test-123\"}",
113
+ "eventGroupId": "inventoryLevelId",
114
+ "eventTimestamp": 1515531081.123,
115
+ "eventType": "scn.data.inventorylevel",
116
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
117
+ },
118
+ "output": {
119
+ "eventId": "3aa78324-acd8-4fdd-a19e-231ea003c2b3"
120
+ },
121
+ "id": "example-5",
122
+ "title": "Successful SendDataIntegrationEvent for inventorylevel event type"
123
+ },
124
+ {
125
+ "input": {
126
+ "data": "{\"id\": \"outbound-orderline-id-test-123\", \"cust_order_id\": \"cust-order-id-test-123\", \"product_id\": \"product-id-test-123\" }",
127
+ "eventGroupId": "outboundOrderLineId",
128
+ "eventTimestamp": 1515531081.123,
129
+ "eventType": "scn.data.outboundorderline",
130
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
131
+ },
132
+ "output": {
133
+ "eventId": "959b7ef9-5e2d-4795-b1ca-5b16a3eb6b89"
134
+ },
135
+ "id": "example-6",
136
+ "title": "Successful SendDataIntegrationEvent for outboundorderline event type"
137
+ },
138
+ {
139
+ "input": {
140
+ "data": "{\"id\": \"outbound-shipment-id-test-123\", \"cust_order_id\": \"cust-order-id-test-123\", \"cust_order_line_id\": \"cust-order-line-id-test-123\", \"product_id\": \"product-id-test-123\" }",
141
+ "eventGroupId": "outboundShipmentId",
142
+ "eventTimestamp": 1515531081.123,
143
+ "eventType": "scn.data.outboundshipment",
144
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
145
+ },
146
+ "output": {
147
+ "eventId": "59feded3-5e46-4126-81bf-0137ca176ee0"
148
+ },
149
+ "id": "example-7",
150
+ "title": "Successful SendDataIntegrationEvent for outboundshipment event type"
151
+ },
152
+ {
153
+ "input": {
154
+ "data": "{\"process_id\": \"process-id-test-123\" }",
155
+ "eventGroupId": "processHeaderId",
156
+ "eventTimestamp": 1515531081.123,
157
+ "eventType": "scn.data.processheader",
158
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
159
+ },
160
+ "output": {
161
+ "eventId": "564130eb-2d8a-4550-a768-ddf0daf7b4a9"
162
+ },
163
+ "id": "example-8",
164
+ "title": "Successful SendDataIntegrationEvent for processheader event type"
165
+ },
166
+ {
167
+ "input": {
168
+ "data": "{\"process_operation_id\": \"process-operation-id-test-123\", \"process_id\": \"process-id-test-123\" }",
169
+ "eventGroupId": "processOperationId",
170
+ "eventTimestamp": 1515531081.123,
171
+ "eventType": "scn.data.processoperation",
172
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
173
+ },
174
+ "output": {
175
+ "eventId": "db5df408-89c7-4b9f-a326-016f6c2b3396"
176
+ },
177
+ "id": "example-9",
178
+ "title": "Successful SendDataIntegrationEvent for processoperation event type"
179
+ },
180
+ {
181
+ "input": {
182
+ "data": "{\"process_product_id\": \"process-product-id-test-123\", \"process_id\": \"process-id-test-123\" }",
183
+ "eventGroupId": "processProductId",
184
+ "eventTimestamp": 1515531081.123,
185
+ "eventType": "scn.data.processproduct",
186
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
187
+ },
188
+ "output": {
189
+ "eventId": "6929b275-485e-4035-a798-99077ca6d669"
190
+ },
191
+ "id": "example-10",
192
+ "title": "Successful SendDataIntegrationEvent for processproduct event type"
193
+ },
194
+ {
195
+ "input": {
196
+ "data": "{\"reservation_id\": \"reservation-id-test-123\", \"reservation_detail_id\": \"reservation-detail-id-test-123\" }",
197
+ "eventGroupId": "reservationId",
198
+ "eventTimestamp": 1515531081.123,
199
+ "eventType": "scn.data.reservation",
200
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
201
+ },
202
+ "output": {
203
+ "eventId": "f6c55a8b-fde2-44f6-848a-9b4336c77209"
204
+ },
205
+ "id": "example-11",
206
+ "title": "Successful SendDataIntegrationEvent for reservation event type"
207
+ },
208
+ {
209
+ "input": {
210
+ "data": "{\"id\": \"shipment-id-test-123\", \"supplier_tpartner_id\": \"supplier-tpartner-id-test-123\", \"product_id\": \"product-id-test-123\", \"order_id\": \"order-id-test-123\", \"order_line_id\": \"order-line-id-test-123\", \"package_id\": \"package-id-test-123\" }",
211
+ "eventGroupId": "shipmentId",
212
+ "eventTimestamp": 1515531081.123,
213
+ "eventType": "scn.data.shipment",
214
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
215
+ },
216
+ "output": {
217
+ "eventId": "61d079d8-3f56-49bb-b35a-c0271a4e4f0a"
218
+ },
219
+ "id": "example-12",
220
+ "title": "Successful SendDataIntegrationEvent for shipment event type"
221
+ },
222
+ {
223
+ "input": {
224
+ "data": "{\"shipment_stop_id\": \"shipment-stop-id-test-123\", \"shipment_id\": \"shipment-id-test-123\" }",
225
+ "eventGroupId": "shipmentStopId",
226
+ "eventTimestamp": 1515531081.123,
227
+ "eventType": "scn.data.shipmentstop",
228
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
229
+ },
230
+ "output": {
231
+ "eventId": "3610992a-fc2f-4da4-9beb-724994622ba1"
232
+ },
233
+ "id": "example-13",
234
+ "title": "Successful SendDataIntegrationEvent for shipmentstop event type"
235
+ },
236
+ {
237
+ "input": {
238
+ "data": "{\"shipment_stop_order_id\": \"shipment-stop-order-id-test-123\", \"shipment_stop_id\": \"shipment-stop-id-test-123\", \"shipment_id\": \"shipment-id-test-123\" }",
239
+ "eventGroupId": "shipmentStopOrderId",
240
+ "eventTimestamp": 1515531081.123,
241
+ "eventType": "scn.data.shipmentstoporder",
242
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
243
+ },
244
+ "output": {
245
+ "eventId": "1d550a60-9321-4d25-a132-9dd4b2d9e934"
246
+ },
247
+ "id": "example-14",
248
+ "title": "Successful SendDataIntegrationEvent for shipmentstoporder event type"
249
+ },
250
+ {
251
+ "input": {
252
+ "data": "{\"supply_plan_id\": \"supply-plan-id-test-123\" }",
253
+ "eventGroupId": "supplyPlanId",
254
+ "eventTimestamp": 1515531081.123,
255
+ "eventType": "scn.data.supplyplan",
256
+ "instanceId": "8928ae12-15e5-4441-825d-ec2184f0a43a"
257
+ },
258
+ "output": {
259
+ "eventId": "9abaee56-5dc4-4c31-8250-3206a651d8a1"
260
+ },
261
+ "id": "example-15",
262
+ "title": "Successful SendDataIntegrationEvent for supplyplan event type"
263
+ }
264
+ ]
4
265
  }
5
266
  }
@@ -92,6 +92,50 @@
92
92
  }
93
93
  }
94
94
  }
95
+ },
96
+ "SendDataIntegrationEvent": {
97
+ "http": {
98
+ "requestUri": "/api-data/data-integration/instance/{instanceId}/data-integration-events",
99
+ "responseCode": 200
100
+ },
101
+ "input": {
102
+ "type": "structure",
103
+ "required": [
104
+ "instanceId",
105
+ "eventType",
106
+ "data",
107
+ "eventGroupId"
108
+ ],
109
+ "members": {
110
+ "instanceId": {
111
+ "location": "uri",
112
+ "locationName": "instanceId"
113
+ },
114
+ "eventType": {},
115
+ "data": {
116
+ "type": "string",
117
+ "sensitive": true
118
+ },
119
+ "eventGroupId": {},
120
+ "eventTimestamp": {
121
+ "type": "timestamp",
122
+ "timestampFormat": "unixTimestamp"
123
+ },
124
+ "clientToken": {
125
+ "idempotencyToken": true
126
+ }
127
+ }
128
+ },
129
+ "output": {
130
+ "type": "structure",
131
+ "required": [
132
+ "eventId"
133
+ ],
134
+ "members": {
135
+ "eventId": {}
136
+ }
137
+ },
138
+ "idempotent": true
95
139
  }
96
140
  },
97
141
  "shapes": {}
@@ -178,7 +178,7 @@
178
178
  "id": {},
179
179
  "serialNumber": {},
180
180
  "name": {
181
- "shape": "S11"
181
+ "shape": "S10"
182
182
  },
183
183
  "model": {},
184
184
  "environmentId": {},
@@ -206,7 +206,7 @@
206
206
  "arn": {},
207
207
  "kmsKeyArn": {},
208
208
  "tags": {
209
- "shape": "Sp"
209
+ "shape": "Sh"
210
210
  }
211
211
  }
212
212
  }
@@ -271,7 +271,7 @@
271
271
  "arn": {},
272
272
  "kmsKeyArn": {},
273
273
  "tags": {
274
- "shape": "Sp"
274
+ "shape": "Sh"
275
275
  }
276
276
  }
277
277
  }
@@ -324,7 +324,10 @@
324
324
  }
325
325
  }
326
326
  },
327
- "arn": {}
327
+ "arn": {},
328
+ "tags": {
329
+ "shape": "Sh"
330
+ }
328
331
  }
329
332
  }
330
333
  }
@@ -359,7 +362,7 @@
359
362
  "devices": {
360
363
  "type": "list",
361
364
  "member": {
362
- "shape": "S1l"
365
+ "shape": "S1k"
363
366
  }
364
367
  },
365
368
  "nextToken": {}
@@ -564,7 +567,7 @@
564
567
  "locationName": "id"
565
568
  },
566
569
  "name": {
567
- "shape": "S11"
570
+ "shape": "S10"
568
571
  },
569
572
  "desiredSoftwareSetId": {},
570
573
  "softwareSetUpdateSchedule": {}
@@ -574,7 +577,7 @@
574
577
  "type": "structure",
575
578
  "members": {
576
579
  "device": {
577
- "shape": "S1l"
580
+ "shape": "S1k"
578
581
  }
579
582
  }
580
583
  },
@@ -721,31 +724,20 @@
721
724
  "updatedAt": {
722
725
  "type": "timestamp"
723
726
  },
724
- "arn": {},
725
- "tags": {
726
- "shape": "Sp"
727
- }
727
+ "arn": {}
728
728
  }
729
729
  },
730
- "Sp": {
731
- "type": "structure",
732
- "members": {
733
- "resourceArn": {},
734
- "internalId": {}
735
- },
736
- "sensitive": true
737
- },
738
- "S11": {
730
+ "S10": {
739
731
  "type": "string",
740
732
  "sensitive": true
741
733
  },
742
- "S1l": {
734
+ "S1k": {
743
735
  "type": "structure",
744
736
  "members": {
745
737
  "id": {},
746
738
  "serialNumber": {},
747
739
  "name": {
748
- "shape": "S11"
740
+ "shape": "S10"
749
741
  },
750
742
  "model": {},
751
743
  "environmentId": {},
@@ -766,10 +758,7 @@
766
758
  "updatedAt": {
767
759
  "type": "timestamp"
768
760
  },
769
- "arn": {},
770
- "tags": {
771
- "shape": "Sp"
772
- }
761
+ "arn": {}
773
762
  }
774
763
  }
775
764
  }
@@ -281,8 +281,48 @@ declare namespace Batch {
281
281
  * A short, human-readable string to provide additional details for the current status of the job attempt.
282
282
  */
283
283
  statusReason?: String;
284
+ /**
285
+ * The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
286
+ */
287
+ taskProperties?: ListAttemptEcsTaskDetails;
284
288
  }
285
289
  export type AttemptDetails = AttemptDetail[];
290
+ export interface AttemptEcsTaskDetails {
291
+ /**
292
+ * The Amazon Resource Name (ARN) of the container instance that hosts the task.
293
+ */
294
+ containerInstanceArn?: String;
295
+ /**
296
+ * The ARN of the Amazon ECS task.
297
+ */
298
+ taskArn?: String;
299
+ /**
300
+ * A list of containers that are included in the taskProperties list.
301
+ */
302
+ containers?: ListAttemptTaskContainerDetails;
303
+ }
304
+ export interface AttemptTaskContainerDetails {
305
+ /**
306
+ * The exit code for the container’s attempt. A non-zero exit code is considered failed.
307
+ */
308
+ exitCode?: Integer;
309
+ /**
310
+ * The name of a container.
311
+ */
312
+ name?: String;
313
+ /**
314
+ * A short (255 max characters) string that's easy to understand and provides additional details for a running or stopped container.
315
+ */
316
+ reason?: String;
317
+ /**
318
+ * The name of the Amazon CloudWatch Logs log stream that's associated with the container. The log group for Batch jobs is /aws/batch/job. Each container attempt receives a log stream name when they reach the RUNNING status.
319
+ */
320
+ logStreamName?: String;
321
+ /**
322
+ * The network interfaces that are associated with the job attempt.
323
+ */
324
+ networkInterfaces?: NetworkInterfaceList;
325
+ }
286
326
  export type Boolean = boolean;
287
327
  export type CEState = "ENABLED"|"DISABLED"|string;
288
328
  export type CEStatus = "CREATING"|"UPDATING"|"DELETING"|"DELETED"|"VALID"|"INVALID"|string;
@@ -1185,6 +1225,10 @@ declare namespace Batch {
1185
1225
  volumes?: Volumes;
1186
1226
  }
1187
1227
  export interface EksAttemptContainerDetail {
1228
+ /**
1229
+ * The name of a container.
1230
+ */
1231
+ name?: String;
1188
1232
  /**
1189
1233
  * The exit code returned for the job attempt. A non-zero exit code is considered failed.
1190
1234
  */
@@ -1449,7 +1493,7 @@ declare namespace Batch {
1449
1493
  */
1450
1494
  dnsPolicy?: String;
1451
1495
  /**
1452
- * References a Kubernetes secret resource. This object must start and end with an alphanumeric character, is required to be lowercase, can include periods (.) and hyphens (-), and can't contain more than 253 characters. ImagePullSecret$name is required when this object is used.
1496
+ * References a Kubernetes secret resource. It holds a list of secrets. These secrets help to gain access to pull an images from a private registry. ImagePullSecret$name is required when this object is used.
1453
1497
  */
1454
1498
  imagePullSecrets?: ImagePullSecrets;
1455
1499
  /**
@@ -1487,7 +1531,7 @@ declare namespace Batch {
1487
1531
  */
1488
1532
  dnsPolicy?: String;
1489
1533
  /**
1490
- * Displays the reference pointer to the Kubernetes secret resource.
1534
+ * Displays the reference pointer to the Kubernetes secret resource. These secrets help to gain access to pull an images from a private registry.
1491
1535
  */
1492
1536
  imagePullSecrets?: ImagePullSecrets;
1493
1537
  /**
@@ -1898,7 +1942,7 @@ declare namespace Batch {
1898
1942
  */
1899
1943
  reason: String;
1900
1944
  /**
1901
- * The state of the job needed to trigger the action. The only supported value is "RUNNABLE".
1945
+ * The state of the job needed to trigger the action. The only supported value is RUNNABLE.
1902
1946
  */
1903
1947
  state: JobStateTimeLimitActionsState;
1904
1948
  /**
@@ -1906,7 +1950,7 @@ declare namespace Batch {
1906
1950
  */
1907
1951
  maxTimeSeconds: Integer;
1908
1952
  /**
1909
- * 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.
1953
+ * 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.
1910
1954
  */
1911
1955
  action: JobStateTimeLimitActionsAction;
1912
1956
  }
@@ -2032,6 +2076,8 @@ declare namespace Batch {
2032
2076
  */
2033
2077
  swappiness?: Integer;
2034
2078
  }
2079
+ export type ListAttemptEcsTaskDetails = AttemptEcsTaskDetails[];
2080
+ export type ListAttemptTaskContainerDetails = AttemptTaskContainerDetails[];
2035
2081
  export type ListEcsTaskDetails = EcsTaskDetails[];
2036
2082
  export type ListEcsTaskProperties = EcsTaskProperties[];
2037
2083
  export type ListJobsFilterList = KeyValuesPair[];
@@ -746,6 +746,10 @@ declare namespace CleanRooms {
746
746
  * The parameters of the analysis template.
747
747
  */
748
748
  analysisParameters?: AnalysisParameterList;
749
+ /**
750
+ * Information about the validations performed on the analysis template.
751
+ */
752
+ validations?: AnalysisTemplateValidationStatusDetailList;
749
753
  }
750
754
  export type AnalysisTemplateArn = string;
751
755
  export type AnalysisTemplateArnList = AnalysisTemplateArn[];
@@ -795,6 +799,30 @@ declare namespace CleanRooms {
795
799
  }
796
800
  export type AnalysisTemplateSummaryList = AnalysisTemplateSummary[];
797
801
  export type AnalysisTemplateText = string;
802
+ export type AnalysisTemplateValidationStatus = "VALID"|"INVALID"|"UNABLE_TO_VALIDATE"|string;
803
+ export interface AnalysisTemplateValidationStatusDetail {
804
+ /**
805
+ * The type of validation that was performed.
806
+ */
807
+ type: AnalysisTemplateValidationType;
808
+ /**
809
+ * The status of the validation.
810
+ */
811
+ status: AnalysisTemplateValidationStatus;
812
+ /**
813
+ * The reasons for the validation results.
814
+ */
815
+ reasons?: AnalysisTemplateValidationStatusReasonList;
816
+ }
817
+ export type AnalysisTemplateValidationStatusDetailList = AnalysisTemplateValidationStatusDetail[];
818
+ export interface AnalysisTemplateValidationStatusReason {
819
+ /**
820
+ * The validation message.
821
+ */
822
+ message: String;
823
+ }
824
+ export type AnalysisTemplateValidationStatusReasonList = AnalysisTemplateValidationStatusReason[];
825
+ export type AnalysisTemplateValidationType = "DIFFERENTIAL_PRIVACY"|string;
798
826
  export interface BatchGetCollaborationAnalysisTemplateError {
799
827
  /**
800
828
  * The Amazon Resource Name (ARN) of the analysis template.
@@ -1013,6 +1041,10 @@ declare namespace CleanRooms {
1013
1041
  * The analysis parameters that have been specified in the analysis template.
1014
1042
  */
1015
1043
  analysisParameters?: AnalysisParameterList;
1044
+ /**
1045
+ * The validations that were performed.
1046
+ */
1047
+ validations?: AnalysisTemplateValidationStatusDetailList;
1016
1048
  }
1017
1049
  export type CollaborationAnalysisTemplateList = CollaborationAnalysisTemplate[];
1018
1050
  export interface CollaborationAnalysisTemplateSummary {