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

Description

Deletes a safety rule.

/>

Synopsis

Creating a Request

data DeleteSafetyRule Source #

See: newDeleteSafetyRule smart constructor.

Constructors

DeleteSafetyRule' 

Fields

  • safetyRuleArn :: Text

    The request body that you include when you update a safety rule.

Instances

Instances details
Eq DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Read DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Show DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Generic DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Associated Types

type Rep DeleteSafetyRule :: Type -> Type #

NFData DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Methods

rnf :: DeleteSafetyRule -> () #

Hashable DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

AWSRequest DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Associated Types

type AWSResponse DeleteSafetyRule #

ToHeaders DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

ToPath DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

ToQuery DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

type Rep DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

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

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

newDeleteSafetyRule Source #

Create a value of DeleteSafetyRule 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:safetyRuleArn:DeleteSafetyRule', deleteSafetyRule_safetyRuleArn - The request body that you include when you update a safety rule.

Request Lenses

deleteSafetyRule_safetyRuleArn :: Lens' DeleteSafetyRule Text Source #

The request body that you include when you update a safety rule.

Destructuring the Response

data DeleteSafetyRuleResponse Source #

See: newDeleteSafetyRuleResponse smart constructor.

Constructors

DeleteSafetyRuleResponse' 

Fields

Instances

Instances details
Eq DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Read DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Show DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Generic DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Associated Types

type Rep DeleteSafetyRuleResponse :: Type -> Type #

NFData DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

type Rep DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

type Rep DeleteSafetyRuleResponse = D1 ('MetaData "DeleteSafetyRuleResponse" "Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "DeleteSafetyRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSafetyRuleResponse Source #

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

Response Lenses