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.DeleteWarmPool

Description

Deletes the warm pool for the specified Auto Scaling group.

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

Synopsis

Creating a Request

data DeleteWarmPool Source #

See: newDeleteWarmPool smart constructor.

Constructors

DeleteWarmPool' 

Fields

  • forceDelete :: Maybe Bool

    Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.

  • autoScalingGroupName :: Text

    The name of the Auto Scaling group.

Instances

Instances details
Eq DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Read DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Show DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Generic DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Associated Types

type Rep DeleteWarmPool :: Type -> Type #

NFData DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Methods

rnf :: DeleteWarmPool -> () #

Hashable DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

AWSRequest DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Associated Types

type AWSResponse DeleteWarmPool #

ToHeaders DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

ToPath DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

ToQuery DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

type Rep DeleteWarmPool Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

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

Defined in Amazonka.AutoScaling.DeleteWarmPool

newDeleteWarmPool Source #

Create a value of DeleteWarmPool 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:forceDelete:DeleteWarmPool', deleteWarmPool_forceDelete - Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.

$sel:autoScalingGroupName:DeleteWarmPool', deleteWarmPool_autoScalingGroupName - The name of the Auto Scaling group.

Request Lenses

deleteWarmPool_forceDelete :: Lens' DeleteWarmPool (Maybe Bool) Source #

Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.

Destructuring the Response

data DeleteWarmPoolResponse Source #

See: newDeleteWarmPoolResponse smart constructor.

Constructors

DeleteWarmPoolResponse' 

Fields

Instances

Instances details
Eq DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Read DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Show DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Generic DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Associated Types

type Rep DeleteWarmPoolResponse :: Type -> Type #

NFData DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

Methods

rnf :: DeleteWarmPoolResponse -> () #

type Rep DeleteWarmPoolResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteWarmPool

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

newDeleteWarmPoolResponse Source #

Create a value of DeleteWarmPoolResponse 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:DeleteWarmPoolResponse', deleteWarmPoolResponse_httpStatus - The response's http status code.

Response Lenses