@aws-sdk/client-batch 3.1053.0 → 3.1055.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.
@@ -710,17 +710,11 @@ export interface ComputeResource {
710
710
  /**
711
711
  * <p>The instances types that can be launched. You can specify instance families to launch any
712
712
  * instance type within those families (for example, <code>c5</code> or <code>p3</code>), or you can
713
- * specify specific sizes within a family (such as <code>c5.8xlarge</code>). </p>
713
+ * specify specific sizes within a family (such as <code>c5.8xlarge</code>).</p>
714
714
  * <p>Batch can select the instance type for you if you choose one of the following:</p>
715
715
  * <ul>
716
716
  * <li>
717
717
  * <p>
718
- * <code>optimal</code> to select instance types (from the <code>c4</code>, <code>m4</code>,
719
- * <code>r4</code>, <code>c5</code>, <code>m5</code>, and <code>r5</code>
720
- * instance families) that match the demand of your job queues. </p>
721
- * </li>
722
- * <li>
723
- * <p>
724
718
  * <code>default_x86_64</code> to choose x86 based instance types (from the <code>m6i</code>,
725
719
  * <code>c6i</code>, <code>r6i</code>, and <code>c7i</code> instance families) that matches the resource demands of the job queue.</p>
726
720
  * </li>
@@ -729,15 +723,13 @@ export interface ComputeResource {
729
723
  * <code>default_arm64</code> to choose ARM based instance types (from the <code>m6g</code>,
730
724
  * <code>c6g</code>, <code>r6g</code>, and <code>c7g</code> instance families) that matches the resource demands of the job queue.</p>
731
725
  * </li>
726
+ * <li>
727
+ * <p>
728
+ * <code>optimal</code> Semantically equivalent to <code>default_x86_64</code>, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/optimal-default-instance-troubleshooting.html">Optimal instance type configuration to receive automatic instance family
729
+ * updates</a> for details.</p>
730
+ * </li>
732
731
  * </ul>
733
732
  * <note>
734
- * <p>Starting on 11/01/2025 the behavior of <code>optimal</code> is going to be changed to match
735
- * <code>default_x86_64</code>. During the change your instance families could be updated to a
736
- * newer generation. You do not need to perform any actions for the upgrade to happen. For more
737
- * information about change, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/optimal-default-instance-troubleshooting.html">Optimal instance type configuration to receive automatic instance family
738
- * updates</a>.</p>
739
- * </note>
740
- * <note>
741
733
  * <p>Instance family availability varies by Amazon Web Services Region. For example, some Amazon Web Services Regions may not have any fourth generation instance families but have fifth and
742
734
  * sixth generation instance families.</p>
743
735
  * <p>When using <code>default_x86_64</code> or <code>default_arm64</code> instance bundles,
@@ -1778,7 +1770,13 @@ export interface UpdatePolicy {
1778
1770
  terminateJobsOnUpdate?: boolean | undefined;
1779
1771
  /**
1780
1772
  * <p>Specifies the job timeout (in minutes) when the compute environment infrastructure is
1781
- * updated. The default value is 30.</p>
1773
+ * updated. The default value is 30. The maximum value is 7200.</p>
1774
+ * <note>
1775
+ * <p>Increasing <code>jobExecutionTimeoutMinutes</code> during infrastructure updates delays
1776
+ * the replacement of instances with new instances that include updates such as security patches,
1777
+ * but provides more time for jobs to execute. Consider the security implications of this tradeoff
1778
+ * when setting timeout values.</p>
1779
+ * </note>
1782
1780
  * @public
1783
1781
  */
1784
1782
  jobExecutionTimeoutMinutes?: 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.1053.0",
4
+ "version": "3.1055.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-batch",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.13",
25
- "@aws-sdk/credential-provider-node": "^3.972.44",
24
+ "@aws-sdk/core": "^3.974.14",
25
+ "@aws-sdk/credential-provider-node": "^3.972.45",
26
26
  "@aws-sdk/types": "^3.973.9",
27
27
  "@smithy/core": "^3.24.3",
28
28
  "@smithy/fetch-http-handler": "^5.4.3",