amazonka-directconnect-1.5.0: Amazon Direct Connect SDK.

Copyright(c) 2013-2017 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.DirectConnect.UntagResource

Contents

Description

Removes one or more tags from the specified Direct Connect 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 Direct Connect resource.
  • urTagKeys - The list of tag keys to remove.

data UntagResource Source #

Container for the parameters to the UntagResource operation.

See: untagResource smart constructor.

Instances

Eq UntagResource Source # 
Data UntagResource Source # 

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 # 
Show UntagResource Source # 
Generic UntagResource Source # 

Associated Types

type Rep UntagResource :: * -> * #

Hashable UntagResource Source # 
ToJSON UntagResource Source # 
NFData UntagResource Source # 

Methods

rnf :: UntagResource -> () #

AWSRequest UntagResource Source # 
ToQuery UntagResource Source # 
ToPath UntagResource Source # 
ToHeaders UntagResource Source # 
type Rep UntagResource Source # 
type Rep UntagResource = D1 (MetaData "UntagResource" "Network.AWS.DirectConnect.UntagResource" "amazonka-directconnect-1.5.0-FuyMg4sTg24L6HyEmXEioA" False) (C1 (MetaCons "UntagResource'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_urResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_urTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]))))
type Rs UntagResource Source # 

Request Lenses

urResourceARN :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the Direct Connect resource.

urTagKeys :: Lens' UntagResource [Text] Source #

The list of tag keys to remove.

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 #

The response received when UntagResource is called.

See: untagResourceResponse smart constructor.

Instances

Eq UntagResourceResponse Source # 
Data UntagResourceResponse Source # 

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 # 
Show UntagResourceResponse Source # 
Generic UntagResourceResponse Source # 
NFData UntagResourceResponse Source # 

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
type Rep UntagResourceResponse = D1 (MetaData "UntagResourceResponse" "Network.AWS.DirectConnect.UntagResource" "amazonka-directconnect-1.5.0-FuyMg4sTg24L6HyEmXEioA" True) (C1 (MetaCons "UntagResourceResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_urrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

urrsResponseStatus :: Lens' UntagResourceResponse Int Source #

  • - | The response status code.