amazonka-network-firewall-2.0: Amazon Network Firewall 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.NetworkFirewall.UntagResource

Description

Removes the tags with the specified keys from the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

You can manage tags for the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.NetworkFirewall.UntagResource" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" '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 - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys -

Request Lenses

untagResource_resourceArn :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the resource.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.NetworkFirewall.UntagResource" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" '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