libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness
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.Route53RecoveryReadiness.DeleteCell

Description

Deletes an existing Cell.

Synopsis

Creating a Request

data DeleteCell Source #

See: newDeleteCell smart constructor.

Constructors

DeleteCell' 

Fields

Instances

Instances details
Eq DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Read DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Generic DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCell :: Type -> Type #

NFData DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCell -> () #

Hashable DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

AWSRequest DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type AWSResponse DeleteCell #

ToHeaders DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

toHeaders :: DeleteCell -> [Header] #

ToPath DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

ToQuery DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCell = D1 ('MetaData "DeleteCell" "Amazonka.Route53RecoveryReadiness.DeleteCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "DeleteCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

newDeleteCell Source #

Create a value of DeleteCell 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:cellName:DeleteCell', deleteCell_cellName - The Cell to delete

Request Lenses

Destructuring the Response

data DeleteCellResponse Source #

See: newDeleteCellResponse smart constructor.

Constructors

DeleteCellResponse' 

Instances

Instances details
Eq DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Read DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Generic DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCellResponse :: Type -> Type #

NFData DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCellResponse -> () #

type Rep DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCellResponse = D1 ('MetaData "DeleteCellResponse" "Amazonka.Route53RecoveryReadiness.DeleteCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "DeleteCellResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteCellResponse :: DeleteCellResponse Source #

Create a value of DeleteCellResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.