amazonka-resourcegroups-1.6.0: Amazon Resource Groups 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.ResourceGroups.Untag

Contents

Description

Deletes specified tags from a specified resource.

Synopsis

Creating a Request

untag Source #

Arguments

:: Text

uARN

-> Untag 

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

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

  • uARN - The ARN of the resource from which to remove tags.
  • uKeys - The keys of the tags to be removed.

data Untag Source #

See: untag smart constructor.

Instances

Eq Untag Source # 

Methods

(==) :: Untag -> Untag -> Bool #

(/=) :: Untag -> Untag -> Bool #

Data Untag Source # 

Methods

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

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

toConstr :: Untag -> Constr #

dataTypeOf :: Untag -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Untag Source # 
Show Untag Source # 

Methods

showsPrec :: Int -> Untag -> ShowS #

show :: Untag -> String #

showList :: [Untag] -> ShowS #

Generic Untag Source # 

Associated Types

type Rep Untag :: * -> * #

Methods

from :: Untag -> Rep Untag x #

to :: Rep Untag x -> Untag #

Hashable Untag Source # 

Methods

hashWithSalt :: Int -> Untag -> Int #

hash :: Untag -> Int #

ToJSON Untag Source # 
NFData Untag Source # 

Methods

rnf :: Untag -> () #

AWSRequest Untag Source # 

Associated Types

type Rs Untag :: * #

ToHeaders Untag Source # 

Methods

toHeaders :: Untag -> [Header] #

ToPath Untag Source # 

Methods

toPath :: Untag -> ByteString #

ToQuery Untag Source # 

Methods

toQuery :: Untag -> QueryString #

type Rep Untag Source # 
type Rep Untag = D1 * (MetaData "Untag" "Network.AWS.ResourceGroups.Untag" "amazonka-resourcegroups-1.6.0-BcTE97yO3xiNkTKZdYgRR" False) (C1 * (MetaCons "Untag'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_uKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Text]))))
type Rs Untag Source # 

Request Lenses

uARN :: Lens' Untag Text Source #

The ARN of the resource from which to remove tags.

uKeys :: Lens' Untag [Text] Source #

The keys of the tags to be removed.

Destructuring the Response

untagResponse Source #

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

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

  • ursARN - The ARN of the resource from which tags have been removed.
  • ursKeys - The keys of tags that have been removed.
  • ursResponseStatus - -- | The response status code.

data UntagResponse Source #

See: untagResponse smart constructor.

Instances

Eq UntagResponse Source # 
Data UntagResponse Source # 

Methods

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

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

toConstr :: UntagResponse -> Constr #

dataTypeOf :: UntagResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UntagResponse Source # 
Show UntagResponse Source # 
Generic UntagResponse Source # 

Associated Types

type Rep UntagResponse :: * -> * #

NFData UntagResponse Source # 

Methods

rnf :: UntagResponse -> () #

type Rep UntagResponse Source # 
type Rep UntagResponse = D1 * (MetaData "UntagResponse" "Network.AWS.ResourceGroups.Untag" "amazonka-resourcegroups-1.6.0-BcTE97yO3xiNkTKZdYgRR" False) (C1 * (MetaCons "UntagResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ursARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ursKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_ursResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

ursARN :: Lens' UntagResponse (Maybe Text) Source #

The ARN of the resource from which tags have been removed.

ursKeys :: Lens' UntagResponse [Text] Source #

The keys of tags that have been removed.

ursResponseStatus :: Lens' UntagResponse Int Source #

  • - | The response status code.