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

Defined in Network.AWS.KinesisVideo.UntagStream

Data UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

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

Defined in Network.AWS.KinesisVideo.UntagStream

Show UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Generic UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Associated Types

type Rep UntagStream :: Type -> Type #

Hashable UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

ToJSON UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

AWSRequest UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Associated Types

type Rs UntagStream :: Type #

ToHeaders UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Methods

toHeaders :: UntagStream -> [Header] #

ToPath UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

ToQuery UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

NFData UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Methods

rnf :: UntagStream -> () #

type Rep UntagStream Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

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

Defined in Network.AWS.KinesisVideo.UntagStream

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

Defined in Network.AWS.KinesisVideo.UntagStream

Data UntagStreamResponse Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

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

Defined in Network.AWS.KinesisVideo.UntagStream

Show UntagStreamResponse Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Generic UntagStreamResponse Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Associated Types

type Rep UntagStreamResponse :: Type -> Type #

NFData UntagStreamResponse Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

Methods

rnf :: UntagStreamResponse -> () #

type Rep UntagStreamResponse Source # 
Instance details

Defined in Network.AWS.KinesisVideo.UntagStream

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

Response Lenses

ursResponseStatus :: Lens' UntagStreamResponse Int Source #

  • - | The response status code.