amazonka-medialive-1.6.0: Amazon Elemental MediaLive 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.MediaLive.ListInputs

Contents

Description

Produces list of inputs that have been created

This operation returns paginated results.

Synopsis

Creating a Request

listInputs :: ListInputs Source #

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

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

data ListInputs Source #

Placeholder documentation for ListInputsRequest

See: listInputs smart constructor.

Instances

Eq ListInputs Source # 
Data ListInputs Source # 

Methods

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

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

toConstr :: ListInputs -> Constr #

dataTypeOf :: ListInputs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInputs Source # 
Show ListInputs Source # 
Generic ListInputs Source # 

Associated Types

type Rep ListInputs :: * -> * #

Hashable ListInputs Source # 
NFData ListInputs Source # 

Methods

rnf :: ListInputs -> () #

AWSPager ListInputs Source # 
AWSRequest ListInputs Source # 
ToHeaders ListInputs Source # 

Methods

toHeaders :: ListInputs -> [Header] #

ToPath ListInputs Source # 
ToQuery ListInputs Source # 
type Rep ListInputs Source # 
type Rep ListInputs = D1 * (MetaData "ListInputs" "Network.AWS.MediaLive.ListInputs" "amazonka-medialive-1.6.0-VfTxbvfNQBASIvO4STPSQ" False) (C1 * (MetaCons "ListInputs'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_liNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_liMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListInputs Source # 

Request Lenses

liNextToken :: Lens' ListInputs (Maybe Text) Source #

Undocumented member.

liMaxResults :: Lens' ListInputs (Maybe Natural) Source #

Undocumented member.

Destructuring the Response

listInputsResponse Source #

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

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

data ListInputsResponse Source #

Placeholder documentation for ListInputsResponse

See: listInputsResponse smart constructor.

Instances

Eq ListInputsResponse Source # 
Data ListInputsResponse Source # 

Methods

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

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

toConstr :: ListInputsResponse -> Constr #

dataTypeOf :: ListInputsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInputsResponse Source # 
Show ListInputsResponse Source # 
Generic ListInputsResponse Source # 
NFData ListInputsResponse Source # 

Methods

rnf :: ListInputsResponse -> () #

type Rep ListInputsResponse Source # 
type Rep ListInputsResponse = D1 * (MetaData "ListInputsResponse" "Network.AWS.MediaLive.ListInputs" "amazonka-medialive-1.6.0-VfTxbvfNQBASIvO4STPSQ" False) (C1 * (MetaCons "ListInputsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lirsInputs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Input]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lirsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lirsInputs :: Lens' ListInputsResponse [Input] Source #

Undocumented member.

lirsResponseStatus :: Lens' ListInputsResponse Int Source #

  • - | The response status code.