@aws-sdk/client-batch 3.1111.0 → 3.1113.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.
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1110.0";
72
+ var version = "3.1112.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -2220,7 +2220,7 @@ export interface Tmpfs {
2220
2220
  export interface LinuxParameters {
2221
2221
  /**
2222
2222
  * <p>Any of the host devices to expose to the container. This parameter maps to
2223
- * <code>Devices</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a>
2223
+ * <code>Devices</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a>
2224
2224
  * and the <code>--device</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker
2225
2225
  * run</a>.</p>
2226
2226
  * <note>
@@ -2453,7 +2453,7 @@ export interface LogConfiguration {
2453
2453
  }
2454
2454
  /**
2455
2455
  * <p>Details for a Docker volume mount point that's used in a job's container properties. This
2456
- * parameter maps to <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerCreate">Create a
2456
+ * parameter maps to <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
2457
2457
  * container</a> section of the <i>Docker Remote API</i> and the
2458
2458
  * <code>--volume</code> option to docker run.</p>
2459
2459
  * @public
@@ -2528,12 +2528,12 @@ export interface ResourceRequirement {
2528
2528
  * <p>The memory hard limit (in MiB) present to the container. This parameter is supported for
2529
2529
  * jobs that are running on Amazon EC2 resources. If your container attempts to exceed the memory
2530
2530
  * specified, the container is terminated. This parameter maps to <code>Memory</code> in the
2531
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the
2531
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the
2532
2532
  * <code>--memory</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. You
2533
2533
  * must specify at least 4 MiB of memory for a job. This is required but can be specified in
2534
2534
  * several places for multi-node parallel (MNP) jobs. It must be specified for each node at least
2535
- * once. This parameter maps to <code>Memory</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a>
2536
- * section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>--memory</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>.</p>
2535
+ * once. This parameter maps to <code>Memory</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a>
2536
+ * section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>--memory</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>.</p>
2537
2537
  * <note>
2538
2538
  * <p>If you're trying to maximize your resource utilization by providing your jobs as much
2539
2539
  * memory as possible for a particular instance type, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/memory-management.html">Memory management</a> in the
@@ -2598,28 +2598,43 @@ export interface ResourceRequirement {
2598
2598
  * <p>
2599
2599
  * <code>VCPU</code> = 4 or 8</p>
2600
2600
  * </dd>
2601
- * <dt>value = 36864, 45056, 53248, or 61440</dt>
2601
+ * <dt>value = 36864, 45056, or 53248</dt>
2602
2602
  * <dd>
2603
2603
  * <p>
2604
2604
  * <code>VCPU</code> = 8</p>
2605
2605
  * </dd>
2606
+ * <dt>value = 61440</dt>
2607
+ * <dd>
2608
+ * <p>
2609
+ * <code>VCPU</code> = 8 or 32</p>
2610
+ * </dd>
2606
2611
  * <dt>value = 32768, 40960, 49152, or 57344</dt>
2607
2612
  * <dd>
2608
2613
  * <p>
2609
2614
  * <code>VCPU</code> = 8 or 16</p>
2610
2615
  * </dd>
2611
- * <dt>value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880</dt>
2616
+ * <dt>value = 65536, 73728, 81920, 90112, 98304, 106496, or 114688</dt>
2612
2617
  * <dd>
2613
2618
  * <p>
2614
2619
  * <code>VCPU</code> = 16</p>
2615
2620
  * </dd>
2621
+ * <dt>value = 122880</dt>
2622
+ * <dd>
2623
+ * <p>
2624
+ * <code>VCPU</code> = 16 or 32</p>
2625
+ * </dd>
2626
+ * <dt>value = 249856</dt>
2627
+ * <dd>
2628
+ * <p>
2629
+ * <code>VCPU</code> = 32</p>
2630
+ * </dd>
2616
2631
  * </dl>
2617
2632
  * </dd>
2618
2633
  * <dt>type="VCPU"</dt>
2619
2634
  * <dd>
2620
2635
  * <p>The number of vCPUs reserved for the container. This parameter maps to
2621
- * <code>CpuShares</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the
2622
- * <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>--cpu-shares</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. Each vCPU is equivalent to 1,024 CPU shares.
2636
+ * <code>CpuShares</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the
2637
+ * <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>--cpu-shares</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. Each vCPU is equivalent to 1,024 CPU shares.
2623
2638
  * For Amazon EC2 resources, you must specify at least one vCPU. This is required but can be specified
2624
2639
  * in several places; it must be specified for each node at least once.</p>
2625
2640
  * <p>The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more
@@ -2627,8 +2642,8 @@ export interface ResourceRequirement {
2627
2642
  * in the <i>Amazon Web Services General Reference</i>.</p>
2628
2643
  * <p>For jobs that are running on Fargate resources, then <code>value</code> must match one
2629
2644
  * of the supported values and the <code>MEMORY</code> values must be one of the values supported
2630
- * for that <code>VCPU</code> value. The supported values are 0.25, 0.5, 1, 2, 4, 8, and
2631
- * 16</p>
2645
+ * for that <code>VCPU</code> value. The supported values are 0.25, 0.5, 1, 2, 4, 8, 16, and
2646
+ * 32.</p>
2632
2647
  * <dl>
2633
2648
  * <dt>value = 0.25</dt>
2634
2649
  * <dd>
@@ -2668,6 +2683,11 @@ export interface ResourceRequirement {
2668
2683
  * <code>MEMORY</code> = 32768, 40960, 49152, 57344, 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
2669
2684
  * </p>
2670
2685
  * </dd>
2686
+ * <dt>value = 32</dt>
2687
+ * <dd>
2688
+ * <p>
2689
+ * <code>MEMORY</code> = 61440, 122880, or 249856</p>
2690
+ * </dd>
2671
2691
  * </dl>
2672
2692
  * </dd>
2673
2693
  * </dl>
@@ -2934,7 +2954,7 @@ export interface ContainerProperties {
2934
2954
  * </code>.
2935
2955
  * It can be 255 characters long. It can contain uppercase and lowercase letters, numbers,
2936
2956
  * hyphens (-), underscores (_), colons (:), periods (.), forward slashes (/), and number signs (#). This parameter maps to <code>Image</code> in the
2937
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>IMAGE</code>
2957
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>IMAGE</code>
2938
2958
  * parameter of <a href="https://docs.docker.com/engine/reference/run/">docker run</a>.</p>
2939
2959
  * <note>
2940
2960
  * <p>Docker image architecture must match the processor architecture of the compute resources
@@ -2974,7 +2994,7 @@ export interface ContainerProperties {
2974
2994
  * For jobs running on Amazon EC2 resources, it specifies the number of vCPUs reserved for the
2975
2995
  * job.</p>
2976
2996
  * <p>Each vCPU is equivalent to 1,024 CPU shares. This parameter maps to <code>CpuShares</code>
2977
- * in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the
2997
+ * in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the
2978
2998
  * <code>--cpu-shares</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. The
2979
2999
  * number of vCPUs must be specified but can be specified in several places. You must specify it at
2980
3000
  * least once for each node.</p>
@@ -2997,7 +3017,7 @@ export interface ContainerProperties {
2997
3017
  memory?: number | undefined;
2998
3018
  /**
2999
3019
  * <p>The command that's passed to the container. This parameter maps to <code>Cmd</code> in the
3000
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>COMMAND</code>
3020
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>COMMAND</code>
3001
3021
  * parameter to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. For more information, see
3002
3022
  * <a href="https://docs.docker.com/engine/reference/builder/#cmd">https://docs.docker.com/engine/reference/builder/#cmd</a>.</p>
3003
3023
  * @public
@@ -3024,7 +3044,7 @@ export interface ContainerProperties {
3024
3044
  volumes?: Volume[] | undefined;
3025
3045
  /**
3026
3046
  * <p>The environment variables to pass to a container. This parameter maps to <code>Env</code> in
3027
- * the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the
3047
+ * the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the
3028
3048
  * <code>--env</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>.</p>
3029
3049
  * <important>
3030
3050
  * <p>We don't recommend using plaintext environment variables for sensitive information, such as
@@ -3039,7 +3059,7 @@ export interface ContainerProperties {
3039
3059
  environment?: KeyValuePair[] | undefined;
3040
3060
  /**
3041
3061
  * <p>The mount points for data volumes in your container. This parameter maps to
3042
- * <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a>
3062
+ * <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a>
3043
3063
  * and the <code>--volume</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker
3044
3064
  * run</a>.</p>
3045
3065
  * @public
@@ -3048,7 +3068,7 @@ export interface ContainerProperties {
3048
3068
  /**
3049
3069
  * <p>When this parameter is true, the container is given read-only access to its root file
3050
3070
  * system. This parameter maps to <code>ReadonlyRootfs</code> in the
3051
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the
3071
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the
3052
3072
  * <code>--read-only</code> option to <code>docker run</code>.</p>
3053
3073
  * @public
3054
3074
  */
@@ -3056,8 +3076,8 @@ export interface ContainerProperties {
3056
3076
  /**
3057
3077
  * <p>When this parameter is true, the container is given elevated permissions on the host
3058
3078
  * container instance (similar to the <code>root</code> user). This parameter maps to
3059
- * <code>Privileged</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the
3060
- * <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>--privileged</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. The default value is false.</p>
3079
+ * <code>Privileged</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the
3080
+ * <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>--privileged</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. The default value is false.</p>
3061
3081
  * <note>
3062
3082
  * <p>This parameter isn't applicable to jobs that are running on Fargate resources and
3063
3083
  * shouldn't be provided, or specified as false.</p>
@@ -3067,7 +3087,7 @@ export interface ContainerProperties {
3067
3087
  privileged?: boolean | undefined;
3068
3088
  /**
3069
3089
  * <p>A list of <code>ulimits</code> to set in the container. This parameter maps to
3070
- * <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a>
3090
+ * <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a>
3071
3091
  * and the <code>--ulimit</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker
3072
3092
  * run</a>.</p>
3073
3093
  * <note>
@@ -3079,7 +3099,7 @@ export interface ContainerProperties {
3079
3099
  ulimits?: Ulimit[] | undefined;
3080
3100
  /**
3081
3101
  * <p>The user name to use inside the container. This parameter maps to <code>User</code> in the
3082
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>--user</code>
3102
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>--user</code>
3083
3103
  * option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>.</p>
3084
3104
  * @public
3085
3105
  */
@@ -3108,8 +3128,8 @@ export interface ContainerProperties {
3108
3128
  linuxParameters?: LinuxParameters | undefined;
3109
3129
  /**
3110
3130
  * <p>The log configuration specification for the container.</p>
3111
- * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a>
3112
- * section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>--log-driver</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. By default, containers use the same logging
3131
+ * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a>
3132
+ * section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>--log-driver</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. By default, containers use the same logging
3113
3133
  * driver that the Docker daemon uses. However the container might use a different logging driver
3114
3134
  * than the Docker daemon by specifying a log driver with this parameter in the container
3115
3135
  * definition. To use a different logging driver for a container, the log system must be configured
@@ -3247,8 +3267,8 @@ export interface FirelensConfiguration {
3247
3267
  export interface TaskContainerProperties {
3248
3268
  /**
3249
3269
  * <p>The command that's passed to the container. This parameter maps to <code>Cmd</code> in the
3250
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a
3251
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker
3270
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
3271
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
3252
3272
  * Remote API</a> and the <code>COMMAND</code> parameter to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. For more information,
3253
3273
  * see <a href="https://docs.docker.com/engine/reference/builder/#cmd">Dockerfile reference:
3254
3274
  * CMD</a>.</p>
@@ -3261,8 +3281,8 @@ export interface TaskContainerProperties {
3261
3281
  */
3262
3282
  dependsOn?: TaskContainerDependency[] | undefined;
3263
3283
  /**
3264
- * <p>The environment variables to pass to a container. This parameter maps to Env in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a>
3265
- * section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a>
3284
+ * <p>The environment variables to pass to a container. This parameter maps to Env in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a>
3285
+ * section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a>
3266
3286
  * and the <code>--env</code> parameter to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. </p>
3267
3287
  * <important>
3268
3288
  * <p>We don't recommend using plaintext environment variables for sensitive information, such as
@@ -3301,8 +3321,8 @@ export interface TaskContainerProperties {
3301
3321
  * default, images in the Docker Hub registry are available. Other repositories are specified with
3302
3322
  * either <code>repository-url/image:tag</code> or <code>repository-url/image@digest</code>. Up to
3303
3323
  * 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward
3304
- * slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
3305
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
3324
+ * slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
3325
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
3306
3326
  * Remote API</a> and the <code>IMAGE</code> parameter of the <a href="https://docs.docker.com/engine/reference/run/#security-configuration">
3307
3327
  * <i>docker
3308
3328
  * run</i>
@@ -3318,8 +3338,8 @@ export interface TaskContainerProperties {
3318
3338
  linuxParameters?: LinuxParameters | undefined;
3319
3339
  /**
3320
3340
  * <p>The log configuration specification for the container.</p>
3321
- * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
3322
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
3341
+ * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
3342
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
3323
3343
  * Remote API</a> and the <code>--log-driver</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
3324
3344
  * run</a>.</p>
3325
3345
  * <p>By default, containers use the same logging driver that the Docker daemon uses. However the
@@ -3351,8 +3371,8 @@ export interface TaskContainerProperties {
3351
3371
  logConfiguration?: LogConfiguration | undefined;
3352
3372
  /**
3353
3373
  * <p>The mount points for data volumes in your container.</p>
3354
- * <p>This parameter maps to <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
3355
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
3374
+ * <p>This parameter maps to <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
3375
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
3356
3376
  * Remote API</a> and the <a href="">--volume</a> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
3357
3377
  * run</a>.</p>
3358
3378
  * <p>Windows containers can mount whole directories on the same drive as
@@ -3370,8 +3390,8 @@ export interface TaskContainerProperties {
3370
3390
  /**
3371
3391
  * <p>When this parameter is <code>true</code>, the container is given elevated privileges on the
3372
3392
  * host container instance (similar to the <code>root</code> user). This parameter maps to
3373
- * <code>Privileged</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
3374
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
3393
+ * <code>Privileged</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
3394
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
3375
3395
  * Remote API</a> and the <code>--privileged</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
3376
3396
  * run</a>.</p>
3377
3397
  * <note>
@@ -3382,8 +3402,8 @@ export interface TaskContainerProperties {
3382
3402
  privileged?: boolean | undefined;
3383
3403
  /**
3384
3404
  * <p>When this parameter is true, the container is given read-only access to its root file
3385
- * system. This parameter maps to <code>ReadonlyRootfs</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
3386
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
3405
+ * system. This parameter maps to <code>ReadonlyRootfs</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
3406
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
3387
3407
  * Remote API</a> and the <code>--read-only</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
3388
3408
  * run</a>.</p>
3389
3409
  * <note>
@@ -3412,8 +3432,8 @@ export interface TaskContainerProperties {
3412
3432
  /**
3413
3433
  * <p>A list of <code>ulimits</code> to set in the container. If a <code>ulimit</code> value is
3414
3434
  * specified in a task definition, it overrides the default values set by Docker. This parameter
3415
- * maps to <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
3416
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
3435
+ * maps to <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
3436
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
3417
3437
  * Remote API</a> and the <code>--ulimit</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
3418
3438
  * run</a>.</p>
3419
3439
  * <p>Amazon ECS tasks hosted on Fargate use the default resource limit values set by the operating
@@ -3547,6 +3567,9 @@ export interface EcsTaskProperties {
3547
3567
  * <p>If no value is specified, then the IPC resource namespace sharing depends on the Docker
3548
3568
  * daemon setting on the container instance. For more information, see <a href="https://docs.docker.com/engine/reference/run/#ipc-settings---ipc">IPC settings</a> in
3549
3569
  * the Docker run reference.</p>
3570
+ * <note>
3571
+ * <p>This parameter is not supported for jobs that run on Fargate resources.</p>
3572
+ * </note>
3550
3573
  * @public
3551
3574
  */
3552
3575
  ipcMode?: string | undefined;
@@ -4680,7 +4703,7 @@ export interface ContainerDetail {
4680
4703
  * can specify the vCPU requirement for the job using <code>resourceRequirements</code>, but you
4681
4704
  * can't specify the vCPU requirements in both the <code>vcpus</code> and
4682
4705
  * <code>resourceRequirements</code> object. This parameter maps to <code>CpuShares</code> in the
4683
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the
4706
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the
4684
4707
  * <code>--cpu-shares</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. Each
4685
4708
  * vCPU is equivalent to 1,024 CPU shares. You must specify at least one vCPU. This is required but
4686
4709
  * can be specified in several places. It must be specified for each node at least once.</p>
@@ -4738,7 +4761,7 @@ export interface ContainerDetail {
4738
4761
  /**
4739
4762
  * <p>When this parameter is true, the container is given read-only access to its root file
4740
4763
  * system. This parameter maps to <code>ReadonlyRootfs</code> in the
4741
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the
4764
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the
4742
4765
  * <code>--read-only</code> option to <a href="https://docs.docker.com/engine/reference/commandline/run/">
4743
4766
  * <code>docker
4744
4767
  * run</code>
@@ -4748,7 +4771,7 @@ export interface ContainerDetail {
4748
4771
  readonlyRootFilesystem?: boolean | undefined;
4749
4772
  /**
4750
4773
  * <p>A list of <code>ulimit</code> values to set in the container. This parameter maps to
4751
- * <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a>
4774
+ * <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a>
4752
4775
  * and the <code>--ulimit</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker
4753
4776
  * run</a>.</p>
4754
4777
  * <note>
@@ -4770,7 +4793,7 @@ export interface ContainerDetail {
4770
4793
  privileged?: boolean | undefined;
4771
4794
  /**
4772
4795
  * <p>The user name to use inside the container. This parameter maps to <code>User</code> in the
4773
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>--user</code>
4796
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>--user</code>
4774
4797
  * option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>.</p>
4775
4798
  * @public
4776
4799
  */
@@ -4831,8 +4854,8 @@ export interface ContainerDetail {
4831
4854
  linuxParameters?: LinuxParameters | undefined;
4832
4855
  /**
4833
4856
  * <p>The log configuration specification for the container.</p>
4834
- * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a>
4835
- * section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>--log-driver</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. By default, containers use the same logging
4857
+ * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a>
4858
+ * section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>--log-driver</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. By default, containers use the same logging
4836
4859
  * driver that the Docker daemon uses. However, the container might use a different logging driver
4837
4860
  * than the Docker daemon by specifying a log driver with this parameter in the container
4838
4861
  * definition. To use a different logging driver for a container, the log system must be configured
@@ -4925,7 +4948,7 @@ export interface JobDependency {
4925
4948
  export interface TaskContainerDetails {
4926
4949
  /**
4927
4950
  * <p>The command that's passed to the container. This parameter maps to <code>Cmd</code> in the
4928
- * <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the <code>COMMAND</code>
4951
+ * <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the <code>COMMAND</code>
4929
4952
  * parameter to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. For more information, see
4930
4953
  * <a href="https://docs.docker.com/engine/reference/builder/#cmd">https://docs.docker.com/engine/reference/builder/#cmd</a>.</p>
4931
4954
  * @public
@@ -4938,7 +4961,7 @@ export interface TaskContainerDetails {
4938
4961
  dependsOn?: TaskContainerDependency[] | undefined;
4939
4962
  /**
4940
4963
  * <p>The environment variables to pass to a container. This parameter maps to <code>Env</code> in
4941
- * the <a href="https://docs.docker.com/engine/api/v1.23/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/v1.23/">Docker Remote API</a> and the
4964
+ * the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker Remote API</a> and the
4942
4965
  * <code>--env</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>.</p>
4943
4966
  * <important>
4944
4967
  * <p>We don't recommend using plaintext environment variables for sensitive information, such as
@@ -4973,8 +4996,8 @@ export interface TaskContainerDetails {
4973
4996
  * default, images in the Docker Hub registry are available. Other repositories are specified with
4974
4997
  * either <code>repository-url/image:tag</code> or <code>repository-url/image@digest</code>. Up to
4975
4998
  * 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward
4976
- * slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
4977
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
4999
+ * slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
5000
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
4978
5001
  * Remote API</a> and the <code>IMAGE</code> parameter of the <a href="https://docs.docker.com/engine/reference/run/#security-configuration">
4979
5002
  * <i>docker
4980
5003
  * run</i>
@@ -4993,8 +5016,8 @@ export interface TaskContainerDetails {
4993
5016
  linuxParameters?: LinuxParameters | undefined;
4994
5017
  /**
4995
5018
  * <p>The log configuration specification for the container.</p>
4996
- * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
4997
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
5019
+ * <p>This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
5020
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
4998
5021
  * Remote API</a> and the <code>--log-driver</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
4999
5022
  * run</a>.</p>
5000
5023
  * <p>By default, containers use the same logging driver that the Docker daemon uses. However the
@@ -5026,8 +5049,8 @@ export interface TaskContainerDetails {
5026
5049
  logConfiguration?: LogConfiguration | undefined;
5027
5050
  /**
5028
5051
  * <p>The mount points for data volumes in your container.</p>
5029
- * <p>This parameter maps to <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
5030
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
5052
+ * <p>This parameter maps to <code>Volumes</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
5053
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
5031
5054
  * Remote API</a> and the <a href="">--volume</a> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
5032
5055
  * run</a>.</p>
5033
5056
  * <p>Windows containers can mount whole directories on the same drive as
@@ -5044,8 +5067,8 @@ export interface TaskContainerDetails {
5044
5067
  /**
5045
5068
  * <p>When this parameter is <code>true</code>, the container is given elevated privileges on the
5046
5069
  * host container instance (similar to the <code>root</code> user). This parameter maps to
5047
- * <code>Privileged</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
5048
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
5070
+ * <code>Privileged</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
5071
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
5049
5072
  * Remote API</a> and the <code>--privileged</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
5050
5073
  * run</a>.</p>
5051
5074
  * <note>
@@ -5056,8 +5079,8 @@ export interface TaskContainerDetails {
5056
5079
  privileged?: boolean | undefined;
5057
5080
  /**
5058
5081
  * <p>When this parameter is true, the container is given read-only access to its root file
5059
- * system. This parameter maps to <code>ReadonlyRootfs</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
5060
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
5082
+ * system. This parameter maps to <code>ReadonlyRootfs</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
5083
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
5061
5084
  * Remote API</a> and the <code>--read-only</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
5062
5085
  * run</a>.</p>
5063
5086
  * <note>
@@ -5086,8 +5109,8 @@ export interface TaskContainerDetails {
5086
5109
  /**
5087
5110
  * <p>A list of <code>ulimits</code> to set in the container. If a <code>ulimit</code> value is
5088
5111
  * specified in a task definition, it overrides the default values set by Docker. This parameter
5089
- * maps to <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a
5090
- * container</a> section of the <a href="https://docs.docker.com/engine/api/v1.35/">Docker
5112
+ * maps to <code>Ulimits</code> in the <a href="https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate">Create a
5113
+ * container</a> section of the <a href="https://docs.docker.com/engine/api/latest/">Docker
5091
5114
  * Remote API</a> and the <code>--ulimit</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker
5092
5115
  * run</a>.</p>
5093
5116
  * <p>Amazon ECS tasks hosted on Fargate use the default resource limit values set by the operating
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-batch",
3
- "version": "3.1111.0",
3
+ "version": "3.1113.0",
4
4
  "description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-batch",
6
6
  "license": "Apache-2.0",