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

Description

Deletes a safety rule.

/>

Synopsis

Creating a Request

data DeleteSafetyRule Source #

See: newDeleteSafetyRule smart constructor.

Constructors

DeleteSafetyRule' 

Fields

Instances

Instances details
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

AWSRequest DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Associated Types

type AWSResponse DeleteSafetyRule #

Generic DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Associated Types

type Rep DeleteSafetyRule :: Type -> Type #

Read DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Show DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

NFData DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Methods

rnf :: DeleteSafetyRule -> () #

Eq DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Hashable DeleteSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

type AWSResponse 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" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" 'False) (C1 ('MetaCons "DeleteSafetyRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "safetyRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteSafetyRule, deleteSafetyRule_safetyRuleArn - The ARN of the safety rule.

Request Lenses

Destructuring the Response

data DeleteSafetyRuleResponse Source #

See: newDeleteSafetyRuleResponse smart constructor.

Constructors

DeleteSafetyRuleResponse' 

Fields

Instances

Instances details
Generic DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Associated Types

type Rep DeleteSafetyRuleResponse :: Type -> Type #

Read DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Show DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

NFData DeleteSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DeleteSafetyRule

Eq 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" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" '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