amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.DescribeChannel

Description

Gets details about a channel

Synopsis

Creating a Request

data DescribeChannel Source #

Placeholder documentation for DescribeChannelRequest

See: newDescribeChannel smart constructor.

Constructors

DescribeChannel' 

Fields

Instances

Instances details
ToHeaders DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

ToPath DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

ToQuery DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

AWSRequest DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Associated Types

type AWSResponse DescribeChannel #

Generic DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Associated Types

type Rep DescribeChannel :: Type -> Type #

Read DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Show DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

NFData DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Methods

rnf :: DescribeChannel -> () #

Eq DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Hashable DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

type AWSResponse DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

type Rep DescribeChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

type Rep DescribeChannel = D1 ('MetaData "DescribeChannel" "Amazonka.MediaLive.DescribeChannel" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "DescribeChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeChannel Source #

Create a value of DescribeChannel 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:

DescribeChannel, describeChannel_channelId - channel ID

Request Lenses

Destructuring the Response

data DescribeChannelResponse Source #

Placeholder documentation for DescribeChannelResponse

See: newDescribeChannelResponse smart constructor.

Constructors

DescribeChannelResponse' 

Fields

Instances

Instances details
Generic DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Associated Types

type Rep DescribeChannelResponse :: Type -> Type #

Read DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Show DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

NFData DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

Methods

rnf :: DescribeChannelResponse -> () #

Eq DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

type Rep DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DescribeChannel

type Rep DescribeChannelResponse = D1 ('MetaData "DescribeChannelResponse" "Amazonka.MediaLive.DescribeChannel" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "DescribeChannelResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdiInputSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdiInputSpecification))) :*: (S1 ('MetaSel ('Just "channelClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelClass)) :*: S1 ('MetaSel ('Just "destinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputDestination])))) :*: ((S1 ('MetaSel ('Just "egressEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelEgressEndpoint])) :*: S1 ('MetaSel ('Just "encoderSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncoderSettings))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputAttachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InputAttachment])) :*: S1 ('MetaSel ('Just "inputSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputSpecification)))))) :*: (((S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogLevel)) :*: S1 ('MetaSel ('Just "maintenance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceStatus))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PipelineDetail])) :*: S1 ('MetaSel ('Just "pipelinesRunningCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelState))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcOutputSettingsDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeChannelResponse Source #

Create a value of DescribeChannelResponse 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:

DescribeChannelResponse, describeChannelResponse_arn - The unique arn of the channel.

DescribeChannelResponse, describeChannelResponse_cdiInputSpecification - Specification of CDI inputs for this channel

DescribeChannelResponse, describeChannelResponse_channelClass - The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

DescribeChannelResponse, describeChannelResponse_destinations - A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.

DescribeChannelResponse, describeChannelResponse_egressEndpoints - The endpoints where outgoing connections initiate from

DescribeChannelResponse, describeChannelResponse_encoderSettings - Undocumented member.

DescribeChannelResponse, describeChannelResponse_id - The unique id of the channel.

DescribeChannelResponse, describeChannelResponse_inputAttachments - List of input attachments for channel.

DescribeChannelResponse, describeChannelResponse_inputSpecification - Specification of network and file inputs for this channel

DescribeChannelResponse, describeChannelResponse_logLevel - The log level being written to CloudWatch Logs.

DescribeChannelResponse, describeChannelResponse_maintenance - Maintenance settings for this channel.

DescribeChannelResponse, describeChannelResponse_name - The name of the channel. (user-mutable)

DescribeChannelResponse, describeChannelResponse_pipelineDetails - Runtime details for the pipelines of a running channel.

DescribeChannelResponse, describeChannelResponse_pipelinesRunningCount - The number of currently healthy pipelines.

DescribeChannelResponse, describeChannelResponse_roleArn - The Amazon Resource Name (ARN) of the role assumed when running the Channel.

DescribeChannelResponse, describeChannelResponse_state - Undocumented member.

DescribeChannelResponse, describeChannelResponse_tags - A collection of key-value pairs.

DescribeChannelResponse, describeChannelResponse_vpc - Settings for VPC output

$sel:httpStatus:DescribeChannelResponse', describeChannelResponse_httpStatus - The response's http status code.

Response Lenses

describeChannelResponse_channelClass :: Lens' DescribeChannelResponse (Maybe ChannelClass) Source #

The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

describeChannelResponse_destinations :: Lens' DescribeChannelResponse (Maybe [OutputDestination]) Source #

A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.

describeChannelResponse_egressEndpoints :: Lens' DescribeChannelResponse (Maybe [ChannelEgressEndpoint]) Source #

The endpoints where outgoing connections initiate from

describeChannelResponse_inputSpecification :: Lens' DescribeChannelResponse (Maybe InputSpecification) Source #

Specification of network and file inputs for this channel

describeChannelResponse_logLevel :: Lens' DescribeChannelResponse (Maybe LogLevel) Source #

The log level being written to CloudWatch Logs.

describeChannelResponse_name :: Lens' DescribeChannelResponse (Maybe Text) Source #

The name of the channel. (user-mutable)

describeChannelResponse_pipelineDetails :: Lens' DescribeChannelResponse (Maybe [PipelineDetail]) Source #

Runtime details for the pipelines of a running channel.

describeChannelResponse_roleArn :: Lens' DescribeChannelResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the role assumed when running the Channel.