amazonka-cloudfront-1.6.0: Amazon CloudFront SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFront.UntagResource

Contents

Description

Remove tags from a CloudFront resource.

Synopsis

Creating a Request

untagResource #

Creates a value of UntagResource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • urResource - An ARN of a CloudFront resource.
  • urTagKeys - A complex type that contains zero or more Tag key elements.

data UntagResource #

The request to remove tags from a CloudFront resource.

See: untagResource smart constructor.

Instances
Eq UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Data UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UntagResource -> c UntagResource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UntagResource #

toConstr :: UntagResource -> Constr #

dataTypeOf :: UntagResource -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UntagResource) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UntagResource) #

gmapT :: (forall b. Data b => b -> b) -> UntagResource -> UntagResource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UntagResource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UntagResource -> r #

gmapQ :: (forall d. Data d => d -> u) -> UntagResource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UntagResource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UntagResource -> m UntagResource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UntagResource -> m UntagResource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UntagResource -> m UntagResource #

Read UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Show UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Generic UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Associated Types

type Rep UntagResource :: * -> * #

Hashable UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

AWSRequest UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Associated Types

type Rs UntagResource :: * #

ToElement UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

ToHeaders UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

ToPath UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

ToQuery UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

NFData UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Methods

rnf :: UntagResource -> () #

type Rep UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

type Rep UntagResource = D1 (MetaData "UntagResource" "Network.AWS.CloudFront.UntagResource" "amazonka-cloudfront-1.6.0-UYFoUyWv9X385WP5RsDEn" False) (C1 (MetaCons "UntagResource'" PrefixI True) (S1 (MetaSel (Just "_urResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_urTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TagKeys)))
type Rs UntagResource # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Request Lenses

urResource :: Lens' UntagResource Text #

An ARN of a CloudFront resource.

urTagKeys :: Lens' UntagResource TagKeys #

A complex type that contains zero or more Tag key elements.

Destructuring the Response

untagResourceResponse :: UntagResourceResponse #

Creates a value of UntagResourceResponse with the minimum fields required to make a request.

data UntagResourceResponse #

See: untagResourceResponse smart constructor.

Instances
Eq UntagResourceResponse # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Data UntagResourceResponse # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UntagResourceResponse -> c UntagResourceResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UntagResourceResponse #

toConstr :: UntagResourceResponse -> Constr #

dataTypeOf :: UntagResourceResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UntagResourceResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UntagResourceResponse) #

gmapT :: (forall b. Data b => b -> b) -> UntagResourceResponse -> UntagResourceResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UntagResourceResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UntagResourceResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UntagResourceResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UntagResourceResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UntagResourceResponse -> m UntagResourceResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UntagResourceResponse -> m UntagResourceResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UntagResourceResponse -> m UntagResourceResponse #

Read UntagResourceResponse # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Show UntagResourceResponse # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Generic UntagResourceResponse # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Associated Types

type Rep UntagResourceResponse :: * -> * #

NFData UntagResourceResponse # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse # 
Instance details

Defined in Network.AWS.CloudFront.UntagResource

type Rep UntagResourceResponse = D1 (MetaData "UntagResourceResponse" "Network.AWS.CloudFront.UntagResource" "amazonka-cloudfront-1.6.0-UYFoUyWv9X385WP5RsDEn" False) (C1 (MetaCons "UntagResourceResponse'" PrefixI False) (U1 :: * -> *))