libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.DescribeInput

Description

Produces details about an input

Synopsis

Creating a Request

data DescribeInput Source #

Placeholder documentation for DescribeInputRequest

See: newDescribeInput smart constructor.

Constructors

DescribeInput' 

Fields

Instances

Instances details
Eq DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Read DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Show DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Generic DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Associated Types

type Rep DescribeInput :: Type -> Type #

NFData DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Methods

rnf :: DescribeInput -> () #

Hashable DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

AWSRequest DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Associated Types

type AWSResponse DescribeInput #

ToHeaders DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

ToPath DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

ToQuery DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

type Rep DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

type Rep DescribeInput = D1 ('MetaData "DescribeInput" "Amazonka.MediaLive.DescribeInput" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "DescribeInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeInput Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

newDescribeInput Source #

Create a value of DescribeInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputId:DescribeInput', describeInput_inputId - Unique ID of the input

Request Lenses

Destructuring the Response

data DescribeInputResponse Source #

Placeholder documentation for DescribeInputResponse

See: newDescribeInputResponse smart constructor.

Constructors

DescribeInputResponse' 

Fields

  • state :: Maybe InputState
     
  • securityGroups :: Maybe [Text]

    A list of IDs for all the Input Security Groups attached to the input.

  • arn :: Maybe Text

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

  • inputDevices :: Maybe [InputDeviceSettings]

    Settings for the input devices.

  • inputPartnerIds :: Maybe [Text]

    A list of IDs for all Inputs which are partners of this one.

  • sources :: Maybe [InputSource]

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

  • destinations :: Maybe [InputDestination]

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

  • name :: Maybe Text

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

  • attachedChannels :: Maybe [Text]

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

  • id :: Maybe Text

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

  • inputClass :: Maybe InputClass

    STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails. SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.

  • type' :: Maybe InputType
     
  • mediaConnectFlows :: Maybe [MediaConnectFlow]

    A list of MediaConnect Flows for this input.

  • inputSourceType :: Maybe InputSourceType

    Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.

  • tags :: Maybe (HashMap Text Text)

    A collection of key-value pairs.

  • roleArn :: Maybe Text

    The Amazon Resource Name (ARN) of the role this input assumes during and after creation.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeInputResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Read DescribeInputResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Show DescribeInputResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Generic DescribeInputResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Associated Types

type Rep DescribeInputResponse :: Type -> Type #

NFData DescribeInputResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

Methods

rnf :: DescribeInputResponse -> () #

type Rep DescribeInputResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeInput

type Rep DescribeInputResponse = D1 ('MetaData "DescribeInputResponse" "Amazonka.MediaLive.DescribeInput" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "DescribeInputResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputState)) :*: S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InputDeviceSettings])))) :*: ((S1 ('MetaSel ('Just "inputPartnerIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InputSource]))) :*: (S1 ('MetaSel ('Just "destinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InputDestination])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "attachedChannels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputClass)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputType)))) :*: ((S1 ('MetaSel ('Just "mediaConnectFlows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MediaConnectFlow])) :*: S1 ('MetaSel ('Just "inputSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputSourceType))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeInputResponse Source #

Create a value of DescribeInputResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:DescribeInputResponse', describeInputResponse_state - Undocumented member.

$sel:securityGroups:DescribeInputResponse', describeInputResponse_securityGroups - A list of IDs for all the Input Security Groups attached to the input.

$sel:arn:DescribeInputResponse', describeInputResponse_arn - The Unique ARN of the input (generated, immutable).

$sel:inputDevices:DescribeInputResponse', describeInputResponse_inputDevices - Settings for the input devices.

$sel:inputPartnerIds:DescribeInputResponse', describeInputResponse_inputPartnerIds - A list of IDs for all Inputs which are partners of this one.

$sel:sources:DescribeInputResponse', describeInputResponse_sources - A list of the sources of the input (PULL-type).

$sel:destinations:DescribeInputResponse', describeInputResponse_destinations - A list of the destinations of the input (PUSH-type).

$sel:name:DescribeInputResponse', describeInputResponse_name - The user-assigned name (This is a mutable value).

$sel:attachedChannels:DescribeInputResponse', describeInputResponse_attachedChannels - A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).

$sel:id:DescribeInputResponse', describeInputResponse_id - The generated ID of the input (unique for user account, immutable).

$sel:inputClass:DescribeInputResponse', describeInputResponse_inputClass - STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails. SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.

$sel:type':DescribeInputResponse', describeInputResponse_type - Undocumented member.

$sel:mediaConnectFlows:DescribeInputResponse', describeInputResponse_mediaConnectFlows - A list of MediaConnect Flows for this input.

$sel:inputSourceType:DescribeInputResponse', describeInputResponse_inputSourceType - Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.

$sel:tags:DescribeInputResponse', describeInputResponse_tags - A collection of key-value pairs.

$sel:roleArn:DescribeInputResponse', describeInputResponse_roleArn - The Amazon Resource Name (ARN) of the role this input assumes during and after creation.

$sel:httpStatus:DescribeInputResponse', describeInputResponse_httpStatus - The response's http status code.

Response Lenses

describeInputResponse_securityGroups :: Lens' DescribeInputResponse (Maybe [Text]) Source #

A list of IDs for all the Input Security Groups attached to the input.

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

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

describeInputResponse_inputPartnerIds :: Lens' DescribeInputResponse (Maybe [Text]) Source #

A list of IDs for all Inputs which are partners of this one.

describeInputResponse_sources :: Lens' DescribeInputResponse (Maybe [InputSource]) Source #

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

describeInputResponse_destinations :: Lens' DescribeInputResponse (Maybe [InputDestination]) Source #

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

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

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

describeInputResponse_attachedChannels :: Lens' DescribeInputResponse (Maybe [Text]) Source #

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

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

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

describeInputResponse_inputClass :: Lens' DescribeInputResponse (Maybe InputClass) Source #

STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails. SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.

describeInputResponse_inputSourceType :: Lens' DescribeInputResponse (Maybe InputSourceType) Source #

Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.

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

The Amazon Resource Name (ARN) of the role this input assumes during and after creation.