Skip to content

Commit f042910

Browse files
author
awstools
committed
feat(client-batch): Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies.
1 parent f8edcd3 commit f042910

File tree

5 files changed

+641
-133
lines changed

5 files changed

+641
-133
lines changed

clients/client-batch/src/Batch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export class Batch extends BatchClient {
426426
/**
427427
* <p>Describes one or more of your compute environments.</p>
428428
* <p>If you're using an unmanaged compute environment, you can use the <code>DescribeComputeEnvironment</code>
429-
* operation to determine the <code>ecsClusterArn</code> that you should launch your Amazon ECS container instances
429+
* operation to determine the <code>ecsClusterArn</code> that you launch your Amazon ECS container instances
430430
* into.</p>
431431
*/
432432
public describeComputeEnvironments(

clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface DescribeComputeEnvironmentsCommandOutput
2626
/**
2727
* <p>Describes one or more of your compute environments.</p>
2828
* <p>If you're using an unmanaged compute environment, you can use the <code>DescribeComputeEnvironment</code>
29-
* operation to determine the <code>ecsClusterArn</code> that you should launch your Amazon ECS container instances
29+
* operation to determine the <code>ecsClusterArn</code> that you launch your Amazon ECS container instances
3030
* into.</p>
3131
* @example
3232
* Use a bare-bones client and the command you need to make an API call.

0 commit comments

Comments
 (0)