libZSservicesZSamazonka-autoscalingZSamazonka-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.AutoScaling.DescribeWarmPool

Description

Gets information about a warm pool and its instances.

For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Synopsis

Creating a Request

data DescribeWarmPool Source #

See: newDescribeWarmPool smart constructor.

Constructors

DescribeWarmPool' 

Fields

Instances

Instances details
Eq DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Read DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Show DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Generic DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Associated Types

type Rep DescribeWarmPool :: Type -> Type #

NFData DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Methods

rnf :: DescribeWarmPool -> () #

Hashable DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

AWSRequest DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Associated Types

type AWSResponse DescribeWarmPool #

ToHeaders DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

ToPath DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

ToQuery DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPool = D1 ('MetaData "DescribeWarmPool" "Amazonka.AutoScaling.DescribeWarmPool" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeWarmPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

newDescribeWarmPool Source #

Create a value of DescribeWarmPool 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:DescribeWarmPool', describeWarmPool_nextToken - The token for the next set of instances to return. (You received this token from a previous call.)

$sel:maxRecords:DescribeWarmPool', describeWarmPool_maxRecords - The maximum number of instances to return with this call. The maximum value is 50.

$sel:autoScalingGroupName:DescribeWarmPool', describeWarmPool_autoScalingGroupName - The name of the Auto Scaling group.

Request Lenses

describeWarmPool_nextToken :: Lens' DescribeWarmPool (Maybe Text) Source #

The token for the next set of instances to return. (You received this token from a previous call.)

describeWarmPool_maxRecords :: Lens' DescribeWarmPool (Maybe Int) Source #

The maximum number of instances to return with this call. The maximum value is 50.

Destructuring the Response

data DescribeWarmPoolResponse Source #

See: newDescribeWarmPoolResponse smart constructor.

Constructors

DescribeWarmPoolResponse' 

Fields

Instances

Instances details
Eq DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Read DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Show DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Generic DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

Associated Types

type Rep DescribeWarmPoolResponse :: Type -> Type #

NFData DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DescribeWarmPool

type Rep DescribeWarmPoolResponse = D1 ('MetaData "DescribeWarmPoolResponse" "Amazonka.AutoScaling.DescribeWarmPool" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DescribeWarmPoolResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Instance]))) :*: (S1 ('MetaSel ('Just "warmPoolConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeWarmPoolResponse Source #

Create a value of DescribeWarmPoolResponse 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:DescribeWarmPool', describeWarmPoolResponse_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:instances:DescribeWarmPoolResponse', describeWarmPoolResponse_instances - The instances that are currently in the warm pool.

$sel:warmPoolConfiguration:DescribeWarmPoolResponse', describeWarmPoolResponse_warmPoolConfiguration - The warm pool configuration details.

$sel:httpStatus:DescribeWarmPoolResponse', describeWarmPoolResponse_httpStatus - The response's http status code.

Response Lenses

describeWarmPoolResponse_nextToken :: Lens' DescribeWarmPoolResponse (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a previous call.)

describeWarmPoolResponse_instances :: Lens' DescribeWarmPoolResponse (Maybe [Instance]) Source #

The instances that are currently in the warm pool.