aws-sdk-ecs 1.231.0 → 1.232.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.
data/sig/client.rbs CHANGED
@@ -128,59 +128,7 @@ module Aws
128
128
  monitoring: ("BASIC" | "DETAILED")?,
129
129
  capacity_option_type: ("ON_DEMAND" | "SPOT" | "RESERVED")?,
130
130
  instance_metadata_tags_propagation: bool?,
131
- instance_requirements: {
132
- v_cpu_count: {
133
- min: ::Integer,
134
- max: ::Integer?
135
- },
136
- memory_mi_b: {
137
- min: ::Integer,
138
- max: ::Integer?
139
- },
140
- cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services")]?,
141
- memory_gi_b_per_v_cpu: {
142
- min: ::Float?,
143
- max: ::Float?
144
- }?,
145
- excluded_instance_types: Array[::String]?,
146
- instance_generations: Array[("current" | "previous")]?,
147
- spot_max_price_percentage_over_lowest_price: ::Integer?,
148
- on_demand_max_price_percentage_over_lowest_price: ::Integer?,
149
- bare_metal: ("included" | "required" | "excluded")?,
150
- burstable_performance: ("included" | "required" | "excluded")?,
151
- require_hibernate_support: bool?,
152
- network_interface_count: {
153
- min: ::Integer?,
154
- max: ::Integer?
155
- }?,
156
- local_storage: ("included" | "required" | "excluded")?,
157
- local_storage_types: Array[("hdd" | "ssd")]?,
158
- total_local_storage_gb: {
159
- min: ::Float?,
160
- max: ::Float?
161
- }?,
162
- baseline_ebs_bandwidth_mbps: {
163
- min: ::Integer?,
164
- max: ::Integer?
165
- }?,
166
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
167
- accelerator_count: {
168
- min: ::Integer?,
169
- max: ::Integer?
170
- }?,
171
- accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
172
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
173
- accelerator_total_memory_mi_b: {
174
- min: ::Integer?,
175
- max: ::Integer?
176
- }?,
177
- network_bandwidth_gbps: {
178
- min: ::Float?,
179
- max: ::Float?
180
- }?,
181
- allowed_instance_types: Array[::String]?,
182
- max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?
183
- }?,
131
+ instance_requirements: Params::instance_requirements_request?,
184
132
  fips_enabled: bool?,
185
133
  capacity_reservations: {
186
134
  reservation_group_arn: ::String?,
@@ -199,7 +147,7 @@ module Aws
199
147
  {
200
148
  key: ::String?,
201
149
  value: ::String?
202
- },
150
+ }
203
151
  ]
204
152
  ) -> _CreateCapacityProviderResponseSuccess
205
153
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCapacityProviderResponseSuccess
@@ -215,38 +163,22 @@ module Aws
215
163
  {
216
164
  key: ::String?,
217
165
  value: ::String?
218
- },
166
+ }
219
167
  ],
220
168
  ?settings: Array[
221
169
  {
222
170
  name: ("containerInsights")?,
223
171
  value: ::String?
224
- },
172
+ }
225
173
  ],
226
- ?configuration: {
227
- execute_command_configuration: {
228
- kms_key_id: ::String?,
229
- logging: ("NONE" | "DEFAULT" | "OVERRIDE")?,
230
- log_configuration: {
231
- cloud_watch_log_group_name: ::String?,
232
- cloud_watch_encryption_enabled: bool?,
233
- s3_bucket_name: ::String?,
234
- s3_encryption_enabled: bool?,
235
- s3_key_prefix: ::String?
236
- }?
237
- }?,
238
- managed_storage_configuration: {
239
- kms_key_id: ::String?,
240
- fargate_ephemeral_storage_kms_key_id: ::String?
241
- }?
242
- },
174
+ ?configuration: Params::cluster_configuration,
243
175
  ?capacity_providers: Array[::String],
244
176
  ?default_capacity_provider_strategy: Array[
245
177
  {
246
178
  capacity_provider: ::String,
247
179
  weight: ::Integer?,
248
180
  base: ::Integer?
249
- },
181
+ }
250
182
  ],
251
183
  ?service_connect_defaults: {
252
184
  namespace: ::String
@@ -267,19 +199,12 @@ module Aws
267
199
  ?cluster_arn: ::String,
268
200
  daemon_task_definition_arn: ::String,
269
201
  capacity_provider_arns: Array[::String],
270
- ?deployment_configuration: {
271
- drain_percent: ::Float?,
272
- alarms: {
273
- alarm_names: Array[::String]?,
274
- enable: bool?
275
- }?,
276
- bake_time_in_minutes: ::Integer?
277
- },
202
+ ?deployment_configuration: Params::daemon_deployment_configuration,
278
203
  ?tags: Array[
279
204
  {
280
205
  key: ::String?,
281
206
  value: ::String?
282
- },
207
+ }
283
208
  ],
284
209
  ?propagate_tags: ("DAEMON" | "NONE"),
285
210
  ?enable_ecs_managed_tags: bool,
@@ -299,30 +224,7 @@ module Aws
299
224
  ?service_name: ::String,
300
225
  ?cluster: ::String,
301
226
  ?health_check_path: ::String,
302
- primary_container: {
303
- image: ::String,
304
- container_port: ::Integer?,
305
- aws_logs_configuration: {
306
- log_group: ::String,
307
- log_stream_prefix: ::String
308
- }?,
309
- repository_credentials: {
310
- credentials_parameter: ::String?
311
- }?,
312
- command: Array[::String]?,
313
- environment: Array[
314
- {
315
- name: ::String?,
316
- value: ::String?
317
- },
318
- ]?,
319
- secrets: Array[
320
- {
321
- name: ::String,
322
- value_from: ::String
323
- },
324
- ]?
325
- },
227
+ primary_container: Params::express_gateway_container,
326
228
  ?task_role_arn: ::String,
327
229
  ?network_configuration: {
328
230
  security_groups: Array[::String]?,
@@ -340,7 +242,7 @@ module Aws
340
242
  {
341
243
  key: ::String?,
342
244
  value: ::String?
343
- },
245
+ }
344
246
  ]
345
247
  ) -> _CreateExpressGatewayServiceResponseSuccess
346
248
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateExpressGatewayServiceResponseSuccess
@@ -356,18 +258,7 @@ module Aws
356
258
  ?task_definition: ::String,
357
259
  ?availability_zone_rebalancing: ("ENABLED" | "DISABLED"),
358
260
  ?load_balancers: Array[
359
- {
360
- target_group_arn: ::String?,
361
- load_balancer_name: ::String?,
362
- container_name: ::String?,
363
- container_port: ::Integer?,
364
- advanced_configuration: {
365
- alternate_target_group_arn: ::String?,
366
- production_listener_rule: ::String?,
367
- test_listener_rule: ::String?,
368
- role_arn: ::String?
369
- }?
370
- },
261
+ Params::load_balancer
371
262
  ],
372
263
  ?service_registries: Array[
373
264
  {
@@ -375,7 +266,7 @@ module Aws
375
266
  port: ::Integer?,
376
267
  container_name: ::String?,
377
268
  container_port: ::Integer?
378
- },
269
+ }
379
270
  ],
380
271
  ?desired_count: ::Integer,
381
272
  ?client_token: ::String,
@@ -385,58 +276,22 @@ module Aws
385
276
  capacity_provider: ::String,
386
277
  weight: ::Integer?,
387
278
  base: ::Integer?
388
- },
279
+ }
389
280
  ],
390
281
  ?platform_version: ::String,
391
282
  ?role: ::String,
392
- ?deployment_configuration: {
393
- deployment_circuit_breaker: {
394
- enable: bool,
395
- rollback: bool
396
- }?,
397
- maximum_percent: ::Integer?,
398
- minimum_healthy_percent: ::Integer?,
399
- alarms: {
400
- alarm_names: Array[::String],
401
- rollback: bool,
402
- enable: bool
403
- }?,
404
- strategy: ("ROLLING" | "BLUE_GREEN" | "LINEAR" | "CANARY")?,
405
- bake_time_in_minutes: ::Integer?,
406
- lifecycle_hooks: Array[
407
- {
408
- target_type: ("AWS_LAMBDA" | "PAUSE")?,
409
- hook_target_arn: ::String?,
410
- role_arn: ::String?,
411
- lifecycle_stages: Array[("RECONCILE_SERVICE" | "PRE_SCALE_UP" | "POST_SCALE_UP" | "TEST_TRAFFIC_SHIFT" | "POST_TEST_TRAFFIC_SHIFT" | "PRE_PRODUCTION_TRAFFIC_SHIFT" | "PRODUCTION_TRAFFIC_SHIFT" | "POST_PRODUCTION_TRAFFIC_SHIFT")]?,
412
- hook_details: {
413
- }?,
414
- timeout_configuration: {
415
- timeout_in_minutes: ::Integer?,
416
- action: ("ROLLBACK" | "CONTINUE")?
417
- }?
418
- },
419
- ]?,
420
- linear_configuration: {
421
- step_percent: ::Float?,
422
- step_bake_time_in_minutes: ::Integer?
423
- }?,
424
- canary_configuration: {
425
- canary_percent: ::Float?,
426
- canary_bake_time_in_minutes: ::Integer?
427
- }?
428
- },
283
+ ?deployment_configuration: Params::deployment_configuration,
429
284
  ?placement_constraints: Array[
430
285
  {
431
286
  type: ("distinctInstance" | "memberOf")?,
432
287
  expression: ::String?
433
- },
288
+ }
434
289
  ],
435
290
  ?placement_strategy: Array[
436
291
  {
437
292
  type: ("random" | "spread" | "binpack")?,
438
293
  field: ::String?
439
- },
294
+ }
440
295
  ],
441
296
  ?network_configuration: {
442
297
  awsvpc_configuration: {
@@ -454,96 +309,21 @@ module Aws
454
309
  {
455
310
  key: ::String?,
456
311
  value: ::String?
457
- },
312
+ }
458
313
  ],
459
314
  ?enable_ecs_managed_tags: bool,
460
315
  ?propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE"),
461
316
  ?enable_execute_command: bool,
462
- ?service_connect_configuration: {
463
- enabled: bool,
464
- namespace: ::String?,
465
- services: Array[
466
- {
467
- port_name: ::String,
468
- discovery_name: ::String?,
469
- client_aliases: Array[
470
- {
471
- port: ::Integer,
472
- dns_name: ::String?,
473
- test_traffic_rules: {
474
- header: {
475
- name: ::String,
476
- value: {
477
- exact: ::String
478
- }?
479
- }
480
- }?
481
- },
482
- ]?,
483
- ingress_port_override: ::Integer?,
484
- timeout: {
485
- idle_timeout_seconds: ::Integer?,
486
- per_request_timeout_seconds: ::Integer?
487
- }?,
488
- tls: {
489
- issuer_certificate_authority: {
490
- aws_pca_authority_arn: ::String?
491
- },
492
- kms_key: ::String?,
493
- role_arn: ::String?
494
- }?
495
- },
496
- ]?,
497
- log_configuration: {
498
- log_driver: ("json-file" | "syslog" | "journald" | "gelf" | "fluentd" | "awslogs" | "splunk" | "awsfirelens"),
499
- options: Hash[::String, ::String]?,
500
- secret_options: Array[
501
- {
502
- name: ::String,
503
- value_from: ::String
504
- },
505
- ]?
506
- }?,
507
- access_log_configuration: {
508
- format: ("TEXT" | "JSON"),
509
- include_query_parameters: ("DISABLED" | "ENABLED")?
510
- }?
511
- },
317
+ ?service_connect_configuration: Params::service_connect_configuration,
512
318
  ?volume_configurations: Array[
513
- {
514
- name: ::String,
515
- managed_ebs_volume: {
516
- encrypted: bool?,
517
- kms_key_id: ::String?,
518
- volume_type: ::String?,
519
- size_in_gi_b: ::Integer?,
520
- snapshot_id: ::String?,
521
- volume_initialization_rate: ::Integer?,
522
- iops: ::Integer?,
523
- throughput: ::Integer?,
524
- tag_specifications: Array[
525
- {
526
- resource_type: ("volume"),
527
- tags: Array[
528
- {
529
- key: ::String?,
530
- value: ::String?
531
- },
532
- ]?,
533
- propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE")?
534
- },
535
- ]?,
536
- role_arn: ::String,
537
- filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
538
- }?
539
- },
319
+ Params::service_volume_configuration
540
320
  ],
541
321
  ?vpc_lattice_configurations: Array[
542
322
  {
543
323
  role_arn: ::String,
544
324
  target_group_arn: ::String,
545
325
  port_name: ::String
546
- },
326
+ }
547
327
  ]
548
328
  ) -> _CreateServiceResponseSuccess
549
329
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceResponseSuccess
@@ -566,18 +346,7 @@ module Aws
566
346
  }?
567
347
  },
568
348
  ?load_balancers: Array[
569
- {
570
- target_group_arn: ::String?,
571
- load_balancer_name: ::String?,
572
- container_name: ::String?,
573
- container_port: ::Integer?,
574
- advanced_configuration: {
575
- alternate_target_group_arn: ::String?,
576
- production_listener_rule: ::String?,
577
- test_listener_rule: ::String?,
578
- role_arn: ::String?
579
- }?
580
- },
349
+ Params::load_balancer
581
350
  ],
582
351
  ?service_registries: Array[
583
352
  {
@@ -585,7 +354,7 @@ module Aws
585
354
  port: ::Integer?,
586
355
  container_name: ::String?,
587
356
  container_port: ::Integer?
588
- },
357
+ }
589
358
  ],
590
359
  ?launch_type: ("EC2" | "FARGATE" | "EXTERNAL" | "MANAGED_INSTANCES"),
591
360
  ?capacity_provider_strategy: Array[
@@ -593,7 +362,7 @@ module Aws
593
362
  capacity_provider: ::String,
594
363
  weight: ::Integer?,
595
364
  base: ::Integer?
596
- },
365
+ }
597
366
  ],
598
367
  ?platform_version: ::String,
599
368
  ?scale: {
@@ -605,7 +374,7 @@ module Aws
605
374
  {
606
375
  key: ::String?,
607
376
  value: ::String?
608
- },
377
+ }
609
378
  ]
610
379
  ) -> _CreateTaskSetResponseSuccess
611
380
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTaskSetResponseSuccess
@@ -634,7 +403,7 @@ module Aws
634
403
  value: ::String?,
635
404
  target_type: ("container-instance")?,
636
405
  target_id: ::String?
637
- },
406
+ }
638
407
  ]
639
408
  ) -> _DeleteAttributesResponseSuccess
640
409
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAttributesResponseSuccess
@@ -1215,7 +984,7 @@ module Aws
1215
984
  value: ::String?,
1216
985
  target_type: ("container-instance")?,
1217
986
  target_id: ::String?
1218
- },
987
+ }
1219
988
  ]
1220
989
  ) -> _PutAttributesResponseSuccess
1221
990
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAttributesResponseSuccess
@@ -1233,7 +1002,7 @@ module Aws
1233
1002
  capacity_provider: ::String,
1234
1003
  weight: ::Integer?,
1235
1004
  base: ::Integer?
1236
- },
1005
+ }
1237
1006
  ]
1238
1007
  ) -> _PutClusterCapacityProvidersResponseSuccess
1239
1008
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutClusterCapacityProvidersResponseSuccess
@@ -1255,7 +1024,7 @@ module Aws
1255
1024
  long_value: ::Integer?,
1256
1025
  integer_value: ::Integer?,
1257
1026
  string_set_value: Array[::String]?
1258
- },
1027
+ }
1259
1028
  ],
1260
1029
  ?version_info: {
1261
1030
  agent_version: ::String?,
@@ -1269,19 +1038,19 @@ module Aws
1269
1038
  value: ::String?,
1270
1039
  target_type: ("container-instance")?,
1271
1040
  target_id: ::String?
1272
- },
1041
+ }
1273
1042
  ],
1274
1043
  ?platform_devices: Array[
1275
1044
  {
1276
1045
  id: ::String,
1277
1046
  type: ("GPU")
1278
- },
1047
+ }
1279
1048
  ],
1280
1049
  ?tags: Array[
1281
1050
  {
1282
1051
  key: ::String?,
1283
1052
  value: ::String?
1284
- },
1053
+ }
1285
1054
  ]
1286
1055
  ) -> _RegisterContainerInstanceResponseSuccess
1287
1056
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterContainerInstanceResponseSuccess
@@ -1320,19 +1089,19 @@ module Aws
1320
1089
  {
1321
1090
  value: ::String,
1322
1091
  type: ("s3")
1323
- },
1092
+ }
1324
1093
  ]?,
1325
1094
  environment: Array[
1326
1095
  {
1327
1096
  name: ::String?,
1328
1097
  value: ::String?
1329
- },
1098
+ }
1330
1099
  ]?,
1331
1100
  secrets: Array[
1332
1101
  {
1333
1102
  name: ::String,
1334
1103
  value_from: ::String
1335
- },
1104
+ }
1336
1105
  ]?,
1337
1106
  readonly_root_filesystem: bool?,
1338
1107
  mount_points: Array[
@@ -1340,18 +1109,9 @@ module Aws
1340
1109
  source_volume: ::String?,
1341
1110
  container_path: ::String?,
1342
1111
  read_only: bool?
1343
- },
1112
+ }
1344
1113
  ]?,
1345
- log_configuration: {
1346
- log_driver: ("json-file" | "syslog" | "journald" | "gelf" | "fluentd" | "awslogs" | "splunk" | "awsfirelens"),
1347
- options: Hash[::String, ::String]?,
1348
- secret_options: Array[
1349
- {
1350
- name: ::String,
1351
- value_from: ::String
1352
- },
1353
- ]?
1354
- }?,
1114
+ log_configuration: Params::log_configuration?,
1355
1115
  firelens_configuration: {
1356
1116
  type: ("fluentd" | "fluentbit"),
1357
1117
  options: Hash[::String, ::String]?
@@ -1363,7 +1123,7 @@ module Aws
1363
1123
  name: ("core" | "cpu" | "data" | "fsize" | "locks" | "memlock" | "msgqueue" | "nice" | "nofile" | "nproc" | "rss" | "rtprio" | "rttime" | "sigpending" | "stack"),
1364
1124
  soft_limit: ::Integer,
1365
1125
  hard_limit: ::Integer
1366
- },
1126
+ }
1367
1127
  ]?,
1368
1128
  linux_parameters: {
1369
1129
  capabilities: {
@@ -1375,7 +1135,7 @@ module Aws
1375
1135
  host_path: ::String,
1376
1136
  container_path: ::String?,
1377
1137
  permissions: Array[("read" | "write" | "mknod")]?
1378
- },
1138
+ }
1379
1139
  ]?,
1380
1140
  init_process_enabled: bool?,
1381
1141
  tmpfs: Array[
@@ -1383,14 +1143,14 @@ module Aws
1383
1143
  container_path: ::String,
1384
1144
  size: ::Integer,
1385
1145
  mount_options: Array[::String]?
1386
- },
1146
+ }
1387
1147
  ]?
1388
1148
  }?,
1389
1149
  depends_on: Array[
1390
1150
  {
1391
1151
  container_name: ::String,
1392
1152
  condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
1393
- },
1153
+ }
1394
1154
  ]?,
1395
1155
  start_timeout: ::Integer?,
1396
1156
  stop_timeout: ::Integer?,
@@ -1398,7 +1158,7 @@ module Aws
1398
1158
  {
1399
1159
  namespace: ::String?,
1400
1160
  value: ::String?
1401
- },
1161
+ }
1402
1162
  ]?,
1403
1163
  interactive: bool?,
1404
1164
  pseudo_terminal: bool?,
@@ -1407,7 +1167,7 @@ module Aws
1407
1167
  ignored_exit_codes: Array[::Integer]?,
1408
1168
  restart_attempt_period: ::Integer?
1409
1169
  }?
1410
- },
1170
+ }
1411
1171
  ],
1412
1172
  ?cpu: ::String,
1413
1173
  ?memory: ::String,
@@ -1417,13 +1177,13 @@ module Aws
1417
1177
  host: {
1418
1178
  source_path: ::String?
1419
1179
  }?
1420
- },
1180
+ }
1421
1181
  ],
1422
1182
  ?tags: Array[
1423
1183
  {
1424
1184
  key: ::String?,
1425
1185
  value: ::String?
1426
- },
1186
+ }
1427
1187
  ]
1428
1188
  ) -> _RegisterDaemonTaskDefinitionResponseSuccess
1429
1189
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterDaemonTaskDefinitionResponseSuccess
@@ -1458,7 +1218,7 @@ module Aws
1458
1218
  name: ::String?,
1459
1219
  app_protocol: ("http" | "http2" | "grpc")?,
1460
1220
  container_port_range: ::String?
1461
- },
1221
+ }
1462
1222
  ]?,
1463
1223
  essential: bool?,
1464
1224
  restart_policy: {
@@ -1472,26 +1232,26 @@ module Aws
1472
1232
  {
1473
1233
  name: ::String?,
1474
1234
  value: ::String?
1475
- },
1235
+ }
1476
1236
  ]?,
1477
1237
  environment_files: Array[
1478
1238
  {
1479
1239
  value: ::String,
1480
1240
  type: ("s3")
1481
- },
1241
+ }
1482
1242
  ]?,
1483
1243
  mount_points: Array[
1484
1244
  {
1485
1245
  source_volume: ::String?,
1486
1246
  container_path: ::String?,
1487
1247
  read_only: bool?
1488
- },
1248
+ }
1489
1249
  ]?,
1490
1250
  volumes_from: Array[
1491
1251
  {
1492
1252
  source_container: ::String?,
1493
1253
  read_only: bool?
1494
- },
1254
+ }
1495
1255
  ]?,
1496
1256
  linux_parameters: {
1497
1257
  capabilities: {
@@ -1503,7 +1263,7 @@ module Aws
1503
1263
  host_path: ::String,
1504
1264
  container_path: ::String?,
1505
1265
  permissions: Array[("read" | "write" | "mknod")]?
1506
- },
1266
+ }
1507
1267
  ]?,
1508
1268
  init_process_enabled: bool?,
1509
1269
  shared_memory_size: ::Integer?,
@@ -1512,7 +1272,7 @@ module Aws
1512
1272
  container_path: ::String,
1513
1273
  size: ::Integer,
1514
1274
  mount_options: Array[::String]?
1515
- },
1275
+ }
1516
1276
  ]?,
1517
1277
  max_swap: ::Integer?,
1518
1278
  swappiness: ::Integer?
@@ -1521,13 +1281,13 @@ module Aws
1521
1281
  {
1522
1282
  name: ::String,
1523
1283
  value_from: ::String
1524
- },
1284
+ }
1525
1285
  ]?,
1526
1286
  depends_on: Array[
1527
1287
  {
1528
1288
  container_name: ::String,
1529
1289
  condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY")
1530
- },
1290
+ }
1531
1291
  ]?,
1532
1292
  start_timeout: ::Integer?,
1533
1293
  stop_timeout: ::Integer?,
@@ -1544,7 +1304,7 @@ module Aws
1544
1304
  {
1545
1305
  hostname: ::String,
1546
1306
  ip_address: ::String
1547
- },
1307
+ }
1548
1308
  ]?,
1549
1309
  docker_security_options: Array[::String]?,
1550
1310
  interactive: bool?,
@@ -1555,18 +1315,9 @@ module Aws
1555
1315
  name: ("core" | "cpu" | "data" | "fsize" | "locks" | "memlock" | "msgqueue" | "nice" | "nofile" | "nproc" | "rss" | "rtprio" | "rttime" | "sigpending" | "stack"),
1556
1316
  soft_limit: ::Integer,
1557
1317
  hard_limit: ::Integer
1558
- },
1318
+ }
1559
1319
  ]?,
1560
- log_configuration: {
1561
- log_driver: ("json-file" | "syslog" | "journald" | "gelf" | "fluentd" | "awslogs" | "splunk" | "awsfirelens"),
1562
- options: Hash[::String, ::String]?,
1563
- secret_options: Array[
1564
- {
1565
- name: ::String,
1566
- value_from: ::String
1567
- },
1568
- ]?
1569
- }?,
1320
+ log_configuration: Params::log_configuration?,
1570
1321
  health_check: {
1571
1322
  command: Array[::String],
1572
1323
  interval: ::Integer?,
@@ -1578,20 +1329,20 @@ module Aws
1578
1329
  {
1579
1330
  namespace: ::String?,
1580
1331
  value: ::String?
1581
- },
1332
+ }
1582
1333
  ]?,
1583
1334
  resource_requirements: Array[
1584
1335
  {
1585
1336
  value: ::String,
1586
1337
  type: ("GPU" | "InferenceAccelerator")
1587
- },
1338
+ }
1588
1339
  ]?,
1589
1340
  firelens_configuration: {
1590
1341
  type: ("fluentd" | "fluentbit"),
1591
1342
  options: Hash[::String, ::String]?
1592
1343
  }?,
1593
1344
  credential_specs: Array[::String]?
1594
- },
1345
+ }
1595
1346
  ],
1596
1347
  ?volumes: Array[
1597
1348
  {
@@ -1631,13 +1382,13 @@ module Aws
1631
1382
  }
1632
1383
  }?,
1633
1384
  configured_at_launch: bool?
1634
- },
1385
+ }
1635
1386
  ],
1636
1387
  ?placement_constraints: Array[
1637
1388
  {
1638
1389
  type: ("memberOf")?,
1639
1390
  expression: ::String?
1640
- },
1391
+ }
1641
1392
  ],
1642
1393
  ?requires_compatibilities: Array[("EC2" | "FARGATE" | "EXTERNAL" | "MANAGED_INSTANCES")],
1643
1394
  ?cpu: ::String,
@@ -1646,7 +1397,7 @@ module Aws
1646
1397
  {
1647
1398
  key: ::String?,
1648
1399
  value: ::String?
1649
- },
1400
+ }
1650
1401
  ],
1651
1402
  ?pid_mode: ("host" | "task"),
1652
1403
  ?ipc_mode: ("host" | "task" | "none"),
@@ -1657,14 +1408,14 @@ module Aws
1657
1408
  {
1658
1409
  name: ::String?,
1659
1410
  value: ::String?
1660
- },
1411
+ }
1661
1412
  ]?
1662
1413
  },
1663
1414
  ?inference_accelerators: Array[
1664
1415
  {
1665
1416
  device_name: ::String,
1666
1417
  device_type: ::String
1667
- },
1418
+ }
1668
1419
  ],
1669
1420
  ?ephemeral_storage: {
1670
1421
  size_in_gi_b: ::Integer
@@ -1689,7 +1440,7 @@ module Aws
1689
1440
  capacity_provider: ::String,
1690
1441
  weight: ::Integer?,
1691
1442
  base: ::Integer?
1692
- },
1443
+ }
1693
1444
  ],
1694
1445
  ?cluster: ::String,
1695
1446
  ?count: ::Integer,
@@ -1704,59 +1455,18 @@ module Aws
1704
1455
  assign_public_ip: ("ENABLED" | "DISABLED")?
1705
1456
  }?
1706
1457
  },
1707
- ?overrides: {
1708
- container_overrides: Array[
1709
- {
1710
- name: ::String?,
1711
- command: Array[::String]?,
1712
- environment: Array[
1713
- {
1714
- name: ::String?,
1715
- value: ::String?
1716
- },
1717
- ]?,
1718
- environment_files: Array[
1719
- {
1720
- value: ::String,
1721
- type: ("s3")
1722
- },
1723
- ]?,
1724
- cpu: ::Integer?,
1725
- memory: ::Integer?,
1726
- memory_reservation: ::Integer?,
1727
- resource_requirements: Array[
1728
- {
1729
- value: ::String,
1730
- type: ("GPU" | "InferenceAccelerator")
1731
- },
1732
- ]?
1733
- },
1734
- ]?,
1735
- cpu: ::String?,
1736
- inference_accelerator_overrides: Array[
1737
- {
1738
- device_name: ::String?,
1739
- device_type: ::String?
1740
- },
1741
- ]?,
1742
- execution_role_arn: ::String?,
1743
- memory: ::String?,
1744
- task_role_arn: ::String?,
1745
- ephemeral_storage: {
1746
- size_in_gi_b: ::Integer
1747
- }?
1748
- },
1458
+ ?overrides: Params::task_override,
1749
1459
  ?placement_constraints: Array[
1750
1460
  {
1751
1461
  type: ("distinctInstance" | "memberOf")?,
1752
1462
  expression: ::String?
1753
- },
1463
+ }
1754
1464
  ],
1755
1465
  ?placement_strategy: Array[
1756
1466
  {
1757
1467
  type: ("random" | "spread" | "binpack")?,
1758
1468
  field: ::String?
1759
- },
1469
+ }
1760
1470
  ],
1761
1471
  ?platform_version: ::String,
1762
1472
  ?propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE"),
@@ -1766,41 +1476,12 @@ module Aws
1766
1476
  {
1767
1477
  key: ::String?,
1768
1478
  value: ::String?
1769
- },
1479
+ }
1770
1480
  ],
1771
1481
  task_definition: ::String,
1772
1482
  ?client_token: ::String,
1773
1483
  ?volume_configurations: Array[
1774
- {
1775
- name: ::String,
1776
- managed_ebs_volume: {
1777
- encrypted: bool?,
1778
- kms_key_id: ::String?,
1779
- volume_type: ::String?,
1780
- size_in_gi_b: ::Integer?,
1781
- snapshot_id: ::String?,
1782
- volume_initialization_rate: ::Integer?,
1783
- iops: ::Integer?,
1784
- throughput: ::Integer?,
1785
- tag_specifications: Array[
1786
- {
1787
- resource_type: ("volume"),
1788
- tags: Array[
1789
- {
1790
- key: ::String?,
1791
- value: ::String?
1792
- },
1793
- ]?,
1794
- propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE")?
1795
- },
1796
- ]?,
1797
- role_arn: ::String,
1798
- termination_policy: {
1799
- delete_on_termination: bool
1800
- }?,
1801
- filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
1802
- }?
1803
- },
1484
+ Params::task_volume_configuration
1804
1485
  ]
1805
1486
  ) -> _RunTaskResponseSuccess
1806
1487
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RunTaskResponseSuccess
@@ -1824,48 +1505,7 @@ module Aws
1824
1505
  assign_public_ip: ("ENABLED" | "DISABLED")?
1825
1506
  }?
1826
1507
  },
1827
- ?overrides: {
1828
- container_overrides: Array[
1829
- {
1830
- name: ::String?,
1831
- command: Array[::String]?,
1832
- environment: Array[
1833
- {
1834
- name: ::String?,
1835
- value: ::String?
1836
- },
1837
- ]?,
1838
- environment_files: Array[
1839
- {
1840
- value: ::String,
1841
- type: ("s3")
1842
- },
1843
- ]?,
1844
- cpu: ::Integer?,
1845
- memory: ::Integer?,
1846
- memory_reservation: ::Integer?,
1847
- resource_requirements: Array[
1848
- {
1849
- value: ::String,
1850
- type: ("GPU" | "InferenceAccelerator")
1851
- },
1852
- ]?
1853
- },
1854
- ]?,
1855
- cpu: ::String?,
1856
- inference_accelerator_overrides: Array[
1857
- {
1858
- device_name: ::String?,
1859
- device_type: ::String?
1860
- },
1861
- ]?,
1862
- execution_role_arn: ::String?,
1863
- memory: ::String?,
1864
- task_role_arn: ::String?,
1865
- ephemeral_storage: {
1866
- size_in_gi_b: ::Integer
1867
- }?
1868
- },
1508
+ ?overrides: Params::task_override,
1869
1509
  ?propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE"),
1870
1510
  ?reference_id: ::String,
1871
1511
  ?started_by: ::String,
@@ -1873,40 +1513,11 @@ module Aws
1873
1513
  {
1874
1514
  key: ::String?,
1875
1515
  value: ::String?
1876
- },
1516
+ }
1877
1517
  ],
1878
1518
  task_definition: ::String,
1879
1519
  ?volume_configurations: Array[
1880
- {
1881
- name: ::String,
1882
- managed_ebs_volume: {
1883
- encrypted: bool?,
1884
- kms_key_id: ::String?,
1885
- volume_type: ::String?,
1886
- size_in_gi_b: ::Integer?,
1887
- snapshot_id: ::String?,
1888
- volume_initialization_rate: ::Integer?,
1889
- iops: ::Integer?,
1890
- throughput: ::Integer?,
1891
- tag_specifications: Array[
1892
- {
1893
- resource_type: ("volume"),
1894
- tags: Array[
1895
- {
1896
- key: ::String?,
1897
- value: ::String?
1898
- },
1899
- ]?,
1900
- propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE")?
1901
- },
1902
- ]?,
1903
- role_arn: ::String,
1904
- termination_policy: {
1905
- delete_on_termination: bool
1906
- }?,
1907
- filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
1908
- }?
1909
- },
1520
+ Params::task_volume_configuration
1910
1521
  ]
1911
1522
  ) -> _StartTaskResponseSuccess
1912
1523
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTaskResponseSuccess
@@ -1945,7 +1556,7 @@ module Aws
1945
1556
  {
1946
1557
  attachment_arn: ::String,
1947
1558
  status: ::String
1948
- },
1559
+ }
1949
1560
  ]
1950
1561
  ) -> _SubmitAttachmentStateChangesResponseSuccess
1951
1562
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SubmitAttachmentStateChangesResponseSuccess
@@ -1964,14 +1575,7 @@ module Aws
1964
1575
  ?exit_code: ::Integer,
1965
1576
  ?reason: ::String,
1966
1577
  ?network_bindings: Array[
1967
- {
1968
- bind_ip: ::String?,
1969
- container_port: ::Integer?,
1970
- host_port: ::Integer?,
1971
- protocol: ("tcp" | "udp")?,
1972
- container_port_range: ::String?,
1973
- host_port_range: ::String?
1974
- },
1578
+ Params::network_binding
1975
1579
  ]
1976
1580
  ) -> _SubmitContainerStateChangeResponseSuccess
1977
1581
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SubmitContainerStateChangeResponseSuccess
@@ -1993,24 +1597,17 @@ module Aws
1993
1597
  runtime_id: ::String?,
1994
1598
  exit_code: ::Integer?,
1995
1599
  network_bindings: Array[
1996
- {
1997
- bind_ip: ::String?,
1998
- container_port: ::Integer?,
1999
- host_port: ::Integer?,
2000
- protocol: ("tcp" | "udp")?,
2001
- container_port_range: ::String?,
2002
- host_port_range: ::String?
2003
- },
1600
+ Params::network_binding
2004
1601
  ]?,
2005
1602
  reason: ::String?,
2006
1603
  status: ::String?
2007
- },
1604
+ }
2008
1605
  ],
2009
1606
  ?attachments: Array[
2010
1607
  {
2011
1608
  attachment_arn: ::String,
2012
1609
  status: ::String
2013
- },
1610
+ }
2014
1611
  ],
2015
1612
  ?managed_agents: Array[
2016
1613
  {
@@ -2018,7 +1615,7 @@ module Aws
2018
1615
  managed_agent_name: ("ExecuteCommandAgent"),
2019
1616
  status: ::String,
2020
1617
  reason: ::String?
2021
- },
1618
+ }
2022
1619
  ],
2023
1620
  ?pull_started_at: ::Time,
2024
1621
  ?pull_stopped_at: ::Time,
@@ -2036,7 +1633,7 @@ module Aws
2036
1633
  {
2037
1634
  key: ::String?,
2038
1635
  value: ::String?
2039
- },
1636
+ }
2040
1637
  ]
2041
1638
  ) -> _TagResourceResponseSuccess
2042
1639
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -2086,59 +1683,7 @@ module Aws
2086
1683
  use_local_storage: bool?
2087
1684
  }?,
2088
1685
  monitoring: ("BASIC" | "DETAILED")?,
2089
- instance_requirements: {
2090
- v_cpu_count: {
2091
- min: ::Integer,
2092
- max: ::Integer?
2093
- },
2094
- memory_mi_b: {
2095
- min: ::Integer,
2096
- max: ::Integer?
2097
- },
2098
- cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services")]?,
2099
- memory_gi_b_per_v_cpu: {
2100
- min: ::Float?,
2101
- max: ::Float?
2102
- }?,
2103
- excluded_instance_types: Array[::String]?,
2104
- instance_generations: Array[("current" | "previous")]?,
2105
- spot_max_price_percentage_over_lowest_price: ::Integer?,
2106
- on_demand_max_price_percentage_over_lowest_price: ::Integer?,
2107
- bare_metal: ("included" | "required" | "excluded")?,
2108
- burstable_performance: ("included" | "required" | "excluded")?,
2109
- require_hibernate_support: bool?,
2110
- network_interface_count: {
2111
- min: ::Integer?,
2112
- max: ::Integer?
2113
- }?,
2114
- local_storage: ("included" | "required" | "excluded")?,
2115
- local_storage_types: Array[("hdd" | "ssd")]?,
2116
- total_local_storage_gb: {
2117
- min: ::Float?,
2118
- max: ::Float?
2119
- }?,
2120
- baseline_ebs_bandwidth_mbps: {
2121
- min: ::Integer?,
2122
- max: ::Integer?
2123
- }?,
2124
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
2125
- accelerator_count: {
2126
- min: ::Integer?,
2127
- max: ::Integer?
2128
- }?,
2129
- accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
2130
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
2131
- accelerator_total_memory_mi_b: {
2132
- min: ::Integer?,
2133
- max: ::Integer?
2134
- }?,
2135
- network_bandwidth_gbps: {
2136
- min: ::Float?,
2137
- max: ::Float?
2138
- }?,
2139
- allowed_instance_types: Array[::String]?,
2140
- max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?
2141
- }?,
1686
+ instance_requirements: Params::instance_requirements_request?,
2142
1687
  capacity_reservations: {
2143
1688
  reservation_group_arn: ::String?,
2144
1689
  reservation_preference: ("RESERVATIONS_ONLY" | "RESERVATIONS_FIRST" | "RESERVATIONS_EXCLUDED")?
@@ -2166,25 +1711,9 @@ module Aws
2166
1711
  {
2167
1712
  name: ("containerInsights")?,
2168
1713
  value: ::String?
2169
- },
1714
+ }
2170
1715
  ],
2171
- ?configuration: {
2172
- execute_command_configuration: {
2173
- kms_key_id: ::String?,
2174
- logging: ("NONE" | "DEFAULT" | "OVERRIDE")?,
2175
- log_configuration: {
2176
- cloud_watch_log_group_name: ::String?,
2177
- cloud_watch_encryption_enabled: bool?,
2178
- s3_bucket_name: ::String?,
2179
- s3_encryption_enabled: bool?,
2180
- s3_key_prefix: ::String?
2181
- }?
2182
- }?,
2183
- managed_storage_configuration: {
2184
- kms_key_id: ::String?,
2185
- fargate_ephemeral_storage_kms_key_id: ::String?
2186
- }?
2187
- },
1716
+ ?configuration: Params::cluster_configuration,
2188
1717
  ?service_connect_defaults: {
2189
1718
  namespace: ::String
2190
1719
  }
@@ -2202,7 +1731,7 @@ module Aws
2202
1731
  {
2203
1732
  name: ("containerInsights")?,
2204
1733
  value: ::String?
2205
- },
1734
+ }
2206
1735
  ]
2207
1736
  ) -> _UpdateClusterSettingsResponseSuccess
2208
1737
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterSettingsResponseSuccess
@@ -2244,14 +1773,7 @@ module Aws
2244
1773
  daemon_arn: ::String,
2245
1774
  daemon_task_definition_arn: ::String,
2246
1775
  capacity_provider_arns: Array[::String],
2247
- ?deployment_configuration: {
2248
- drain_percent: ::Float?,
2249
- alarms: {
2250
- alarm_names: Array[::String]?,
2251
- enable: bool?
2252
- }?,
2253
- bake_time_in_minutes: ::Integer?
2254
- },
1776
+ ?deployment_configuration: Params::daemon_deployment_configuration,
2255
1777
  ?propagate_tags: ("DAEMON" | "NONE"),
2256
1778
  ?enable_ecs_managed_tags: bool,
2257
1779
  ?enable_execute_command: bool
@@ -2267,30 +1789,7 @@ module Aws
2267
1789
  service_arn: ::String,
2268
1790
  ?execution_role_arn: ::String,
2269
1791
  ?health_check_path: ::String,
2270
- ?primary_container: {
2271
- image: ::String,
2272
- container_port: ::Integer?,
2273
- aws_logs_configuration: {
2274
- log_group: ::String,
2275
- log_stream_prefix: ::String
2276
- }?,
2277
- repository_credentials: {
2278
- credentials_parameter: ::String?
2279
- }?,
2280
- command: Array[::String]?,
2281
- environment: Array[
2282
- {
2283
- name: ::String?,
2284
- value: ::String?
2285
- },
2286
- ]?,
2287
- secrets: Array[
2288
- {
2289
- name: ::String,
2290
- value_from: ::String
2291
- },
2292
- ]?
2293
- },
1792
+ ?primary_container: Params::express_gateway_container,
2294
1793
  ?task_role_arn: ::String,
2295
1794
  ?network_configuration: {
2296
1795
  security_groups: Array[::String]?,
@@ -2322,45 +1821,9 @@ module Aws
2322
1821
  capacity_provider: ::String,
2323
1822
  weight: ::Integer?,
2324
1823
  base: ::Integer?
2325
- },
1824
+ }
2326
1825
  ],
2327
- ?deployment_configuration: {
2328
- deployment_circuit_breaker: {
2329
- enable: bool,
2330
- rollback: bool
2331
- }?,
2332
- maximum_percent: ::Integer?,
2333
- minimum_healthy_percent: ::Integer?,
2334
- alarms: {
2335
- alarm_names: Array[::String],
2336
- rollback: bool,
2337
- enable: bool
2338
- }?,
2339
- strategy: ("ROLLING" | "BLUE_GREEN" | "LINEAR" | "CANARY")?,
2340
- bake_time_in_minutes: ::Integer?,
2341
- lifecycle_hooks: Array[
2342
- {
2343
- target_type: ("AWS_LAMBDA" | "PAUSE")?,
2344
- hook_target_arn: ::String?,
2345
- role_arn: ::String?,
2346
- lifecycle_stages: Array[("RECONCILE_SERVICE" | "PRE_SCALE_UP" | "POST_SCALE_UP" | "TEST_TRAFFIC_SHIFT" | "POST_TEST_TRAFFIC_SHIFT" | "PRE_PRODUCTION_TRAFFIC_SHIFT" | "PRODUCTION_TRAFFIC_SHIFT" | "POST_PRODUCTION_TRAFFIC_SHIFT")]?,
2347
- hook_details: {
2348
- }?,
2349
- timeout_configuration: {
2350
- timeout_in_minutes: ::Integer?,
2351
- action: ("ROLLBACK" | "CONTINUE")?
2352
- }?
2353
- },
2354
- ]?,
2355
- linear_configuration: {
2356
- step_percent: ::Float?,
2357
- step_bake_time_in_minutes: ::Integer?
2358
- }?,
2359
- canary_configuration: {
2360
- canary_percent: ::Float?,
2361
- canary_bake_time_in_minutes: ::Integer?
2362
- }?
2363
- },
1826
+ ?deployment_configuration: Params::deployment_configuration,
2364
1827
  ?availability_zone_rebalancing: ("ENABLED" | "DISABLED"),
2365
1828
  ?network_configuration: {
2366
1829
  awsvpc_configuration: {
@@ -2373,13 +1836,13 @@ module Aws
2373
1836
  {
2374
1837
  type: ("distinctInstance" | "memberOf")?,
2375
1838
  expression: ::String?
2376
- },
1839
+ }
2377
1840
  ],
2378
1841
  ?placement_strategy: Array[
2379
1842
  {
2380
1843
  type: ("random" | "spread" | "binpack")?,
2381
1844
  field: ::String?
2382
- },
1845
+ }
2383
1846
  ],
2384
1847
  ?platform_version: ::String,
2385
1848
  ?force_new_deployment: bool,
@@ -2390,18 +1853,7 @@ module Aws
2390
1853
  ?enable_execute_command: bool,
2391
1854
  ?enable_ecs_managed_tags: bool,
2392
1855
  ?load_balancers: Array[
2393
- {
2394
- target_group_arn: ::String?,
2395
- load_balancer_name: ::String?,
2396
- container_name: ::String?,
2397
- container_port: ::Integer?,
2398
- advanced_configuration: {
2399
- alternate_target_group_arn: ::String?,
2400
- production_listener_rule: ::String?,
2401
- test_listener_rule: ::String?,
2402
- role_arn: ::String?
2403
- }?
2404
- },
1856
+ Params::load_balancer
2405
1857
  ],
2406
1858
  ?propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE"),
2407
1859
  ?service_registries: Array[
@@ -2410,93 +1862,18 @@ module Aws
2410
1862
  port: ::Integer?,
2411
1863
  container_name: ::String?,
2412
1864
  container_port: ::Integer?
2413
- },
1865
+ }
2414
1866
  ],
2415
- ?service_connect_configuration: {
2416
- enabled: bool,
2417
- namespace: ::String?,
2418
- services: Array[
2419
- {
2420
- port_name: ::String,
2421
- discovery_name: ::String?,
2422
- client_aliases: Array[
2423
- {
2424
- port: ::Integer,
2425
- dns_name: ::String?,
2426
- test_traffic_rules: {
2427
- header: {
2428
- name: ::String,
2429
- value: {
2430
- exact: ::String
2431
- }?
2432
- }
2433
- }?
2434
- },
2435
- ]?,
2436
- ingress_port_override: ::Integer?,
2437
- timeout: {
2438
- idle_timeout_seconds: ::Integer?,
2439
- per_request_timeout_seconds: ::Integer?
2440
- }?,
2441
- tls: {
2442
- issuer_certificate_authority: {
2443
- aws_pca_authority_arn: ::String?
2444
- },
2445
- kms_key: ::String?,
2446
- role_arn: ::String?
2447
- }?
2448
- },
2449
- ]?,
2450
- log_configuration: {
2451
- log_driver: ("json-file" | "syslog" | "journald" | "gelf" | "fluentd" | "awslogs" | "splunk" | "awsfirelens"),
2452
- options: Hash[::String, ::String]?,
2453
- secret_options: Array[
2454
- {
2455
- name: ::String,
2456
- value_from: ::String
2457
- },
2458
- ]?
2459
- }?,
2460
- access_log_configuration: {
2461
- format: ("TEXT" | "JSON"),
2462
- include_query_parameters: ("DISABLED" | "ENABLED")?
2463
- }?
2464
- },
1867
+ ?service_connect_configuration: Params::service_connect_configuration,
2465
1868
  ?volume_configurations: Array[
2466
- {
2467
- name: ::String,
2468
- managed_ebs_volume: {
2469
- encrypted: bool?,
2470
- kms_key_id: ::String?,
2471
- volume_type: ::String?,
2472
- size_in_gi_b: ::Integer?,
2473
- snapshot_id: ::String?,
2474
- volume_initialization_rate: ::Integer?,
2475
- iops: ::Integer?,
2476
- throughput: ::Integer?,
2477
- tag_specifications: Array[
2478
- {
2479
- resource_type: ("volume"),
2480
- tags: Array[
2481
- {
2482
- key: ::String?,
2483
- value: ::String?
2484
- },
2485
- ]?,
2486
- propagate_tags: ("TASK_DEFINITION" | "SERVICE" | "NONE")?
2487
- },
2488
- ]?,
2489
- role_arn: ::String,
2490
- filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
2491
- }?
2492
- },
1869
+ Params::service_volume_configuration
2493
1870
  ],
2494
1871
  ?vpc_lattice_configurations: Array[
2495
1872
  {
2496
1873
  role_arn: ::String,
2497
1874
  target_group_arn: ::String,
2498
1875
  port_name: ::String
2499
- },
1876
+ }
2500
1877
  ]
2501
1878
  ) -> _UpdateServiceResponseSuccess
2502
1879
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateServiceResponseSuccess