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.DeleteRoutingControl

Description

Deletes a routing control.

Synopsis

Creating a Request

data DeleteRoutingControl Source #

See: newDeleteRoutingControl smart constructor.

Constructors

DeleteRoutingControl' 

Fields

Instances

Instances details
ToHeaders DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

ToPath DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

ToQuery DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

AWSRequest DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Associated Types

type AWSResponse DeleteRoutingControl #

Generic DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Associated Types

type Rep DeleteRoutingControl :: Type -> Type #

Read DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Show DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

NFData DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Methods

rnf :: DeleteRoutingControl -> () #

Eq DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Hashable DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

type AWSResponse DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

type Rep DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

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

newDeleteRoutingControl Source #

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

DeleteRoutingControl, deleteRoutingControl_routingControlArn - The Amazon Resource Name (ARN) of the routing control that you're deleting.

Request Lenses

deleteRoutingControl_routingControlArn :: Lens' DeleteRoutingControl Text Source #

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

Destructuring the Response

data DeleteRoutingControlResponse Source #

See: newDeleteRoutingControlResponse smart constructor.

Constructors

DeleteRoutingControlResponse' 

Fields

Instances

Instances details
Generic DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Associated Types

type Rep DeleteRoutingControlResponse :: Type -> Type #

Read DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Show DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

NFData DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Eq DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

type Rep DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

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

newDeleteRoutingControlResponse Source #

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

Response Lenses