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

Description

Starts deletion of channel. The associated outputs are also deleted.

Synopsis

Creating a Request

data DeleteChannel Source #

Placeholder documentation for DeleteChannelRequest

See: newDeleteChannel smart constructor.

Constructors

DeleteChannel' 

Fields

Instances

Instances details
Eq DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Read DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Show DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Generic DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Associated Types

type Rep DeleteChannel :: Type -> Type #

NFData DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Methods

rnf :: DeleteChannel -> () #

Hashable DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

AWSRequest DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Associated Types

type AWSResponse DeleteChannel #

ToHeaders DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

ToPath DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

ToQuery DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

type Rep DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

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

Defined in Amazonka.MediaLive.DeleteChannel

newDeleteChannel Source #

Create a value of DeleteChannel 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:DeleteChannel', deleteChannel_channelId - Unique ID of the channel.

Request Lenses

Destructuring the Response

data DeleteChannelResponse Source #

Placeholder documentation for DeleteChannelResponse

See: newDeleteChannelResponse smart constructor.

Constructors

DeleteChannelResponse' 

Fields

Instances

Instances details
Eq DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Read DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Show DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Generic DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Associated Types

type Rep DeleteChannelResponse :: Type -> Type #

NFData DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Methods

rnf :: DeleteChannelResponse -> () #

type Rep DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

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

newDeleteChannelResponse Source #

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

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

$sel:arn:DeleteChannelResponse', deleteChannelResponse_arn - The unique arn of the channel.

$sel:pipelinesRunningCount:DeleteChannelResponse', deleteChannelResponse_pipelinesRunningCount - The number of currently healthy pipelines.

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

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

$sel:inputAttachments:DeleteChannelResponse', deleteChannelResponse_inputAttachments - List of input attachments for channel.

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

$sel:cdiInputSpecification:DeleteChannelResponse', deleteChannelResponse_cdiInputSpecification - Specification of CDI inputs for this channel

$sel:id:DeleteChannelResponse', deleteChannelResponse_id - The unique id of the channel.

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

$sel:vpc:DeleteChannelResponse', deleteChannelResponse_vpc - Settings for VPC output

$sel:egressEndpoints:DeleteChannelResponse', deleteChannelResponse_egressEndpoints - The endpoints where outgoing connections initiate from

$sel:tags:DeleteChannelResponse', deleteChannelResponse_tags - A collection of key-value pairs.

$sel:encoderSettings:DeleteChannelResponse', deleteChannelResponse_encoderSettings - Undocumented member.

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

$sel:httpStatus:DeleteChannelResponse', deleteChannelResponse_httpStatus - The response's http status code.

Response Lenses

deleteChannelResponse_logLevel :: Lens' DeleteChannelResponse (Maybe LogLevel) Source #

The log level being written to CloudWatch Logs.

deleteChannelResponse_pipelineDetails :: Lens' DeleteChannelResponse (Maybe [PipelineDetail]) Source #

Runtime details for the pipelines of a running channel.

deleteChannelResponse_inputSpecification :: Lens' DeleteChannelResponse (Maybe InputSpecification) Source #

Specification of network and file inputs for this channel

deleteChannelResponse_destinations :: Lens' DeleteChannelResponse (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.

deleteChannelResponse_name :: Lens' DeleteChannelResponse (Maybe Text) Source #

The name of the channel. (user-mutable)

deleteChannelResponse_channelClass :: Lens' DeleteChannelResponse (Maybe ChannelClass) Source #

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

deleteChannelResponse_egressEndpoints :: Lens' DeleteChannelResponse (Maybe [ChannelEgressEndpoint]) Source #

The endpoints where outgoing connections initiate from

deleteChannelResponse_roleArn :: Lens' DeleteChannelResponse (Maybe Text) Source #

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