amazonka-route53-recovery-control-config-2.0: Amazon Route53 Recovery Control Config 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.Route53RecoveryControlConfig.DeleteControlPanel

Description

Deletes a control panel.

Synopsis

Creating a Request

data DeleteControlPanel Source #

See: newDeleteControlPanel smart constructor.

Constructors

DeleteControlPanel' 

Fields

Instances

Instances details
ToHeaders DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

ToPath DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

ToQuery DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

AWSRequest DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Associated Types

type AWSResponse DeleteControlPanel #

Generic DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Associated Types

type Rep DeleteControlPanel :: Type -> Type #

Read DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Show DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

NFData DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Methods

rnf :: DeleteControlPanel -> () #

Eq DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Hashable DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

type AWSResponse DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

type Rep DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

type Rep DeleteControlPanel = D1 ('MetaData "DeleteControlPanel" "Amazonka.Route53RecoveryControlConfig.DeleteControlPanel" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" 'False) (C1 ('MetaCons "DeleteControlPanel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlPanelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteControlPanel Source #

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

DeleteControlPanel, deleteControlPanel_controlPanelArn - The Amazon Resource Name (ARN) of the control panel.

Request Lenses

deleteControlPanel_controlPanelArn :: Lens' DeleteControlPanel Text Source #

The Amazon Resource Name (ARN) of the control panel.

Destructuring the Response

data DeleteControlPanelResponse Source #

See: newDeleteControlPanelResponse smart constructor.

Constructors

DeleteControlPanelResponse' 

Fields

Instances

Instances details
Generic DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Associated Types

type Rep DeleteControlPanelResponse :: Type -> Type #

Read DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Show DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

NFData DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Eq DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

type Rep DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

type Rep DeleteControlPanelResponse = D1 ('MetaData "DeleteControlPanelResponse" "Amazonka.Route53RecoveryControlConfig.DeleteControlPanel" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" 'False) (C1 ('MetaCons "DeleteControlPanelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteControlPanelResponse Source #

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

Response Lenses