amazonka-elbv2-2.0: Amazon Elastic Load Balancing 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.ELBV2.DeleteRule

Description

Deletes the specified rule.

You can't delete the default rule.

Synopsis

Creating a Request

data DeleteRule Source #

See: newDeleteRule smart constructor.

Constructors

DeleteRule' 

Fields

  • ruleArn :: Text

    The Amazon Resource Name (ARN) of the rule.

Instances

Instances details
ToHeaders DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Methods

toHeaders :: DeleteRule -> [Header] #

ToPath DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

ToQuery DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

AWSRequest DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Associated Types

type AWSResponse DeleteRule #

Generic DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Associated Types

type Rep DeleteRule :: Type -> Type #

Read DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Show DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

NFData DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Methods

rnf :: DeleteRule -> () #

Eq DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Hashable DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

type AWSResponse DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

type Rep DeleteRule Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

type Rep DeleteRule = D1 ('MetaData "DeleteRule" "Amazonka.ELBV2.DeleteRule" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "DeleteRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ruleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRule Source #

Arguments

:: Text

DeleteRule

-> DeleteRule 

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

DeleteRule, deleteRule_ruleArn - The Amazon Resource Name (ARN) of the rule.

Request Lenses

deleteRule_ruleArn :: Lens' DeleteRule Text Source #

The Amazon Resource Name (ARN) of the rule.

Destructuring the Response

data DeleteRuleResponse Source #

See: newDeleteRuleResponse smart constructor.

Constructors

DeleteRuleResponse' 

Fields

Instances

Instances details
Generic DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Associated Types

type Rep DeleteRuleResponse :: Type -> Type #

Read DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Show DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

NFData DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

Methods

rnf :: DeleteRuleResponse -> () #

Eq DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

type Rep DeleteRuleResponse Source # 
Instance details

Defined in Amazonka.ELBV2.DeleteRule

type Rep DeleteRuleResponse = D1 ('MetaData "DeleteRuleResponse" "Amazonka.ELBV2.DeleteRule" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "DeleteRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRuleResponse Source #

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

Response Lenses