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

Contents

Description

Produces details about an input

Synopsis

Creating a Request

describeInput Source #

Arguments

:: Text

dInputId

-> DescribeInput 

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

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

data DescribeInput Source #

Placeholder documentation for DescribeInputRequest

See: describeInput smart constructor.

Instances
Eq DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Data DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Methods

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

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

toConstr :: DescribeInput -> Constr #

dataTypeOf :: DescribeInput -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Show DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Generic DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Associated Types

type Rep DescribeInput :: Type -> Type #

Hashable DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

AWSRequest DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Associated Types

type Rs DescribeInput :: Type #

ToHeaders DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

ToPath DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

ToQuery DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

NFData DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Methods

rnf :: DescribeInput -> () #

type Rep DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

type Rep DescribeInput = D1 (MetaData "DescribeInput" "Network.AWS.MediaLive.DescribeInput" "amazonka-medialive-1.6.1-Hf3aRK8WXQyFYNvbGtWknQ" True) (C1 (MetaCons "DescribeInput'" PrefixI True) (S1 (MetaSel (Just "_dInputId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Request Lenses

dInputId :: Lens' DescribeInput Text Source #

Unique ID of the input

Destructuring the Response

describeInputResponse Source #

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

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

  • diirsState - Undocumented member.
  • diirsSecurityGroups - A list of IDs for all the security groups attached to the input.
  • diirsARN - The Unique ARN of the input (generated, immutable).
  • diirsSources - A list of the sources of the input (PULL-type).
  • diirsDestinations - A list of the destinations of the input (PUSH-type).
  • diirsName - The user-assigned name (This is a mutable value).
  • diirsAttachedChannels - A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
  • diirsId - The generated ID of the input (unique for user account, immutable).
  • diirsType - Undocumented member.
  • diirsResponseStatus - -- | The response status code.

data DescribeInputResponse Source #

Placeholder documentation for DescribeInputResponse

See: describeInputResponse smart constructor.

Instances
Eq DescribeInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Data DescribeInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Methods

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

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

toConstr :: DescribeInputResponse -> Constr #

dataTypeOf :: DescribeInputResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Show DescribeInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Generic DescribeInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Associated Types

type Rep DescribeInputResponse :: Type -> Type #

NFData DescribeInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Methods

rnf :: DescribeInputResponse -> () #

type Rep DescribeInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DescribeInput

Response Lenses

diirsSecurityGroups :: Lens' DescribeInputResponse [Text] Source #

A list of IDs for all the security groups attached to the input.

diirsARN :: Lens' DescribeInputResponse (Maybe Text) Source #

The Unique ARN of the input (generated, immutable).

diirsSources :: Lens' DescribeInputResponse [InputSource] Source #

A list of the sources of the input (PULL-type).

diirsDestinations :: Lens' DescribeInputResponse [InputDestination] Source #

A list of the destinations of the input (PUSH-type).

diirsName :: Lens' DescribeInputResponse (Maybe Text) Source #

The user-assigned name (This is a mutable value).

diirsAttachedChannels :: Lens' DescribeInputResponse [Text] Source #

A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).

diirsId :: Lens' DescribeInputResponse (Maybe Text) Source #

The generated ID of the input (unique for user account, immutable).

diirsResponseStatus :: Lens' DescribeInputResponse Int Source #

  • - | The response status code.