Skip to content

Commit

Permalink
Doc-only update. Changed "Resources" to "Key Concepts" in docs and up…
Browse files Browse the repository at this point in the history
…dated text.

Documentation updates for AWS Security Hub
This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs.
Documentation only update for Amazon ECS.
Adding View related fields to responses of read-only Table APIs.
  • Loading branch information
aws-sdk-cpp-automation committed Apr 2, 2024
1 parent 8932343 commit d79ece0
Show file tree
Hide file tree
Showing 82 changed files with 12,644 additions and 4,787 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.298
1.11.299
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,24 @@ namespace Model
* service scheduler will wait for both the task to reach a healthy status and the
* load balancer target group health check to return a healthy status before
* counting the task towards the minimum healthy percent total.</p> </li> </ul>
* <p>If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the EC2
* launch type, the <b>minimum healthy percent</b> value is set to the default
* value and is used to define the lower limit on the number of the tasks in the
* service that remain in the <code>RUNNING</code> state while the container
* instances are in the <code>DRAINING</code> state. If a service is using either
* the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment
* types and is running tasks that use the Fargate launch type, the minimum healthy
* percent value is not used, although it is returned when describing your
* service.</p>
* <p>The default value for a replica service for
* <code>minimumHealthyPercent</code> is 100%. The default
* <code>minimumHealthyPercent</code> value for a service using the
* <code>DAEMON</code> service schedule is 0% for the CLI, the Amazon Web Services
* SDKs, and the APIs and 50% for the Amazon Web Services Management Console.</p>
* <p>The minimum number of healthy tasks during a deployment is the
* <code>desiredCount</code> multiplied by the
* <code>minimumHealthyPercent</code>/100, rounded up to the nearest integer
* value.</p> <p>If a service is using either the blue/green
* (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is
* running tasks that use the EC2 launch type, the <b>minimum healthy percent</b>
* value is set to the default value and is used to define the lower limit on the
* number of the tasks in the service that remain in the <code>RUNNING</code> state
* while the container instances are in the <code>DRAINING</code> state. If a
* service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the Fargate
* launch type, the minimum healthy percent value is not used, although it is
* returned when describing your service.</p>
*/
inline int GetMinimumHealthyPercent() const{ return m_minimumHealthyPercent; }

Expand Down Expand Up @@ -295,16 +303,24 @@ namespace Model
* service scheduler will wait for both the task to reach a healthy status and the
* load balancer target group health check to return a healthy status before
* counting the task towards the minimum healthy percent total.</p> </li> </ul>
* <p>If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the EC2
* launch type, the <b>minimum healthy percent</b> value is set to the default
* value and is used to define the lower limit on the number of the tasks in the
* service that remain in the <code>RUNNING</code> state while the container
* instances are in the <code>DRAINING</code> state. If a service is using either
* the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment
* types and is running tasks that use the Fargate launch type, the minimum healthy
* percent value is not used, although it is returned when describing your
* service.</p>
* <p>The default value for a replica service for
* <code>minimumHealthyPercent</code> is 100%. The default
* <code>minimumHealthyPercent</code> value for a service using the
* <code>DAEMON</code> service schedule is 0% for the CLI, the Amazon Web Services
* SDKs, and the APIs and 50% for the Amazon Web Services Management Console.</p>
* <p>The minimum number of healthy tasks during a deployment is the
* <code>desiredCount</code> multiplied by the
* <code>minimumHealthyPercent</code>/100, rounded up to the nearest integer
* value.</p> <p>If a service is using either the blue/green
* (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is
* running tasks that use the EC2 launch type, the <b>minimum healthy percent</b>
* value is set to the default value and is used to define the lower limit on the
* number of the tasks in the service that remain in the <code>RUNNING</code> state
* while the container instances are in the <code>DRAINING</code> state. If a
* service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the Fargate
* launch type, the minimum healthy percent value is not used, although it is
* returned when describing your service.</p>
*/
inline bool MinimumHealthyPercentHasBeenSet() const { return m_minimumHealthyPercentHasBeenSet; }

Expand Down Expand Up @@ -338,16 +354,24 @@ namespace Model
* service scheduler will wait for both the task to reach a healthy status and the
* load balancer target group health check to return a healthy status before
* counting the task towards the minimum healthy percent total.</p> </li> </ul>
* <p>If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the EC2
* launch type, the <b>minimum healthy percent</b> value is set to the default
* value and is used to define the lower limit on the number of the tasks in the
* service that remain in the <code>RUNNING</code> state while the container
* instances are in the <code>DRAINING</code> state. If a service is using either
* the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment
* types and is running tasks that use the Fargate launch type, the minimum healthy
* percent value is not used, although it is returned when describing your
* service.</p>
* <p>The default value for a replica service for
* <code>minimumHealthyPercent</code> is 100%. The default
* <code>minimumHealthyPercent</code> value for a service using the
* <code>DAEMON</code> service schedule is 0% for the CLI, the Amazon Web Services
* SDKs, and the APIs and 50% for the Amazon Web Services Management Console.</p>
* <p>The minimum number of healthy tasks during a deployment is the
* <code>desiredCount</code> multiplied by the
* <code>minimumHealthyPercent</code>/100, rounded up to the nearest integer
* value.</p> <p>If a service is using either the blue/green
* (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is
* running tasks that use the EC2 launch type, the <b>minimum healthy percent</b>
* value is set to the default value and is used to define the lower limit on the
* number of the tasks in the service that remain in the <code>RUNNING</code> state
* while the container instances are in the <code>DRAINING</code> state. If a
* service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the Fargate
* launch type, the minimum healthy percent value is not used, although it is
* returned when describing your service.</p>
*/
inline void SetMinimumHealthyPercent(int value) { m_minimumHealthyPercentHasBeenSet = true; m_minimumHealthyPercent = value; }

Expand Down Expand Up @@ -381,16 +405,24 @@ namespace Model
* service scheduler will wait for both the task to reach a healthy status and the
* load balancer target group health check to return a healthy status before
* counting the task towards the minimum healthy percent total.</p> </li> </ul>
* <p>If a service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the EC2
* launch type, the <b>minimum healthy percent</b> value is set to the default
* value and is used to define the lower limit on the number of the tasks in the
* service that remain in the <code>RUNNING</code> state while the container
* instances are in the <code>DRAINING</code> state. If a service is using either
* the blue/green (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment
* types and is running tasks that use the Fargate launch type, the minimum healthy
* percent value is not used, although it is returned when describing your
* service.</p>
* <p>The default value for a replica service for
* <code>minimumHealthyPercent</code> is 100%. The default
* <code>minimumHealthyPercent</code> value for a service using the
* <code>DAEMON</code> service schedule is 0% for the CLI, the Amazon Web Services
* SDKs, and the APIs and 50% for the Amazon Web Services Management Console.</p>
* <p>The minimum number of healthy tasks during a deployment is the
* <code>desiredCount</code> multiplied by the
* <code>minimumHealthyPercent</code>/100, rounded up to the nearest integer
* value.</p> <p>If a service is using either the blue/green
* (<code>CODE_DEPLOY</code>) or <code>EXTERNAL</code> deployment types and is
* running tasks that use the EC2 launch type, the <b>minimum healthy percent</b>
* value is set to the default value and is used to define the lower limit on the
* number of the tasks in the service that remain in the <code>RUNNING</code> state
* while the container instances are in the <code>DRAINING</code> state. If a
* service is using either the blue/green (<code>CODE_DEPLOY</code>) or
* <code>EXTERNAL</code> deployment types and is running tasks that use the Fargate
* launch type, the minimum healthy percent value is not used, although it is
* returned when describing your service.</p>
*/
inline DeploymentConfiguration& WithMinimumHealthyPercent(int value) { SetMinimumHealthyPercent(value); return *this;}

Expand Down
Loading

0 comments on commit d79ece0

Please sign in to comment.