libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config
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.Route53RecoveryControlConfig.DeleteControlPanel

Description

Deletes a control panel.

Synopsis

Creating a Request

data DeleteControlPanel Source #

See: newDeleteControlPanel smart constructor.

Constructors

DeleteControlPanel' 

Fields

  • controlPanelArn :: Text

    The Amazon Resource Name (ARN) of the control panel that you're deleting.

Instances

Instances details
Eq DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Read DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Show DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Generic DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Associated Types

type Rep DeleteControlPanel :: Type -> Type #

NFData DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Methods

rnf :: DeleteControlPanel -> () #

Hashable DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

AWSRequest DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Associated Types

type AWSResponse DeleteControlPanel #

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

type Rep DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

type Rep DeleteControlPanel = D1 ('MetaData "DeleteControlPanel" "Amazonka.Route53RecoveryControlConfig.DeleteControlPanel" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "DeleteControlPanel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlPanelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteControlPanel Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

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:

$sel:controlPanelArn:DeleteControlPanel', deleteControlPanel_controlPanelArn - The Amazon Resource Name (ARN) of the control panel that you're deleting.

Request Lenses

deleteControlPanel_controlPanelArn :: Lens' DeleteControlPanel Text Source #

The Amazon Resource Name (ARN) of the control panel that you're deleting.

Destructuring the Response

data DeleteControlPanelResponse Source #

See: newDeleteControlPanelResponse smart constructor.

Constructors

DeleteControlPanelResponse' 

Fields

Instances

Instances details
Eq DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Read DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Show DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Generic DeleteControlPanelResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteControlPanel

Associated Types

type Rep DeleteControlPanelResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" '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