amazonka-application-autoscaling-1.5.0: Amazon Application Auto Scaling SDK.

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

Network.AWS.ApplicationAutoScaling.DescribeScalingPolicies

Contents

Description

Describes the scaling policies for the specified service namespace.

You can filter the results using the ResourceId , ScalableDimension , and PolicyNames parameters.

To create a scaling policy or update an existing one, see PutScalingPolicy . If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy .

This operation returns paginated results.

Synopsis

Creating a Request

describeScalingPolicies Source #

Creates a value of DescribeScalingPolicies with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dPolicyNames - The names of the scaling policies to describe.
  • dScalableDimension - 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. * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request. * elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group. * 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.
  • dResourceId - The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID. * ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: servicedefaultsample-webapp . * Spot fleet request - 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: instancegroupj-2EEZNYKUA1NTVig-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 resource ID. Example: table/my-table . * DynamoDB global secondary index - The resource type is index and the unique identifier is the resource ID. Example: tablemy-tableindex/my-table-index .
  • dNextToken - The token for the next set of results.
  • dMaxResults - The maximum number of scalable target 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.
  • dServiceNamespace - The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference .

data DescribeScalingPolicies Source #

See: describeScalingPolicies smart constructor.

Instances

Eq DescribeScalingPolicies Source # 
Data DescribeScalingPolicies Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeScalingPolicies -> c DescribeScalingPolicies #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeScalingPolicies #

toConstr :: DescribeScalingPolicies -> Constr #

dataTypeOf :: DescribeScalingPolicies -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeScalingPolicies) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeScalingPolicies) #

gmapT :: (forall b. Data b => b -> b) -> DescribeScalingPolicies -> DescribeScalingPolicies #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeScalingPolicies -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeScalingPolicies -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeScalingPolicies -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeScalingPolicies -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeScalingPolicies -> m DescribeScalingPolicies #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeScalingPolicies -> m DescribeScalingPolicies #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeScalingPolicies -> m DescribeScalingPolicies #

Read DescribeScalingPolicies Source # 
Show DescribeScalingPolicies Source # 
Generic DescribeScalingPolicies Source # 
Hashable DescribeScalingPolicies Source # 
ToJSON DescribeScalingPolicies Source # 
NFData DescribeScalingPolicies Source # 

Methods

rnf :: DescribeScalingPolicies -> () #

AWSPager DescribeScalingPolicies Source # 
AWSRequest DescribeScalingPolicies Source # 
ToQuery DescribeScalingPolicies Source # 
ToPath DescribeScalingPolicies Source # 
ToHeaders DescribeScalingPolicies Source # 
type Rep DescribeScalingPolicies Source # 
type Rep DescribeScalingPolicies = D1 (MetaData "DescribeScalingPolicies" "Network.AWS.ApplicationAutoScaling.DescribeScalingPolicies" "amazonka-application-autoscaling-1.5.0-5iC3R6sr9ynHfFcA2WGqDZ" False) (C1 (MetaCons "DescribeScalingPolicies'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dPolicyNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_dScalableDimension") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ScalableDimension))) (S1 (MetaSel (Just Symbol "_dResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_dNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_dServiceNamespace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ServiceNamespace))))))
type Rs DescribeScalingPolicies Source # 

Request Lenses

dPolicyNames :: Lens' DescribeScalingPolicies [Text] Source #

The names of the scaling policies to describe.

dScalableDimension :: Lens' DescribeScalingPolicies (Maybe ScalableDimension) Source #

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. * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot fleet request. * elasticmapreduce:instancegroup:InstanceCount - The instance count of an EMR Instance Group. * 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.

dResourceId :: Lens' DescribeScalingPolicies (Maybe Text) Source #

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier. If you specify a scalable dimension, you must also specify a resource ID. * ECS service - The resource type is service and the unique identifier is the cluster name and service name. Example: servicedefaultsample-webapp . * Spot fleet request - 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: instancegroupj-2EEZNYKUA1NTVig-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 resource ID. Example: table/my-table . * DynamoDB global secondary index - The resource type is index and the unique identifier is the resource ID. Example: tablemy-tableindex/my-table-index .

dNextToken :: Lens' DescribeScalingPolicies (Maybe Text) Source #

The token for the next set of results.

dMaxResults :: Lens' DescribeScalingPolicies (Maybe Int) Source #

The maximum number of scalable target 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.

dServiceNamespace :: Lens' DescribeScalingPolicies ServiceNamespace Source #

The namespace of the AWS service. For more information, see AWS Service Namespaces in the Amazon Web Services General Reference .

Destructuring the Response

describeScalingPoliciesResponse Source #

Creates a value of DescribeScalingPoliciesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeScalingPoliciesResponse Source #

See: describeScalingPoliciesResponse smart constructor.

Instances

Eq DescribeScalingPoliciesResponse Source # 
Data DescribeScalingPoliciesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeScalingPoliciesResponse -> c DescribeScalingPoliciesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeScalingPoliciesResponse #

toConstr :: DescribeScalingPoliciesResponse -> Constr #

dataTypeOf :: DescribeScalingPoliciesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeScalingPoliciesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeScalingPoliciesResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeScalingPoliciesResponse -> DescribeScalingPoliciesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeScalingPoliciesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeScalingPoliciesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeScalingPoliciesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeScalingPoliciesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeScalingPoliciesResponse -> m DescribeScalingPoliciesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeScalingPoliciesResponse -> m DescribeScalingPoliciesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeScalingPoliciesResponse -> m DescribeScalingPoliciesResponse #

Read DescribeScalingPoliciesResponse Source # 
Show DescribeScalingPoliciesResponse Source # 
Generic DescribeScalingPoliciesResponse Source # 
NFData DescribeScalingPoliciesResponse Source # 
type Rep DescribeScalingPoliciesResponse Source # 
type Rep DescribeScalingPoliciesResponse = D1 (MetaData "DescribeScalingPoliciesResponse" "Network.AWS.ApplicationAutoScaling.DescribeScalingPolicies" "amazonka-application-autoscaling-1.5.0-5iC3R6sr9ynHfFcA2WGqDZ" False) (C1 (MetaCons "DescribeScalingPoliciesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_drsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_drsScalingPolicies") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ScalingPolicy]))) (S1 (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

drsNextToken :: Lens' DescribeScalingPoliciesResponse (Maybe Text) Source #

The token required to get the next set of results. This value is null if there are no more results to return.