Skip to content

Commit

Permalink
Modified description of createaddress to include direction to add pat…
Browse files Browse the repository at this point in the history
…h when providing a JSON file.

This release adds MAINTENANCE environment status for Amazon MWAA environments.
Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
Comprehend PII analysis now supports Spanish input documents.
EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • Loading branch information
aws-sdk-cpp-automation committed Jan 29, 2024
1 parent e2bc07e commit c0aaf34
Show file tree
Hide file tree
Showing 27 changed files with 1,030 additions and 528 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.252
1.11.253
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ namespace AutoScaling

/**
* <p>Gets information about the instance refreshes for the specified Auto Scaling
* group.</p> <p>This operation is part of the <a
* group from the previous six weeks.</p> <p>This operation is part of the <a
* href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance
* refresh feature</a> in Amazon EC2 Auto Scaling, which helps you update instances
* in your Auto Scaling group after you make configuration changes.</p> <p>To help
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,35 @@ namespace Model
* <p>Specifies the lower threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the minimum percentage of the group to keep in
* service, healthy, and ready to use to support your workload when replacing
* instances. Value range is 0 to 100. After it's set, a value of <code>-1</code>
* will clear the previously set value.</p>
* instances. Value range is 0 to 100. To clear a previously set value, specify a
* value of <code>-1</code>.</p>
*/
inline int GetMinHealthyPercentage() const{ return m_minHealthyPercentage; }

/**
* <p>Specifies the lower threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the minimum percentage of the group to keep in
* service, healthy, and ready to use to support your workload when replacing
* instances. Value range is 0 to 100. After it's set, a value of <code>-1</code>
* will clear the previously set value.</p>
* instances. Value range is 0 to 100. To clear a previously set value, specify a
* value of <code>-1</code>.</p>
*/
inline bool MinHealthyPercentageHasBeenSet() const { return m_minHealthyPercentageHasBeenSet; }

/**
* <p>Specifies the lower threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the minimum percentage of the group to keep in
* service, healthy, and ready to use to support your workload when replacing
* instances. Value range is 0 to 100. After it's set, a value of <code>-1</code>
* will clear the previously set value.</p>
* instances. Value range is 0 to 100. To clear a previously set value, specify a
* value of <code>-1</code>.</p>
*/
inline void SetMinHealthyPercentage(int value) { m_minHealthyPercentageHasBeenSet = true; m_minHealthyPercentage = value; }

/**
* <p>Specifies the lower threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the minimum percentage of the group to keep in
* service, healthy, and ready to use to support your workload when replacing
* instances. Value range is 0 to 100. After it's set, a value of <code>-1</code>
* will clear the previously set value.</p>
* instances. Value range is 0 to 100. To clear a previously set value, specify a
* value of <code>-1</code>.</p>
*/
inline InstanceMaintenancePolicy& WithMinHealthyPercentage(int value) { SetMinHealthyPercentage(value); return *this;}

Expand All @@ -81,51 +81,47 @@ namespace Model
* <p>Specifies the upper threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the maximum percentage of the group that can
* be in service and healthy, or pending, to support your workload when replacing
* instances. Value range is 100 to 200. After it's set, a value of <code>-1</code>
* will clear the previously set value. </p> <p>Both
* <code>MinHealthyPercentage</code> and <code>MaxHealthyPercentage</code> must be
* specified, and the difference between them cannot be greater than 100. A large
* range increases the number of instances that can be replaced at the same
* time.</p>
* instances. Value range is 100 to 200. To clear a previously set value, specify a
* value of <code>-1</code>.</p> <p>Both <code>MinHealthyPercentage</code> and
* <code>MaxHealthyPercentage</code> must be specified, and the difference between
* them cannot be greater than 100. A large range increases the number of instances
* that can be replaced at the same time.</p>
*/
inline int GetMaxHealthyPercentage() const{ return m_maxHealthyPercentage; }

/**
* <p>Specifies the upper threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the maximum percentage of the group that can
* be in service and healthy, or pending, to support your workload when replacing
* instances. Value range is 100 to 200. After it's set, a value of <code>-1</code>
* will clear the previously set value. </p> <p>Both
* <code>MinHealthyPercentage</code> and <code>MaxHealthyPercentage</code> must be
* specified, and the difference between them cannot be greater than 100. A large
* range increases the number of instances that can be replaced at the same
* time.</p>
* instances. Value range is 100 to 200. To clear a previously set value, specify a
* value of <code>-1</code>.</p> <p>Both <code>MinHealthyPercentage</code> and
* <code>MaxHealthyPercentage</code> must be specified, and the difference between
* them cannot be greater than 100. A large range increases the number of instances
* that can be replaced at the same time.</p>
*/
inline bool MaxHealthyPercentageHasBeenSet() const { return m_maxHealthyPercentageHasBeenSet; }

/**
* <p>Specifies the upper threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the maximum percentage of the group that can
* be in service and healthy, or pending, to support your workload when replacing
* instances. Value range is 100 to 200. After it's set, a value of <code>-1</code>
* will clear the previously set value. </p> <p>Both
* <code>MinHealthyPercentage</code> and <code>MaxHealthyPercentage</code> must be
* specified, and the difference between them cannot be greater than 100. A large
* range increases the number of instances that can be replaced at the same
* time.</p>
* instances. Value range is 100 to 200. To clear a previously set value, specify a
* value of <code>-1</code>.</p> <p>Both <code>MinHealthyPercentage</code> and
* <code>MaxHealthyPercentage</code> must be specified, and the difference between
* them cannot be greater than 100. A large range increases the number of instances
* that can be replaced at the same time.</p>
*/
inline void SetMaxHealthyPercentage(int value) { m_maxHealthyPercentageHasBeenSet = true; m_maxHealthyPercentage = value; }

/**
* <p>Specifies the upper threshold as a percentage of the desired capacity of the
* Auto Scaling group. It represents the maximum percentage of the group that can
* be in service and healthy, or pending, to support your workload when replacing
* instances. Value range is 100 to 200. After it's set, a value of <code>-1</code>
* will clear the previously set value. </p> <p>Both
* <code>MinHealthyPercentage</code> and <code>MaxHealthyPercentage</code> must be
* specified, and the difference between them cannot be greater than 100. A large
* range increases the number of instances that can be replaced at the same
* time.</p>
* instances. Value range is 100 to 200. To clear a previously set value, specify a
* value of <code>-1</code>.</p> <p>Both <code>MinHealthyPercentage</code> and
* <code>MaxHealthyPercentage</code> must be specified, and the difference between
* them cannot be greater than 100. A large range increases the number of instances
* that can be replaced at the same time.</p>
*/
inline InstanceMaintenancePolicy& WithMaxHealthyPercentage(int value) { SetMaxHealthyPercentage(value); return *this;}

Expand Down
Loading

0 comments on commit c0aaf34

Please sign in to comment.