aws-sdk-batch 1.81.0 → 1.82.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1601,11 +1601,151 @@ module Aws::Batch
1601
1601
  # resp.job_definitions[0].node_properties.node_range_properties[0].container.runtime_platform.operating_system_family #=> String
1602
1602
  # resp.job_definitions[0].node_properties.node_range_properties[0].container.runtime_platform.cpu_architecture #=> String
1603
1603
  # resp.job_definitions[0].node_properties.node_range_properties[0].container.repository_credentials.credentials_parameter #=> String
1604
+ # resp.job_definitions[0].node_properties.node_range_properties[0].instance_types #=> Array
1605
+ # resp.job_definitions[0].node_properties.node_range_properties[0].instance_types[0] #=> String
1606
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties #=> Array
1607
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers #=> Array
1608
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].command #=> Array
1609
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].command[0] #=> String
1610
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].depends_on #=> Array
1611
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].depends_on[0].container_name #=> String
1612
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].depends_on[0].condition #=> String
1613
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment #=> Array
1614
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
1615
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
1616
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
1617
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].image #=> String
1618
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
1619
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
1620
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].container_path #=> String
1621
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions #=> Array
1622
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions[0] #=> String, one of "READ", "WRITE", "MKNOD"
1623
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.init_process_enabled #=> Boolean
1624
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.shared_memory_size #=> Integer
1625
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs #=> Array
1626
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].container_path #=> String
1627
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].size #=> Integer
1628
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options #=> Array
1629
+ # 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
1630
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
1631
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
1632
+ # 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"
1633
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
1634
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
1635
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
1636
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].name #=> String
1637
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].value_from #=> String
1638
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points #=> Array
1639
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points[0].container_path #=> String
1640
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points[0].read_only #=> Boolean
1641
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points[0].source_volume #=> String
1642
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].name #=> String
1643
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].privileged #=> Boolean
1644
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].readonly_root_filesystem #=> Boolean
1645
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].repository_credentials.credentials_parameter #=> String
1646
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].resource_requirements #=> Array
1647
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].value #=> String
1648
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].type #=> String, one of "GPU", "VCPU", "MEMORY"
1649
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].secrets #=> Array
1650
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].secrets[0].name #=> String
1651
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].secrets[0].value_from #=> String
1652
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits #=> Array
1653
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits[0].hard_limit #=> Integer
1654
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits[0].name #=> String
1655
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits[0].soft_limit #=> Integer
1656
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].user #=> String
1657
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].ephemeral_storage.size_in_gi_b #=> Integer
1658
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].execution_role_arn #=> String
1659
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].platform_version #=> String
1660
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].ipc_mode #=> String
1661
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].task_role_arn #=> String
1662
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].pid_mode #=> String
1663
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].network_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
1664
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].runtime_platform.operating_system_family #=> String
1665
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].runtime_platform.cpu_architecture #=> String
1666
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes #=> Array
1667
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].host.source_path #=> String
1668
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].name #=> String
1669
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.file_system_id #=> String
1670
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.root_directory #=> String
1671
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption #=> String, one of "ENABLED", "DISABLED"
1672
+ # resp.job_definitions[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
1673
+ # 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
1674
+ # 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"
1604
1675
  # resp.job_definitions[0].tags #=> Hash
1605
1676
  # resp.job_definitions[0].tags["TagKey"] #=> String
1606
1677
  # resp.job_definitions[0].propagate_tags #=> Boolean
1607
1678
  # resp.job_definitions[0].platform_capabilities #=> Array
1608
1679
  # resp.job_definitions[0].platform_capabilities[0] #=> String, one of "EC2", "FARGATE"
1680
+ # resp.job_definitions[0].ecs_properties.task_properties #=> Array
1681
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers #=> Array
1682
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].command #=> Array
1683
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].command[0] #=> String
1684
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].depends_on #=> Array
1685
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].depends_on[0].container_name #=> String
1686
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].depends_on[0].condition #=> String
1687
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].environment #=> Array
1688
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
1689
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
1690
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
1691
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].image #=> String
1692
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
1693
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
1694
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].container_path #=> String
1695
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions #=> Array
1696
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions[0] #=> String, one of "READ", "WRITE", "MKNOD"
1697
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.init_process_enabled #=> Boolean
1698
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.shared_memory_size #=> Integer
1699
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs #=> Array
1700
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].container_path #=> String
1701
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].size #=> Integer
1702
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options #=> Array
1703
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
1704
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
1705
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
1706
+ # 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"
1707
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
1708
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
1709
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
1710
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].name #=> String
1711
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].value_from #=> String
1712
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].mount_points #=> Array
1713
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].mount_points[0].container_path #=> String
1714
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].mount_points[0].read_only #=> Boolean
1715
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].mount_points[0].source_volume #=> String
1716
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].name #=> String
1717
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].privileged #=> Boolean
1718
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].readonly_root_filesystem #=> Boolean
1719
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].repository_credentials.credentials_parameter #=> String
1720
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].resource_requirements #=> Array
1721
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].value #=> String
1722
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].type #=> String, one of "GPU", "VCPU", "MEMORY"
1723
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].secrets #=> Array
1724
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].secrets[0].name #=> String
1725
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].secrets[0].value_from #=> String
1726
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].ulimits #=> Array
1727
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].ulimits[0].hard_limit #=> Integer
1728
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].ulimits[0].name #=> String
1729
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].ulimits[0].soft_limit #=> Integer
1730
+ # resp.job_definitions[0].ecs_properties.task_properties[0].containers[0].user #=> String
1731
+ # resp.job_definitions[0].ecs_properties.task_properties[0].ephemeral_storage.size_in_gi_b #=> Integer
1732
+ # resp.job_definitions[0].ecs_properties.task_properties[0].execution_role_arn #=> String
1733
+ # resp.job_definitions[0].ecs_properties.task_properties[0].platform_version #=> String
1734
+ # resp.job_definitions[0].ecs_properties.task_properties[0].ipc_mode #=> String
1735
+ # resp.job_definitions[0].ecs_properties.task_properties[0].task_role_arn #=> String
1736
+ # resp.job_definitions[0].ecs_properties.task_properties[0].pid_mode #=> String
1737
+ # resp.job_definitions[0].ecs_properties.task_properties[0].network_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
1738
+ # resp.job_definitions[0].ecs_properties.task_properties[0].runtime_platform.operating_system_family #=> String
1739
+ # resp.job_definitions[0].ecs_properties.task_properties[0].runtime_platform.cpu_architecture #=> String
1740
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes #=> Array
1741
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].host.source_path #=> String
1742
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].name #=> String
1743
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.file_system_id #=> String
1744
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.root_directory #=> String
1745
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption #=> String, one of "ENABLED", "DISABLED"
1746
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
1747
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
1748
+ # resp.job_definitions[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
1609
1749
  # resp.job_definitions[0].eks_properties.pod_properties.service_account_name #=> String
1610
1750
  # resp.job_definitions[0].eks_properties.pod_properties.host_network #=> Boolean
1611
1751
  # resp.job_definitions[0].eks_properties.pod_properties.dns_policy #=> String
@@ -1633,6 +1773,30 @@ module Aws::Batch
1633
1773
  # resp.job_definitions[0].eks_properties.pod_properties.containers[0].security_context.privileged #=> Boolean
1634
1774
  # resp.job_definitions[0].eks_properties.pod_properties.containers[0].security_context.read_only_root_filesystem #=> Boolean
1635
1775
  # resp.job_definitions[0].eks_properties.pod_properties.containers[0].security_context.run_as_non_root #=> Boolean
1776
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers #=> Array
1777
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].name #=> String
1778
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].image #=> String
1779
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].image_pull_policy #=> String
1780
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].command #=> Array
1781
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].command[0] #=> String
1782
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].args #=> Array
1783
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].args[0] #=> String
1784
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].env #=> Array
1785
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].env[0].name #=> String
1786
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].env[0].value #=> String
1787
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].resources.limits #=> Hash
1788
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].resources.limits["String"] #=> String
1789
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].resources.requests #=> Hash
1790
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].resources.requests["String"] #=> String
1791
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].volume_mounts #=> Array
1792
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].volume_mounts[0].name #=> String
1793
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].volume_mounts[0].mount_path #=> String
1794
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].volume_mounts[0].read_only #=> Boolean
1795
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].security_context.run_as_user #=> Integer
1796
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].security_context.run_as_group #=> Integer
1797
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].security_context.privileged #=> Boolean
1798
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].security_context.read_only_root_filesystem #=> Boolean
1799
+ # resp.job_definitions[0].eks_properties.pod_properties.init_containers[0].security_context.run_as_non_root #=> Boolean
1636
1800
  # resp.job_definitions[0].eks_properties.pod_properties.volumes #=> Array
1637
1801
  # resp.job_definitions[0].eks_properties.pod_properties.volumes[0].name #=> String
1638
1802
  # resp.job_definitions[0].eks_properties.pod_properties.volumes[0].host_path.path #=> String
@@ -1642,6 +1806,7 @@ module Aws::Batch
1642
1806
  # resp.job_definitions[0].eks_properties.pod_properties.volumes[0].secret.optional #=> Boolean
1643
1807
  # resp.job_definitions[0].eks_properties.pod_properties.metadata.labels #=> Hash
1644
1808
  # resp.job_definitions[0].eks_properties.pod_properties.metadata.labels["String"] #=> String
1809
+ # resp.job_definitions[0].eks_properties.pod_properties.share_process_namespace #=> Boolean
1645
1810
  # resp.job_definitions[0].container_orchestration_type #=> String, one of "ECS", "EKS"
1646
1811
  # resp.next_token #=> String
1647
1812
  #
@@ -1999,6 +2164,77 @@ module Aws::Batch
1999
2164
  # resp.jobs[0].node_properties.node_range_properties[0].container.runtime_platform.operating_system_family #=> String
2000
2165
  # resp.jobs[0].node_properties.node_range_properties[0].container.runtime_platform.cpu_architecture #=> String
2001
2166
  # resp.jobs[0].node_properties.node_range_properties[0].container.repository_credentials.credentials_parameter #=> String
2167
+ # resp.jobs[0].node_properties.node_range_properties[0].instance_types #=> Array
2168
+ # resp.jobs[0].node_properties.node_range_properties[0].instance_types[0] #=> String
2169
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties #=> Array
2170
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers #=> Array
2171
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].command #=> Array
2172
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].command[0] #=> String
2173
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].depends_on #=> Array
2174
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].depends_on[0].container_name #=> String
2175
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].depends_on[0].condition #=> String
2176
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment #=> Array
2177
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
2178
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
2179
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
2180
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].image #=> String
2181
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
2182
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
2183
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].container_path #=> String
2184
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions #=> Array
2185
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions[0] #=> String, one of "READ", "WRITE", "MKNOD"
2186
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.init_process_enabled #=> Boolean
2187
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.shared_memory_size #=> Integer
2188
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs #=> Array
2189
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].container_path #=> String
2190
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].size #=> Integer
2191
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options #=> Array
2192
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
2193
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
2194
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
2195
+ # 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"
2196
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
2197
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
2198
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
2199
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].name #=> String
2200
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].value_from #=> String
2201
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points #=> Array
2202
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points[0].container_path #=> String
2203
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points[0].read_only #=> Boolean
2204
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].mount_points[0].source_volume #=> String
2205
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].name #=> String
2206
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].privileged #=> Boolean
2207
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].readonly_root_filesystem #=> Boolean
2208
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].repository_credentials.credentials_parameter #=> String
2209
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].resource_requirements #=> Array
2210
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].value #=> String
2211
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].type #=> String, one of "GPU", "VCPU", "MEMORY"
2212
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].secrets #=> Array
2213
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].secrets[0].name #=> String
2214
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].secrets[0].value_from #=> String
2215
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits #=> Array
2216
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits[0].hard_limit #=> Integer
2217
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits[0].name #=> String
2218
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].ulimits[0].soft_limit #=> Integer
2219
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].containers[0].user #=> String
2220
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].ephemeral_storage.size_in_gi_b #=> Integer
2221
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].execution_role_arn #=> String
2222
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].platform_version #=> String
2223
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].ipc_mode #=> String
2224
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].task_role_arn #=> String
2225
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].pid_mode #=> String
2226
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].network_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
2227
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].runtime_platform.operating_system_family #=> String
2228
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].runtime_platform.cpu_architecture #=> String
2229
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes #=> Array
2230
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].host.source_path #=> String
2231
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].name #=> String
2232
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.file_system_id #=> String
2233
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.root_directory #=> String
2234
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption #=> String, one of "ENABLED", "DISABLED"
2235
+ # resp.jobs[0].node_properties.node_range_properties[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
2236
+ # 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
2237
+ # 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"
2002
2238
  # resp.jobs[0].array_properties.status_summary #=> Hash
2003
2239
  # resp.jobs[0].array_properties.status_summary["String"] #=> Integer
2004
2240
  # resp.jobs[0].array_properties.size #=> Integer
@@ -2038,6 +2274,32 @@ module Aws::Batch
2038
2274
  # resp.jobs[0].eks_properties.pod_properties.containers[0].security_context.privileged #=> Boolean
2039
2275
  # resp.jobs[0].eks_properties.pod_properties.containers[0].security_context.read_only_root_filesystem #=> Boolean
2040
2276
  # resp.jobs[0].eks_properties.pod_properties.containers[0].security_context.run_as_non_root #=> Boolean
2277
+ # resp.jobs[0].eks_properties.pod_properties.init_containers #=> Array
2278
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].name #=> String
2279
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].image #=> String
2280
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].image_pull_policy #=> String
2281
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].command #=> Array
2282
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].command[0] #=> String
2283
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].args #=> Array
2284
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].args[0] #=> String
2285
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].env #=> Array
2286
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].env[0].name #=> String
2287
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].env[0].value #=> String
2288
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].resources.limits #=> Hash
2289
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].resources.limits["String"] #=> String
2290
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].resources.requests #=> Hash
2291
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].resources.requests["String"] #=> String
2292
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].exit_code #=> Integer
2293
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].reason #=> String
2294
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].volume_mounts #=> Array
2295
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].volume_mounts[0].name #=> String
2296
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].volume_mounts[0].mount_path #=> String
2297
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].volume_mounts[0].read_only #=> Boolean
2298
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].security_context.run_as_user #=> Integer
2299
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].security_context.run_as_group #=> Integer
2300
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].security_context.privileged #=> Boolean
2301
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].security_context.read_only_root_filesystem #=> Boolean
2302
+ # resp.jobs[0].eks_properties.pod_properties.init_containers[0].security_context.run_as_non_root #=> Boolean
2041
2303
  # resp.jobs[0].eks_properties.pod_properties.volumes #=> Array
2042
2304
  # resp.jobs[0].eks_properties.pod_properties.volumes[0].name #=> String
2043
2305
  # resp.jobs[0].eks_properties.pod_properties.volumes[0].host_path.path #=> String
@@ -2049,15 +2311,97 @@ module Aws::Batch
2049
2311
  # resp.jobs[0].eks_properties.pod_properties.node_name #=> String
2050
2312
  # resp.jobs[0].eks_properties.pod_properties.metadata.labels #=> Hash
2051
2313
  # resp.jobs[0].eks_properties.pod_properties.metadata.labels["String"] #=> String
2314
+ # resp.jobs[0].eks_properties.pod_properties.share_process_namespace #=> Boolean
2052
2315
  # resp.jobs[0].eks_attempts #=> Array
2053
2316
  # resp.jobs[0].eks_attempts[0].containers #=> Array
2054
2317
  # resp.jobs[0].eks_attempts[0].containers[0].exit_code #=> Integer
2055
2318
  # resp.jobs[0].eks_attempts[0].containers[0].reason #=> String
2319
+ # resp.jobs[0].eks_attempts[0].init_containers #=> Array
2320
+ # resp.jobs[0].eks_attempts[0].init_containers[0].exit_code #=> Integer
2321
+ # resp.jobs[0].eks_attempts[0].init_containers[0].reason #=> String
2056
2322
  # resp.jobs[0].eks_attempts[0].pod_name #=> String
2057
2323
  # resp.jobs[0].eks_attempts[0].node_name #=> String
2058
2324
  # resp.jobs[0].eks_attempts[0].started_at #=> Integer
2059
2325
  # resp.jobs[0].eks_attempts[0].stopped_at #=> Integer
2060
2326
  # resp.jobs[0].eks_attempts[0].status_reason #=> String
2327
+ # resp.jobs[0].ecs_properties.task_properties #=> Array
2328
+ # resp.jobs[0].ecs_properties.task_properties[0].containers #=> Array
2329
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].command #=> Array
2330
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].command[0] #=> String
2331
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].depends_on #=> Array
2332
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].depends_on[0].container_name #=> String
2333
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].depends_on[0].condition #=> String
2334
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].environment #=> Array
2335
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].environment[0].name #=> String
2336
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].environment[0].value #=> String
2337
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].essential #=> Boolean
2338
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].image #=> String
2339
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices #=> Array
2340
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].host_path #=> String
2341
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].container_path #=> String
2342
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions #=> Array
2343
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.devices[0].permissions[0] #=> String, one of "READ", "WRITE", "MKNOD"
2344
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.init_process_enabled #=> Boolean
2345
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.shared_memory_size #=> Integer
2346
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs #=> Array
2347
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].container_path #=> String
2348
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].size #=> Integer
2349
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options #=> Array
2350
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
2351
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.max_swap #=> Integer
2352
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].linux_parameters.swappiness #=> Integer
2353
+ # 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"
2354
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.options #=> Hash
2355
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.options["String"] #=> String
2356
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options #=> Array
2357
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].name #=> String
2358
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_configuration.secret_options[0].value_from #=> String
2359
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].mount_points #=> Array
2360
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].mount_points[0].container_path #=> String
2361
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].mount_points[0].read_only #=> Boolean
2362
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].mount_points[0].source_volume #=> String
2363
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].name #=> String
2364
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].privileged #=> Boolean
2365
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].readonly_root_filesystem #=> Boolean
2366
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].repository_credentials.credentials_parameter #=> String
2367
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].resource_requirements #=> Array
2368
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].value #=> String
2369
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].resource_requirements[0].type #=> String, one of "GPU", "VCPU", "MEMORY"
2370
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].secrets #=> Array
2371
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].secrets[0].name #=> String
2372
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].secrets[0].value_from #=> String
2373
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].ulimits #=> Array
2374
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].ulimits[0].hard_limit #=> Integer
2375
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].ulimits[0].name #=> String
2376
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].ulimits[0].soft_limit #=> Integer
2377
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].user #=> String
2378
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].exit_code #=> Integer
2379
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].reason #=> String
2380
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].log_stream_name #=> String
2381
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].network_interfaces #=> Array
2382
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].network_interfaces[0].attachment_id #=> String
2383
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].network_interfaces[0].ipv6_address #=> String
2384
+ # resp.jobs[0].ecs_properties.task_properties[0].containers[0].network_interfaces[0].private_ipv_4_address #=> String
2385
+ # resp.jobs[0].ecs_properties.task_properties[0].container_instance_arn #=> String
2386
+ # resp.jobs[0].ecs_properties.task_properties[0].task_arn #=> String
2387
+ # resp.jobs[0].ecs_properties.task_properties[0].ephemeral_storage.size_in_gi_b #=> Integer
2388
+ # resp.jobs[0].ecs_properties.task_properties[0].execution_role_arn #=> String
2389
+ # resp.jobs[0].ecs_properties.task_properties[0].platform_version #=> String
2390
+ # resp.jobs[0].ecs_properties.task_properties[0].ipc_mode #=> String
2391
+ # resp.jobs[0].ecs_properties.task_properties[0].task_role_arn #=> String
2392
+ # resp.jobs[0].ecs_properties.task_properties[0].pid_mode #=> String
2393
+ # resp.jobs[0].ecs_properties.task_properties[0].network_configuration.assign_public_ip #=> String, one of "ENABLED", "DISABLED"
2394
+ # resp.jobs[0].ecs_properties.task_properties[0].runtime_platform.operating_system_family #=> String
2395
+ # resp.jobs[0].ecs_properties.task_properties[0].runtime_platform.cpu_architecture #=> String
2396
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes #=> Array
2397
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].host.source_path #=> String
2398
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].name #=> String
2399
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.file_system_id #=> String
2400
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.root_directory #=> String
2401
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption #=> String, one of "ENABLED", "DISABLED"
2402
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
2403
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
2404
+ # resp.jobs[0].ecs_properties.task_properties[0].volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
2061
2405
  # resp.jobs[0].is_cancelled #=> Boolean
2062
2406
  # resp.jobs[0].is_terminated #=> Boolean
2063
2407
  #
@@ -2423,6 +2767,11 @@ module Aws::Batch
2423
2767
  # parallel jobs, see [Creating a multi-node parallel job definition][1]
2424
2768
  # in the *Batch User Guide*.
2425
2769
  #
2770
+ # * If the value is `container`, then one of the following is required:
2771
+ # `containerProperties`, `ecsProperties`, or `eksProperties`.
2772
+ #
2773
+ # * If the value is `multinode`, then `nodeProperties` is required.
2774
+ #
2426
2775
  # <note markdown="1"> If the job is run on Fargate resources, then `multinode` isn't
2427
2776
  # supported.
2428
2777
  #
@@ -2448,11 +2797,11 @@ module Aws::Batch
2448
2797
  # 9999.
2449
2798
  #
2450
2799
  # @option params [Types::ContainerProperties] :container_properties
2451
- # An object with various properties specific to Amazon ECS based
2452
- # single-node container-based jobs. If the job definition's `type`
2453
- # parameter is `container`, then you must specify either
2454
- # `containerProperties` or `nodeProperties`. This must not be specified
2455
- # for Amazon EKS based job definitions.
2800
+ # An object with properties specific to Amazon ECS-based single-node
2801
+ # container-based jobs. If the job definition's `type` parameter is
2802
+ # `container`, then you must specify either `containerProperties` or
2803
+ # `nodeProperties`. This must not be specified for Amazon EKS-based job
2804
+ # definitions.
2456
2805
  #
2457
2806
  # <note markdown="1"> If the job runs on Fargate resources, then you must not specify
2458
2807
  # `nodeProperties`; use only `containerProperties`.
@@ -2460,12 +2809,10 @@ module Aws::Batch
2460
2809
  # </note>
2461
2810
  #
2462
2811
  # @option params [Types::NodeProperties] :node_properties
2463
- # An object with various properties specific to multi-node parallel
2464
- # jobs. If you specify node properties for a job, it becomes a
2465
- # multi-node parallel job. For more information, see [Multi-node
2466
- # Parallel Jobs][1] in the *Batch User Guide*. If the job definition's
2467
- # `type` parameter is `container`, then you must specify either
2468
- # `containerProperties` or `nodeProperties`.
2812
+ # An object with properties specific to multi-node parallel jobs. If you
2813
+ # specify node properties for a job, it becomes a multi-node parallel
2814
+ # job. For more information, see [Multi-node Parallel Jobs][1] in the
2815
+ # *Batch User Guide*.
2469
2816
  #
2470
2817
  # <note markdown="1"> If the job runs on Fargate resources, then you must not specify
2471
2818
  # `nodeProperties`; use `containerProperties` instead.
@@ -2535,9 +2882,12 @@ module Aws::Batch
2535
2882
  # </note>
2536
2883
  #
2537
2884
  # @option params [Types::EksProperties] :eks_properties
2538
- # An object with various properties that are specific to Amazon EKS
2539
- # based jobs. This must not be specified for Amazon ECS based job
2540
- # definitions.
2885
+ # An object with properties that are specific to Amazon EKS-based jobs.
2886
+ # This must not be specified for Amazon ECS based job definitions.
2887
+ #
2888
+ # @option params [Types::EcsProperties] :ecs_properties
2889
+ # An object with properties that are specific to Amazon ECS-based jobs.
2890
+ # This must not be specified for Amazon EKS-based job definitions.
2541
2891
  #
2542
2892
  # @return [Types::RegisterJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2543
2893
  #
@@ -2851,6 +3201,130 @@ module Aws::Batch
2851
3201
  # credentials_parameter: "String", # required
2852
3202
  # },
2853
3203
  # },
3204
+ # instance_types: ["String"],
3205
+ # ecs_properties: {
3206
+ # task_properties: [ # required
3207
+ # {
3208
+ # containers: [ # required
3209
+ # {
3210
+ # command: ["String"],
3211
+ # depends_on: [
3212
+ # {
3213
+ # container_name: "String",
3214
+ # condition: "String",
3215
+ # },
3216
+ # ],
3217
+ # environment: [
3218
+ # {
3219
+ # name: "String",
3220
+ # value: "String",
3221
+ # },
3222
+ # ],
3223
+ # essential: false,
3224
+ # image: "String", # required
3225
+ # linux_parameters: {
3226
+ # devices: [
3227
+ # {
3228
+ # host_path: "String", # required
3229
+ # container_path: "String",
3230
+ # permissions: ["READ"], # accepts READ, WRITE, MKNOD
3231
+ # },
3232
+ # ],
3233
+ # init_process_enabled: false,
3234
+ # shared_memory_size: 1,
3235
+ # tmpfs: [
3236
+ # {
3237
+ # container_path: "String", # required
3238
+ # size: 1, # required
3239
+ # mount_options: ["String"],
3240
+ # },
3241
+ # ],
3242
+ # max_swap: 1,
3243
+ # swappiness: 1,
3244
+ # },
3245
+ # log_configuration: {
3246
+ # log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk
3247
+ # options: {
3248
+ # "String" => "String",
3249
+ # },
3250
+ # secret_options: [
3251
+ # {
3252
+ # name: "String", # required
3253
+ # value_from: "String", # required
3254
+ # },
3255
+ # ],
3256
+ # },
3257
+ # mount_points: [
3258
+ # {
3259
+ # container_path: "String",
3260
+ # read_only: false,
3261
+ # source_volume: "String",
3262
+ # },
3263
+ # ],
3264
+ # name: "String",
3265
+ # privileged: false,
3266
+ # readonly_root_filesystem: false,
3267
+ # repository_credentials: {
3268
+ # credentials_parameter: "String", # required
3269
+ # },
3270
+ # resource_requirements: [
3271
+ # {
3272
+ # value: "String", # required
3273
+ # type: "GPU", # required, accepts GPU, VCPU, MEMORY
3274
+ # },
3275
+ # ],
3276
+ # secrets: [
3277
+ # {
3278
+ # name: "String", # required
3279
+ # value_from: "String", # required
3280
+ # },
3281
+ # ],
3282
+ # ulimits: [
3283
+ # {
3284
+ # hard_limit: 1, # required
3285
+ # name: "String", # required
3286
+ # soft_limit: 1, # required
3287
+ # },
3288
+ # ],
3289
+ # user: "String",
3290
+ # },
3291
+ # ],
3292
+ # ephemeral_storage: {
3293
+ # size_in_gi_b: 1, # required
3294
+ # },
3295
+ # execution_role_arn: "String",
3296
+ # platform_version: "String",
3297
+ # ipc_mode: "String",
3298
+ # task_role_arn: "String",
3299
+ # pid_mode: "String",
3300
+ # network_configuration: {
3301
+ # assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
3302
+ # },
3303
+ # runtime_platform: {
3304
+ # operating_system_family: "String",
3305
+ # cpu_architecture: "String",
3306
+ # },
3307
+ # volumes: [
3308
+ # {
3309
+ # host: {
3310
+ # source_path: "String",
3311
+ # },
3312
+ # name: "String",
3313
+ # efs_volume_configuration: {
3314
+ # file_system_id: "String", # required
3315
+ # root_directory: "String",
3316
+ # transit_encryption: "ENABLED", # accepts ENABLED, DISABLED
3317
+ # transit_encryption_port: 1,
3318
+ # authorization_config: {
3319
+ # access_point_id: "String",
3320
+ # iam: "ENABLED", # accepts ENABLED, DISABLED
3321
+ # },
3322
+ # },
3323
+ # },
3324
+ # ],
3325
+ # },
3326
+ # ],
3327
+ # },
2854
3328
  # },
2855
3329
  # ],
2856
3330
  # },
@@ -2915,6 +3389,43 @@ module Aws::Batch
2915
3389
  # },
2916
3390
  # },
2917
3391
  # ],
3392
+ # init_containers: [
3393
+ # {
3394
+ # name: "String",
3395
+ # image: "String", # required
3396
+ # image_pull_policy: "String",
3397
+ # command: ["String"],
3398
+ # args: ["String"],
3399
+ # env: [
3400
+ # {
3401
+ # name: "String", # required
3402
+ # value: "String",
3403
+ # },
3404
+ # ],
3405
+ # resources: {
3406
+ # limits: {
3407
+ # "String" => "Quantity",
3408
+ # },
3409
+ # requests: {
3410
+ # "String" => "Quantity",
3411
+ # },
3412
+ # },
3413
+ # volume_mounts: [
3414
+ # {
3415
+ # name: "String",
3416
+ # mount_path: "String",
3417
+ # read_only: false,
3418
+ # },
3419
+ # ],
3420
+ # security_context: {
3421
+ # run_as_user: 1,
3422
+ # run_as_group: 1,
3423
+ # privileged: false,
3424
+ # read_only_root_filesystem: false,
3425
+ # run_as_non_root: false,
3426
+ # },
3427
+ # },
3428
+ # ],
2918
3429
  # volumes: [
2919
3430
  # {
2920
3431
  # name: "String", # required
@@ -2936,8 +3447,132 @@ module Aws::Batch
2936
3447
  # "String" => "String",
2937
3448
  # },
2938
3449
  # },
3450
+ # share_process_namespace: false,
2939
3451
  # },
2940
3452
  # },
3453
+ # ecs_properties: {
3454
+ # task_properties: [ # required
3455
+ # {
3456
+ # containers: [ # required
3457
+ # {
3458
+ # command: ["String"],
3459
+ # depends_on: [
3460
+ # {
3461
+ # container_name: "String",
3462
+ # condition: "String",
3463
+ # },
3464
+ # ],
3465
+ # environment: [
3466
+ # {
3467
+ # name: "String",
3468
+ # value: "String",
3469
+ # },
3470
+ # ],
3471
+ # essential: false,
3472
+ # image: "String", # required
3473
+ # linux_parameters: {
3474
+ # devices: [
3475
+ # {
3476
+ # host_path: "String", # required
3477
+ # container_path: "String",
3478
+ # permissions: ["READ"], # accepts READ, WRITE, MKNOD
3479
+ # },
3480
+ # ],
3481
+ # init_process_enabled: false,
3482
+ # shared_memory_size: 1,
3483
+ # tmpfs: [
3484
+ # {
3485
+ # container_path: "String", # required
3486
+ # size: 1, # required
3487
+ # mount_options: ["String"],
3488
+ # },
3489
+ # ],
3490
+ # max_swap: 1,
3491
+ # swappiness: 1,
3492
+ # },
3493
+ # log_configuration: {
3494
+ # log_driver: "json-file", # required, accepts json-file, syslog, journald, gelf, fluentd, awslogs, splunk
3495
+ # options: {
3496
+ # "String" => "String",
3497
+ # },
3498
+ # secret_options: [
3499
+ # {
3500
+ # name: "String", # required
3501
+ # value_from: "String", # required
3502
+ # },
3503
+ # ],
3504
+ # },
3505
+ # mount_points: [
3506
+ # {
3507
+ # container_path: "String",
3508
+ # read_only: false,
3509
+ # source_volume: "String",
3510
+ # },
3511
+ # ],
3512
+ # name: "String",
3513
+ # privileged: false,
3514
+ # readonly_root_filesystem: false,
3515
+ # repository_credentials: {
3516
+ # credentials_parameter: "String", # required
3517
+ # },
3518
+ # resource_requirements: [
3519
+ # {
3520
+ # value: "String", # required
3521
+ # type: "GPU", # required, accepts GPU, VCPU, MEMORY
3522
+ # },
3523
+ # ],
3524
+ # secrets: [
3525
+ # {
3526
+ # name: "String", # required
3527
+ # value_from: "String", # required
3528
+ # },
3529
+ # ],
3530
+ # ulimits: [
3531
+ # {
3532
+ # hard_limit: 1, # required
3533
+ # name: "String", # required
3534
+ # soft_limit: 1, # required
3535
+ # },
3536
+ # ],
3537
+ # user: "String",
3538
+ # },
3539
+ # ],
3540
+ # ephemeral_storage: {
3541
+ # size_in_gi_b: 1, # required
3542
+ # },
3543
+ # execution_role_arn: "String",
3544
+ # platform_version: "String",
3545
+ # ipc_mode: "String",
3546
+ # task_role_arn: "String",
3547
+ # pid_mode: "String",
3548
+ # network_configuration: {
3549
+ # assign_public_ip: "ENABLED", # accepts ENABLED, DISABLED
3550
+ # },
3551
+ # runtime_platform: {
3552
+ # operating_system_family: "String",
3553
+ # cpu_architecture: "String",
3554
+ # },
3555
+ # volumes: [
3556
+ # {
3557
+ # host: {
3558
+ # source_path: "String",
3559
+ # },
3560
+ # name: "String",
3561
+ # efs_volume_configuration: {
3562
+ # file_system_id: "String", # required
3563
+ # root_directory: "String",
3564
+ # transit_encryption: "ENABLED", # accepts ENABLED, DISABLED
3565
+ # transit_encryption_port: 1,
3566
+ # authorization_config: {
3567
+ # access_point_id: "String",
3568
+ # iam: "ENABLED", # accepts ENABLED, DISABLED
3569
+ # },
3570
+ # },
3571
+ # },
3572
+ # ],
3573
+ # },
3574
+ # ],
3575
+ # },
2941
3576
  # })
2942
3577
  #
2943
3578
  # @example Response structure
@@ -3037,10 +3672,10 @@ module Aws::Batch
3037
3672
  # from the job definition.
3038
3673
  #
3039
3674
  # @option params [Types::ContainerOverrides] :container_overrides
3040
- # An object with various properties that override the defaults for the
3041
- # job definition that specify the name of a container in the specified
3042
- # job definition and the overrides it should receive. You can override
3043
- # the default command for a container, which is specified in the job
3675
+ # An object with properties that override the defaults for the job
3676
+ # definition that specify the name of a container in the specified job
3677
+ # definition and the overrides it should receive. You can override the
3678
+ # default command for a container, which is specified in the job
3044
3679
  # definition or the Docker image, with a `command` override. You can
3045
3680
  # also override existing environment variables on a container or add new
3046
3681
  # environment variables to it with an `environment` override.
@@ -3095,9 +3730,14 @@ module Aws::Batch
3095
3730
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
3096
3731
  #
3097
3732
  # @option params [Types::EksPropertiesOverride] :eks_properties_override
3098
- # An object that can only be specified for jobs that are run on Amazon
3099
- # EKS resources with various properties that override defaults for the
3100
- # job definition.
3733
+ # An object, with properties that override defaults for the job
3734
+ # definition, can only be specified for jobs that are run on Amazon EKS
3735
+ # resources.
3736
+ #
3737
+ # @option params [Types::EcsPropertiesOverride] :ecs_properties_override
3738
+ # An object, with properties that override defaults for the job
3739
+ # definition, can only be specified for jobs that are run on Amazon ECS
3740
+ # resources.
3101
3741
  #
3102
3742
  # @return [Types::SubmitJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3103
3743
  #
@@ -3183,6 +3823,31 @@ module Aws::Batch
3183
3823
  # },
3184
3824
  # ],
3185
3825
  # },
3826
+ # ecs_properties_override: {
3827
+ # task_properties: [
3828
+ # {
3829
+ # containers: [
3830
+ # {
3831
+ # command: ["String"],
3832
+ # environment: [
3833
+ # {
3834
+ # name: "String",
3835
+ # value: "String",
3836
+ # },
3837
+ # ],
3838
+ # name: "String",
3839
+ # resource_requirements: [
3840
+ # {
3841
+ # value: "String", # required
3842
+ # type: "GPU", # required, accepts GPU, VCPU, MEMORY
3843
+ # },
3844
+ # ],
3845
+ # },
3846
+ # ],
3847
+ # },
3848
+ # ],
3849
+ # },
3850
+ # instance_types: ["String"],
3186
3851
  # },
3187
3852
  # ],
3188
3853
  # },
@@ -3208,6 +3873,29 @@ module Aws::Batch
3208
3873
  # pod_properties: {
3209
3874
  # containers: [
3210
3875
  # {
3876
+ # name: "String",
3877
+ # image: "String",
3878
+ # command: ["String"],
3879
+ # args: ["String"],
3880
+ # env: [
3881
+ # {
3882
+ # name: "String", # required
3883
+ # value: "String",
3884
+ # },
3885
+ # ],
3886
+ # resources: {
3887
+ # limits: {
3888
+ # "String" => "Quantity",
3889
+ # },
3890
+ # requests: {
3891
+ # "String" => "Quantity",
3892
+ # },
3893
+ # },
3894
+ # },
3895
+ # ],
3896
+ # init_containers: [
3897
+ # {
3898
+ # name: "String",
3211
3899
  # image: "String",
3212
3900
  # command: ["String"],
3213
3901
  # args: ["String"],
@@ -3234,6 +3922,30 @@ module Aws::Batch
3234
3922
  # },
3235
3923
  # },
3236
3924
  # },
3925
+ # ecs_properties_override: {
3926
+ # task_properties: [
3927
+ # {
3928
+ # containers: [
3929
+ # {
3930
+ # command: ["String"],
3931
+ # environment: [
3932
+ # {
3933
+ # name: "String",
3934
+ # value: "String",
3935
+ # },
3936
+ # ],
3937
+ # name: "String",
3938
+ # resource_requirements: [
3939
+ # {
3940
+ # value: "String", # required
3941
+ # type: "GPU", # required, accepts GPU, VCPU, MEMORY
3942
+ # },
3943
+ # ],
3944
+ # },
3945
+ # ],
3946
+ # },
3947
+ # ],
3948
+ # },
3237
3949
  # })
3238
3950
  #
3239
3951
  # @example Response structure
@@ -3722,7 +4434,7 @@ module Aws::Batch
3722
4434
  params: params,
3723
4435
  config: config)
3724
4436
  context[:gem_name] = 'aws-sdk-batch'
3725
- context[:gem_version] = '1.81.0'
4437
+ context[:gem_version] = '1.82.0'
3726
4438
  Seahorse::Client::Request.new(handlers, context)
3727
4439
  end
3728
4440