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

Description

Starts an existing channel

Synopsis

Creating a Request

data StartChannel Source #

Placeholder documentation for StartChannelRequest

See: newStartChannel smart constructor.

Constructors

StartChannel' 

Fields

Instances

Instances details
ToJSON StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

ToHeaders StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

ToPath StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

ToQuery StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

AWSRequest StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Associated Types

type AWSResponse StartChannel #

Generic StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Associated Types

type Rep StartChannel :: Type -> Type #

Read StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Show StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

NFData StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Methods

rnf :: StartChannel -> () #

Eq StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Hashable StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

type AWSResponse StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

type Rep StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

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

newStartChannel Source #

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

StartChannel, startChannel_channelId - A request to start a channel

Request Lenses

startChannel_channelId :: Lens' StartChannel Text Source #

A request to start a channel

Destructuring the Response

data StartChannelResponse Source #

Placeholder documentation for StartChannelResponse

See: newStartChannelResponse smart constructor.

Constructors

StartChannelResponse' 

Fields

Instances

Instances details
Generic StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Associated Types

type Rep StartChannelResponse :: Type -> Type #

Read StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Show StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

NFData StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Methods

rnf :: StartChannelResponse -> () #

Eq StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

type Rep StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

type Rep StartChannelResponse = D1 ('MetaData "StartChannelResponse" "Amazonka.MediaLive.StartChannel" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "StartChannelResponse'" '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)))))))

newStartChannelResponse Source #

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

StartChannelResponse, startChannelResponse_arn - The unique arn of the channel.

StartChannelResponse, startChannelResponse_cdiInputSpecification - Specification of CDI inputs for this channel

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

StartChannelResponse, startChannelResponse_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.

StartChannelResponse, startChannelResponse_egressEndpoints - The endpoints where outgoing connections initiate from

StartChannelResponse, startChannelResponse_encoderSettings - Undocumented member.

StartChannelResponse, startChannelResponse_id - The unique id of the channel.

StartChannelResponse, startChannelResponse_inputAttachments - List of input attachments for channel.

StartChannelResponse, startChannelResponse_inputSpecification - Specification of network and file inputs for this channel

StartChannelResponse, startChannelResponse_logLevel - The log level being written to CloudWatch Logs.

StartChannelResponse, startChannelResponse_maintenance - Maintenance settings for this channel.

StartChannelResponse, startChannelResponse_name - The name of the channel. (user-mutable)

StartChannelResponse, startChannelResponse_pipelineDetails - Runtime details for the pipelines of a running channel.

StartChannelResponse, startChannelResponse_pipelinesRunningCount - The number of currently healthy pipelines.

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

StartChannelResponse, startChannelResponse_state - Undocumented member.

StartChannelResponse, startChannelResponse_tags - A collection of key-value pairs.

StartChannelResponse, startChannelResponse_vpc - Settings for VPC output

$sel:httpStatus:StartChannelResponse', startChannelResponse_httpStatus - The response's http status code.

Response Lenses

startChannelResponse_channelClass :: Lens' StartChannelResponse (Maybe ChannelClass) Source #

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

startChannelResponse_destinations :: Lens' StartChannelResponse (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.

startChannelResponse_egressEndpoints :: Lens' StartChannelResponse (Maybe [ChannelEgressEndpoint]) Source #

The endpoints where outgoing connections initiate from

startChannelResponse_inputSpecification :: Lens' StartChannelResponse (Maybe InputSpecification) Source #

Specification of network and file inputs for this channel

startChannelResponse_logLevel :: Lens' StartChannelResponse (Maybe LogLevel) Source #

The log level being written to CloudWatch Logs.

startChannelResponse_name :: Lens' StartChannelResponse (Maybe Text) Source #

The name of the channel. (user-mutable)

startChannelResponse_pipelineDetails :: Lens' StartChannelResponse (Maybe [PipelineDetail]) Source #

Runtime details for the pipelines of a running channel.

startChannelResponse_roleArn :: Lens' StartChannelResponse (Maybe Text) Source #

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