libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApplicationAutoScaling

Description

Derived from API version 2016-02-06 of the AWS service descriptions, licensed under Apache 2.0.

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
  • Spot Fleets (Amazon EC2)
  • Custom resources provided by your own applications or services

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.

To learn more about Application Auto Scaling, including information about granting IAM users required permissions for Application Auto Scaling actions, see the Application Auto Scaling User Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2016-02-06 of the Amazon Application Auto Scaling SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ApplicationAutoScaling.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception was thrown for a validation issue. Review the available parameters for the API request.

FailedResourceAccessException

_FailedResourceAccessException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have permission to call the CloudWatch DescribeAlarms on your behalf.

InvalidNextTokenException

_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The next token supplied was invalid.

ConcurrentUpdateException

_ConcurrentUpdateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.

InternalServiceException

_InternalServiceException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service encountered an internal error.

ObjectNotFoundException

_ObjectNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A per-account resource limit is exceeded. For more information, see Application Auto Scaling service quotas.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

DeleteScalingPolicy

data DeleteScalingPolicy Source #

See: newDeleteScalingPolicy smart constructor.

Instances

Instances details
Eq DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Read DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Show DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Generic DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Associated Types

type Rep DeleteScalingPolicy :: Type -> Type #

NFData DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Methods

rnf :: DeleteScalingPolicy -> () #

Hashable DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

ToJSON DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

AWSRequest DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Associated Types

type AWSResponse DeleteScalingPolicy #

ToHeaders DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

ToPath DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

ToQuery DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

type Rep DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

type Rep DeleteScalingPolicy = D1 ('MetaData "DeleteScalingPolicy" "Amazonka.ApplicationAutoScaling.DeleteScalingPolicy" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DeleteScalingPolicy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension))))
type AWSResponse DeleteScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

newDeleteScalingPolicy Source #

Create a value of DeleteScalingPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policyName:DeleteScalingPolicy', deleteScalingPolicy_policyName - The name of the scaling policy.

$sel:serviceNamespace:DeleteScalingPolicy', deleteScalingPolicy_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

$sel:resourceId:DeleteScalingPolicy', deleteScalingPolicy_resourceId - The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:DeleteScalingPolicy', deleteScalingPolicy_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

data DeleteScalingPolicyResponse Source #

See: newDeleteScalingPolicyResponse smart constructor.

Instances

Instances details
Eq DeleteScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Read DeleteScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Show DeleteScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Generic DeleteScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

Associated Types

type Rep DeleteScalingPolicyResponse :: Type -> Type #

NFData DeleteScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

type Rep DeleteScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScalingPolicy

type Rep DeleteScalingPolicyResponse = D1 ('MetaData "DeleteScalingPolicyResponse" "Amazonka.ApplicationAutoScaling.DeleteScalingPolicy" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DeleteScalingPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteScalingPolicyResponse Source #

Create a value of DeleteScalingPolicyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteScalingPolicyResponse', deleteScalingPolicyResponse_httpStatus - The response's http status code.

PutScalingPolicy

data PutScalingPolicy Source #

See: newPutScalingPolicy smart constructor.

Instances

Instances details
Eq PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Read PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Show PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Generic PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Associated Types

type Rep PutScalingPolicy :: Type -> Type #

NFData PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Methods

rnf :: PutScalingPolicy -> () #

Hashable PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

ToJSON PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

AWSRequest PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Associated Types

type AWSResponse PutScalingPolicy #

ToHeaders PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

ToPath PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

ToQuery PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

type Rep PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

type Rep PutScalingPolicy = D1 ('MetaData "PutScalingPolicy" "Amazonka.ApplicationAutoScaling.PutScalingPolicy" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "PutScalingPolicy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "policyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PolicyType)) :*: (S1 ('MetaSel ('Just "targetTrackingScalingPolicyConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetTrackingScalingPolicyConfiguration)) :*: S1 ('MetaSel ('Just "stepScalingPolicyConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepScalingPolicyConfiguration)))) :*: ((S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension)))))
type AWSResponse PutScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

newPutScalingPolicy Source #

Create a value of PutScalingPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policyType:PutScalingPolicy', putScalingPolicy_policyType - The policy type. This parameter is required if you are creating a scaling policy.

The following policy types are supported:

TargetTrackingScaling—Not supported for Amazon EMR

StepScaling—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.

For more information, see Target tracking scaling policies and Step scaling policies in the Application Auto Scaling User Guide.

$sel:targetTrackingScalingPolicyConfiguration:PutScalingPolicy', putScalingPolicy_targetTrackingScalingPolicyConfiguration - A target tracking scaling policy. Includes support for predefined or customized metrics.

This parameter is required if you are creating a policy and the policy type is TargetTrackingScaling.

$sel:stepScalingPolicyConfiguration:PutScalingPolicy', putScalingPolicy_stepScalingPolicyConfiguration - A step scaling policy.

This parameter is required if you are creating a policy and the policy type is StepScaling.

$sel:policyName:PutScalingPolicy', putScalingPolicy_policyName - The name of the scaling policy.

$sel:serviceNamespace:PutScalingPolicy', putScalingPolicy_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

$sel:resourceId:PutScalingPolicy', putScalingPolicy_resourceId - The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:PutScalingPolicy', putScalingPolicy_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

data PutScalingPolicyResponse Source #

See: newPutScalingPolicyResponse smart constructor.

Instances

Instances details
Eq PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Read PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Show PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Generic PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

Associated Types

type Rep PutScalingPolicyResponse :: Type -> Type #

NFData PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

type Rep PutScalingPolicyResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScalingPolicy

type Rep PutScalingPolicyResponse = D1 ('MetaData "PutScalingPolicyResponse" "Amazonka.ApplicationAutoScaling.PutScalingPolicy" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "PutScalingPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alarm])) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "policyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutScalingPolicyResponse Source #

Create a value of PutScalingPolicyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarms:PutScalingPolicyResponse', putScalingPolicyResponse_alarms - The CloudWatch alarms created for the target tracking scaling policy.

$sel:httpStatus:PutScalingPolicyResponse', putScalingPolicyResponse_httpStatus - The response's http status code.

$sel:policyARN:PutScalingPolicyResponse', putScalingPolicyResponse_policyARN - The Amazon Resource Name (ARN) of the resulting scaling policy.

RegisterScalableTarget

data RegisterScalableTarget Source #

See: newRegisterScalableTarget smart constructor.

Instances

Instances details
Eq RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Read RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Show RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Generic RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Associated Types

type Rep RegisterScalableTarget :: Type -> Type #

NFData RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Methods

rnf :: RegisterScalableTarget -> () #

Hashable RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

ToJSON RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

AWSRequest RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Associated Types

type AWSResponse RegisterScalableTarget #

ToHeaders RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

ToPath RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

ToQuery RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

type Rep RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

type Rep RegisterScalableTarget = D1 ('MetaData "RegisterScalableTarget" "Amazonka.ApplicationAutoScaling.RegisterScalableTarget" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "RegisterScalableTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "suspendedState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuspendedState)) :*: (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension)))))
type AWSResponse RegisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

newRegisterScalableTarget Source #

Create a value of RegisterScalableTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:suspendedState:RegisterScalableTarget', registerScalableTarget_suspendedState - An embedded object that contains attributes and attribute values that are used to suspend and resume automatic scaling. Setting the value of an attribute to true suspends the specified scaling activities. Setting it to false (default) resumes the specified scaling activities.

Suspension Outcomes

  • For DynamicScalingInSuspended, while a suspension is in effect, all scale-in activities that are triggered by a scaling policy are suspended.
  • For DynamicScalingOutSuspended, while a suspension is in effect, all scale-out activities that are triggered by a scaling policy are suspended.
  • For ScheduledScalingSuspended, while a suspension is in effect, all scaling activities that involve scheduled actions are suspended.

For more information, see Suspending and resuming scaling in the Application Auto Scaling User Guide.

$sel:maxCapacity:RegisterScalableTarget', registerScalableTarget_maxCapacity - The maximum value that you plan to scale out to. When a scaling policy is in effect, Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to changing demand. This property is required when registering a new scalable target.

Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service Endpoints and Quotas in the Amazon Web Services General Reference.

$sel:minCapacity:RegisterScalableTarget', registerScalableTarget_minCapacity - The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand. This property is required when registering a new scalable target.

For certain resources, the minimum value allowed is 0. This includes Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB clusters, EMR clusters, and custom resources. For all other resources, the minimum value allowed is 1.

$sel:roleARN:RegisterScalableTarget', registerScalableTarget_roleARN - This parameter is required for services that do not support service-linked roles (such as Amazon EMR), and it must specify the ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.

If the service supports service-linked roles, Application Auto Scaling uses a service-linked role, which it creates if it does not yet exist. For more information, see Application Auto Scaling IAM roles.

$sel:serviceNamespace:RegisterScalableTarget', registerScalableTarget_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

$sel:resourceId:RegisterScalableTarget', registerScalableTarget_resourceId - The identifier of the resource that is associated with the scalable target. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:RegisterScalableTarget', registerScalableTarget_scalableDimension - The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

data RegisterScalableTargetResponse Source #

See: newRegisterScalableTargetResponse smart constructor.

Instances

Instances details
Eq RegisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Read RegisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Show RegisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Generic RegisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

Associated Types

type Rep RegisterScalableTargetResponse :: Type -> Type #

NFData RegisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

type Rep RegisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.RegisterScalableTarget

type Rep RegisterScalableTargetResponse = D1 ('MetaData "RegisterScalableTargetResponse" "Amazonka.ApplicationAutoScaling.RegisterScalableTarget" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "RegisterScalableTargetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterScalableTargetResponse Source #

Create a value of RegisterScalableTargetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RegisterScalableTargetResponse', registerScalableTargetResponse_httpStatus - The response's http status code.

DescribeScalingPolicies (Paginated)

data DescribeScalingPolicies Source #

See: newDescribeScalingPolicies smart constructor.

Instances

Instances details
Eq DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Read DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Show DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Generic DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Associated Types

type Rep DescribeScalingPolicies :: Type -> Type #

NFData DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Methods

rnf :: DescribeScalingPolicies -> () #

Hashable DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

ToJSON DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

AWSPager DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

AWSRequest DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

ToHeaders DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

ToPath DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

ToQuery DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

type Rep DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

type Rep DescribeScalingPolicies = D1 ('MetaData "DescribeScalingPolicies" "Amazonka.ApplicationAutoScaling.DescribeScalingPolicies" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScalingPolicies'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "policyNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalableDimension)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)))))
type AWSResponse DescribeScalingPolicies Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

newDescribeScalingPolicies Source #

Create a value of DescribeScalingPolicies with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policyNames:DescribeScalingPolicies', describeScalingPolicies_policyNames - The names of the scaling policies to describe.

$sel:scalableDimension:DescribeScalingPolicies', describeScalingPolicies_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:resourceId:DescribeScalingPolicies', describeScalingPolicies_resourceId - The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:nextToken:DescribeScalingPolicies', describeScalingPolicies_nextToken - The token for the next set of results.

$sel:maxResults:DescribeScalingPolicies', describeScalingPolicies_maxResults - The maximum number of scalable targets. This value can be between 1 and 10. The default value is 10.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 10 results and a NextToken value, if applicable.

$sel:serviceNamespace:DescribeScalingPolicies', describeScalingPolicies_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

data DescribeScalingPoliciesResponse Source #

See: newDescribeScalingPoliciesResponse smart constructor.

Instances

Instances details
Eq DescribeScalingPoliciesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Read DescribeScalingPoliciesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Show DescribeScalingPoliciesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Generic DescribeScalingPoliciesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

Associated Types

type Rep DescribeScalingPoliciesResponse :: Type -> Type #

NFData DescribeScalingPoliciesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

type Rep DescribeScalingPoliciesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingPolicies

type Rep DescribeScalingPoliciesResponse = D1 ('MetaData "DescribeScalingPoliciesResponse" "Amazonka.ApplicationAutoScaling.DescribeScalingPolicies" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScalingPoliciesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scalingPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScalingPolicy])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeScalingPoliciesResponse Source #

Create a value of DescribeScalingPoliciesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeScalingPolicies', describeScalingPoliciesResponse_nextToken - The token required to get the next set of results. This value is null if there are no more results to return.

$sel:scalingPolicies:DescribeScalingPoliciesResponse', describeScalingPoliciesResponse_scalingPolicies - Information about the scaling policies.

$sel:httpStatus:DescribeScalingPoliciesResponse', describeScalingPoliciesResponse_httpStatus - The response's http status code.

PutScheduledAction

data PutScheduledAction Source #

See: newPutScheduledAction smart constructor.

Instances

Instances details
Eq PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Read PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Show PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Generic PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Associated Types

type Rep PutScheduledAction :: Type -> Type #

NFData PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Methods

rnf :: PutScheduledAction -> () #

Hashable PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

ToJSON PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

AWSRequest PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Associated Types

type AWSResponse PutScheduledAction #

ToHeaders PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

ToPath PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

ToQuery PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

type Rep PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

type Rep PutScheduledAction = D1 ('MetaData "PutScheduledAction" "Amazonka.ApplicationAutoScaling.PutScheduledAction" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "PutScheduledAction'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scalableTargetAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalableTargetAction)))) :*: ((S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)) :*: (S1 ('MetaSel ('Just "scheduledActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension))))))
type AWSResponse PutScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

newPutScheduledAction Source #

Create a value of PutScheduledAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startTime:PutScheduledAction', putScheduledAction_startTime - The date and time for this scheduled action to start, in UTC.

$sel:schedule:PutScheduledAction', putScheduledAction_schedule - The schedule for this action. The following formats are supported:

  • At expressions - "at(yyyy-mm-ddThh:mm:ss)"
  • Rate expressions - "rate(value unit)"
  • Cron expressions - "cron(fields)"

At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.

At and cron expressions use Universal Coordinated Time (UTC) by default.

The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].

For rate expressions, value is a positive integer and unit is minute | minutes | hour | hours | day | days.

For more information and examples, see Example scheduled actions for Application Auto Scaling in the Application Auto Scaling User Guide.

$sel:endTime:PutScheduledAction', putScheduledAction_endTime - The date and time for the recurring schedule to end, in UTC.

$sel:scalableTargetAction:PutScheduledAction', putScheduledAction_scalableTargetAction - The new minimum and maximum capacity. You can set both values or just one. At the scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling scales in to the maximum capacity.

$sel:timezone:PutScheduledAction', putScheduledAction_timezone - Specifies the time zone used when setting a scheduled action by using an at or cron expression. If a time zone is not provided, UTC is used by default.

Valid values are the canonical names of the IANA time zones supported by Joda-Time (such as Etc/GMT+9 or Pacific/Tahiti). For more information, see https://www.joda.org/joda-time/timezones.html.

$sel:serviceNamespace:PutScheduledAction', putScheduledAction_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

$sel:scheduledActionName:PutScheduledAction', putScheduledAction_scheduledActionName - The name of the scheduled action. This name must be unique among all other scheduled actions on the specified scalable target.

$sel:resourceId:PutScheduledAction', putScheduledAction_resourceId - The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:PutScheduledAction', putScheduledAction_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

data PutScheduledActionResponse Source #

See: newPutScheduledActionResponse smart constructor.

Instances

Instances details
Eq PutScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Read PutScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Show PutScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Generic PutScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

Associated Types

type Rep PutScheduledActionResponse :: Type -> Type #

NFData PutScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

type Rep PutScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.PutScheduledAction

type Rep PutScheduledActionResponse = D1 ('MetaData "PutScheduledActionResponse" "Amazonka.ApplicationAutoScaling.PutScheduledAction" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "PutScheduledActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutScheduledActionResponse Source #

Create a value of PutScheduledActionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:PutScheduledActionResponse', putScheduledActionResponse_httpStatus - The response's http status code.

DeleteScheduledAction

data DeleteScheduledAction Source #

See: newDeleteScheduledAction smart constructor.

Instances

Instances details
Eq DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Read DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Show DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Generic DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Associated Types

type Rep DeleteScheduledAction :: Type -> Type #

NFData DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Methods

rnf :: DeleteScheduledAction -> () #

Hashable DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

ToJSON DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

AWSRequest DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Associated Types

type AWSResponse DeleteScheduledAction #

ToHeaders DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

ToPath DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

ToQuery DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

type Rep DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

type Rep DeleteScheduledAction = D1 ('MetaData "DeleteScheduledAction" "Amazonka.ApplicationAutoScaling.DeleteScheduledAction" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DeleteScheduledAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace) :*: S1 ('MetaSel ('Just "scheduledActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension))))
type AWSResponse DeleteScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

newDeleteScheduledAction Source #

Create a value of DeleteScheduledAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceNamespace:DeleteScheduledAction', deleteScheduledAction_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

$sel:scheduledActionName:DeleteScheduledAction', deleteScheduledAction_scheduledActionName - The name of the scheduled action.

$sel:resourceId:DeleteScheduledAction', deleteScheduledAction_resourceId - The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:DeleteScheduledAction', deleteScheduledAction_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

data DeleteScheduledActionResponse Source #

See: newDeleteScheduledActionResponse smart constructor.

Instances

Instances details
Eq DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Read DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Show DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Generic DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

Associated Types

type Rep DeleteScheduledActionResponse :: Type -> Type #

NFData DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

type Rep DeleteScheduledActionResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeleteScheduledAction

type Rep DeleteScheduledActionResponse = D1 ('MetaData "DeleteScheduledActionResponse" "Amazonka.ApplicationAutoScaling.DeleteScheduledAction" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DeleteScheduledActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteScheduledActionResponse Source #

Create a value of DeleteScheduledActionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteScheduledActionResponse', deleteScheduledActionResponse_httpStatus - The response's http status code.

DescribeScheduledActions (Paginated)

data DescribeScheduledActions Source #

See: newDescribeScheduledActions smart constructor.

Instances

Instances details
Eq DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Read DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Show DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Generic DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Associated Types

type Rep DescribeScheduledActions :: Type -> Type #

NFData DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Hashable DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

ToJSON DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

AWSPager DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

AWSRequest DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

ToHeaders DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

ToPath DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

ToQuery DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActions = D1 ('MetaData "DescribeScheduledActions" "Amazonka.ApplicationAutoScaling.DescribeScheduledActions" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScheduledActions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalableDimension)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "scheduledActionNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)))))
type AWSResponse DescribeScheduledActions Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

newDescribeScheduledActions Source #

Create a value of DescribeScheduledActions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scalableDimension:DescribeScheduledActions', describeScheduledActions_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:resourceId:DescribeScheduledActions', describeScheduledActions_resourceId - The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:nextToken:DescribeScheduledActions', describeScheduledActions_nextToken - The token for the next set of results.

$sel:scheduledActionNames:DescribeScheduledActions', describeScheduledActions_scheduledActionNames - The names of the scheduled actions to describe.

$sel:maxResults:DescribeScheduledActions', describeScheduledActions_maxResults - The maximum number of scheduled action results. This value can be between 1 and 50. The default value is 50.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a NextToken value, if applicable.

$sel:serviceNamespace:DescribeScheduledActions', describeScheduledActions_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

data DescribeScheduledActionsResponse Source #

See: newDescribeScheduledActionsResponse smart constructor.

Instances

Instances details
Eq DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Read DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Show DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Generic DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

Associated Types

type Rep DescribeScheduledActionsResponse :: Type -> Type #

NFData DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActionsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScheduledActions

type Rep DescribeScheduledActionsResponse = D1 ('MetaData "DescribeScheduledActionsResponse" "Amazonka.ApplicationAutoScaling.DescribeScheduledActions" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScheduledActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScheduledAction])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeScheduledActionsResponse Source #

Create a value of DescribeScheduledActionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeScheduledActions', describeScheduledActionsResponse_nextToken - The token required to get the next set of results. This value is null if there are no more results to return.

$sel:scheduledActions:DescribeScheduledActionsResponse', describeScheduledActionsResponse_scheduledActions - Information about the scheduled actions.

$sel:httpStatus:DescribeScheduledActionsResponse', describeScheduledActionsResponse_httpStatus - The response's http status code.

DescribeScalableTargets (Paginated)

data DescribeScalableTargets Source #

See: newDescribeScalableTargets smart constructor.

Instances

Instances details
Eq DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Read DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Show DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Generic DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Associated Types

type Rep DescribeScalableTargets :: Type -> Type #

NFData DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Methods

rnf :: DescribeScalableTargets -> () #

Hashable DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

ToJSON DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

AWSPager DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

AWSRequest DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

ToHeaders DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

ToPath DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

ToQuery DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

type Rep DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

type Rep DescribeScalableTargets = D1 ('MetaData "DescribeScalableTargets" "Amazonka.ApplicationAutoScaling.DescribeScalableTargets" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScalableTargets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalableDimension))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)))))
type AWSResponse DescribeScalableTargets Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

newDescribeScalableTargets Source #

Create a value of DescribeScalableTargets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceIds:DescribeScalableTargets', describeScalableTargets_resourceIds - The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:DescribeScalableTargets', describeScalableTargets_scalableDimension - The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:nextToken:DescribeScalableTargets', describeScalableTargets_nextToken - The token for the next set of results.

$sel:maxResults:DescribeScalableTargets', describeScalableTargets_maxResults - The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a NextToken value, if applicable.

$sel:serviceNamespace:DescribeScalableTargets', describeScalableTargets_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

data DescribeScalableTargetsResponse Source #

See: newDescribeScalableTargetsResponse smart constructor.

Instances

Instances details
Eq DescribeScalableTargetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Read DescribeScalableTargetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Show DescribeScalableTargetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Generic DescribeScalableTargetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

Associated Types

type Rep DescribeScalableTargetsResponse :: Type -> Type #

NFData DescribeScalableTargetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

type Rep DescribeScalableTargetsResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalableTargets

type Rep DescribeScalableTargetsResponse = D1 ('MetaData "DescribeScalableTargetsResponse" "Amazonka.ApplicationAutoScaling.DescribeScalableTargets" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScalableTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scalableTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScalableTarget])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeScalableTargetsResponse Source #

Create a value of DescribeScalableTargetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeScalableTargets', describeScalableTargetsResponse_nextToken - The token required to get the next set of results. This value is null if there are no more results to return.

$sel:scalableTargets:DescribeScalableTargetsResponse', describeScalableTargetsResponse_scalableTargets - The scalable targets that match the request parameters.

$sel:httpStatus:DescribeScalableTargetsResponse', describeScalableTargetsResponse_httpStatus - The response's http status code.

DescribeScalingActivities (Paginated)

data DescribeScalingActivities Source #

See: newDescribeScalingActivities smart constructor.

Instances

Instances details
Eq DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Read DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Show DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Generic DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Associated Types

type Rep DescribeScalingActivities :: Type -> Type #

NFData DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Hashable DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

ToJSON DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

AWSPager DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

AWSRequest DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

ToHeaders DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

ToPath DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

ToQuery DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivities = D1 ('MetaData "DescribeScalingActivities" "Amazonka.ApplicationAutoScaling.DescribeScalingActivities" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScalingActivities'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalableDimension)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)))))
type AWSResponse DescribeScalingActivities Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

newDescribeScalingActivities Source #

Create a value of DescribeScalingActivities with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scalableDimension:DescribeScalingActivities', describeScalingActivities_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:resourceId:DescribeScalingActivities', describeScalingActivities_resourceId - The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:nextToken:DescribeScalingActivities', describeScalingActivities_nextToken - The token for the next set of results.

$sel:maxResults:DescribeScalingActivities', describeScalingActivities_maxResults - The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.

If this parameter is used, the operation returns up to MaxResults results at a time, along with a NextToken value. To get the next set of results, include the NextToken value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a NextToken value, if applicable.

$sel:serviceNamespace:DescribeScalingActivities', describeScalingActivities_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

data DescribeScalingActivitiesResponse Source #

See: newDescribeScalingActivitiesResponse smart constructor.

Instances

Instances details
Eq DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Read DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Show DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Generic DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

Associated Types

type Rep DescribeScalingActivitiesResponse :: Type -> Type #

NFData DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivitiesResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DescribeScalingActivities

type Rep DescribeScalingActivitiesResponse = D1 ('MetaData "DescribeScalingActivitiesResponse" "Amazonka.ApplicationAutoScaling.DescribeScalingActivities" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DescribeScalingActivitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scalingActivities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScalingActivity])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeScalingActivitiesResponse Source #

Create a value of DescribeScalingActivitiesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scalingActivities:DescribeScalingActivitiesResponse', describeScalingActivitiesResponse_scalingActivities - A list of scaling activity objects.

$sel:nextToken:DescribeScalingActivities', describeScalingActivitiesResponse_nextToken - The token required to get the next set of results. This value is null if there are no more results to return.

$sel:httpStatus:DescribeScalingActivitiesResponse', describeScalingActivitiesResponse_httpStatus - The response's http status code.

DeregisterScalableTarget

data DeregisterScalableTarget Source #

See: newDeregisterScalableTarget smart constructor.

Instances

Instances details
Eq DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Read DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Show DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Generic DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Associated Types

type Rep DeregisterScalableTarget :: Type -> Type #

NFData DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Hashable DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

ToJSON DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

AWSRequest DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

ToHeaders DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

ToPath DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

ToQuery DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

type Rep DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

type Rep DeregisterScalableTarget = D1 ('MetaData "DeregisterScalableTarget" "Amazonka.ApplicationAutoScaling.DeregisterScalableTarget" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DeregisterScalableTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension))))
type AWSResponse DeregisterScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

newDeregisterScalableTarget Source #

Create a value of DeregisterScalableTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceNamespace:DeregisterScalableTarget', deregisterScalableTarget_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

$sel:resourceId:DeregisterScalableTarget', deregisterScalableTarget_resourceId - The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:DeregisterScalableTarget', deregisterScalableTarget_scalableDimension - The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

data DeregisterScalableTargetResponse Source #

See: newDeregisterScalableTargetResponse smart constructor.

Instances

Instances details
Eq DeregisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Read DeregisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Show DeregisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Generic DeregisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

Associated Types

type Rep DeregisterScalableTargetResponse :: Type -> Type #

NFData DeregisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

type Rep DeregisterScalableTargetResponse Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.DeregisterScalableTarget

type Rep DeregisterScalableTargetResponse = D1 ('MetaData "DeregisterScalableTargetResponse" "Amazonka.ApplicationAutoScaling.DeregisterScalableTarget" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "DeregisterScalableTargetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterScalableTargetResponse Source #

Create a value of DeregisterScalableTargetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeregisterScalableTargetResponse', deregisterScalableTargetResponse_httpStatus - The response's http status code.

Types

AdjustmentType

newtype AdjustmentType Source #

Constructors

AdjustmentType' 

Instances

Instances details
Eq AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

Ord AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

Read AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

Show AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

Generic AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

Associated Types

type Rep AdjustmentType :: Type -> Type #

NFData AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

Methods

rnf :: AdjustmentType -> () #

Hashable AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

ToJSON AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

ToJSONKey AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

FromJSON AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

FromJSONKey AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

ToLog AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

ToHeader AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

ToQuery AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

FromXML AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

ToXML AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

Methods

toXML :: AdjustmentType -> XML #

ToByteString AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

FromText AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

ToText AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

type Rep AdjustmentType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.AdjustmentType

type Rep AdjustmentType = D1 ('MetaData "AdjustmentType" "Amazonka.ApplicationAutoScaling.Types.AdjustmentType" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "AdjustmentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAdjustmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricAggregationType

newtype MetricAggregationType Source #

Instances

Instances details
Eq MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

Ord MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

Read MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

Show MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

Generic MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

Associated Types

type Rep MetricAggregationType :: Type -> Type #

NFData MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

Methods

rnf :: MetricAggregationType -> () #

Hashable MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToJSON MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToJSONKey MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

FromJSON MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

FromJSONKey MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToLog MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToHeader MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToQuery MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

FromXML MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToXML MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToByteString MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

FromText MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

ToText MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

type Rep MetricAggregationType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricAggregationType

type Rep MetricAggregationType = D1 ('MetaData "MetricAggregationType" "Amazonka.ApplicationAutoScaling.Types.MetricAggregationType" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "MetricAggregationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricAggregationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricStatistic

newtype MetricStatistic Source #

Constructors

MetricStatistic' 

Instances

Instances details
Eq MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

Ord MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

Read MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

Show MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

Generic MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

Associated Types

type Rep MetricStatistic :: Type -> Type #

NFData MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

Methods

rnf :: MetricStatistic -> () #

Hashable MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

ToJSON MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

ToJSONKey MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

FromJSON MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

FromJSONKey MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

ToLog MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

ToHeader MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

ToQuery MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

FromXML MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

ToXML MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

Methods

toXML :: MetricStatistic -> XML #

ToByteString MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

FromText MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

ToText MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

type Rep MetricStatistic Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricStatistic

type Rep MetricStatistic = D1 ('MetaData "MetricStatistic" "Amazonka.ApplicationAutoScaling.Types.MetricStatistic" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "MetricStatistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricType

newtype MetricType Source #

Constructors

MetricType' 

Fields

Instances

Instances details
Eq MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Ord MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Read MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Show MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Generic MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Associated Types

type Rep MetricType :: Type -> Type #

NFData MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Methods

rnf :: MetricType -> () #

Hashable MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

ToJSON MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

ToJSONKey MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

FromJSON MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

FromJSONKey MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

ToLog MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

ToHeader MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

ToQuery MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

FromXML MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

ToXML MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Methods

toXML :: MetricType -> XML #

ToByteString MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

FromText MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

ToText MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

Methods

toText :: MetricType -> Text #

type Rep MetricType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricType

type Rep MetricType = D1 ('MetaData "MetricType" "Amazonka.ApplicationAutoScaling.Types.MetricType" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "MetricType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PolicyType

newtype PolicyType Source #

Constructors

PolicyType' 

Fields

Instances

Instances details
Eq PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Ord PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Read PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Show PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Generic PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Associated Types

type Rep PolicyType :: Type -> Type #

NFData PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Methods

rnf :: PolicyType -> () #

Hashable PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

ToJSON PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

ToJSONKey PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

FromJSON PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

FromJSONKey PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

ToLog PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

ToHeader PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

ToQuery PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

FromXML PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

ToXML PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Methods

toXML :: PolicyType -> XML #

ToByteString PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

FromText PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

ToText PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

Methods

toText :: PolicyType -> Text #

type Rep PolicyType Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PolicyType

type Rep PolicyType = D1 ('MetaData "PolicyType" "Amazonka.ApplicationAutoScaling.Types.PolicyType" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "PolicyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPolicyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScalableDimension

newtype ScalableDimension Source #

Bundled Patterns

pattern ScalableDimension_Appstream_fleet_DesiredCapacity :: ScalableDimension 
pattern ScalableDimension_Cassandra_table_ReadCapacityUnits :: ScalableDimension 
pattern ScalableDimension_Cassandra_table_WriteCapacityUnits :: ScalableDimension 
pattern ScalableDimension_Comprehend_document_classifier_endpoint_DesiredInferenceUnits :: ScalableDimension 
pattern ScalableDimension_Comprehend_entity_recognizer_endpoint_DesiredInferenceUnits :: ScalableDimension 
pattern ScalableDimension_Custom_resource_ResourceType_Property :: ScalableDimension 
pattern ScalableDimension_Dynamodb_index_ReadCapacityUnits :: ScalableDimension 
pattern ScalableDimension_Dynamodb_index_WriteCapacityUnits :: ScalableDimension 
pattern ScalableDimension_Dynamodb_table_ReadCapacityUnits :: ScalableDimension 
pattern ScalableDimension_Dynamodb_table_WriteCapacityUnits :: ScalableDimension 
pattern ScalableDimension_Ec2_spot_fleet_request_TargetCapacity :: ScalableDimension 
pattern ScalableDimension_Ecs_service_DesiredCount :: ScalableDimension 
pattern ScalableDimension_Elasticache_replication_group_NodeGroups :: ScalableDimension 
pattern ScalableDimension_Elasticache_replication_group_Replicas :: ScalableDimension 
pattern ScalableDimension_Elasticmapreduce_instancegroup_InstanceCount :: ScalableDimension 
pattern ScalableDimension_Kafka_broker_storage_VolumeSize :: ScalableDimension 
pattern ScalableDimension_Lambda_function_ProvisionedConcurrency :: ScalableDimension 
pattern ScalableDimension_Neptune_cluster_ReadReplicaCount :: ScalableDimension 
pattern ScalableDimension_Rds_cluster_ReadReplicaCount :: ScalableDimension 
pattern ScalableDimension_Sagemaker_variant_DesiredInstanceCount :: ScalableDimension 

Instances

Instances details
Eq ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

Ord ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

Read ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

Show ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

Generic ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

Associated Types

type Rep ScalableDimension :: Type -> Type #

NFData ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

Methods

rnf :: ScalableDimension -> () #

Hashable ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToJSON ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToJSONKey ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

FromJSON ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

FromJSONKey ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToLog ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToHeader ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToQuery ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

FromXML ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToXML ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToByteString ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

FromText ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

ToText ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

type Rep ScalableDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableDimension

type Rep ScalableDimension = D1 ('MetaData "ScalableDimension" "Amazonka.ApplicationAutoScaling.Types.ScalableDimension" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "ScalableDimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScalingActivityStatusCode

newtype ScalingActivityStatusCode Source #

Instances

Instances details
Eq ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

Ord ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

Read ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

Show ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

Generic ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

Associated Types

type Rep ScalingActivityStatusCode :: Type -> Type #

NFData ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

Hashable ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToJSON ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToJSONKey ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

FromJSON ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

FromJSONKey ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToLog ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToHeader ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToQuery ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

FromXML ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToXML ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToByteString ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

FromText ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

ToText ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

type Rep ScalingActivityStatusCode Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode

type Rep ScalingActivityStatusCode = D1 ('MetaData "ScalingActivityStatusCode" "Amazonka.ApplicationAutoScaling.Types.ScalingActivityStatusCode" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "ScalingActivityStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScalingActivityStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceNamespace

newtype ServiceNamespace Source #

Instances

Instances details
Eq ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

Ord ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

Read ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

Show ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

Generic ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

Associated Types

type Rep ServiceNamespace :: Type -> Type #

NFData ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

Methods

rnf :: ServiceNamespace -> () #

Hashable ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToJSON ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToJSONKey ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

FromJSON ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

FromJSONKey ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToLog ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToHeader ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToQuery ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

FromXML ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToXML ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToByteString ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

FromText ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

ToText ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

type Rep ServiceNamespace Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ServiceNamespace

type Rep ServiceNamespace = D1 ('MetaData "ServiceNamespace" "Amazonka.ApplicationAutoScaling.Types.ServiceNamespace" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'True) (C1 ('MetaCons "ServiceNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Alarm

data Alarm Source #

Represents a CloudWatch alarm associated with a scaling policy.

See: newAlarm smart constructor.

Constructors

Alarm' Text Text 

Instances

Instances details
Eq Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

Methods

(==) :: Alarm -> Alarm -> Bool #

(/=) :: Alarm -> Alarm -> Bool #

Read Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

Generic Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

NFData Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

Methods

rnf :: Alarm -> () #

Hashable Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

FromJSON Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

type Rep Alarm Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.ApplicationAutoScaling.Types.Alarm" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alarmARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAlarm Source #

Create a value of Alarm with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmName:Alarm', alarm_alarmName - The name of the alarm.

$sel:alarmARN:Alarm', alarm_alarmARN - The Amazon Resource Name (ARN) of the alarm.

CustomizedMetricSpecification

data CustomizedMetricSpecification Source #

Represents a CloudWatch metric of your choosing for a target tracking scaling policy to use with Application Auto Scaling.

For information about the available metrics for a service, see Amazon Web Services Services That Publish CloudWatch Metrics in the Amazon CloudWatch User Guide.

To create your customized metric specification:

  • Add values for each required parameter from CloudWatch. You can use an existing metric, or a new metric that you create. To use your own metric, you must first publish the metric to CloudWatch. For more information, see Publish Custom Metrics in the Amazon CloudWatch User Guide.
  • Choose a metric that changes proportionally with capacity. The value of the metric should increase or decrease in inverse proportion to the number of capacity units. That is, the value of the metric should decrease when capacity increases, and increase when capacity decreases.

For more information about CloudWatch, see Amazon CloudWatch Concepts.

See: newCustomizedMetricSpecification smart constructor.

Instances

Instances details
Eq CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

Read CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

Show CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

Generic CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

Associated Types

type Rep CustomizedMetricSpecification :: Type -> Type #

NFData CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

Hashable CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

ToJSON CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

FromJSON CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

type Rep CustomizedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification

type Rep CustomizedMetricSpecification = D1 ('MetaData "CustomizedMetricSpecification" "Amazonka.ApplicationAutoScaling.Types.CustomizedMetricSpecification" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "CustomizedMetricSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDimension])) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MetricStatistic)))))

newCustomizedMetricSpecification Source #

Create a value of CustomizedMetricSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dimensions:CustomizedMetricSpecification', customizedMetricSpecification_dimensions - The dimensions of the metric.

Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.

$sel:unit:CustomizedMetricSpecification', customizedMetricSpecification_unit - The unit of the metric.

$sel:metricName:CustomizedMetricSpecification', customizedMetricSpecification_metricName - The name of the metric.

$sel:namespace:CustomizedMetricSpecification', customizedMetricSpecification_namespace - The namespace of the metric.

$sel:statistic:CustomizedMetricSpecification', customizedMetricSpecification_statistic - The statistic of the metric.

MetricDimension

data MetricDimension Source #

Describes the dimension names and values associated with a metric.

See: newMetricDimension smart constructor.

Constructors

MetricDimension' Text Text 

Instances

Instances details
Eq MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

Read MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

Show MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

Generic MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

Associated Types

type Rep MetricDimension :: Type -> Type #

NFData MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

Methods

rnf :: MetricDimension -> () #

Hashable MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

ToJSON MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

FromJSON MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

type Rep MetricDimension Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.MetricDimension

type Rep MetricDimension = D1 ('MetaData "MetricDimension" "Amazonka.ApplicationAutoScaling.Types.MetricDimension" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "MetricDimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMetricDimension Source #

Create a value of MetricDimension with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:MetricDimension', metricDimension_name - The name of the dimension.

$sel:value:MetricDimension', metricDimension_value - The value of the dimension.

PredefinedMetricSpecification

data PredefinedMetricSpecification Source #

Represents a predefined metric for a target tracking scaling policy to use with Application Auto Scaling.

Only the Amazon Web Services that you're using send metrics to Amazon CloudWatch. To determine whether a desired metric already exists by looking up its namespace and dimension using the CloudWatch metrics dashboard in the console, follow the procedure in Building dashboards with CloudWatch in the Application Auto Scaling User Guide.

See: newPredefinedMetricSpecification smart constructor.

Instances

Instances details
Eq PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

Read PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

Show PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

Generic PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

Associated Types

type Rep PredefinedMetricSpecification :: Type -> Type #

NFData PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

Hashable PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

ToJSON PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

FromJSON PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

type Rep PredefinedMetricSpecification Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification

type Rep PredefinedMetricSpecification = D1 ('MetaData "PredefinedMetricSpecification" "Amazonka.ApplicationAutoScaling.Types.PredefinedMetricSpecification" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "PredefinedMetricSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predefinedMetricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MetricType)))

newPredefinedMetricSpecification Source #

Create a value of PredefinedMetricSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceLabel:PredefinedMetricSpecification', predefinedMetricSpecification_resourceLabel - Identifies the resource associated with the metric type. You can't specify a resource label unless the metric type is ALBRequestCountPerTarget and there is a target group attached to the Spot Fleet request or ECS service.

You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:

app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff.

Where:

  • app/<load-balancer-name>/<load-balancer-id> is the final portion of the load balancer ARN
  • targetgroup/<target-group-name>/<target-group-id> is the final portion of the target group ARN.

To find the ARN for an Application Load Balancer, use the DescribeLoadBalancers API operation. To find the ARN for the target group, use the DescribeTargetGroups API operation.

$sel:predefinedMetricType:PredefinedMetricSpecification', predefinedMetricSpecification_predefinedMetricType - The metric type. The ALBRequestCountPerTarget metric type applies only to Spot Fleet requests and ECS services.

ScalableTarget

data ScalableTarget Source #

Represents a scalable target.

See: newScalableTarget smart constructor.

Instances

Instances details
Eq ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

Read ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

Show ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

Generic ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

Associated Types

type Rep ScalableTarget :: Type -> Type #

NFData ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

Methods

rnf :: ScalableTarget -> () #

Hashable ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

FromJSON ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

type Rep ScalableTarget Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTarget

type Rep ScalableTarget = D1 ('MetaData "ScalableTarget" "Amazonka.ApplicationAutoScaling.Types.ScalableTarget" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "ScalableTarget'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "suspendedState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuspendedState)) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension))) :*: ((S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newScalableTarget Source #

Create a value of ScalableTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:suspendedState:ScalableTarget', scalableTarget_suspendedState - Undocumented member.

$sel:serviceNamespace:ScalableTarget', scalableTarget_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

$sel:resourceId:ScalableTarget', scalableTarget_resourceId - The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:ScalableTarget', scalableTarget_scalableDimension - The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:minCapacity:ScalableTarget', scalableTarget_minCapacity - The minimum value to scale to in response to a scale-in activity.

$sel:maxCapacity:ScalableTarget', scalableTarget_maxCapacity - The maximum value to scale to in response to a scale-out activity.

$sel:roleARN:ScalableTarget', scalableTarget_roleARN - The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.

$sel:creationTime:ScalableTarget', scalableTarget_creationTime - The Unix timestamp for when the scalable target was created.

ScalableTargetAction

data ScalableTargetAction Source #

Represents the minimum and maximum capacity for a scheduled action.

See: newScalableTargetAction smart constructor.

Instances

Instances details
Eq ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

Read ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

Show ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

Generic ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

Associated Types

type Rep ScalableTargetAction :: Type -> Type #

NFData ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

Methods

rnf :: ScalableTargetAction -> () #

Hashable ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

ToJSON ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

FromJSON ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

type Rep ScalableTargetAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction

type Rep ScalableTargetAction = D1 ('MetaData "ScalableTargetAction" "Amazonka.ApplicationAutoScaling.Types.ScalableTargetAction" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "ScalableTargetAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newScalableTargetAction :: ScalableTargetAction Source #

Create a value of ScalableTargetAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxCapacity:ScalableTargetAction', scalableTargetAction_maxCapacity - The maximum capacity.

Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service Endpoints and Quotas in the Amazon Web Services General Reference.

$sel:minCapacity:ScalableTargetAction', scalableTargetAction_minCapacity - The minimum capacity.

For certain resources, the minimum value allowed is 0. This includes Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB clusters, EMR clusters, and custom resources. For all other resources, the minimum value allowed is 1.

ScalingActivity

data ScalingActivity Source #

Represents a scaling activity.

See: newScalingActivity smart constructor.

Instances

Instances details
Eq ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

Read ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

Show ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

Generic ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

Associated Types

type Rep ScalingActivity :: Type -> Type #

NFData ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

Methods

rnf :: ScalingActivity -> () #

Hashable ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

FromJSON ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

type Rep ScalingActivity Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingActivity

type Rep ScalingActivity = D1 ('MetaData "ScalingActivity" "Amazonka.ApplicationAutoScaling.Types.ScalingActivity" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "ScalingActivity'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace)))) :*: ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalingActivityStatusCode))))))

newScalingActivity Source #

Create a value of ScalingActivity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:statusMessage:ScalingActivity', scalingActivity_statusMessage - A simple message about the current status of the scaling activity.

$sel:endTime:ScalingActivity', scalingActivity_endTime - The Unix timestamp for when the scaling activity ended.

$sel:details:ScalingActivity', scalingActivity_details - The details about the scaling activity.

$sel:activityId:ScalingActivity', scalingActivity_activityId - The unique identifier of the scaling activity.

$sel:serviceNamespace:ScalingActivity', scalingActivity_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

$sel:resourceId:ScalingActivity', scalingActivity_resourceId - The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:ScalingActivity', scalingActivity_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:description:ScalingActivity', scalingActivity_description - A simple description of what action the scaling activity intends to accomplish.

$sel:cause:ScalingActivity', scalingActivity_cause - A simple description of what caused the scaling activity to happen.

$sel:startTime:ScalingActivity', scalingActivity_startTime - The Unix timestamp for when the scaling activity began.

$sel:statusCode:ScalingActivity', scalingActivity_statusCode - Indicates the status of the scaling activity.

ScalingPolicy

data ScalingPolicy Source #

Represents a scaling policy to use with Application Auto Scaling.

For more information about configuring scaling policies for a specific service, see Getting started with Application Auto Scaling in the Application Auto Scaling User Guide.

See: newScalingPolicy smart constructor.

Instances

Instances details
Eq ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

Read ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

Show ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

Generic ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

Associated Types

type Rep ScalingPolicy :: Type -> Type #

NFData ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

Methods

rnf :: ScalingPolicy -> () #

Hashable ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

FromJSON ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

type Rep ScalingPolicy Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScalingPolicy

type Rep ScalingPolicy = D1 ('MetaData "ScalingPolicy" "Amazonka.ApplicationAutoScaling.Types.ScalingPolicy" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "ScalingPolicy'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "targetTrackingScalingPolicyConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetTrackingScalingPolicyConfiguration)) :*: S1 ('MetaSel ('Just "stepScalingPolicyConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepScalingPolicyConfiguration))) :*: (S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alarm])) :*: (S1 ('MetaSel ('Just "policyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalableDimension) :*: (S1 ('MetaSel ('Just "policyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PolicyType) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newScalingPolicy Source #

Create a value of ScalingPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:targetTrackingScalingPolicyConfiguration:ScalingPolicy', scalingPolicy_targetTrackingScalingPolicyConfiguration - A target tracking scaling policy.

$sel:stepScalingPolicyConfiguration:ScalingPolicy', scalingPolicy_stepScalingPolicyConfiguration - A step scaling policy.

$sel:alarms:ScalingPolicy', scalingPolicy_alarms - The CloudWatch alarms associated with the scaling policy.

$sel:policyARN:ScalingPolicy', scalingPolicy_policyARN - The Amazon Resource Name (ARN) of the scaling policy.

$sel:policyName:ScalingPolicy', scalingPolicy_policyName - The name of the scaling policy.

$sel:serviceNamespace:ScalingPolicy', scalingPolicy_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

$sel:resourceId:ScalingPolicy', scalingPolicy_resourceId - The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:scalableDimension:ScalingPolicy', scalingPolicy_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:policyType:ScalingPolicy', scalingPolicy_policyType - The scaling policy type.

$sel:creationTime:ScalingPolicy', scalingPolicy_creationTime - The Unix timestamp for when the scaling policy was created.

ScheduledAction

data ScheduledAction Source #

Represents a scheduled action.

See: newScheduledAction smart constructor.

Instances

Instances details
Eq ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

Read ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

Show ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

Generic ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

Associated Types

type Rep ScheduledAction :: Type -> Type #

NFData ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

Methods

rnf :: ScheduledAction -> () #

Hashable ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

FromJSON ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

type Rep ScheduledAction Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.ScheduledAction

type Rep ScheduledAction = D1 ('MetaData "ScheduledAction" "Amazonka.ApplicationAutoScaling.Types.ScheduledAction" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "ScheduledAction'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "scalableDimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalableDimension)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "scalableTargetAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalableTargetAction)) :*: S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "scheduledActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "scheduledActionARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceNamespace))) :*: (S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newScheduledAction Source #

Create a value of ScheduledAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scalableDimension:ScheduledAction', scheduledAction_scalableDimension - The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

  • ecs:service:DesiredCount - The desired task count of an ECS service.
  • elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group.
  • ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot Fleet.
  • appstream:fleet:DesiredCapacity - The desired capacity of an AppStream 2.0 fleet.
  • dynamodb:table:ReadCapacityUnits - The provisioned read capacity for a DynamoDB table.
  • dynamodb:table:WriteCapacityUnits - The provisioned write capacity for a DynamoDB table.
  • dynamodb:index:ReadCapacityUnits - The provisioned read capacity for a DynamoDB global secondary index.
  • dynamodb:index:WriteCapacityUnits - The provisioned write capacity for a DynamoDB global secondary index.
  • rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
  • sagemaker:variant:DesiredInstanceCount - The number of EC2 instances for an SageMaker model endpoint variant.
  • custom-resource:ResourceType:Property - The scalable dimension for a custom resource provided by your own application or service.
  • comprehend:document-classifier-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend document classification endpoint.
  • comprehend:entity-recognizer-endpoint:DesiredInferenceUnits - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
  • lambda:function:ProvisionedConcurrency - The provisioned concurrency for a Lambda function.
  • cassandra:table:ReadCapacityUnits - The provisioned read capacity for an Amazon Keyspaces table.
  • cassandra:table:WriteCapacityUnits - The provisioned write capacity for an Amazon Keyspaces table.
  • kafka:broker-storage:VolumeSize - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
  • elasticache:replication-group:NodeGroups - The number of node groups for an Amazon ElastiCache replication group.
  • elasticache:replication-group:Replicas - The number of replicas per node group for an Amazon ElastiCache replication group.
  • neptune:cluster:ReadReplicaCount - The count of read replicas in an Amazon Neptune DB cluster.

$sel:startTime:ScheduledAction', scheduledAction_startTime - The date and time that the action is scheduled to begin, in UTC.

$sel:endTime:ScheduledAction', scheduledAction_endTime - The date and time that the action is scheduled to end, in UTC.

$sel:scalableTargetAction:ScheduledAction', scheduledAction_scalableTargetAction - The new minimum and maximum capacity. You can set both values or just one. At the scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling scales in to the maximum capacity.

$sel:timezone:ScheduledAction', scheduledAction_timezone - The time zone used when referring to the date and time of a scheduled action, when the scheduled action uses an at or cron expression.

$sel:scheduledActionName:ScheduledAction', scheduledAction_scheduledActionName - The name of the scheduled action.

$sel:scheduledActionARN:ScheduledAction', scheduledAction_scheduledActionARN - The Amazon Resource Name (ARN) of the scheduled action.

$sel:serviceNamespace:ScheduledAction', scheduledAction_serviceNamespace - The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

$sel:schedule:ScheduledAction', scheduledAction_schedule - The schedule for this action. The following formats are supported:

  • At expressions - "at(yyyy-mm-ddThh:mm:ss)"
  • Rate expressions - "rate(value unit)"
  • Cron expressions - "cron(fields)"

At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.

At and cron expressions use Universal Coordinated Time (UTC) by default.

The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].

For rate expressions, value is a positive integer and unit is minute | minutes | hour | hours | day | days.

For more information and examples, see Example scheduled actions for Application Auto Scaling in the Application Auto Scaling User Guide.

$sel:resourceId:ScheduledAction', scheduledAction_resourceId - The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

  • ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: service/default/sample-webapp.
  • Spot Fleet - The resource type is spot-fleet-request and the unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
  • EMR cluster - The resource type is instancegroup and the unique identifier is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0.
  • AppStream 2.0 fleet - The resource type is fleet and the unique identifier is the fleet name. Example: fleet/sample-fleet.
  • DynamoDB table - The resource type is table and the unique identifier is the table name. Example: table/my-table.
  • DynamoDB global secondary index - The resource type is index and the unique identifier is the index name. Example: table/my-table/index/my-table-index.
  • Aurora DB cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:my-db-cluster.
  • SageMaker endpoint variant - The resource type is variant and the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering.
  • Custom resources are not supported with a resource type. This parameter must specify the OutputValue from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our GitHub repository.
  • Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE.
  • Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE.
  • Lambda provisioned concurrency - The resource type is function and the unique identifier is the function name with a function version or alias name suffix that is not $LATEST. Example: function:my-function:prod or function:my-function:1.
  • Amazon Keyspaces table - The resource type is table and the unique identifier is the table name. Example: keyspace/mykeyspace/table/mytable.
  • Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5.
  • Amazon ElastiCache replication group - The resource type is replication-group and the unique identifier is the replication group name. Example: replication-group/mycluster.
  • Neptune cluster - The resource type is cluster and the unique identifier is the cluster name. Example: cluster:mycluster.

$sel:creationTime:ScheduledAction', scheduledAction_creationTime - The date and time that the scheduled action was created.

StepAdjustment

data StepAdjustment Source #

Represents a step adjustment for a StepScalingPolicyConfiguration. Describes an adjustment based on the difference between the value of the aggregated CloudWatch metric and the breach threshold that you've defined for the alarm.

For the following examples, suppose that you have an alarm with a breach threshold of 50:

  • To trigger the adjustment when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.
  • To trigger the adjustment when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.

There are a few rules for the step adjustments for your step policy:

  • The ranges of your step adjustments can't overlap or have a gap.
  • At most one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound.
  • At most one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound.
  • The upper and lower bound can't be null in the same step adjustment.

See: newStepAdjustment smart constructor.

Instances

Instances details
Eq StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

Read StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

Show StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

Generic StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

Associated Types

type Rep StepAdjustment :: Type -> Type #

NFData StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

Methods

rnf :: StepAdjustment -> () #

Hashable StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

ToJSON StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

FromJSON StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

type Rep StepAdjustment Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepAdjustment

type Rep StepAdjustment = D1 ('MetaData "StepAdjustment" "Amazonka.ApplicationAutoScaling.Types.StepAdjustment" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "StepAdjustment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricIntervalLowerBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "metricIntervalUpperBound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "scalingAdjustment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStepAdjustment Source #

Create a value of StepAdjustment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:metricIntervalLowerBound:StepAdjustment', stepAdjustment_metricIntervalLowerBound - The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity.

$sel:metricIntervalUpperBound:StepAdjustment', stepAdjustment_metricIntervalUpperBound - The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity.

The upper bound must be greater than the lower bound.

$sel:scalingAdjustment:StepAdjustment', stepAdjustment_scalingAdjustment - The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a positive value.

StepScalingPolicyConfiguration

data StepScalingPolicyConfiguration Source #

Represents a step scaling policy configuration to use with Application Auto Scaling.

See: newStepScalingPolicyConfiguration smart constructor.

Instances

Instances details
Eq StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

Read StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

Show StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

Generic StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

Associated Types

type Rep StepScalingPolicyConfiguration :: Type -> Type #

NFData StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

Hashable StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

ToJSON StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

FromJSON StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

type Rep StepScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration

type Rep StepScalingPolicyConfiguration = D1 ('MetaData "StepScalingPolicyConfiguration" "Amazonka.ApplicationAutoScaling.Types.StepScalingPolicyConfiguration" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "StepScalingPolicyConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stepAdjustments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StepAdjustment])) :*: S1 ('MetaSel ('Just "adjustmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdjustmentType))) :*: (S1 ('MetaSel ('Just "cooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "metricAggregationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricAggregationType)) :*: S1 ('MetaSel ('Just "minAdjustmentMagnitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newStepScalingPolicyConfiguration :: StepScalingPolicyConfiguration Source #

Create a value of StepScalingPolicyConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stepAdjustments:StepScalingPolicyConfiguration', stepScalingPolicyConfiguration_stepAdjustments - A set of adjustments that enable you to scale based on the size of the alarm breach.

At least one step adjustment is required if you are adding a new step scaling policy configuration.

$sel:adjustmentType:StepScalingPolicyConfiguration', stepScalingPolicyConfiguration_adjustmentType - Specifies how the ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

AdjustmentType is required if you are adding a new step scaling policy configuration.

$sel:cooldown:StepScalingPolicyConfiguration', stepScalingPolicyConfiguration_cooldown - The amount of time, in seconds, to wait for a previous scaling activity to take effect.

With scale-out policies, the intention is to continuously (but not excessively) scale out. After Application Auto Scaling successfully scales out using a step scaling policy, it starts to calculate the cooldown time. The scaling policy won't increase the desired capacity again unless either a larger scale out is triggered or the cooldown period ends. While the cooldown period is in effect, capacity added by the initiating scale-out activity is calculated as part of the desired capacity for the next scale-out activity. For example, when an alarm triggers a step scaling policy to increase the capacity by 2, the scaling activity completes successfully, and a cooldown period starts. If the alarm triggers again during the cooldown period but at a more aggressive step adjustment of 3, the previous increase of 2 is considered part of the current capacity. Therefore, only 1 is added to the capacity.

With scale-in policies, the intention is to scale in conservatively to protect your application’s availability, so scale-in activities are blocked until the cooldown period has expired. However, if another alarm triggers a scale-out activity during the cooldown period after a scale-in activity, Application Auto Scaling scales out the target immediately. In this case, the cooldown period for the scale-in activity stops and doesn't complete.

Application Auto Scaling provides a default value of 600 for Amazon ElastiCache replication groups and a default value of 300 for the following scalable targets:

  • AppStream 2.0 fleets
  • Aurora DB clusters
  • ECS services
  • EMR clusters
  • Neptune clusters
  • SageMaker endpoint variants
  • Spot Fleets
  • Custom resources

For all other scalable targets, the default value is 0:

  • Amazon Comprehend document classification and entity recognizer endpoints
  • DynamoDB tables and global secondary indexes
  • Amazon Keyspaces tables
  • Lambda provisioned concurrency
  • Amazon MSK broker storage

$sel:metricAggregationType:StepScalingPolicyConfiguration', stepScalingPolicyConfiguration_metricAggregationType - The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average.

$sel:minAdjustmentMagnitude:StepScalingPolicyConfiguration', stepScalingPolicyConfiguration_minAdjustmentMagnitude - The minimum value to scale by when the adjustment type is PercentChangeInCapacity. For example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a MinAdjustmentMagnitude of 2. If the service has 4 tasks and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude of 2, Application Auto Scaling scales out the service by 2 tasks.

SuspendedState

data SuspendedState Source #

Specifies whether the scaling activities for a scalable target are in a suspended state.

See: newSuspendedState smart constructor.

Instances

Instances details
Eq SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

Read SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

Show SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

Generic SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

Associated Types

type Rep SuspendedState :: Type -> Type #

NFData SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

Methods

rnf :: SuspendedState -> () #

Hashable SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

ToJSON SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

FromJSON SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

type Rep SuspendedState Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.SuspendedState

type Rep SuspendedState = D1 ('MetaData "SuspendedState" "Amazonka.ApplicationAutoScaling.Types.SuspendedState" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "SuspendedState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dynamicScalingInSuspended") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "scheduledScalingSuspended") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dynamicScalingOutSuspended") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newSuspendedState :: SuspendedState Source #

Create a value of SuspendedState with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dynamicScalingInSuspended:SuspendedState', suspendedState_dynamicScalingInSuspended - Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is false.

$sel:scheduledScalingSuspended:SuspendedState', suspendedState_scheduledScalingSuspended - Whether scheduled scaling is suspended. Set the value to true if you don't want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is false.

$sel:dynamicScalingOutSuspended:SuspendedState', suspendedState_dynamicScalingOutSuspended - Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is false.

TargetTrackingScalingPolicyConfiguration

data TargetTrackingScalingPolicyConfiguration Source #

Represents a target tracking scaling policy configuration to use with Application Auto Scaling.

See: newTargetTrackingScalingPolicyConfiguration smart constructor.

Instances

Instances details
Eq TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

Read TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

Show TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

Generic TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

NFData TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

Hashable TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

ToJSON TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

FromJSON TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

type Rep TargetTrackingScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration

type Rep TargetTrackingScalingPolicyConfiguration = D1 ('MetaData "TargetTrackingScalingPolicyConfiguration" "Amazonka.ApplicationAutoScaling.Types.TargetTrackingScalingPolicyConfiguration" "libZSservicesZSamazonka-application-autoscalingZSamazonka-application-autoscaling" 'False) (C1 ('MetaCons "TargetTrackingScalingPolicyConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "predefinedMetricSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredefinedMetricSpecification)) :*: (S1 ('MetaSel ('Just "scaleInCooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "customizedMetricSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomizedMetricSpecification)))) :*: (S1 ('MetaSel ('Just "disableScaleIn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "scaleOutCooldown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "targetValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))))

newTargetTrackingScalingPolicyConfiguration Source #

Create a value of TargetTrackingScalingPolicyConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:predefinedMetricSpecification:TargetTrackingScalingPolicyConfiguration', targetTrackingScalingPolicyConfiguration_predefinedMetricSpecification - A predefined metric. You can specify either a predefined metric or a customized metric.

$sel:scaleInCooldown:TargetTrackingScalingPolicyConfiguration', targetTrackingScalingPolicyConfiguration_scaleInCooldown - The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.

With the scale-in cooldown period, the intention is to scale in conservatively to protect your application’s availability, so scale-in activities are blocked until the cooldown period has expired. However, if another alarm triggers a scale-out activity during the scale-in cooldown period, Application Auto Scaling scales out the target immediately. In this case, the scale-in cooldown period stops and doesn't complete.

Application Auto Scaling provides a default value of 600 for Amazon ElastiCache replication groups and a default value of 300 for the following scalable targets:

  • AppStream 2.0 fleets
  • Aurora DB clusters
  • ECS services
  • EMR clusters
  • Neptune clusters
  • SageMaker endpoint variants
  • Spot Fleets
  • Custom resources

For all other scalable targets, the default value is 0:

  • Amazon Comprehend document classification and entity recognizer endpoints
  • DynamoDB tables and global secondary indexes
  • Amazon Keyspaces tables
  • Lambda provisioned concurrency
  • Amazon MSK broker storage

$sel:customizedMetricSpecification:TargetTrackingScalingPolicyConfiguration', targetTrackingScalingPolicyConfiguration_customizedMetricSpecification - A customized metric. You can specify either a predefined metric or a customized metric.

$sel:disableScaleIn:TargetTrackingScalingPolicyConfiguration', targetTrackingScalingPolicyConfiguration_disableScaleIn - Indicates whether scale in by the target tracking scaling policy is disabled. If the value is true, scale in is disabled and the target tracking scaling policy won't remove capacity from the scalable target. Otherwise, scale in is enabled and the target tracking scaling policy can remove capacity from the scalable target. The default value is false.

$sel:scaleOutCooldown:TargetTrackingScalingPolicyConfiguration', targetTrackingScalingPolicyConfiguration_scaleOutCooldown - The amount of time, in seconds, to wait for a previous scale-out activity to take effect.

With the scale-out cooldown period, the intention is to continuously (but not excessively) scale out. After Application Auto Scaling successfully scales out using a target tracking scaling policy, it starts to calculate the cooldown time. The scaling policy won't increase the desired capacity again unless either a larger scale out is triggered or the cooldown period ends. While the cooldown period is in effect, the capacity added by the initiating scale-out activity is calculated as part of the desired capacity for the next scale-out activity.

Application Auto Scaling provides a default value of 600 for Amazon ElastiCache replication groups and a default value of 300 for the following scalable targets:

  • AppStream 2.0 fleets
  • Aurora DB clusters
  • ECS services
  • EMR clusters
  • Neptune clusters
  • SageMaker endpoint variants
  • Spot Fleets
  • Custom resources

For all other scalable targets, the default value is 0:

  • Amazon Comprehend document classification and entity recognizer endpoints
  • DynamoDB tables and global secondary indexes
  • Amazon Keyspaces tables
  • Lambda provisioned concurrency
  • Amazon MSK broker storage

$sel:targetValue:TargetTrackingScalingPolicyConfiguration', targetTrackingScalingPolicyConfiguration_targetValue - The target value for the metric. Although this property accepts numbers of type Double, it won't accept values that are either too small or too large. Values must be in the range of -2^360 to 2^360. The value must be a valid number based on the choice of metric. For example, if the metric is CPU utilization, then the target value is a percent value that represents how much of the CPU can be used before scaling out.