amazonka-clouddirectory-1.6.1: Amazon CloudDirectory 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.CloudDirectory.UntagResource

Contents

Description

An API operation for removing tags from a resource.

Synopsis

Creating a Request

untagResource Source #

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:

  • urResourceARN - The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
  • urTagKeys - Keys of the tag that need to be removed from the resource.

data UntagResource Source #

See: untagResource smart constructor.

Instances
Eq UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Data UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.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 Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Show UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Hashable UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Associated Types

type Rs UntagResource :: Type #

ToHeaders UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Methods

rnf :: UntagResource -> () #

type Rep UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

type Rep UntagResource = D1 (MetaData "UntagResource" "Network.AWS.CloudDirectory.UntagResource" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "UntagResource'" PrefixI True) (S1 (MetaSel (Just "_urResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_urTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))
type Rs UntagResource Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Request Lenses

urResourceARN :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

urTagKeys :: Lens' UntagResource [Text] Source #

Keys of the tag that need to be removed from the resource.

Destructuring the Response

untagResourceResponse Source #

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

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

data UntagResourceResponse Source #

See: untagResourceResponse smart constructor.

Instances
Eq UntagResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Data UntagResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.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 Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UntagResource

type Rep UntagResourceResponse = D1 (MetaData "UntagResourceResponse" "Network.AWS.CloudDirectory.UntagResource" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" True) (C1 (MetaCons "UntagResourceResponse'" PrefixI True) (S1 (MetaSel (Just "_urrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

urrsResponseStatus :: Lens' UntagResourceResponse Int Source #

  • - | The response status code.