libZSservicesZSamazonka-autoscaling-plansZSamazonka-autoscaling-plans
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.AutoScalingPlans.DescribeScalingPlanResources

Description

Describes the scalable resources in the specified scaling plan.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeScalingPlanResources Source #

See: newDescribeScalingPlanResources smart constructor.

Constructors

DescribeScalingPlanResources' 

Fields

Instances

Instances details
Eq DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Read DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Show DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Generic DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Associated Types

type Rep DescribeScalingPlanResources :: Type -> Type #

NFData DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Hashable DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

ToJSON DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

AWSPager DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

AWSRequest DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

ToHeaders DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

ToPath DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

ToQuery DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResources = D1 ('MetaData "DescribeScalingPlanResources" "Amazonka.AutoScalingPlans.DescribeScalingPlanResources" "libZSservicesZSamazonka-autoscaling-plansZSamazonka-autoscaling-plans" 'False) (C1 ('MetaCons "DescribeScalingPlanResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "scalingPlanName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalingPlanVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))
type AWSResponse DescribeScalingPlanResources Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

newDescribeScalingPlanResources Source #

Create a value of DescribeScalingPlanResources 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:DescribeScalingPlanResources', describeScalingPlanResources_nextToken - The token for the next set of results.

$sel:maxResults:DescribeScalingPlanResources', describeScalingPlanResources_maxResults - The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.

$sel:scalingPlanName:DescribeScalingPlanResources', describeScalingPlanResources_scalingPlanName - The name of the scaling plan.

$sel:scalingPlanVersion:DescribeScalingPlanResources', describeScalingPlanResources_scalingPlanVersion - The version number of the scaling plan. Currently, the only valid value is 1.

Request Lenses

describeScalingPlanResources_maxResults :: Lens' DescribeScalingPlanResources (Maybe Int) Source #

The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.

describeScalingPlanResources_scalingPlanVersion :: Lens' DescribeScalingPlanResources Integer Source #

The version number of the scaling plan. Currently, the only valid value is 1.

Destructuring the Response

data DescribeScalingPlanResourcesResponse Source #

Constructors

DescribeScalingPlanResourcesResponse' 

Fields

Instances

Instances details
Eq DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Read DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Show DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

Generic DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

NFData DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResourcesResponse = D1 ('MetaData "DescribeScalingPlanResourcesResponse" "Amazonka.AutoScalingPlans.DescribeScalingPlanResources" "libZSservicesZSamazonka-autoscaling-plansZSamazonka-autoscaling-plans" 'False) (C1 ('MetaCons "DescribeScalingPlanResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scalingPlanResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScalingPlanResource])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeScalingPlanResourcesResponse Source #

Create a value of DescribeScalingPlanResourcesResponse 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:DescribeScalingPlanResources', describeScalingPlanResourcesResponse_nextToken - The token required to get the next set of results. This value is null if there are no more results to return.

$sel:scalingPlanResources:DescribeScalingPlanResourcesResponse', describeScalingPlanResourcesResponse_scalingPlanResources - Information about the scalable resources.

$sel:httpStatus:DescribeScalingPlanResourcesResponse', describeScalingPlanResourcesResponse_httpStatus - The response's http status code.

Response Lenses

describeScalingPlanResourcesResponse_nextToken :: Lens' DescribeScalingPlanResourcesResponse (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.