amazonka-waf-regional-2.0: Amazon WAF Regional 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.WAFRegional.UntagResource

Description

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.WAFRegional.UntagResource" "amazonka-waf-regional-2.0-83dY3vKOuQzAAW7M6EmzRI" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newUntagResource Source #

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

UntagResource, untagResource_resourceARN -

$sel:tagKeys:UntagResource', untagResource_tagKeys -

Request Lenses

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.WAFRegional.UntagResource" "amazonka-waf-regional-2.0-83dY3vKOuQzAAW7M6EmzRI" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

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

Response Lenses