amazonka-resourcegroups-1.6.1: 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 # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

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

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

Data Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

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 # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Show Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

showsPrec :: Int -> Untag -> ShowS #

show :: Untag -> String #

showList :: [Untag] -> ShowS #

Generic Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Associated Types

type Rep Untag :: Type -> Type #

Methods

from :: Untag -> Rep Untag x #

to :: Rep Untag x -> Untag #

Hashable Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

hashWithSalt :: Int -> Untag -> Int #

hash :: Untag -> Int #

ToJSON Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

AWSRequest Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Associated Types

type Rs Untag :: Type #

ToHeaders Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

toHeaders :: Untag -> [Header] #

ToPath Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

toPath :: Untag -> ByteString #

ToQuery Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

toQuery :: Untag -> QueryString #

NFData Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

rnf :: Untag -> () #

type Rep Untag Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

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

Defined in Network.AWS.ResourceGroups.Untag

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 # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Data UntagResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

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 # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Show UntagResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Generic UntagResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Associated Types

type Rep UntagResponse :: Type -> Type #

NFData UntagResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

Methods

rnf :: UntagResponse -> () #

type Rep UntagResponse Source # 
Instance details

Defined in Network.AWS.ResourceGroups.Untag

type Rep UntagResponse = D1 (MetaData "UntagResponse" "Network.AWS.ResourceGroups.Untag" "amazonka-resourcegroups-1.6.1-ESIAO7l4Zjz1j0LGvWxGeP" False) (C1 (MetaCons "UntagResponse'" PrefixI True) (S1 (MetaSel (Just "_ursARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ursKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_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.