aws-sdk-batch 1.80.0 → 1.82.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 +10 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-batch/client.rb +748 -24
 - data/lib/aws-sdk-batch/client_api.rb +140 -0
 - data/lib/aws-sdk-batch/endpoint_provider.rb +3 -3
 - data/lib/aws-sdk-batch/types.rb +1423 -197
 - data/lib/aws-sdk-batch.rb +1 -1
 - data/sig/client.rbs +353 -2
 - data/sig/types.rbs +130 -0
 - metadata +2 -2
 
    
        data/lib/aws-sdk-batch/client.rb
    CHANGED
    
    | 
         @@ -1357,7 +1357,8 @@ module Aws::Batch 
     | 
|
| 
       1357 
1357 
     | 
    
         
             
                #   be an ARN in the format
         
     | 
| 
       1358 
1358 
     | 
    
         
             
                #   `arn:aws:batch:$\{Region\}:$\{Account\}:job-definition/$\{JobDefinitionName\}:$\{Revision\}`
         
     | 
| 
       1359 
1359 
     | 
    
         
             
                #   or a short version using the form
         
     | 
| 
       1360 
     | 
    
         
            -
                #   `$\{JobDefinitionName\}:$\{Revision\}`.
         
     | 
| 
      
 1360 
     | 
    
         
            +
                #   `$\{JobDefinitionName\}:$\{Revision\}`. This parameter can't be used
         
     | 
| 
      
 1361 
     | 
    
         
            +
                #   with other parameters.
         
     | 
| 
       1361 
1362 
     | 
    
         
             
                #
         
     | 
| 
       1362 
1363 
     | 
    
         
             
                # @option params [Integer] :max_results
         
     | 
| 
       1363 
1364 
     | 
    
         
             
                #   The maximum number of results returned by `DescribeJobDefinitions` in
         
     | 
| 
         @@ -1531,6 +1532,7 @@ module Aws::Batch 
     | 
|
| 
       1531 
1532 
     | 
    
         
             
                #   resp.job_definitions[0].container_properties.ephemeral_storage.size_in_gi_b #=> Integer
         
     | 
| 
       1532 
1533 
     | 
    
         
             
                #   resp.job_definitions[0].container_properties.runtime_platform.operating_system_family #=> String
         
     | 
| 
       1533 
1534 
     | 
    
         
             
                #   resp.job_definitions[0].container_properties.runtime_platform.cpu_architecture #=> String
         
     | 
| 
      
 1535 
     | 
    
         
            +
                #   resp.job_definitions[0].container_properties.repository_credentials.credentials_parameter #=> String
         
     | 
| 
       1534 
1536 
     | 
    
         
             
                #   resp.job_definitions[0].timeout.attempt_duration_seconds #=> Integer
         
     | 
| 
       1535 
1537 
     | 
    
         
             
                #   resp.job_definitions[0].node_properties.num_nodes #=> Integer
         
     | 
| 
       1536 
1538 
     | 
    
         
             
                #   resp.job_definitions[0].node_properties.main_node #=> Integer
         
     | 
| 
         @@ -1598,11 +1600,152 @@ module Aws::Batch 
     | 
|
| 
       1598 
1600 
     | 
    
         
             
                #   resp.job_definitions[0].node_properties.node_range_properties[0].container.ephemeral_storage.size_in_gi_b #=> Integer
         
     | 
| 
       1599 
1601 
     | 
    
         
             
                #   resp.job_definitions[0].node_properties.node_range_properties[0].container.runtime_platform.operating_system_family #=> String
         
     | 
| 
       1600 
1602 
     | 
    
         
             
                #   resp.job_definitions[0].node_properties.node_range_properties[0].container.runtime_platform.cpu_architecture #=> String
         
     | 
| 
      
 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"
         
     | 
| 
       1601 
1675 
     | 
    
         
             
                #   resp.job_definitions[0].tags #=> Hash
         
     | 
| 
       1602 
1676 
     | 
    
         
             
                #   resp.job_definitions[0].tags["TagKey"] #=> String
         
     | 
| 
       1603 
1677 
     | 
    
         
             
                #   resp.job_definitions[0].propagate_tags #=> Boolean
         
     | 
| 
       1604 
1678 
     | 
    
         
             
                #   resp.job_definitions[0].platform_capabilities #=> Array
         
     | 
| 
       1605 
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"
         
     | 
| 
       1606 
1749 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.service_account_name #=> String
         
     | 
| 
       1607 
1750 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.host_network #=> Boolean
         
     | 
| 
       1608 
1751 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.dns_policy #=> String
         
     | 
| 
         @@ -1630,6 +1773,30 @@ module Aws::Batch 
     | 
|
| 
       1630 
1773 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.containers[0].security_context.privileged #=> Boolean
         
     | 
| 
       1631 
1774 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.containers[0].security_context.read_only_root_filesystem #=> Boolean
         
     | 
| 
       1632 
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
         
     | 
| 
       1633 
1800 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.volumes #=> Array
         
     | 
| 
       1634 
1801 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.volumes[0].name #=> String
         
     | 
| 
       1635 
1802 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.volumes[0].host_path.path #=> String
         
     | 
| 
         @@ -1639,6 +1806,7 @@ module Aws::Batch 
     | 
|
| 
       1639 
1806 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.volumes[0].secret.optional #=> Boolean
         
     | 
| 
       1640 
1807 
     | 
    
         
             
                #   resp.job_definitions[0].eks_properties.pod_properties.metadata.labels #=> Hash
         
     | 
| 
       1641 
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
         
     | 
| 
       1642 
1810 
     | 
    
         
             
                #   resp.job_definitions[0].container_orchestration_type #=> String, one of "ECS", "EKS"
         
     | 
| 
       1643 
1811 
     | 
    
         
             
                #   resp.next_token #=> String
         
     | 
| 
       1644 
1812 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1926,6 +2094,7 @@ module Aws::Batch 
     | 
|
| 
       1926 
2094 
     | 
    
         
             
                #   resp.jobs[0].container.ephemeral_storage.size_in_gi_b #=> Integer
         
     | 
| 
       1927 
2095 
     | 
    
         
             
                #   resp.jobs[0].container.runtime_platform.operating_system_family #=> String
         
     | 
| 
       1928 
2096 
     | 
    
         
             
                #   resp.jobs[0].container.runtime_platform.cpu_architecture #=> String
         
     | 
| 
      
 2097 
     | 
    
         
            +
                #   resp.jobs[0].container.repository_credentials.credentials_parameter #=> String
         
     | 
| 
       1929 
2098 
     | 
    
         
             
                #   resp.jobs[0].node_details.node_index #=> Integer
         
     | 
| 
       1930 
2099 
     | 
    
         
             
                #   resp.jobs[0].node_details.is_main_node #=> Boolean
         
     | 
| 
       1931 
2100 
     | 
    
         
             
                #   resp.jobs[0].node_properties.num_nodes #=> Integer
         
     | 
| 
         @@ -1994,6 +2163,78 @@ module Aws::Batch 
     | 
|
| 
       1994 
2163 
     | 
    
         
             
                #   resp.jobs[0].node_properties.node_range_properties[0].container.ephemeral_storage.size_in_gi_b #=> Integer
         
     | 
| 
       1995 
2164 
     | 
    
         
             
                #   resp.jobs[0].node_properties.node_range_properties[0].container.runtime_platform.operating_system_family #=> String
         
     | 
| 
       1996 
2165 
     | 
    
         
             
                #   resp.jobs[0].node_properties.node_range_properties[0].container.runtime_platform.cpu_architecture #=> String
         
     | 
| 
      
 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"
         
     | 
| 
       1997 
2238 
     | 
    
         
             
                #   resp.jobs[0].array_properties.status_summary #=> Hash
         
     | 
| 
       1998 
2239 
     | 
    
         
             
                #   resp.jobs[0].array_properties.status_summary["String"] #=> Integer
         
     | 
| 
       1999 
2240 
     | 
    
         
             
                #   resp.jobs[0].array_properties.size #=> Integer
         
     | 
| 
         @@ -2033,6 +2274,32 @@ module Aws::Batch 
     | 
|
| 
       2033 
2274 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.containers[0].security_context.privileged #=> Boolean
         
     | 
| 
       2034 
2275 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.containers[0].security_context.read_only_root_filesystem #=> Boolean
         
     | 
| 
       2035 
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
         
     | 
| 
       2036 
2303 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.volumes #=> Array
         
     | 
| 
       2037 
2304 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.volumes[0].name #=> String
         
     | 
| 
       2038 
2305 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.volumes[0].host_path.path #=> String
         
     | 
| 
         @@ -2044,15 +2311,97 @@ module Aws::Batch 
     | 
|
| 
       2044 
2311 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.node_name #=> String
         
     | 
| 
       2045 
2312 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.metadata.labels #=> Hash
         
     | 
| 
       2046 
2313 
     | 
    
         
             
                #   resp.jobs[0].eks_properties.pod_properties.metadata.labels["String"] #=> String
         
     | 
| 
      
 2314 
     | 
    
         
            +
                #   resp.jobs[0].eks_properties.pod_properties.share_process_namespace #=> Boolean
         
     | 
| 
       2047 
2315 
     | 
    
         
             
                #   resp.jobs[0].eks_attempts #=> Array
         
     | 
| 
       2048 
2316 
     | 
    
         
             
                #   resp.jobs[0].eks_attempts[0].containers #=> Array
         
     | 
| 
       2049 
2317 
     | 
    
         
             
                #   resp.jobs[0].eks_attempts[0].containers[0].exit_code #=> Integer
         
     | 
| 
       2050 
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
         
     | 
| 
       2051 
2322 
     | 
    
         
             
                #   resp.jobs[0].eks_attempts[0].pod_name #=> String
         
     | 
| 
       2052 
2323 
     | 
    
         
             
                #   resp.jobs[0].eks_attempts[0].node_name #=> String
         
     | 
| 
       2053 
2324 
     | 
    
         
             
                #   resp.jobs[0].eks_attempts[0].started_at #=> Integer
         
     | 
| 
       2054 
2325 
     | 
    
         
             
                #   resp.jobs[0].eks_attempts[0].stopped_at #=> Integer
         
     | 
| 
       2055 
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"
         
     | 
| 
       2056 
2405 
     | 
    
         
             
                #   resp.jobs[0].is_cancelled #=> Boolean
         
     | 
| 
       2057 
2406 
     | 
    
         
             
                #   resp.jobs[0].is_terminated #=> Boolean
         
     | 
| 
       2058 
2407 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2418,6 +2767,11 @@ module Aws::Batch 
     | 
|
| 
       2418 
2767 
     | 
    
         
             
                #   parallel jobs, see [Creating a multi-node parallel job definition][1]
         
     | 
| 
       2419 
2768 
     | 
    
         
             
                #   in the *Batch User Guide*.
         
     | 
| 
       2420 
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 
     | 
    
         
            +
                #
         
     | 
| 
       2421 
2775 
     | 
    
         
             
                #   <note markdown="1"> If the job is run on Fargate resources, then `multinode` isn't
         
     | 
| 
       2422 
2776 
     | 
    
         
             
                #   supported.
         
     | 
| 
       2423 
2777 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2443,11 +2797,11 @@ module Aws::Batch 
     | 
|
| 
       2443 
2797 
     | 
    
         
             
                #   9999.
         
     | 
| 
       2444 
2798 
     | 
    
         
             
                #
         
     | 
| 
       2445 
2799 
     | 
    
         
             
                # @option params [Types::ContainerProperties] :container_properties
         
     | 
| 
       2446 
     | 
    
         
            -
                #   An object with  
     | 
| 
       2447 
     | 
    
         
            -
                #    
     | 
| 
       2448 
     | 
    
         
            -
                #    
     | 
| 
       2449 
     | 
    
         
            -
                #   ` 
     | 
| 
       2450 
     | 
    
         
            -
                #    
     | 
| 
      
 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.
         
     | 
| 
       2451 
2805 
     | 
    
         
             
                #
         
     | 
| 
       2452 
2806 
     | 
    
         
             
                #   <note markdown="1"> If the job runs on Fargate resources, then you must not specify
         
     | 
| 
       2453 
2807 
     | 
    
         
             
                #   `nodeProperties`; use only `containerProperties`.
         
     | 
| 
         @@ -2455,12 +2809,10 @@ module Aws::Batch 
     | 
|
| 
       2455 
2809 
     | 
    
         
             
                #    </note>
         
     | 
| 
       2456 
2810 
     | 
    
         
             
                #
         
     | 
| 
       2457 
2811 
     | 
    
         
             
                # @option params [Types::NodeProperties] :node_properties
         
     | 
| 
       2458 
     | 
    
         
            -
                #   An object with  
     | 
| 
       2459 
     | 
    
         
            -
                #    
     | 
| 
       2460 
     | 
    
         
            -
                #    
     | 
| 
       2461 
     | 
    
         
            -
                #    
     | 
| 
       2462 
     | 
    
         
            -
                #   `type` parameter is `container`, then you must specify either
         
     | 
| 
       2463 
     | 
    
         
            -
                #   `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*.
         
     | 
| 
       2464 
2816 
     | 
    
         
             
                #
         
     | 
| 
       2465 
2817 
     | 
    
         
             
                #   <note markdown="1"> If the job runs on Fargate resources, then you must not specify
         
     | 
| 
       2466 
2818 
     | 
    
         
             
                #   `nodeProperties`; use `containerProperties` instead.
         
     | 
| 
         @@ -2530,9 +2882,12 @@ module Aws::Batch 
     | 
|
| 
       2530 
2882 
     | 
    
         
             
                #    </note>
         
     | 
| 
       2531 
2883 
     | 
    
         
             
                #
         
     | 
| 
       2532 
2884 
     | 
    
         
             
                # @option params [Types::EksProperties] :eks_properties
         
     | 
| 
       2533 
     | 
    
         
            -
                #   An object with  
     | 
| 
       2534 
     | 
    
         
            -
                #    
     | 
| 
       2535 
     | 
    
         
            -
                # 
     | 
| 
      
 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.
         
     | 
| 
       2536 
2891 
     | 
    
         
             
                #
         
     | 
| 
       2537 
2892 
     | 
    
         
             
                # @return [Types::RegisterJobDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       2538 
2893 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2726,6 +3081,9 @@ module Aws::Batch 
     | 
|
| 
       2726 
3081 
     | 
    
         
             
                #         operating_system_family: "String",
         
     | 
| 
       2727 
3082 
     | 
    
         
             
                #         cpu_architecture: "String",
         
     | 
| 
       2728 
3083 
     | 
    
         
             
                #       },
         
     | 
| 
      
 3084 
     | 
    
         
            +
                #       repository_credentials: {
         
     | 
| 
      
 3085 
     | 
    
         
            +
                #         credentials_parameter: "String", # required
         
     | 
| 
      
 3086 
     | 
    
         
            +
                #       },
         
     | 
| 
       2729 
3087 
     | 
    
         
             
                #     },
         
     | 
| 
       2730 
3088 
     | 
    
         
             
                #     node_properties: {
         
     | 
| 
       2731 
3089 
     | 
    
         
             
                #       num_nodes: 1, # required
         
     | 
| 
         @@ -2839,6 +3197,133 @@ module Aws::Batch 
     | 
|
| 
       2839 
3197 
     | 
    
         
             
                #               operating_system_family: "String",
         
     | 
| 
       2840 
3198 
     | 
    
         
             
                #               cpu_architecture: "String",
         
     | 
| 
       2841 
3199 
     | 
    
         
             
                #             },
         
     | 
| 
      
 3200 
     | 
    
         
            +
                #             repository_credentials: {
         
     | 
| 
      
 3201 
     | 
    
         
            +
                #               credentials_parameter: "String", # required
         
     | 
| 
      
 3202 
     | 
    
         
            +
                #             },
         
     | 
| 
      
 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 
     | 
    
         
            +
                #             ],
         
     | 
| 
       2842 
3327 
     | 
    
         
             
                #           },
         
     | 
| 
       2843 
3328 
     | 
    
         
             
                #         },
         
     | 
| 
       2844 
3329 
     | 
    
         
             
                #       ],
         
     | 
| 
         @@ -2904,6 +3389,43 @@ module Aws::Batch 
     | 
|
| 
       2904 
3389 
     | 
    
         
             
                #             },
         
     | 
| 
       2905 
3390 
     | 
    
         
             
                #           },
         
     | 
| 
       2906 
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 
     | 
    
         
            +
                #         ],
         
     | 
| 
       2907 
3429 
     | 
    
         
             
                #         volumes: [
         
     | 
| 
       2908 
3430 
     | 
    
         
             
                #           {
         
     | 
| 
       2909 
3431 
     | 
    
         
             
                #             name: "String", # required
         
     | 
| 
         @@ -2925,8 +3447,132 @@ module Aws::Batch 
     | 
|
| 
       2925 
3447 
     | 
    
         
             
                #             "String" => "String",
         
     | 
| 
       2926 
3448 
     | 
    
         
             
                #           },
         
     | 
| 
       2927 
3449 
     | 
    
         
             
                #         },
         
     | 
| 
      
 3450 
     | 
    
         
            +
                #         share_process_namespace: false,
         
     | 
| 
       2928 
3451 
     | 
    
         
             
                #       },
         
     | 
| 
       2929 
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 
     | 
    
         
            +
                #     },
         
     | 
| 
       2930 
3576 
     | 
    
         
             
                #   })
         
     | 
| 
       2931 
3577 
     | 
    
         
             
                #
         
     | 
| 
       2932 
3578 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
         @@ -2983,7 +3629,8 @@ module Aws::Batch 
     | 
|
| 
       2983 
3629 
     | 
    
         
             
                #   The scheduling priority for the job. This only affects jobs in job
         
     | 
| 
       2984 
3630 
     | 
    
         
             
                #   queues with a fair share policy. Jobs with a higher scheduling
         
     | 
| 
       2985 
3631 
     | 
    
         
             
                #   priority are scheduled before jobs with a lower scheduling priority.
         
     | 
| 
       2986 
     | 
    
         
            -
                #   This overrides any scheduling priority in the job definition 
     | 
| 
      
 3632 
     | 
    
         
            +
                #   This overrides any scheduling priority in the job definition and works
         
     | 
| 
      
 3633 
     | 
    
         
            +
                #   only within a single share identifier.
         
     | 
| 
       2987 
3634 
     | 
    
         
             
                #
         
     | 
| 
       2988 
3635 
     | 
    
         
             
                #   The minimum supported value is 0 and the maximum supported value is
         
     | 
| 
       2989 
3636 
     | 
    
         
             
                #   9999.
         
     | 
| 
         @@ -3025,10 +3672,10 @@ module Aws::Batch 
     | 
|
| 
       3025 
3672 
     | 
    
         
             
                #   from the job definition.
         
     | 
| 
       3026 
3673 
     | 
    
         
             
                #
         
     | 
| 
       3027 
3674 
     | 
    
         
             
                # @option params [Types::ContainerOverrides] :container_overrides
         
     | 
| 
       3028 
     | 
    
         
            -
                #   An object with  
     | 
| 
       3029 
     | 
    
         
            -
                #    
     | 
| 
       3030 
     | 
    
         
            -
                #    
     | 
| 
       3031 
     | 
    
         
            -
                #    
     | 
| 
      
 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
         
     | 
| 
       3032 
3679 
     | 
    
         
             
                #   definition or the Docker image, with a `command` override. You can
         
     | 
| 
       3033 
3680 
     | 
    
         
             
                #   also override existing environment variables on a container or add new
         
     | 
| 
       3034 
3681 
     | 
    
         
             
                #   environment variables to it with an `environment` override.
         
     | 
| 
         @@ -3083,9 +3730,14 @@ module Aws::Batch 
     | 
|
| 
       3083 
3730 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
         
     | 
| 
       3084 
3731 
     | 
    
         
             
                #
         
     | 
| 
       3085 
3732 
     | 
    
         
             
                # @option params [Types::EksPropertiesOverride] :eks_properties_override
         
     | 
| 
       3086 
     | 
    
         
            -
                #   An object  
     | 
| 
       3087 
     | 
    
         
            -
                #    
     | 
| 
       3088 
     | 
    
         
            -
                #    
     | 
| 
      
 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.
         
     | 
| 
       3089 
3741 
     | 
    
         
             
                #
         
     | 
| 
       3090 
3742 
     | 
    
         
             
                # @return [Types::SubmitJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       3091 
3743 
     | 
    
         
             
                #
         
     | 
| 
         @@ -3171,6 +3823,31 @@ module Aws::Batch 
     | 
|
| 
       3171 
3823 
     | 
    
         
             
                #               },
         
     | 
| 
       3172 
3824 
     | 
    
         
             
                #             ],
         
     | 
| 
       3173 
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"],
         
     | 
| 
       3174 
3851 
     | 
    
         
             
                #         },
         
     | 
| 
       3175 
3852 
     | 
    
         
             
                #       ],
         
     | 
| 
       3176 
3853 
     | 
    
         
             
                #     },
         
     | 
| 
         @@ -3196,6 +3873,29 @@ module Aws::Batch 
     | 
|
| 
       3196 
3873 
     | 
    
         
             
                #       pod_properties: {
         
     | 
| 
       3197 
3874 
     | 
    
         
             
                #         containers: [
         
     | 
| 
       3198 
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",
         
     | 
| 
       3199 
3899 
     | 
    
         
             
                #             image: "String",
         
     | 
| 
       3200 
3900 
     | 
    
         
             
                #             command: ["String"],
         
     | 
| 
       3201 
3901 
     | 
    
         
             
                #             args: ["String"],
         
     | 
| 
         @@ -3222,6 +3922,30 @@ module Aws::Batch 
     | 
|
| 
       3222 
3922 
     | 
    
         
             
                #         },
         
     | 
| 
       3223 
3923 
     | 
    
         
             
                #       },
         
     | 
| 
       3224 
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 
     | 
    
         
            +
                #     },
         
     | 
| 
       3225 
3949 
     | 
    
         
             
                #   })
         
     | 
| 
       3226 
3950 
     | 
    
         
             
                #
         
     | 
| 
       3227 
3951 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
         @@ -3710,7 +4434,7 @@ module Aws::Batch 
     | 
|
| 
       3710 
4434 
     | 
    
         
             
                    params: params,
         
     | 
| 
       3711 
4435 
     | 
    
         
             
                    config: config)
         
     | 
| 
       3712 
4436 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-batch'
         
     | 
| 
       3713 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 4437 
     | 
    
         
            +
                  context[:gem_version] = '1.82.0'
         
     | 
| 
       3714 
4438 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       3715 
4439 
     | 
    
         
             
                end
         
     | 
| 
       3716 
4440 
     | 
    
         |