amazonka-route53-recovery-readiness-2.0: Amazon Route53 Recovery Readiness 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.Route53RecoveryReadiness.DeleteCell

Description

Delete a cell. When successful, the response code is 204, with no response body.

Synopsis

Creating a Request

data DeleteCell Source #

See: newDeleteCell smart constructor.

Constructors

DeleteCell' 

Fields

Instances

Instances details
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

AWSRequest DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type AWSResponse DeleteCell #

Generic DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCell :: Type -> Type #

Read DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

NFData DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCell -> () #

Eq DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Hashable DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type AWSResponse 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" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCell Source #

Arguments

:: Text

DeleteCell

-> DeleteCell 

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:

DeleteCell, deleteCell_cellName - The name of the cell.

Request Lenses

Destructuring the Response

data DeleteCellResponse Source #

See: newDeleteCellResponse smart constructor.

Constructors

DeleteCellResponse' 

Instances

Instances details
Generic DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCellResponse :: Type -> Type #

Read DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

NFData DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCellResponse -> () #

Eq DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCellResponse = D1 ('MetaData "DeleteCellResponse" "Amazonka.Route53RecoveryReadiness.DeleteCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" '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.