@aws-sdk/client-batch 3.1116.0 → 3.1118.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
|
@@ -2096,6 +2096,11 @@ export interface DescribeComputeEnvironmentsRequest {
|
|
|
2096
2096
|
* <p>Specifies the infrastructure update policy for the Amazon EC2 compute environment. For more information
|
|
2097
2097
|
* about infrastructure updates, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html">Updating compute environments</a> in the
|
|
2098
2098
|
* <i>Batch User Guide</i>.</p>
|
|
2099
|
+
* <important>
|
|
2100
|
+
* <p>The <code>updatePolicy</code> property applies only to Amazon EC2 managed compute environments.
|
|
2101
|
+
* Batch doesn't support <code>updatePolicy</code> for Fargate compute environments. If you
|
|
2102
|
+
* specify it for a Fargate compute environment, Batch ignores it.</p>
|
|
2103
|
+
* </important>
|
|
2099
2104
|
* @public
|
|
2100
2105
|
*/
|
|
2101
2106
|
export interface UpdatePolicy {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-batch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1118.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",
|