1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package applicationautoscaling provides the API client, operations, and
// parameter types for Application Auto Scaling.
//
// With Application Auto Scaling, you can configure automatic scaling for the
// following resources:
//
// - Amazon AppStream 2.0 fleets
//
// - Amazon Aurora Replicas
//
// - Amazon Comprehend document classification and entity recognizer endpoints
//
// - Amazon DynamoDB tables and global secondary indexes throughput capacity
//
// - Amazon ECS services
//
// - Amazon ElastiCache for Redis clusters (replication groups)
//
// - Amazon EMR clusters
//
// - Amazon Keyspaces (for Apache Cassandra) tables
//
// - Lambda function provisioned concurrency
//
// - Amazon Managed Streaming for Apache Kafka broker storage
//
// - Amazon Neptune clusters
//
// - Amazon SageMaker endpoint variants
//
// - Amazon SageMaker inference components
//
// - Amazon SageMaker serverless endpoint provisioned concurrency
//
// - Spot Fleets (Amazon EC2)
//
// - Pool of WorkSpaces
//
// - Custom resources provided by your own applications or services
//
// To learn more about Application Auto Scaling, see the [Application Auto Scaling User Guide].
//
// # API Summary
//
// The Application Auto Scaling service API includes three key sets of actions:
//
// - Register and manage scalable targets - Register Amazon Web Services or
// custom resources as scalable targets (a resource that Application Auto Scaling
// can scale), set minimum and maximum capacity limits, and retrieve information on
// existing scalable targets.
//
// - Configure and manage automatic scaling - Define scaling policies to
// dynamically scale your resources in response to CloudWatch alarms, schedule
// one-time or recurring scaling actions, and retrieve your recent scaling activity
// history.
//
// - Suspend and resume scaling - Temporarily suspend and later resume automatic
// scaling by calling the [RegisterScalableTarget]API action for any Application Auto Scaling scalable
// target. You can suspend and resume (individually or in combination) scale-out
// activities that are triggered by a scaling policy, scale-in activities that are
// triggered by a scaling policy, and scheduled scaling.
//
// [Application Auto Scaling User Guide]: https://docs.aws.amazon.com/autoscaling/application/userguide/what-is-application-auto-scaling.html
// [RegisterScalableTarget]: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html
package applicationautoscaling
|