Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Starts deletion of channel. The associated outputs are also deleted.
Synopsis
- data DeleteChannel = DeleteChannel' {}
- newDeleteChannel :: Text -> DeleteChannel
- deleteChannel_channelId :: Lens' DeleteChannel Text
- data DeleteChannelResponse = DeleteChannelResponse' {
- state :: Maybe ChannelState
- logLevel :: Maybe LogLevel
- arn :: Maybe Text
- pipelinesRunningCount :: Maybe Int
- pipelineDetails :: Maybe [PipelineDetail]
- inputSpecification :: Maybe InputSpecification
- inputAttachments :: Maybe [InputAttachment]
- destinations :: Maybe [OutputDestination]
- name :: Maybe Text
- cdiInputSpecification :: Maybe CdiInputSpecification
- id :: Maybe Text
- channelClass :: Maybe ChannelClass
- vpc :: Maybe VpcOutputSettingsDescription
- egressEndpoints :: Maybe [ChannelEgressEndpoint]
- tags :: Maybe (HashMap Text Text)
- encoderSettings :: Maybe EncoderSettings
- roleArn :: Maybe Text
- httpStatus :: Int
- newDeleteChannelResponse :: Int -> DeleteChannelResponse
- deleteChannelResponse_state :: Lens' DeleteChannelResponse (Maybe ChannelState)
- deleteChannelResponse_logLevel :: Lens' DeleteChannelResponse (Maybe LogLevel)
- deleteChannelResponse_arn :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_pipelinesRunningCount :: Lens' DeleteChannelResponse (Maybe Int)
- deleteChannelResponse_pipelineDetails :: Lens' DeleteChannelResponse (Maybe [PipelineDetail])
- deleteChannelResponse_inputSpecification :: Lens' DeleteChannelResponse (Maybe InputSpecification)
- deleteChannelResponse_inputAttachments :: Lens' DeleteChannelResponse (Maybe [InputAttachment])
- deleteChannelResponse_destinations :: Lens' DeleteChannelResponse (Maybe [OutputDestination])
- deleteChannelResponse_name :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_cdiInputSpecification :: Lens' DeleteChannelResponse (Maybe CdiInputSpecification)
- deleteChannelResponse_id :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_channelClass :: Lens' DeleteChannelResponse (Maybe ChannelClass)
- deleteChannelResponse_vpc :: Lens' DeleteChannelResponse (Maybe VpcOutputSettingsDescription)
- deleteChannelResponse_egressEndpoints :: Lens' DeleteChannelResponse (Maybe [ChannelEgressEndpoint])
- deleteChannelResponse_tags :: Lens' DeleteChannelResponse (Maybe (HashMap Text Text))
- deleteChannelResponse_encoderSettings :: Lens' DeleteChannelResponse (Maybe EncoderSettings)
- deleteChannelResponse_roleArn :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_httpStatus :: Lens' DeleteChannelResponse Int
Creating a Request
data DeleteChannel Source #
Placeholder documentation for DeleteChannelRequest
See: newDeleteChannel
smart constructor.
Instances
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
deleteChannel_channelId :: Lens' DeleteChannel Text Source #
Unique ID of the channel.
Destructuring the Response
data DeleteChannelResponse Source #
Placeholder documentation for DeleteChannelResponse
See: newDeleteChannelResponse
smart constructor.
DeleteChannelResponse' | |
|
Instances
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_state :: Lens' DeleteChannelResponse (Maybe ChannelState) Source #
Undocumented member.
deleteChannelResponse_logLevel :: Lens' DeleteChannelResponse (Maybe LogLevel) Source #
The log level being written to CloudWatch Logs.
deleteChannelResponse_arn :: Lens' DeleteChannelResponse (Maybe Text) Source #
The unique arn of the channel.
deleteChannelResponse_pipelinesRunningCount :: Lens' DeleteChannelResponse (Maybe Int) Source #
The number of currently healthy pipelines.
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_inputAttachments :: Lens' DeleteChannelResponse (Maybe [InputAttachment]) Source #
List of input attachments for 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_cdiInputSpecification :: Lens' DeleteChannelResponse (Maybe CdiInputSpecification) Source #
Specification of CDI inputs for this channel
deleteChannelResponse_id :: Lens' DeleteChannelResponse (Maybe Text) Source #
The unique id of the channel.
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_vpc :: Lens' DeleteChannelResponse (Maybe VpcOutputSettingsDescription) Source #
Settings for VPC output
deleteChannelResponse_egressEndpoints :: Lens' DeleteChannelResponse (Maybe [ChannelEgressEndpoint]) Source #
The endpoints where outgoing connections initiate from
deleteChannelResponse_tags :: Lens' DeleteChannelResponse (Maybe (HashMap Text Text)) Source #
A collection of key-value pairs.
deleteChannelResponse_encoderSettings :: Lens' DeleteChannelResponse (Maybe EncoderSettings) Source #
Undocumented member.
deleteChannelResponse_roleArn :: Lens' DeleteChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
deleteChannelResponse_httpStatus :: Lens' DeleteChannelResponse Int Source #
The response's http status code.