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

Defined in Network.AWS.MediaLive.ListInputs

Data ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

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

Defined in Network.AWS.MediaLive.ListInputs

Show ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Generic ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Associated Types

type Rep ListInputs :: Type -> Type #

Hashable ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

AWSPager ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

AWSRequest ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Associated Types

type Rs ListInputs :: Type #

ToHeaders ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Methods

toHeaders :: ListInputs -> [Header] #

ToPath ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

ToQuery ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

NFData ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Methods

rnf :: ListInputs -> () #

type Rep ListInputs Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

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

Defined in Network.AWS.MediaLive.ListInputs

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

Defined in Network.AWS.MediaLive.ListInputs

Data ListInputsResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

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

Defined in Network.AWS.MediaLive.ListInputs

Show ListInputsResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Generic ListInputsResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Associated Types

type Rep ListInputsResponse :: Type -> Type #

NFData ListInputsResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

Methods

rnf :: ListInputsResponse -> () #

type Rep ListInputsResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.ListInputs

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

Response Lenses

lirsInputs :: Lens' ListInputsResponse [Input] Source #

Undocumented member.

lirsResponseStatus :: Lens' ListInputsResponse Int Source #

  • - | The response status code.