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 |
Synopsis
- data MultiplexSummary = MultiplexSummary' {}
- newMultiplexSummary :: MultiplexSummary
- multiplexSummary_arn :: Lens' MultiplexSummary (Maybe Text)
- multiplexSummary_availabilityZones :: Lens' MultiplexSummary (Maybe [Text])
- multiplexSummary_id :: Lens' MultiplexSummary (Maybe Text)
- multiplexSummary_multiplexSettings :: Lens' MultiplexSummary (Maybe MultiplexSettingsSummary)
- multiplexSummary_name :: Lens' MultiplexSummary (Maybe Text)
- multiplexSummary_pipelinesRunningCount :: Lens' MultiplexSummary (Maybe Int)
- multiplexSummary_programCount :: Lens' MultiplexSummary (Maybe Int)
- multiplexSummary_state :: Lens' MultiplexSummary (Maybe MultiplexState)
- multiplexSummary_tags :: Lens' MultiplexSummary (Maybe (HashMap Text Text))
Documentation
data MultiplexSummary Source #
Placeholder documentation for MultiplexSummary
See: newMultiplexSummary
smart constructor.
MultiplexSummary' | |
|
Instances
newMultiplexSummary :: MultiplexSummary Source #
Create a value of MultiplexSummary
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:arn:MultiplexSummary'
, multiplexSummary_arn
- The unique arn of the multiplex.
$sel:availabilityZones:MultiplexSummary'
, multiplexSummary_availabilityZones
- A list of availability zones for the multiplex.
$sel:id:MultiplexSummary'
, multiplexSummary_id
- The unique id of the multiplex.
$sel:multiplexSettings:MultiplexSummary'
, multiplexSummary_multiplexSettings
- Configuration for a multiplex event.
$sel:name:MultiplexSummary'
, multiplexSummary_name
- The name of the multiplex.
$sel:pipelinesRunningCount:MultiplexSummary'
, multiplexSummary_pipelinesRunningCount
- The number of currently healthy pipelines.
$sel:programCount:MultiplexSummary'
, multiplexSummary_programCount
- The number of programs in the multiplex.
$sel:state:MultiplexSummary'
, multiplexSummary_state
- The current state of the multiplex.
$sel:tags:MultiplexSummary'
, multiplexSummary_tags
- A collection of key-value pairs.
multiplexSummary_arn :: Lens' MultiplexSummary (Maybe Text) Source #
The unique arn of the multiplex.
multiplexSummary_availabilityZones :: Lens' MultiplexSummary (Maybe [Text]) Source #
A list of availability zones for the multiplex.
multiplexSummary_id :: Lens' MultiplexSummary (Maybe Text) Source #
The unique id of the multiplex.
multiplexSummary_multiplexSettings :: Lens' MultiplexSummary (Maybe MultiplexSettingsSummary) Source #
Configuration for a multiplex event.
multiplexSummary_name :: Lens' MultiplexSummary (Maybe Text) Source #
The name of the multiplex.
multiplexSummary_pipelinesRunningCount :: Lens' MultiplexSummary (Maybe Int) Source #
The number of currently healthy pipelines.
multiplexSummary_programCount :: Lens' MultiplexSummary (Maybe Int) Source #
The number of programs in the multiplex.
multiplexSummary_state :: Lens' MultiplexSummary (Maybe MultiplexState) Source #
The current state of the multiplex.
multiplexSummary_tags :: Lens' MultiplexSummary (Maybe (HashMap Text Text)) Source #
A collection of key-value pairs.