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 |
Gets details about a channel
Synopsis
- data DescribeChannel = DescribeChannel' {}
- newDescribeChannel :: Text -> DescribeChannel
- describeChannel_channelId :: Lens' DescribeChannel Text
- data DescribeChannelResponse = DescribeChannelResponse' {
- 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
- newDescribeChannelResponse :: Int -> DescribeChannelResponse
- describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_cdiInputSpecification :: Lens' DescribeChannelResponse (Maybe CdiInputSpecification)
- describeChannelResponse_channelClass :: Lens' DescribeChannelResponse (Maybe ChannelClass)
- describeChannelResponse_destinations :: Lens' DescribeChannelResponse (Maybe [OutputDestination])
- describeChannelResponse_egressEndpoints :: Lens' DescribeChannelResponse (Maybe [ChannelEgressEndpoint])
- describeChannelResponse_encoderSettings :: Lens' DescribeChannelResponse (Maybe EncoderSettings)
- describeChannelResponse_id :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_inputAttachments :: Lens' DescribeChannelResponse (Maybe [InputAttachment])
- describeChannelResponse_inputSpecification :: Lens' DescribeChannelResponse (Maybe InputSpecification)
- describeChannelResponse_logLevel :: Lens' DescribeChannelResponse (Maybe LogLevel)
- describeChannelResponse_maintenance :: Lens' DescribeChannelResponse (Maybe MaintenanceStatus)
- describeChannelResponse_name :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_pipelineDetails :: Lens' DescribeChannelResponse (Maybe [PipelineDetail])
- describeChannelResponse_pipelinesRunningCount :: Lens' DescribeChannelResponse (Maybe Int)
- describeChannelResponse_roleArn :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_state :: Lens' DescribeChannelResponse (Maybe ChannelState)
- describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text))
- describeChannelResponse_vpc :: Lens' DescribeChannelResponse (Maybe VpcOutputSettingsDescription)
- describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int
Creating a Request
data DescribeChannel Source #
Placeholder documentation for DescribeChannelRequest
See: newDescribeChannel
smart constructor.
Instances
Create a value of DescribeChannel
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:
DescribeChannel
, describeChannel_channelId
- channel ID
Request Lenses
describeChannel_channelId :: Lens' DescribeChannel Text Source #
channel ID
Destructuring the Response
data DescribeChannelResponse Source #
Placeholder documentation for DescribeChannelResponse
See: newDescribeChannelResponse
smart constructor.
DescribeChannelResponse' | |
|
Instances
newDescribeChannelResponse Source #
Create a value of DescribeChannelResponse
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:
DescribeChannelResponse
, describeChannelResponse_arn
- The unique arn of the channel.
DescribeChannelResponse
, describeChannelResponse_cdiInputSpecification
- Specification of CDI inputs for this channel
DescribeChannelResponse
, describeChannelResponse_channelClass
- The class for this channel. STANDARD for a channel with two pipelines or
SINGLE_PIPELINE for a channel with one pipeline.
DescribeChannelResponse
, describeChannelResponse_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.
DescribeChannelResponse
, describeChannelResponse_egressEndpoints
- The endpoints where outgoing connections initiate from
DescribeChannelResponse
, describeChannelResponse_encoderSettings
- Undocumented member.
DescribeChannelResponse
, describeChannelResponse_id
- The unique id of the channel.
DescribeChannelResponse
, describeChannelResponse_inputAttachments
- List of input attachments for channel.
DescribeChannelResponse
, describeChannelResponse_inputSpecification
- Specification of network and file inputs for this channel
DescribeChannelResponse
, describeChannelResponse_logLevel
- The log level being written to CloudWatch Logs.
DescribeChannelResponse
, describeChannelResponse_maintenance
- Maintenance settings for this channel.
DescribeChannelResponse
, describeChannelResponse_name
- The name of the channel. (user-mutable)
DescribeChannelResponse
, describeChannelResponse_pipelineDetails
- Runtime details for the pipelines of a running channel.
DescribeChannelResponse
, describeChannelResponse_pipelinesRunningCount
- The number of currently healthy pipelines.
DescribeChannelResponse
, describeChannelResponse_roleArn
- The Amazon Resource Name (ARN) of the role assumed when running the
Channel.
DescribeChannelResponse
, describeChannelResponse_state
- Undocumented member.
DescribeChannelResponse
, describeChannelResponse_tags
- A collection of key-value pairs.
DescribeChannelResponse
, describeChannelResponse_vpc
- Settings for VPC output
$sel:httpStatus:DescribeChannelResponse'
, describeChannelResponse_httpStatus
- The response's http status code.
Response Lenses
describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text) Source #
The unique arn of the channel.
describeChannelResponse_cdiInputSpecification :: Lens' DescribeChannelResponse (Maybe CdiInputSpecification) Source #
Specification of CDI inputs for this channel
describeChannelResponse_channelClass :: Lens' DescribeChannelResponse (Maybe ChannelClass) Source #
The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
describeChannelResponse_destinations :: Lens' DescribeChannelResponse (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.
describeChannelResponse_egressEndpoints :: Lens' DescribeChannelResponse (Maybe [ChannelEgressEndpoint]) Source #
The endpoints where outgoing connections initiate from
describeChannelResponse_encoderSettings :: Lens' DescribeChannelResponse (Maybe EncoderSettings) Source #
Undocumented member.
describeChannelResponse_id :: Lens' DescribeChannelResponse (Maybe Text) Source #
The unique id of the channel.
describeChannelResponse_inputAttachments :: Lens' DescribeChannelResponse (Maybe [InputAttachment]) Source #
List of input attachments for channel.
describeChannelResponse_inputSpecification :: Lens' DescribeChannelResponse (Maybe InputSpecification) Source #
Specification of network and file inputs for this channel
describeChannelResponse_logLevel :: Lens' DescribeChannelResponse (Maybe LogLevel) Source #
The log level being written to CloudWatch Logs.
describeChannelResponse_maintenance :: Lens' DescribeChannelResponse (Maybe MaintenanceStatus) Source #
Maintenance settings for this channel.
describeChannelResponse_name :: Lens' DescribeChannelResponse (Maybe Text) Source #
The name of the channel. (user-mutable)
describeChannelResponse_pipelineDetails :: Lens' DescribeChannelResponse (Maybe [PipelineDetail]) Source #
Runtime details for the pipelines of a running channel.
describeChannelResponse_pipelinesRunningCount :: Lens' DescribeChannelResponse (Maybe Int) Source #
The number of currently healthy pipelines.
describeChannelResponse_roleArn :: Lens' DescribeChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
describeChannelResponse_state :: Lens' DescribeChannelResponse (Maybe ChannelState) Source #
Undocumented member.
describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text)) Source #
A collection of key-value pairs.
describeChannelResponse_vpc :: Lens' DescribeChannelResponse (Maybe VpcOutputSettingsDescription) Source #
Settings for VPC output
describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int Source #
The response's http status code.