amazonka-autoscaling-2.0: Amazon Auto Scaling SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AutoScaling.DeleteLifecycleHook

Description

Deletes the specified lifecycle hook.

If there are any outstanding lifecycle actions, they are completed first (ABANDON for launching instances, CONTINUE for terminating instances).

Synopsis

Creating a Request

data DeleteLifecycleHook Source #

See: newDeleteLifecycleHook smart constructor.

Constructors

DeleteLifecycleHook' 

Fields

Instances

Instances details
ToHeaders DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

ToPath DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

ToQuery DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

AWSRequest DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Associated Types

type AWSResponse DeleteLifecycleHook #

Generic DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Associated Types

type Rep DeleteLifecycleHook :: Type -> Type #

Read DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Show DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

NFData DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Methods

rnf :: DeleteLifecycleHook -> () #

Eq DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Hashable DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type AWSResponse DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type Rep DeleteLifecycleHook Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type Rep DeleteLifecycleHook = D1 ('MetaData "DeleteLifecycleHook" "Amazonka.AutoScaling.DeleteLifecycleHook" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "DeleteLifecycleHook'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lifecycleHookName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLifecycleHook Source #

Create a value of DeleteLifecycleHook 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:

DeleteLifecycleHook, deleteLifecycleHook_lifecycleHookName - The name of the lifecycle hook.

DeleteLifecycleHook, deleteLifecycleHook_autoScalingGroupName - The name of the Auto Scaling group.

Request Lenses

Destructuring the Response

data DeleteLifecycleHookResponse Source #

See: newDeleteLifecycleHookResponse smart constructor.

Constructors

DeleteLifecycleHookResponse' 

Fields

Instances

Instances details
Generic DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Associated Types

type Rep DeleteLifecycleHookResponse :: Type -> Type #

Read DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Show DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

NFData DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

Eq DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type Rep DeleteLifecycleHookResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLifecycleHook

type Rep DeleteLifecycleHookResponse = D1 ('MetaData "DeleteLifecycleHookResponse" "Amazonka.AutoScaling.DeleteLifecycleHook" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "DeleteLifecycleHookResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLifecycleHookResponse Source #

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

Response Lenses