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

AWSRequest DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Associated Types

type AWSResponse DeleteChannel #

Generic DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Associated Types

type Rep DeleteChannel :: Type -> Type #

Read DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Show DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

NFData DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Methods

rnf :: DeleteChannel -> () #

Eq DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Hashable DeleteChannel Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

type AWSResponse 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" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "DeleteChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Associated Types

type Rep DeleteChannelResponse :: Type -> Type #

Read DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Show DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

NFData DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

Methods

rnf :: DeleteChannelResponse -> () #

Eq DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

type Rep DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.MediaLive.DeleteChannel

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

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:

DeleteChannelResponse, deleteChannelResponse_arn - The unique arn of the channel.

DeleteChannelResponse, deleteChannelResponse_cdiInputSpecification - Specification of CDI inputs for this channel

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

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.

DeleteChannelResponse, deleteChannelResponse_egressEndpoints - The endpoints where outgoing connections initiate from

DeleteChannelResponse, deleteChannelResponse_encoderSettings - Undocumented member.

DeleteChannelResponse, deleteChannelResponse_id - The unique id of the channel.

DeleteChannelResponse, deleteChannelResponse_inputAttachments - List of input attachments for channel.

DeleteChannelResponse, deleteChannelResponse_inputSpecification - Specification of network and file inputs for this channel

DeleteChannelResponse, deleteChannelResponse_logLevel - The log level being written to CloudWatch Logs.

DeleteChannelResponse, deleteChannelResponse_maintenance - Maintenance settings for this channel.

DeleteChannelResponse, deleteChannelResponse_name - The name of the channel. (user-mutable)

DeleteChannelResponse, deleteChannelResponse_pipelineDetails - Runtime details for the pipelines of a running channel.

DeleteChannelResponse, deleteChannelResponse_pipelinesRunningCount - The number of currently healthy pipelines.

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

DeleteChannelResponse, deleteChannelResponse_state - Undocumented member.

DeleteChannelResponse, deleteChannelResponse_tags - A collection of key-value pairs.

DeleteChannelResponse, deleteChannelResponse_vpc - Settings for VPC output

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

Response Lenses

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

The endpoints where outgoing connections initiate from

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

Specification of network and file inputs for this channel

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

The log level being written to CloudWatch Logs.

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

The name of the channel. (user-mutable)

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

Runtime details for the pipelines of a running channel.

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

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