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.ListJobTemplates

Contents

Description

Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array

Synopsis

Creating a Request

listJobTemplates :: ListJobTemplates Source #

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

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

  • ljtCategory - Optionally, specify a job template category to limit responses to only job templates from that category.
  • ljtListBy - Undocumented member.
  • ljtNextToken - Use this string, provided with the response to a previous request, to request the next batch of job templates.
  • ljtOrder - Undocumented member.
  • ljtMaxResults - Optional. Number of job templates, up to twenty, that will be returned at one time.

data ListJobTemplates Source #

See: listJobTemplates smart constructor.

Instances

Eq ListJobTemplates Source # 
Data ListJobTemplates Source # 

Methods

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

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

toConstr :: ListJobTemplates -> Constr #

dataTypeOf :: ListJobTemplates -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListJobTemplates Source # 
Show ListJobTemplates Source # 
Generic ListJobTemplates Source # 
Hashable ListJobTemplates Source # 
NFData ListJobTemplates Source # 

Methods

rnf :: ListJobTemplates -> () #

AWSRequest ListJobTemplates Source # 
ToHeaders ListJobTemplates Source # 
ToPath ListJobTemplates Source # 
ToQuery ListJobTemplates Source # 
type Rep ListJobTemplates Source # 
type Rep ListJobTemplates = D1 * (MetaData "ListJobTemplates" "Network.AWS.MediaConvert.ListJobTemplates" "amazonka-mediaconvert-1.6.0-DuEdVuWjZiBK1DPYfcm4f8" False) (C1 * (MetaCons "ListJobTemplates'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ljtCategory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ljtListBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobTemplateListBy)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ljtNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ljtOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Order))) (S1 * (MetaSel (Just Symbol "_ljtMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))))
type Rs ListJobTemplates Source # 

Request Lenses

ljtCategory :: Lens' ListJobTemplates (Maybe Text) Source #

Optionally, specify a job template category to limit responses to only job templates from that category.

ljtNextToken :: Lens' ListJobTemplates (Maybe Text) Source #

Use this string, provided with the response to a previous request, to request the next batch of job templates.

ljtOrder :: Lens' ListJobTemplates (Maybe Order) Source #

Undocumented member.

ljtMaxResults :: Lens' ListJobTemplates (Maybe Int) Source #

Optional. Number of job templates, up to twenty, that will be returned at one time.

Destructuring the Response

listJobTemplatesResponse Source #

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

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

data ListJobTemplatesResponse Source #

See: listJobTemplatesResponse smart constructor.

Instances

Eq ListJobTemplatesResponse Source # 
Data ListJobTemplatesResponse Source # 

Methods

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

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

toConstr :: ListJobTemplatesResponse -> Constr #

dataTypeOf :: ListJobTemplatesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListJobTemplatesResponse Source # 
Show ListJobTemplatesResponse Source # 
Generic ListJobTemplatesResponse Source # 
NFData ListJobTemplatesResponse Source # 
type Rep ListJobTemplatesResponse Source # 
type Rep ListJobTemplatesResponse = D1 * (MetaData "ListJobTemplatesResponse" "Network.AWS.MediaConvert.ListJobTemplates" "amazonka-mediaconvert-1.6.0-DuEdVuWjZiBK1DPYfcm4f8" False) (C1 * (MetaCons "ListJobTemplatesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ljtrsJobTemplates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [JobTemplate]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ljtrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ljtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

ljtrsNextToken :: Lens' ListJobTemplatesResponse (Maybe Text) Source #

Use this string to request the next batch of job templates.