amazonka-kinesis-video-1.6.0: Amazon Kinesis Video Streams 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.KinesisVideo.UntagStream

Contents

Description

Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

In the request, you must provide the StreamName or StreamARN .

Synopsis

Creating a Request

untagStream Source #

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

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

  • usStreamARN - The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
  • usStreamName - The name of the stream that you want to remove tags from.
  • usTagKeyList - A list of the keys of the tags that you want to remove.

data UntagStream Source #

See: untagStream smart constructor.

Instances

Eq UntagStream Source # 
Data UntagStream Source # 

Methods

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

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

toConstr :: UntagStream -> Constr #

dataTypeOf :: UntagStream -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UntagStream Source # 
Show UntagStream Source # 
Generic UntagStream Source # 

Associated Types

type Rep UntagStream :: * -> * #

Hashable UntagStream Source # 
ToJSON UntagStream Source # 
NFData UntagStream Source # 

Methods

rnf :: UntagStream -> () #

AWSRequest UntagStream Source # 
ToHeaders UntagStream Source # 

Methods

toHeaders :: UntagStream -> [Header] #

ToPath UntagStream Source # 
ToQuery UntagStream Source # 
type Rep UntagStream Source # 
type Rep UntagStream = D1 * (MetaData "UntagStream" "Network.AWS.KinesisVideo.UntagStream" "amazonka-kinesis-video-1.6.0-Evo5CFODH986fZyUSJYXKc" False) (C1 * (MetaCons "UntagStream'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_usStreamARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_usStreamName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_usTagKeyList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (List1 Text))))))
type Rs UntagStream Source # 

Request Lenses

usStreamARN :: Lens' UntagStream (Maybe Text) Source #

The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

usStreamName :: Lens' UntagStream (Maybe Text) Source #

The name of the stream that you want to remove tags from.

usTagKeyList :: Lens' UntagStream (NonEmpty Text) Source #

A list of the keys of the tags that you want to remove.

Destructuring the Response

untagStreamResponse Source #

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

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

data UntagStreamResponse Source #

See: untagStreamResponse smart constructor.

Instances

Eq UntagStreamResponse Source # 
Data UntagStreamResponse Source # 

Methods

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

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

toConstr :: UntagStreamResponse -> Constr #

dataTypeOf :: UntagStreamResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UntagStreamResponse Source # 
Show UntagStreamResponse Source # 
Generic UntagStreamResponse Source # 
NFData UntagStreamResponse Source # 

Methods

rnf :: UntagStreamResponse -> () #

type Rep UntagStreamResponse Source # 
type Rep UntagStreamResponse = D1 * (MetaData "UntagStreamResponse" "Network.AWS.KinesisVideo.UntagStream" "amazonka-kinesis-video-1.6.0-Evo5CFODH986fZyUSJYXKc" True) (C1 * (MetaCons "UntagStreamResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ursResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

ursResponseStatus :: Lens' UntagStreamResponse Int Source #

  • - | The response status code.