aws-sdk-batch 1.111.0 → 1.112.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-batch/client.rb +77 -39
- data/lib/aws-sdk-batch/client_api.rb +16 -0
- data/lib/aws-sdk-batch/types.rb +199 -99
- data/lib/aws-sdk-batch.rb +1 -1
- data/sig/client.rbs +18 -6
- data/sig/types.rbs +13 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84b679df10741a5048a8c2d1c15736e3d67537184ee9c1ccb2b1f4199cf057fd
|
4
|
+
data.tar.gz: 3e3cc3edc9db2185d457b4af920a50ef055ea7a3b667dff0d35598c37e11fc6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbb9ad7cb1db33e4a817e0de8c24eb967b228eb536825bca319a872f3325c26ddec84f880450231178e69f4096034f311c6308a7d61c2b2ce1fa350e343be5e8
|
7
|
+
data.tar.gz: 12ed8d531315dbdd08c1fdaa3870a54caf39fef41c9c70ac1ec7855385e641ac78802a533026bec93779cbc578bdc86b84ff0576291d6766eb3e330925f76ce9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.112.0 (2025-03-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.
|
8
|
+
|
4
9
|
1.111.0 (2025-02-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.112.0
|
data/lib/aws-sdk-batch/client.rb
CHANGED
@@ -686,9 +686,9 @@ module Aws::Batch
|
|
686
686
|
#
|
687
687
|
# @option params [Integer] :unmanagedv_cpus
|
688
688
|
# The maximum number of vCPUs for an unmanaged compute environment. This
|
689
|
-
# parameter is only used for fair
|
689
|
+
# parameter is only used for fair-share scheduling to reserve vCPU
|
690
690
|
# capacity for new share identifiers. If this parameter isn't provided
|
691
|
-
# for a fair
|
691
|
+
# for a fair-share job queue, no vCPU capacity is reserved.
|
692
692
|
#
|
693
693
|
# <note markdown="1"> This parameter is only supported when the `type` parameter is set to
|
694
694
|
# `UNMANAGED`.
|
@@ -1024,10 +1024,11 @@ module Aws::Batch
|
|
1024
1024
|
# finish.
|
1025
1025
|
#
|
1026
1026
|
# @option params [String] :scheduling_policy_arn
|
1027
|
-
# The Amazon Resource Name (ARN) of the fair
|
1028
|
-
# Job queues that don't have a scheduling policy are
|
1029
|
-
# first-in, first-out (FIFO) model. After a job queue has
|
1030
|
-
# policy, it can be replaced but can't be
|
1027
|
+
# The Amazon Resource Name (ARN) of the fair-share scheduling policy.
|
1028
|
+
# Job queues that don't have a fair-share scheduling policy are
|
1029
|
+
# scheduled in a first-in, first-out (FIFO) model. After a job queue has
|
1030
|
+
# a fair-share scheduling policy, it can be replaced but can't be
|
1031
|
+
# removed.
|
1031
1032
|
#
|
1032
1033
|
# The format is
|
1033
1034
|
# `aws:Partition:batch:Region:Account:scheduling-policy/Name `.
|
@@ -1035,11 +1036,11 @@ module Aws::Batch
|
|
1035
1036
|
# An example is
|
1036
1037
|
# `aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy`.
|
1037
1038
|
#
|
1038
|
-
# A job queue without a scheduling policy is scheduled as a
|
1039
|
-
# queue and can't have a scheduling policy added.
|
1040
|
-
# scheduling policy can have a maximum of
|
1041
|
-
# identifiers. When the limit has been reached,
|
1042
|
-
# that add a new
|
1039
|
+
# A job queue without a fair-share scheduling policy is scheduled as a
|
1040
|
+
# FIFO job queue and can't have a fair-share scheduling policy added.
|
1041
|
+
# Jobs queues with a fair-share scheduling policy can have a maximum of
|
1042
|
+
# 500 active share identifiers. When the limit has been reached,
|
1043
|
+
# submissions of any jobs that add a new share identifier fail.
|
1043
1044
|
#
|
1044
1045
|
# @option params [required, Integer] :priority
|
1045
1046
|
# The priority of the job queue. Job queues with a higher priority (or a
|
@@ -1182,12 +1183,12 @@ module Aws::Batch
|
|
1182
1183
|
# Creates an Batch scheduling policy.
|
1183
1184
|
#
|
1184
1185
|
# @option params [required, String] :name
|
1185
|
-
# The name of the scheduling policy. It can be up to 128
|
1186
|
-
# It can contain uppercase and lowercase letters, numbers,
|
1187
|
-
# and underscores (\_).
|
1186
|
+
# The name of the fair-share scheduling policy. It can be up to 128
|
1187
|
+
# letters long. It can contain uppercase and lowercase letters, numbers,
|
1188
|
+
# hyphens (-), and underscores (\_).
|
1188
1189
|
#
|
1189
1190
|
# @option params [Types::FairsharePolicy] :fairshare_policy
|
1190
|
-
# The fair
|
1191
|
+
# The fair-share scheduling policy details.
|
1191
1192
|
#
|
1192
1193
|
# @option params [Hash<String,String>] :tags
|
1193
1194
|
# The tags that you apply to the scheduling policy to help you
|
@@ -1822,7 +1823,7 @@ module Aws::Batch
|
|
1822
1823
|
# resp.job_definitions[0].container_properties.linux_parameters.tmpfs[0].mount_options[0] #=> String
|
1823
1824
|
# resp.job_definitions[0].container_properties.linux_parameters.max_swap #=> Integer
|
1824
1825
|
# resp.job_definitions[0].container_properties.linux_parameters.swappiness #=> Integer
|
1825
|
-
# resp.job_definitions[0].container_properties.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
1826
|
+
# resp.job_definitions[0].container_properties.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
1826
1827
|
# resp.job_definitions[0].container_properties.log_configuration.options #=> Hash
|
1827
1828
|
# resp.job_definitions[0].container_properties.log_configuration.options["String"] #=> String
|
1828
1829
|
# resp.job_definitions[0].container_properties.log_configuration.secret_options #=> Array
|
@@ -1833,6 +1834,7 @@ module Aws::Batch
|
|
1833
1834
|
# resp.job_definitions[0].container_properties.secrets[0].value_from #=> String
|
1834
1835
|
# resp.job_definitions[0].container_properties.network_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
|
1835
1836
|
# resp.job_definitions[0].container_properties.fargate_platform_configuration.platform_version #=> String
|
1837
|
+
# resp.job_definitions[0].container_properties.enable_execute_command #=> Boolean
|
1836
1838
|
# resp.job_definitions[0].container_properties.ephemeral_storage.size_in_gi_b #=> Integer
|
1837
1839
|
# resp.job_definitions[0].container_properties.runtime_platform.operating_system_family #=> String
|
1838
1840
|
# resp.job_definitions[0].container_properties.runtime_platform.cpu_architecture #=> String
|
@@ -1890,7 +1892,7 @@ module Aws::Batch
|
|
1890
1892
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.linux_parameters.tmpfs[0].mount_options[0] #=> String
|
1891
1893
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.linux_parameters.max_swap #=> Integer
|
1892
1894
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.linux_parameters.swappiness #=> Integer
|
1893
|
-
# resp.job_definitions[0].node_properties.node_range_properties[0].container.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
1895
|
+
# resp.job_definitions[0].node_properties.node_range_properties[0].container.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
1894
1896
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.log_configuration.options #=> Hash
|
1895
1897
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.log_configuration.options["String"] #=> String
|
1896
1898
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.log_configuration.secret_options #=> Array
|
@@ -1901,6 +1903,7 @@ module Aws::Batch
|
|
1901
1903
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.secrets[0].value_from #=> String
|
1902
1904
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.network_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
|
1903
1905
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.fargate_platform_configuration.platform_version #=> String
|
1906
|
+
# resp.job_definitions[0].node_properties.node_range_properties[0].container.enable_execute_command #=> Boolean
|
1904
1907
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.ephemeral_storage.size_in_gi_b #=> Integer
|
1905
1908
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.runtime_platform.operating_system_family #=> String
|
1906
1909
|
# resp.job_definitions[0].node_properties.node_range_properties[0].container.runtime_platform.cpu_architecture #=> String
|
@@ -1918,6 +1921,9 @@ module Aws::Batch
|
|
1918
1921
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
|
1919
1922
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
|
1920
1923
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
|
1924
|
+
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
1925
|
+
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options #=> Hash
|
1926
|
+
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options["String"] #=> String
|
1921
1927
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].image #=> String
|
1922
1928
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
|
1923
1929
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
|
@@ -1933,7 +1939,7 @@ module Aws::Batch
|
|
1933
1939
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
|
1934
1940
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
|
1935
1941
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
|
1936
|
-
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
1942
|
+
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
1937
1943
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
|
1938
1944
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
|
1939
1945
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
|
@@ -1976,6 +1982,7 @@ module Aws::Batch
|
|
1976
1982
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
|
1977
1983
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
|
1978
1984
|
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
|
1985
|
+
# resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].enable_execute_command #=> Boolean
|
1979
1986
|
# resp.job_definitions[0].node_properties.node_range_properties[0].eks_properties.pod_properties.service_account_name #=> String
|
1980
1987
|
# resp.job_definitions[0].node_properties.node_range_properties[0].eks_properties.pod_properties.host_network #=> Boolean
|
1981
1988
|
# resp.job_definitions[0].node_properties.node_range_properties[0].eks_properties.pod_properties.dns_policy #=> String
|
@@ -2067,6 +2074,9 @@ module Aws::Batch
|
|
2067
2074
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
|
2068
2075
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
|
2069
2076
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
|
2077
|
+
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
2078
|
+
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options #=> Hash
|
2079
|
+
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options["String"] #=> String
|
2070
2080
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].image #=> String
|
2071
2081
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
|
2072
2082
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
|
@@ -2082,7 +2092,7 @@ module Aws::Batch
|
|
2082
2092
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
|
2083
2093
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
|
2084
2094
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
|
2085
|
-
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
2095
|
+
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
2086
2096
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
|
2087
2097
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
|
2088
2098
|
# resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
|
@@ -2125,6 +2135,7 @@ module Aws::Batch
|
|
2125
2135
|
# resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
|
2126
2136
|
# resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
|
2127
2137
|
# resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
|
2138
|
+
# resp.job_definitions[0].ecs_properties.task_properties[0].enable_execute_command #=> Boolean
|
2128
2139
|
# resp.job_definitions[0].eks_properties.pod_properties.service_account_name #=> String
|
2129
2140
|
# resp.job_definitions[0].eks_properties.pod_properties.host_network #=> Boolean
|
2130
2141
|
# resp.job_definitions[0].eks_properties.pod_properties.dns_policy #=> String
|
@@ -2490,7 +2501,7 @@ module Aws::Batch
|
|
2490
2501
|
# resp.jobs[0].container.linux_parameters.tmpfs[0].mount_options[0] #=> String
|
2491
2502
|
# resp.jobs[0].container.linux_parameters.max_swap #=> Integer
|
2492
2503
|
# resp.jobs[0].container.linux_parameters.swappiness #=> Integer
|
2493
|
-
# resp.jobs[0].container.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
2504
|
+
# resp.jobs[0].container.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
2494
2505
|
# resp.jobs[0].container.log_configuration.options #=> Hash
|
2495
2506
|
# resp.jobs[0].container.log_configuration.options["String"] #=> String
|
2496
2507
|
# resp.jobs[0].container.log_configuration.secret_options #=> Array
|
@@ -2505,6 +2516,7 @@ module Aws::Batch
|
|
2505
2516
|
# resp.jobs[0].container.runtime_platform.operating_system_family #=> String
|
2506
2517
|
# resp.jobs[0].container.runtime_platform.cpu_architecture #=> String
|
2507
2518
|
# resp.jobs[0].container.repository_credentials.credentials_parameter #=> String
|
2519
|
+
# resp.jobs[0].container.enable_execute_command #=> Boolean
|
2508
2520
|
# resp.jobs[0].node_details.node_index #=> Integer
|
2509
2521
|
# resp.jobs[0].node_details.is_main_node #=> Boolean
|
2510
2522
|
# resp.jobs[0].node_properties.num_nodes #=> Integer
|
@@ -2559,7 +2571,7 @@ module Aws::Batch
|
|
2559
2571
|
# resp.jobs[0].node_properties.node_range_properties[0].container.linux_parameters.tmpfs[0].mount_options[0] #=> String
|
2560
2572
|
# resp.jobs[0].node_properties.node_range_properties[0].container.linux_parameters.max_swap #=> Integer
|
2561
2573
|
# resp.jobs[0].node_properties.node_range_properties[0].container.linux_parameters.swappiness #=> Integer
|
2562
|
-
# resp.jobs[0].node_properties.node_range_properties[0].container.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
2574
|
+
# resp.jobs[0].node_properties.node_range_properties[0].container.log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
2563
2575
|
# resp.jobs[0].node_properties.node_range_properties[0].container.log_configuration.options #=> Hash
|
2564
2576
|
# resp.jobs[0].node_properties.node_range_properties[0].container.log_configuration.options["String"] #=> String
|
2565
2577
|
# resp.jobs[0].node_properties.node_range_properties[0].container.log_configuration.secret_options #=> Array
|
@@ -2570,6 +2582,7 @@ module Aws::Batch
|
|
2570
2582
|
# resp.jobs[0].node_properties.node_range_properties[0].container.secrets[0].value_from #=> String
|
2571
2583
|
# resp.jobs[0].node_properties.node_range_properties[0].container.network_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
|
2572
2584
|
# resp.jobs[0].node_properties.node_range_properties[0].container.fargate_platform_configuration.platform_version #=> String
|
2585
|
+
# resp.jobs[0].node_properties.node_range_properties[0].container.enable_execute_command #=> Boolean
|
2573
2586
|
# resp.jobs[0].node_properties.node_range_properties[0].container.ephemeral_storage.size_in_gi_b #=> Integer
|
2574
2587
|
# resp.jobs[0].node_properties.node_range_properties[0].container.runtime_platform.operating_system_family #=> String
|
2575
2588
|
# resp.jobs[0].node_properties.node_range_properties[0].container.runtime_platform.cpu_architecture #=> String
|
@@ -2587,6 +2600,9 @@ module Aws::Batch
|
|
2587
2600
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
|
2588
2601
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
|
2589
2602
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
|
2603
|
+
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
2604
|
+
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options #=> Hash
|
2605
|
+
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options["String"] #=> String
|
2590
2606
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].image #=> String
|
2591
2607
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
|
2592
2608
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
|
@@ -2602,7 +2618,7 @@ module Aws::Batch
|
|
2602
2618
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
|
2603
2619
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
|
2604
2620
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
|
2605
|
-
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
2621
|
+
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
2606
2622
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
|
2607
2623
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
|
2608
2624
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
|
@@ -2645,6 +2661,7 @@ module Aws::Batch
|
|
2645
2661
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
|
2646
2662
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
|
2647
2663
|
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
|
2664
|
+
# resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].enable_execute_command #=> Boolean
|
2648
2665
|
# resp.jobs[0].node_properties.node_range_properties[0].eks_properties.pod_properties.service_account_name #=> String
|
2649
2666
|
# resp.jobs[0].node_properties.node_range_properties[0].eks_properties.pod_properties.host_network #=> Boolean
|
2650
2667
|
# resp.jobs[0].node_properties.node_range_properties[0].eks_properties.pod_properties.dns_policy #=> String
|
@@ -2837,6 +2854,9 @@ module Aws::Batch
|
|
2837
2854
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
|
2838
2855
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
|
2839
2856
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
|
2857
|
+
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
|
2858
|
+
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options #=> Hash
|
2859
|
+
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].firelens_configuration.options["String"] #=> String
|
2840
2860
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].image #=> String
|
2841
2861
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
|
2842
2862
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
|
@@ -2852,7 +2872,7 @@ module Aws::Batch
|
|
2852
2872
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
|
2853
2873
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
|
2854
2874
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
|
2855
|
-
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk"
|
2875
|
+
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.log_driver #=> String, one of "json-file", "syslog", "journald", "gelf", "fluentd", "awslogs", "splunk", "awsfirelens"
|
2856
2876
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
|
2857
2877
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
|
2858
2878
|
# resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
|
@@ -2904,6 +2924,7 @@ module Aws::Batch
|
|
2904
2924
|
# resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
|
2905
2925
|
# resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
|
2906
2926
|
# resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
|
2927
|
+
# resp.jobs[0].ecs_properties.task_properties[0].enable_execute_command #=> Boolean
|
2907
2928
|
# resp.jobs[0].is_cancelled #=> Boolean
|
2908
2929
|
# resp.jobs[0].is_terminated #=> Boolean
|
2909
2930
|
# resp.jobs[0].consumable_resource_properties.consumable_resource_list #=> Array
|
@@ -3577,7 +3598,7 @@ module Aws::Batch
|
|
3577
3598
|
#
|
3578
3599
|
# @option params [Integer] :scheduling_priority
|
3579
3600
|
# The scheduling priority for jobs that are submitted with this job
|
3580
|
-
# definition. This only affects jobs in job queues with a fair
|
3601
|
+
# definition. This only affects jobs in job queues with a fair-share
|
3581
3602
|
# policy. Jobs with a higher scheduling priority are scheduled before
|
3582
3603
|
# jobs with a lower scheduling priority.
|
3583
3604
|
#
|
@@ -3842,7 +3863,7 @@ module Aws::Batch
|
|
3842
3863
|
# swappiness: 1,
|
3843
3864
|
# },
|
3844
3865
|
# log_configuration: {
|
3845
|
-
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk
|
3866
|
+
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk, awsfirelens
|
3846
3867
|
# options: {
|
3847
3868
|
# "String" => "String",
|
3848
3869
|
# },
|
@@ -3865,6 +3886,7 @@ module Aws::Batch
|
|
3865
3886
|
# fargate_platform_configuration: {
|
3866
3887
|
# platform_version: "String",
|
3867
3888
|
# },
|
3889
|
+
# enable_execute_command: false,
|
3868
3890
|
# ephemeral_storage: {
|
3869
3891
|
# size_in_gi_b: 1, # required
|
3870
3892
|
# },
|
@@ -3958,7 +3980,7 @@ module Aws::Batch
|
|
3958
3980
|
# swappiness: 1,
|
3959
3981
|
# },
|
3960
3982
|
# log_configuration: {
|
3961
|
-
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk
|
3983
|
+
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk, awsfirelens
|
3962
3984
|
# options: {
|
3963
3985
|
# "String" => "String",
|
3964
3986
|
# },
|
@@ -3981,6 +4003,7 @@ module Aws::Batch
|
|
3981
4003
|
# fargate_platform_configuration: {
|
3982
4004
|
# platform_version: "String",
|
3983
4005
|
# },
|
4006
|
+
# enable_execute_command: false,
|
3984
4007
|
# ephemeral_storage: {
|
3985
4008
|
# size_in_gi_b: 1, # required
|
3986
4009
|
# },
|
@@ -4012,6 +4035,12 @@ module Aws::Batch
|
|
4012
4035
|
# },
|
4013
4036
|
# ],
|
4014
4037
|
# essential: false,
|
4038
|
+
# firelens_configuration: {
|
4039
|
+
# type: "fluentd", # required, accepts fluentd, fluentbit
|
4040
|
+
# options: {
|
4041
|
+
# "String" => "String",
|
4042
|
+
# },
|
4043
|
+
# },
|
4015
4044
|
# image: "String", # required
|
4016
4045
|
# linux_parameters: {
|
4017
4046
|
# devices: [
|
@@ -4034,7 +4063,7 @@ module Aws::Batch
|
|
4034
4063
|
# swappiness: 1,
|
4035
4064
|
# },
|
4036
4065
|
# log_configuration: {
|
4037
|
-
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk
|
4066
|
+
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk, awsfirelens
|
4038
4067
|
# options: {
|
4039
4068
|
# "String" => "String",
|
4040
4069
|
# },
|
@@ -4113,6 +4142,7 @@ module Aws::Batch
|
|
4113
4142
|
# },
|
4114
4143
|
# },
|
4115
4144
|
# ],
|
4145
|
+
# enable_execute_command: false,
|
4116
4146
|
# },
|
4117
4147
|
# ],
|
4118
4148
|
# },
|
@@ -4405,6 +4435,12 @@ module Aws::Batch
|
|
4405
4435
|
# },
|
4406
4436
|
# ],
|
4407
4437
|
# essential: false,
|
4438
|
+
# firelens_configuration: {
|
4439
|
+
# type: "fluentd", # required, accepts fluentd, fluentbit
|
4440
|
+
# options: {
|
4441
|
+
# "String" => "String",
|
4442
|
+
# },
|
4443
|
+
# },
|
4408
4444
|
# image: "String", # required
|
4409
4445
|
# linux_parameters: {
|
4410
4446
|
# devices: [
|
@@ -4427,7 +4463,7 @@ module Aws::Batch
|
|
4427
4463
|
# swappiness: 1,
|
4428
4464
|
# },
|
4429
4465
|
# log_configuration: {
|
4430
|
-
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk
|
4466
|
+
# log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk, awsfirelens
|
4431
4467
|
# options: {
|
4432
4468
|
# "String" => "String",
|
4433
4469
|
# },
|
@@ -4506,6 +4542,7 @@ module Aws::Batch
|
|
4506
4542
|
# },
|
4507
4543
|
# },
|
4508
4544
|
# ],
|
4545
|
+
# enable_execute_command: false,
|
4509
4546
|
# },
|
4510
4547
|
# ],
|
4511
4548
|
# },
|
@@ -4543,8 +4580,8 @@ module Aws::Batch
|
|
4543
4580
|
# parameters in a `resourceRequirements` object that's included in the
|
4544
4581
|
# `containerOverrides` parameter.
|
4545
4582
|
#
|
4546
|
-
# <note markdown="1"> Job queues with a scheduling policy are limited to 500 active
|
4547
|
-
#
|
4583
|
+
# <note markdown="1"> Job queues with a scheduling policy are limited to 500 active share
|
4584
|
+
# identifiers at a time.
|
4548
4585
|
#
|
4549
4586
|
# </note>
|
4550
4587
|
#
|
@@ -4563,15 +4600,16 @@ module Aws::Batch
|
|
4563
4600
|
#
|
4564
4601
|
# @option params [String] :share_identifier
|
4565
4602
|
# The share identifier for the job. Don't specify this parameter if the
|
4566
|
-
# job queue doesn't have a scheduling policy. If the job
|
4567
|
-
# scheduling policy, then this parameter must be
|
4603
|
+
# job queue doesn't have a fair-share scheduling policy. If the job
|
4604
|
+
# queue has a fair-share scheduling policy, then this parameter must be
|
4605
|
+
# specified.
|
4568
4606
|
#
|
4569
4607
|
# This string is limited to 255 alphanumeric characters, and can be
|
4570
4608
|
# followed by an asterisk (*).
|
4571
4609
|
#
|
4572
4610
|
# @option params [Integer] :scheduling_priority_override
|
4573
4611
|
# The scheduling priority for the job. This only affects jobs in job
|
4574
|
-
# queues with a fair
|
4612
|
+
# queues with a fair-share policy. Jobs with a higher scheduling
|
4575
4613
|
# priority are scheduled before jobs with a lower scheduling priority.
|
4576
4614
|
# This overrides any scheduling priority in the job definition and works
|
4577
4615
|
# only within a single share identifier.
|
@@ -5183,9 +5221,9 @@ module Aws::Batch
|
|
5183
5221
|
# @option params [Integer] :unmanagedv_cpus
|
5184
5222
|
# The maximum number of vCPUs expected to be used for an unmanaged
|
5185
5223
|
# compute environment. Don't specify this parameter for a managed
|
5186
|
-
# compute environment. This parameter is only used for fair
|
5224
|
+
# compute environment. This parameter is only used for fair-share
|
5187
5225
|
# scheduling to reserve vCPU capacity for new share identifiers. If this
|
5188
|
-
# parameter isn't provided for a fair
|
5226
|
+
# parameter isn't provided for a fair-share job queue, no vCPU capacity
|
5189
5227
|
# is reserved.
|
5190
5228
|
#
|
5191
5229
|
# @option params [Types::ComputeResourceUpdate] :compute_resources
|
@@ -5430,8 +5468,8 @@ module Aws::Batch
|
|
5430
5468
|
# the queue can finish.
|
5431
5469
|
#
|
5432
5470
|
# @option params [String] :scheduling_policy_arn
|
5433
|
-
# Amazon Resource Name (ARN) of the fair
|
5434
|
-
# job queue is created, the fair
|
5471
|
+
# Amazon Resource Name (ARN) of the fair-share scheduling policy. Once a
|
5472
|
+
# job queue is created, the fair-share scheduling policy can be replaced
|
5435
5473
|
# but not removed. The format is
|
5436
5474
|
# `aws:Partition:batch:Region:Account:scheduling-policy/Name `. For
|
5437
5475
|
# example,
|
@@ -5534,7 +5572,7 @@ module Aws::Batch
|
|
5534
5572
|
# The Amazon Resource Name (ARN) of the scheduling policy to update.
|
5535
5573
|
#
|
5536
5574
|
# @option params [Types::FairsharePolicy] :fairshare_policy
|
5537
|
-
# The fair
|
5575
|
+
# The fair-share policy scheduling details.
|
5538
5576
|
#
|
5539
5577
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5540
5578
|
#
|
@@ -5581,7 +5619,7 @@ module Aws::Batch
|
|
5581
5619
|
tracer: tracer
|
5582
5620
|
)
|
5583
5621
|
context[:gem_name] = 'aws-sdk-batch'
|
5584
|
-
context[:gem_version] = '1.
|
5622
|
+
context[:gem_version] = '1.112.0'
|
5585
5623
|
Seahorse::Client::Request.new(handlers, context)
|
5586
5624
|
end
|
5587
5625
|
|
@@ -136,6 +136,9 @@ module Aws::Batch
|
|
136
136
|
EvaluateOnExitList = Shapes::ListShape.new(name: 'EvaluateOnExitList')
|
137
137
|
FairsharePolicy = Shapes::StructureShape.new(name: 'FairsharePolicy')
|
138
138
|
FargatePlatformConfiguration = Shapes::StructureShape.new(name: 'FargatePlatformConfiguration')
|
139
|
+
FirelensConfiguration = Shapes::StructureShape.new(name: 'FirelensConfiguration')
|
140
|
+
FirelensConfigurationOptionsMap = Shapes::MapShape.new(name: 'FirelensConfigurationOptionsMap')
|
141
|
+
FirelensConfigurationType = Shapes::StringShape.new(name: 'FirelensConfigurationType')
|
139
142
|
Float = Shapes::FloatShape.new(name: 'Float')
|
140
143
|
FrontOfQueueDetail = Shapes::StructureShape.new(name: 'FrontOfQueueDetail')
|
141
144
|
FrontOfQueueJobSummary = Shapes::StructureShape.new(name: 'FrontOfQueueJobSummary')
|
@@ -439,6 +442,7 @@ module Aws::Batch
|
|
439
442
|
ContainerDetail.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "ephemeralStorage"))
|
440
443
|
ContainerDetail.add_member(:runtime_platform, Shapes::ShapeRef.new(shape: RuntimePlatform, location_name: "runtimePlatform"))
|
441
444
|
ContainerDetail.add_member(:repository_credentials, Shapes::ShapeRef.new(shape: RepositoryCredentials, location_name: "repositoryCredentials"))
|
445
|
+
ContainerDetail.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableExecuteCommand"))
|
442
446
|
ContainerDetail.struct_class = Types::ContainerDetail
|
443
447
|
|
444
448
|
ContainerOverrides.add_member(:vcpus, Shapes::ShapeRef.new(shape: Integer, deprecated: true, location_name: "vcpus", metadata: {"deprecatedMessage"=>"This field is deprecated, use resourceRequirements instead."}))
|
@@ -469,6 +473,7 @@ module Aws::Batch
|
|
469
473
|
ContainerProperties.add_member(:secrets, Shapes::ShapeRef.new(shape: SecretList, location_name: "secrets"))
|
470
474
|
ContainerProperties.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "networkConfiguration"))
|
471
475
|
ContainerProperties.add_member(:fargate_platform_configuration, Shapes::ShapeRef.new(shape: FargatePlatformConfiguration, location_name: "fargatePlatformConfiguration"))
|
476
|
+
ContainerProperties.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableExecuteCommand"))
|
472
477
|
ContainerProperties.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "ephemeralStorage"))
|
473
478
|
ContainerProperties.add_member(:runtime_platform, Shapes::ShapeRef.new(shape: RuntimePlatform, location_name: "runtimePlatform"))
|
474
479
|
ContainerProperties.add_member(:repository_credentials, Shapes::ShapeRef.new(shape: RepositoryCredentials, location_name: "repositoryCredentials"))
|
@@ -652,6 +657,7 @@ module Aws::Batch
|
|
652
657
|
EcsTaskDetails.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "networkConfiguration"))
|
653
658
|
EcsTaskDetails.add_member(:runtime_platform, Shapes::ShapeRef.new(shape: RuntimePlatform, location_name: "runtimePlatform"))
|
654
659
|
EcsTaskDetails.add_member(:volumes, Shapes::ShapeRef.new(shape: Volumes, location_name: "volumes"))
|
660
|
+
EcsTaskDetails.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableExecuteCommand"))
|
655
661
|
EcsTaskDetails.struct_class = Types::EcsTaskDetails
|
656
662
|
|
657
663
|
EcsTaskProperties.add_member(:containers, Shapes::ShapeRef.new(shape: ListTaskContainerProperties, required: true, location_name: "containers"))
|
@@ -664,6 +670,7 @@ module Aws::Batch
|
|
664
670
|
EcsTaskProperties.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "networkConfiguration"))
|
665
671
|
EcsTaskProperties.add_member(:runtime_platform, Shapes::ShapeRef.new(shape: RuntimePlatform, location_name: "runtimePlatform"))
|
666
672
|
EcsTaskProperties.add_member(:volumes, Shapes::ShapeRef.new(shape: Volumes, location_name: "volumes"))
|
673
|
+
EcsTaskProperties.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableExecuteCommand"))
|
667
674
|
EcsTaskProperties.struct_class = Types::EcsTaskProperties
|
668
675
|
|
669
676
|
EksAnnotationsMap.key = Shapes::ShapeRef.new(shape: String)
|
@@ -855,6 +862,13 @@ module Aws::Batch
|
|
855
862
|
FargatePlatformConfiguration.add_member(:platform_version, Shapes::ShapeRef.new(shape: String, location_name: "platformVersion"))
|
856
863
|
FargatePlatformConfiguration.struct_class = Types::FargatePlatformConfiguration
|
857
864
|
|
865
|
+
FirelensConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: FirelensConfigurationType, required: true, location_name: "type"))
|
866
|
+
FirelensConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: FirelensConfigurationOptionsMap, location_name: "options"))
|
867
|
+
FirelensConfiguration.struct_class = Types::FirelensConfiguration
|
868
|
+
|
869
|
+
FirelensConfigurationOptionsMap.key = Shapes::ShapeRef.new(shape: String)
|
870
|
+
FirelensConfigurationOptionsMap.value = Shapes::ShapeRef.new(shape: String)
|
871
|
+
|
858
872
|
FrontOfQueueDetail.add_member(:jobs, Shapes::ShapeRef.new(shape: FrontOfQueueJobSummaryList, location_name: "jobs"))
|
859
873
|
FrontOfQueueDetail.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Long, location_name: "lastUpdatedAt"))
|
860
874
|
FrontOfQueueDetail.struct_class = Types::FrontOfQueueDetail
|
@@ -1279,6 +1293,7 @@ module Aws::Batch
|
|
1279
1293
|
TaskContainerDetails.add_member(:depends_on, Shapes::ShapeRef.new(shape: TaskContainerDependencyList, location_name: "dependsOn"))
|
1280
1294
|
TaskContainerDetails.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environment"))
|
1281
1295
|
TaskContainerDetails.add_member(:essential, Shapes::ShapeRef.new(shape: Boolean, location_name: "essential"))
|
1296
|
+
TaskContainerDetails.add_member(:firelens_configuration, Shapes::ShapeRef.new(shape: FirelensConfiguration, location_name: "firelensConfiguration"))
|
1282
1297
|
TaskContainerDetails.add_member(:image, Shapes::ShapeRef.new(shape: String, location_name: "image"))
|
1283
1298
|
TaskContainerDetails.add_member(:linux_parameters, Shapes::ShapeRef.new(shape: LinuxParameters, location_name: "linuxParameters"))
|
1284
1299
|
TaskContainerDetails.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "logConfiguration"))
|
@@ -1307,6 +1322,7 @@ module Aws::Batch
|
|
1307
1322
|
TaskContainerProperties.add_member(:depends_on, Shapes::ShapeRef.new(shape: TaskContainerDependencyList, location_name: "dependsOn"))
|
1308
1323
|
TaskContainerProperties.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environment"))
|
1309
1324
|
TaskContainerProperties.add_member(:essential, Shapes::ShapeRef.new(shape: Boolean, location_name: "essential"))
|
1325
|
+
TaskContainerProperties.add_member(:firelens_configuration, Shapes::ShapeRef.new(shape: FirelensConfiguration, location_name: "firelensConfiguration"))
|
1310
1326
|
TaskContainerProperties.add_member(:image, Shapes::ShapeRef.new(shape: String, required: true, location_name: "image"))
|
1311
1327
|
TaskContainerProperties.add_member(:linux_parameters, Shapes::ShapeRef.new(shape: LinuxParameters, location_name: "linuxParameters"))
|
1312
1328
|
TaskContainerProperties.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "logConfiguration"))
|