Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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' {
- arn :: Maybe Text
- cdiInputSpecification :: Maybe CdiInputSpecification
- channelClass :: Maybe ChannelClass
- destinations :: Maybe [OutputDestination]
- egressEndpoints :: Maybe [ChannelEgressEndpoint]
- encoderSettings :: Maybe EncoderSettings
- id :: Maybe Text
- inputAttachments :: Maybe [InputAttachment]
- inputSpecification :: Maybe InputSpecification
- logLevel :: Maybe LogLevel
- maintenance :: Maybe MaintenanceStatus
- name :: Maybe Text
- pipelineDetails :: Maybe [PipelineDetail]
- pipelinesRunningCount :: Maybe Int
- roleArn :: Maybe Text
- state :: Maybe ChannelState
- tags :: Maybe (HashMap Text Text)
- vpc :: Maybe VpcOutputSettingsDescription
- httpStatus :: Int
- newDeleteChannelResponse :: Int -> DeleteChannelResponse
- deleteChannelResponse_arn :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_cdiInputSpecification :: Lens' DeleteChannelResponse (Maybe CdiInputSpecification)
- deleteChannelResponse_channelClass :: Lens' DeleteChannelResponse (Maybe ChannelClass)
- deleteChannelResponse_destinations :: Lens' DeleteChannelResponse (Maybe [OutputDestination])
- deleteChannelResponse_egressEndpoints :: Lens' DeleteChannelResponse (Maybe [ChannelEgressEndpoint])
- deleteChannelResponse_encoderSettings :: Lens' DeleteChannelResponse (Maybe EncoderSettings)
- deleteChannelResponse_id :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_inputAttachments :: Lens' DeleteChannelResponse (Maybe [InputAttachment])
- deleteChannelResponse_inputSpecification :: Lens' DeleteChannelResponse (Maybe InputSpecification)
- deleteChannelResponse_logLevel :: Lens' DeleteChannelResponse (Maybe LogLevel)
- deleteChannelResponse_maintenance :: Lens' DeleteChannelResponse (Maybe MaintenanceStatus)
- deleteChannelResponse_name :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_pipelineDetails :: Lens' DeleteChannelResponse (Maybe [PipelineDetail])
- deleteChannelResponse_pipelinesRunningCount :: Lens' DeleteChannelResponse (Maybe Int)
- deleteChannelResponse_roleArn :: Lens' DeleteChannelResponse (Maybe Text)
- deleteChannelResponse_state :: Lens' DeleteChannelResponse (Maybe ChannelState)
- deleteChannelResponse_tags :: Lens' DeleteChannelResponse (Maybe (HashMap Text Text))
- deleteChannelResponse_vpc :: Lens' DeleteChannelResponse (Maybe VpcOutputSettingsDescription)
- 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:
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:
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_arn :: Lens' DeleteChannelResponse (Maybe Text) Source #
The unique arn of the channel.
deleteChannelResponse_cdiInputSpecification :: Lens' DeleteChannelResponse (Maybe CdiInputSpecification) Source #
Specification of CDI inputs for this 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_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_encoderSettings :: Lens' DeleteChannelResponse (Maybe EncoderSettings) Source #
Undocumented member.
deleteChannelResponse_id :: Lens' DeleteChannelResponse (Maybe Text) Source #
The unique id of the channel.
deleteChannelResponse_inputAttachments :: Lens' DeleteChannelResponse (Maybe [InputAttachment]) Source #
List of input attachments for channel.
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_maintenance :: Lens' DeleteChannelResponse (Maybe MaintenanceStatus) Source #
Maintenance settings for this channel.
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_pipelinesRunningCount :: Lens' DeleteChannelResponse (Maybe Int) Source #
The number of currently healthy pipelines.
deleteChannelResponse_roleArn :: Lens' DeleteChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
deleteChannelResponse_state :: Lens' DeleteChannelResponse (Maybe ChannelState) Source #
Undocumented member.
deleteChannelResponse_tags :: Lens' DeleteChannelResponse (Maybe (HashMap Text Text)) Source #
A collection of key-value pairs.
deleteChannelResponse_vpc :: Lens' DeleteChannelResponse (Maybe VpcOutputSettingsDescription) Source #
Settings for VPC output
deleteChannelResponse_httpStatus :: Lens' DeleteChannelResponse Int Source #
The response's http status code.