Skip to content

Commit 1d6ea7d

Browse files
author
awstools
committed
docs(client-ecs): Documentation update to address tickets.
1 parent af77058 commit 1d6ea7d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

clients/client-ecs/src/models/models_0.ts

+13-8
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,22 @@ export interface ManagedScaling {
8181
targetCapacity?: number;
8282

8383
/**
84-
* <p>The minimum number of container instances that Amazon ECS scales in or scales out at one
85-
* time. If this parameter is omitted, the default value of <code>1</code> is used.</p>
84+
* <p>The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale
85+
* in process is not affected by this parameter If this parameter is omitted, the default
86+
* value of <code>1</code> is used.</p>
87+
* <p>When additional capacity is required, Amazon ECS will scale up the minimum scaling step
88+
* size even if the actual demand is less than the minimum scaling step size.</p>
89+
* <p>If you use a capacity provider with an Auto Scaling group configured with more than
90+
* one Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum
91+
* scaling step size value and will ignore both the maximum scaling step size as well as
92+
* the capacity demand.</p>
8693
*/
8794
minimumScalingStepSize?: number;
8895

8996
/**
90-
* <p>The maximum number of container instances that Amazon ECS scales in or scales out at one
91-
* time. If this parameter is omitted, the default value of <code>10000</code> is
92-
* used.</p>
97+
* <p>The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale
98+
* in process is not affected by this parameter. If this parameter is omitted, the default
99+
* value of <code>10000</code> is used.</p>
93100
*/
94101
maximumScalingStepSize?: number;
95102

@@ -2256,9 +2263,7 @@ export interface Service {
22562263
schedulingStrategy?: SchedulingStrategy | string;
22572264

22582265
/**
2259-
* <p>The deployment controller type the service is using. When using the DescribeServices
2260-
* API, this field is omitted if the service uses the <code>ECS</code> deployment
2261-
* controller type.</p>
2266+
* <p>The deployment controller type the service is using. </p>
22622267
*/
22632268
deploymentController?: DeploymentController;
22642269

codegen/sdk-codegen/aws-models/ecs.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5563,13 +5563,13 @@
55635563
"minimumScalingStepSize": {
55645564
"target": "com.amazonaws.ecs#ManagedScalingStepSize",
55655565
"traits": {
5566-
"smithy.api#documentation": "<p>The minimum number of container instances that Amazon ECS scales in or scales out at one\n\t\t\ttime. If this parameter is omitted, the default value of <code>1</code> is used.</p>"
5566+
"smithy.api#documentation": "<p>The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale\n\t\t\tin process is not affected by this parameter If this parameter is omitted, the default\n\t\t\tvalue of <code>1</code> is used.</p>\n\t\t <p>When additional capacity is required, Amazon ECS will scale up the minimum scaling step\n\t\t\tsize even if the actual demand is less than the minimum scaling step size.</p>\n\t\t <p>If you use a capacity provider with an Auto Scaling group configured with more than\n\t\t\tone Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum\n\t\t\tscaling step size value and will ignore both the maximum scaling step size as well as\n\t\t\tthe capacity demand.</p>"
55675567
}
55685568
},
55695569
"maximumScalingStepSize": {
55705570
"target": "com.amazonaws.ecs#ManagedScalingStepSize",
55715571
"traits": {
5572-
"smithy.api#documentation": "<p>The maximum number of container instances that Amazon ECS scales in or scales out at one\n\t\t\ttime. If this parameter is omitted, the default value of <code>10000</code> is\n\t\t\tused.</p>"
5572+
"smithy.api#documentation": "<p>The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale\n\t\t\tin process is not affected by this parameter. If this parameter is omitted, the default\n\t\t\tvalue of <code>10000</code> is used.</p>"
55735573
}
55745574
},
55755575
"instanceWarmupPeriod": {
@@ -7217,7 +7217,7 @@
72177217
"deploymentController": {
72187218
"target": "com.amazonaws.ecs#DeploymentController",
72197219
"traits": {
7220-
"smithy.api#documentation": "<p>The deployment controller type the service is using. When using the DescribeServices\n\t\t\tAPI, this field is omitted if the service uses the <code>ECS</code> deployment\n\t\t\tcontroller type.</p>"
7220+
"smithy.api#documentation": "<p>The deployment controller type the service is using. </p>"
72217221
}
72227222
},
72237223
"tags": {

0 commit comments

Comments
 (0)