amazonka-mediaconvert-1.6.0: Amazon Elemental MediaConvert 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.MediaConvert.UpdateQueue

Contents

Description

Modify one of your existing queues.

Synopsis

Creating a Request

updateQueue Source #

Arguments

:: Text

uqName

-> UpdateQueue 

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

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

  • uqStatus - Undocumented member.
  • uqDescription - The new description for the queue, if you are changing it.
  • uqName - The name of the queue you are modifying.

data UpdateQueue Source #

See: updateQueue smart constructor.

Instances

Eq UpdateQueue Source # 
Data UpdateQueue Source # 

Methods

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

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

toConstr :: UpdateQueue -> Constr #

dataTypeOf :: UpdateQueue -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateQueue Source # 
Show UpdateQueue Source # 
Generic UpdateQueue Source # 

Associated Types

type Rep UpdateQueue :: * -> * #

Hashable UpdateQueue Source # 
ToJSON UpdateQueue Source # 
NFData UpdateQueue Source # 

Methods

rnf :: UpdateQueue -> () #

AWSRequest UpdateQueue Source # 
ToHeaders UpdateQueue Source # 

Methods

toHeaders :: UpdateQueue -> [Header] #

ToPath UpdateQueue Source # 
ToQuery UpdateQueue Source # 
type Rep UpdateQueue Source # 
type Rep UpdateQueue = D1 * (MetaData "UpdateQueue" "Network.AWS.MediaConvert.UpdateQueue" "amazonka-mediaconvert-1.6.0-DuEdVuWjZiBK1DPYfcm4f8" False) (C1 * (MetaCons "UpdateQueue'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uqStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe QueueStatus))) ((:*:) * (S1 * (MetaSel (Just Symbol "_uqDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_uqName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs UpdateQueue Source # 

Request Lenses

uqDescription :: Lens' UpdateQueue (Maybe Text) Source #

The new description for the queue, if you are changing it.

uqName :: Lens' UpdateQueue Text Source #

The name of the queue you are modifying.

Destructuring the Response

updateQueueResponse Source #

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

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

data UpdateQueueResponse Source #

See: updateQueueResponse smart constructor.

Instances

Eq UpdateQueueResponse Source # 
Data UpdateQueueResponse Source # 

Methods

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

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

toConstr :: UpdateQueueResponse -> Constr #

dataTypeOf :: UpdateQueueResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateQueueResponse Source # 
Show UpdateQueueResponse Source # 
Generic UpdateQueueResponse Source # 
NFData UpdateQueueResponse Source # 

Methods

rnf :: UpdateQueueResponse -> () #

type Rep UpdateQueueResponse Source # 
type Rep UpdateQueueResponse = D1 * (MetaData "UpdateQueueResponse" "Network.AWS.MediaConvert.UpdateQueue" "amazonka-mediaconvert-1.6.0-DuEdVuWjZiBK1DPYfcm4f8" False) (C1 * (MetaCons "UpdateQueueResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uqrsQueue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Queue))) (S1 * (MetaSel (Just Symbol "_uqrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

uqrsResponseStatus :: Lens' UpdateQueueResponse Int Source #

  • - | The response status code.