Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit f4356ad

Browse files
author
aws-sdk-cpp-automation
committed
AWS Elemental MediaLive now supports the ability to ingest the content that is streaming from an AWS Elemental Link device: https://aws.amazon.com/medialive/features/link/. This release also adds support for SMPTE-2038 and input state waiters.
For findings related to controls, the finding information now includes the reason behind the current status of the control. A new field for the findings original severity allows finding providers to use the severity values from the system they use to assign severity. List APIs for all resources now contain additional information: when a resource was created, last updated, and its current version number. This release allows customers to enable or disable AWS Backup support for an AWS resource type. This release also includes new APIs, update-region-settings and describe-region-settings, which can be used to opt in to a specific resource type. For all current AWS Backup customers, the default settings enable support for EBS, EC2, StorageGateway, EFS, DDB and RDS resource types. Amazon ECS customers using application and network load balancers can use CodeDeploy BlueGreen hook to invoke a CloudFormation stack update. With this update you can view CloudFormation deployment and target details via existing APIs and use your stack Id to list or delete all deployments associated with the stack. Amazon Chime enterprise account administrators can now set custom retention policies on chat data in the Amazon Chime application. This release adds support for vocabulary filtering in streaming with which you can filter unwanted words from the real-time transcription results. Visit https://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html to learn more. Documentation updates for Application Auto Scaling
1 parent 88e168b commit f4356ad

286 files changed

Lines changed: 14337 additions & 3261 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/ApplicationAutoScalingClient.h

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ namespace Model
127127
* <li> <p>Custom resources provided by your own applications or services</p> </li>
128128
* <li> <p>Amazon Comprehend document classification endpoints</p> </li> <li>
129129
* <p>AWS Lambda function provisioned concurrency</p> </li> <li> <p>Amazon
130-
* Keyspaces for Apache Cassandra tables</p> </li> </ul> <p> <b>API Summary</b>
130+
* Keyspaces (for Apache Cassandra) tables</p> </li> </ul> <p> <b>API Summary</b>
131131
* </p> <p>The Application Auto Scaling service API includes three key sets of
132132
* actions: </p> <ul> <li> <p>Register and manage scalable targets - Register AWS
133133
* or custom resources as scalable targets (a resource that Application Auto
@@ -480,8 +480,14 @@ namespace Model
480480
* largest capacity for both scale out and scale in. For example, if one policy
481481
* increases capacity by 3, another policy increases capacity by 200 percent, and
482482
* the current capacity is 10, Application Auto Scaling uses the policy with the
483-
* highest calculated capacity (200% of 10 = 20) and scales out to 30. </p> <p>For
484-
* more information, see <a
483+
* highest calculated capacity (200% of 10 = 20) and scales out to 30. </p> <p>We
484+
* recommend caution, however, when using target tracking scaling policies with
485+
* step scaling policies because conflicts between these policies can cause
486+
* undesirable behavior. For example, if the step scaling policy initiates a
487+
* scale-in activity before the target tracking policy is ready to scale in, the
488+
* scale-in activity will not be blocked. After the scale-in activity completes,
489+
* the target tracking policy could instruct the scalable target to scale out
490+
* again. </p> <p>For more information, see <a
485491
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
486492
* Tracking Scaling Policies</a> and <a
487493
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step
@@ -508,8 +514,14 @@ namespace Model
508514
* largest capacity for both scale out and scale in. For example, if one policy
509515
* increases capacity by 3, another policy increases capacity by 200 percent, and
510516
* the current capacity is 10, Application Auto Scaling uses the policy with the
511-
* highest calculated capacity (200% of 10 = 20) and scales out to 30. </p> <p>For
512-
* more information, see <a
517+
* highest calculated capacity (200% of 10 = 20) and scales out to 30. </p> <p>We
518+
* recommend caution, however, when using target tracking scaling policies with
519+
* step scaling policies because conflicts between these policies can cause
520+
* undesirable behavior. For example, if the step scaling policy initiates a
521+
* scale-in activity before the target tracking policy is ready to scale in, the
522+
* scale-in activity will not be blocked. After the scale-in activity completes,
523+
* the target tracking policy could instruct the scalable target to scale out
524+
* again. </p> <p>For more information, see <a
513525
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
514526
* Tracking Scaling Policies</a> and <a
515527
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step
@@ -538,8 +550,14 @@ namespace Model
538550
* largest capacity for both scale out and scale in. For example, if one policy
539551
* increases capacity by 3, another policy increases capacity by 200 percent, and
540552
* the current capacity is 10, Application Auto Scaling uses the policy with the
541-
* highest calculated capacity (200% of 10 = 20) and scales out to 30. </p> <p>For
542-
* more information, see <a
553+
* highest calculated capacity (200% of 10 = 20) and scales out to 30. </p> <p>We
554+
* recommend caution, however, when using target tracking scaling policies with
555+
* step scaling policies because conflicts between these policies can cause
556+
* undesirable behavior. For example, if the step scaling policy initiates a
557+
* scale-in activity before the target tracking policy is ready to scale in, the
558+
* scale-in activity will not be blocked. After the scale-in activity completes,
559+
* the target tracking policy could instruct the scalable target to scale out
560+
* again. </p> <p>For more information, see <a
543561
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
544562
* Tracking Scaling Policies</a> and <a
545563
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step

aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/model/PutScalingPolicyRequest.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ namespace Model
700700
* policy.</p> <p>The following policy types are supported: </p> <p>
701701
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR</p> <p>
702702
* <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda,
703-
* or Amazon Keyspaces for Apache Cassandra.</p> <p>For more information, see <a
703+
* or Amazon Keyspaces (for Apache Cassandra).</p> <p>For more information, see <a
704704
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
705705
* Tracking Scaling Policies</a> and <a
706706
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step
@@ -713,7 +713,7 @@ namespace Model
713713
* policy.</p> <p>The following policy types are supported: </p> <p>
714714
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR</p> <p>
715715
* <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda,
716-
* or Amazon Keyspaces for Apache Cassandra.</p> <p>For more information, see <a
716+
* or Amazon Keyspaces (for Apache Cassandra).</p> <p>For more information, see <a
717717
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
718718
* Tracking Scaling Policies</a> and <a
719719
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step
@@ -726,7 +726,7 @@ namespace Model
726726
* policy.</p> <p>The following policy types are supported: </p> <p>
727727
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR</p> <p>
728728
* <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda,
729-
* or Amazon Keyspaces for Apache Cassandra.</p> <p>For more information, see <a
729+
* or Amazon Keyspaces (for Apache Cassandra).</p> <p>For more information, see <a
730730
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
731731
* Tracking Scaling Policies</a> and <a
732732
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step
@@ -739,7 +739,7 @@ namespace Model
739739
* policy.</p> <p>The following policy types are supported: </p> <p>
740740
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR</p> <p>
741741
* <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda,
742-
* or Amazon Keyspaces for Apache Cassandra.</p> <p>For more information, see <a
742+
* or Amazon Keyspaces (for Apache Cassandra).</p> <p>For more information, see <a
743743
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
744744
* Tracking Scaling Policies</a> and <a
745745
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step
@@ -752,7 +752,7 @@ namespace Model
752752
* policy.</p> <p>The following policy types are supported: </p> <p>
753753
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR</p> <p>
754754
* <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda,
755-
* or Amazon Keyspaces for Apache Cassandra.</p> <p>For more information, see <a
755+
* or Amazon Keyspaces (for Apache Cassandra).</p> <p>For more information, see <a
756756
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
757757
* Tracking Scaling Policies</a> and <a
758758
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step
@@ -765,7 +765,7 @@ namespace Model
765765
* policy.</p> <p>The following policy types are supported: </p> <p>
766766
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR</p> <p>
767767
* <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda,
768-
* or Amazon Keyspaces for Apache Cassandra.</p> <p>For more information, see <a
768+
* or Amazon Keyspaces (for Apache Cassandra).</p> <p>For more information, see <a
769769
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
770770
* Tracking Scaling Policies</a> and <a
771771
* href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step

aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/model/ScalableTarget.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -657,43 +657,43 @@ namespace Model
657657

658658

659659
/**
660-
* <p>The minimum value to scale to in response to a scale-in event.</p>
660+
* <p>The minimum value to scale to in response to a scale-in activity.</p>
661661
*/
662662
inline int GetMinCapacity() const{ return m_minCapacity; }
663663

664664
/**
665-
* <p>The minimum value to scale to in response to a scale-in event.</p>
665+
* <p>The minimum value to scale to in response to a scale-in activity.</p>
666666
*/
667667
inline bool MinCapacityHasBeenSet() const { return m_minCapacityHasBeenSet; }
668668

669669
/**
670-
* <p>The minimum value to scale to in response to a scale-in event.</p>
670+
* <p>The minimum value to scale to in response to a scale-in activity.</p>
671671
*/
672672
inline void SetMinCapacity(int value) { m_minCapacityHasBeenSet = true; m_minCapacity = value; }
673673

674674
/**
675-
* <p>The minimum value to scale to in response to a scale-in event.</p>
675+
* <p>The minimum value to scale to in response to a scale-in activity.</p>
676676
*/
677677
inline ScalableTarget& WithMinCapacity(int value) { SetMinCapacity(value); return *this;}
678678

679679

680680
/**
681-
* <p>The maximum value to scale to in response to a scale-out event.</p>
681+
* <p>The maximum value to scale to in response to a scale-out activity.</p>
682682
*/
683683
inline int GetMaxCapacity() const{ return m_maxCapacity; }
684684

685685
/**
686-
* <p>The maximum value to scale to in response to a scale-out event.</p>
686+
* <p>The maximum value to scale to in response to a scale-out activity.</p>
687687
*/
688688
inline bool MaxCapacityHasBeenSet() const { return m_maxCapacityHasBeenSet; }
689689

690690
/**
691-
* <p>The maximum value to scale to in response to a scale-out event.</p>
691+
* <p>The maximum value to scale to in response to a scale-out activity.</p>
692692
*/
693693
inline void SetMaxCapacity(int value) { m_maxCapacityHasBeenSet = true; m_maxCapacity = value; }
694694

695695
/**
696-
* <p>The maximum value to scale to in response to a scale-out event.</p>
696+
* <p>The maximum value to scale to in response to a scale-out activity.</p>
697697
*/
698698
inline ScalableTarget& WithMaxCapacity(int value) { SetMaxCapacity(value); return *this;}
699699

0 commit comments

Comments
 (0)