@aws-sdk/client-batch 3.741.0 → 3.744.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.
@@ -664,8 +664,6 @@ export interface ComputeResource {
664
664
  */
665
665
  instanceTypes?: string[] | undefined;
666
666
  /**
667
- * @deprecated
668
- *
669
667
  * <p>The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
670
668
  * This parameter is overridden by the <code>imageIdOverride</code> member of the
671
669
  * <code>Ec2Configuration</code> structure.</p>
@@ -680,6 +678,8 @@ export interface ComputeResource {
680
678
  * Amazon Linux 2 AMI</a>
681
679
  * in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
682
680
  * </note>
681
+ *
682
+ * @deprecated
683
683
  * @public
684
684
  */
685
685
  imageId?: string | undefined;
@@ -2507,8 +2507,6 @@ export interface ContainerProperties {
2507
2507
  */
2508
2508
  image?: string | undefined;
2509
2509
  /**
2510
- * @deprecated
2511
- *
2512
2510
  * <p>This parameter is deprecated, use <code>resourceRequirements</code> to specify the vCPU
2513
2511
  * requirements for the job definition. It's not supported for jobs running on Fargate resources.
2514
2512
  * For jobs running on Amazon EC2 resources, it specifies the number of vCPUs reserved for the
@@ -2518,18 +2516,20 @@ export interface ContainerProperties {
2518
2516
  * <code>--cpu-shares</code> option to <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. The
2519
2517
  * number of vCPUs must be specified but can be specified in several places. You must specify it at
2520
2518
  * least once for each node.</p>
2519
+ *
2520
+ * @deprecated
2521
2521
  * @public
2522
2522
  */
2523
2523
  vcpus?: number | undefined;
2524
2524
  /**
2525
- * @deprecated
2526
- *
2527
2525
  * <p>This parameter is deprecated, use <code>resourceRequirements</code> to specify the memory
2528
2526
  * requirements for the job definition. It's not supported for jobs running on Fargate resources.
2529
2527
  * For jobs that run on Amazon EC2 resources, it specifies the memory hard limit (in MiB) for a
2530
2528
  * container. If your container attempts to exceed the specified number, it's terminated. You must
2531
2529
  * specify at least 4 MiB of memory for a job using this parameter. The memory hard limit can be
2532
2530
  * specified in several places. It must be specified for each node at least once.</p>
2531
+ *
2532
+ * @deprecated
2533
2533
  * @public
2534
2534
  */
2535
2535
  memory?: number | undefined;
@@ -5894,8 +5894,6 @@ export interface RegisterJobDefinitionResponse {
5894
5894
  */
5895
5895
  export interface ContainerOverrides {
5896
5896
  /**
5897
- * @deprecated
5898
- *
5899
5897
  * <p>This parameter is deprecated, use <code>resourceRequirements</code> to override the
5900
5898
  * <code>vcpus</code> parameter that's set in the job definition. It's not supported for jobs
5901
5899
  * running on Fargate resources. For jobs that run on Amazon EC2 resources, it overrides the
@@ -5906,12 +5904,12 @@ export interface ContainerOverrides {
5906
5904
  * <code>SubmitJob</code> request, with <code>type</code> set to <code>VCPU</code> and
5907
5905
  * <code>value</code> set to the new value. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html#override-resource-requirements">Can't override job
5908
5906
  * definition resource requirements</a> in the <i>Batch User Guide</i>.</p>
5907
+ *
5908
+ * @deprecated
5909
5909
  * @public
5910
5910
  */
5911
5911
  vcpus?: number | undefined;
5912
5912
  /**
5913
- * @deprecated
5914
- *
5915
5913
  * <p>This parameter is deprecated, use <code>resourceRequirements</code> to override the memory
5916
5914
  * requirements specified in the job definition. It's not supported for jobs running on Fargate
5917
5915
  * resources. For jobs that run on Amazon EC2 resources, it overrides the <code>memory</code> parameter
@@ -5922,6 +5920,8 @@ export interface ContainerOverrides {
5922
5920
  * request, with <code>type</code> set to <code>MEMORY</code> and <code>value</code> set to the new
5923
5921
  * value. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html#override-resource-requirements">Can't override job
5924
5922
  * definition resource requirements</a> in the <i>Batch User Guide</i>.</p>
5923
+ *
5924
+ * @deprecated
5925
5925
  * @public
5926
5926
  */
5927
5927
  memory?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-batch",
3
3
  "description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4
- "version": "3.741.0",
4
+ "version": "3.744.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-batch",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.741.0",
23
+ "@aws-sdk/core": "3.744.0",
24
+ "@aws-sdk/credential-provider-node": "3.744.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.734.0",
28
+ "@aws-sdk/middleware-user-agent": "3.744.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.734.0",
31
+ "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.734.0",
33
+ "@aws-sdk/util-user-agent-node": "3.744.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.1",
35
+ "@smithy/core": "^3.1.2",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.2",
41
- "@smithy/middleware-retry": "^4.0.3",
42
- "@smithy/middleware-serde": "^4.0.1",
40
+ "@smithy/middleware-endpoint": "^4.0.3",
41
+ "@smithy/middleware-retry": "^4.0.4",
42
+ "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
45
  "@smithy/node-http-handler": "^4.0.2",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.2",
47
+ "@smithy/smithy-client": "^4.1.3",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.3",
54
- "@smithy/util-defaults-mode-node": "^4.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.4",
54
+ "@smithy/util-defaults-mode-node": "^4.0.4",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",