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

Description

Deletes a routing control.

Synopsis

Creating a Request

data DeleteRoutingControl Source #

See: newDeleteRoutingControl smart constructor.

Constructors

DeleteRoutingControl' 

Fields

Instances

Instances details
Eq DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Read DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Show DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Generic DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Associated Types

type Rep DeleteRoutingControl :: Type -> Type #

NFData DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Methods

rnf :: DeleteRoutingControl -> () #

Hashable DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

AWSRequest DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Associated Types

type AWSResponse DeleteRoutingControl #

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

type Rep DeleteRoutingControl Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

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

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

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:

$sel:routingControlArn: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
Eq DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Read DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Show DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Generic DeleteRoutingControlResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl

Associated Types

type Rep DeleteRoutingControlResponse :: Type -> Type #

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