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

Description

Stops a running channel

Synopsis

Creating a Request

data StopChannel Source #

Placeholder documentation for StopChannelRequest

See: newStopChannel smart constructor.

Constructors

StopChannel' 

Fields

Instances

Instances details
Eq StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Read StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Show StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Generic StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Associated Types

type Rep StopChannel :: Type -> Type #

NFData StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Methods

rnf :: StopChannel -> () #

Hashable StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

ToJSON StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

AWSRequest StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Associated Types

type AWSResponse StopChannel #

ToHeaders StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Methods

toHeaders :: StopChannel -> [Header] #

ToPath StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

ToQuery StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

type Rep StopChannel Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

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

Defined in Amazonka.MediaLive.StopChannel

newStopChannel Source #

Create a value of StopChannel 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:StopChannel', stopChannel_channelId - A request to stop a running channel

Request Lenses

stopChannel_channelId :: Lens' StopChannel Text Source #

A request to stop a running channel

Destructuring the Response

data StopChannelResponse Source #

Placeholder documentation for StopChannelResponse

See: newStopChannelResponse smart constructor.

Constructors

StopChannelResponse' 

Fields

Instances

Instances details
Eq StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Read StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Show StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Generic StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Associated Types

type Rep StopChannelResponse :: Type -> Type #

NFData StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

Methods

rnf :: StopChannelResponse -> () #

type Rep StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.StopChannel

type Rep StopChannelResponse = D1 ('MetaData "StopChannelResponse" "Amazonka.MediaLive.StopChannel" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "StopChannelResponse'" '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)))))))

newStopChannelResponse Source #

Create a value of StopChannelResponse 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:StopChannelResponse', stopChannelResponse_state - Undocumented member.

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

$sel:arn:StopChannelResponse', stopChannelResponse_arn - The unique arn of the channel.

$sel:pipelinesRunningCount:StopChannelResponse', stopChannelResponse_pipelinesRunningCount - The number of currently healthy pipelines.

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

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

$sel:inputAttachments:StopChannelResponse', stopChannelResponse_inputAttachments - List of input attachments for channel.

$sel:destinations:StopChannelResponse', stopChannelResponse_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:StopChannelResponse', stopChannelResponse_name - The name of the channel. (user-mutable)

$sel:cdiInputSpecification:StopChannelResponse', stopChannelResponse_cdiInputSpecification - Specification of CDI inputs for this channel

$sel:id:StopChannelResponse', stopChannelResponse_id - The unique id of the channel.

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

$sel:vpc:StopChannelResponse', stopChannelResponse_vpc - Settings for VPC output

$sel:egressEndpoints:StopChannelResponse', stopChannelResponse_egressEndpoints - The endpoints where outgoing connections initiate from

$sel:tags:StopChannelResponse', stopChannelResponse_tags - A collection of key-value pairs.

$sel:encoderSettings:StopChannelResponse', stopChannelResponse_encoderSettings - Undocumented member.

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

$sel:httpStatus:StopChannelResponse', stopChannelResponse_httpStatus - The response's http status code.

Response Lenses

stopChannelResponse_logLevel :: Lens' StopChannelResponse (Maybe LogLevel) Source #

The log level being written to CloudWatch Logs.

stopChannelResponse_pipelineDetails :: Lens' StopChannelResponse (Maybe [PipelineDetail]) Source #

Runtime details for the pipelines of a running channel.

stopChannelResponse_inputSpecification :: Lens' StopChannelResponse (Maybe InputSpecification) Source #

Specification of network and file inputs for this channel

stopChannelResponse_destinations :: Lens' StopChannelResponse (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.

stopChannelResponse_name :: Lens' StopChannelResponse (Maybe Text) Source #

The name of the channel. (user-mutable)

stopChannelResponse_channelClass :: Lens' StopChannelResponse (Maybe ChannelClass) Source #

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

stopChannelResponse_egressEndpoints :: Lens' StopChannelResponse (Maybe [ChannelEgressEndpoint]) Source #

The endpoints where outgoing connections initiate from

stopChannelResponse_roleArn :: Lens' StopChannelResponse (Maybe Text) Source #

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