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.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
Eq StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Read StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Show StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Generic StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Associated Types

type Rep StartChannel :: Type -> Type #

NFData StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Methods

rnf :: StartChannel -> () #

Hashable StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

ToJSON StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

AWSRequest StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Associated Types

type AWSResponse 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

type Rep StartChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

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

Defined in Amazonka.MediaLive.StartChannel

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:

$sel:channelId: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
Eq StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Read StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Show StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Generic StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Associated Types

type Rep StartChannelResponse :: Type -> Type #

NFData StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

Methods

rnf :: StartChannelResponse -> () #

type Rep StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StartChannel

type Rep StartChannelResponse = D1 ('MetaData "StartChannelResponse" "Amazonka.MediaLive.StartChannel" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "StartChannelResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelState)) :*: S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogLevel))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelinesRunningCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "pipelineDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PipelineDetail])) :*: S1 ('MetaSel ('Just "inputSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputSpecification))) :*: (S1 ('MetaSel ('Just "inputAttachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InputAttachment])) :*: (S1 ('MetaSel ('Just "destinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputDestination])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "cdiInputSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdiInputSpecification)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "channelClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelClass)) :*: S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcOutputSettingsDescription)))) :*: ((S1 ('MetaSel ('Just "egressEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelEgressEndpoint])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "encoderSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncoderSettings)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:state:StartChannelResponse', startChannelResponse_state - Undocumented member.

$sel:logLevel:StartChannelResponse', startChannelResponse_logLevel - The log level being written to CloudWatch Logs.

$sel:arn:StartChannelResponse', startChannelResponse_arn - The unique arn of the channel.

$sel:pipelinesRunningCount:StartChannelResponse', startChannelResponse_pipelinesRunningCount - The number of currently healthy pipelines.

$sel:pipelineDetails:StartChannelResponse', startChannelResponse_pipelineDetails - Runtime details for the pipelines of a running channel.

$sel:inputSpecification:StartChannelResponse', startChannelResponse_inputSpecification - Specification of network and file inputs for this channel

$sel:inputAttachments:StartChannelResponse', startChannelResponse_inputAttachments - List of input attachments for channel.

$sel:destinations: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.

$sel:name:StartChannelResponse', startChannelResponse_name - The name of the channel. (user-mutable)

$sel:cdiInputSpecification:StartChannelResponse', startChannelResponse_cdiInputSpecification - Specification of CDI inputs for this channel

$sel:id:StartChannelResponse', startChannelResponse_id - The unique id of the channel.

$sel:channelClass:StartChannelResponse', startChannelResponse_channelClass - The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

$sel:vpc:StartChannelResponse', startChannelResponse_vpc - Settings for VPC output

$sel:egressEndpoints:StartChannelResponse', startChannelResponse_egressEndpoints - The endpoints where outgoing connections initiate from

$sel:tags:StartChannelResponse', startChannelResponse_tags - A collection of key-value pairs.

$sel:encoderSettings:StartChannelResponse', startChannelResponse_encoderSettings - Undocumented member.

$sel:roleArn:StartChannelResponse', startChannelResponse_roleArn - The Amazon Resource Name (ARN) of the role assumed when running the Channel.

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

Response Lenses

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

The log level being written to CloudWatch Logs.

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

Runtime details for the pipelines of a running channel.

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

Specification of network and file inputs for this channel

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_name :: Lens' StartChannelResponse (Maybe Text) Source #

The name of the channel. (user-mutable)

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_egressEndpoints :: Lens' StartChannelResponse (Maybe [ChannelEgressEndpoint]) Source #

The endpoints where outgoing connections initiate from

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

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