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 |
Synopsis
- data VideoArtifactsConfiguration = VideoArtifactsConfiguration' {}
- newVideoArtifactsConfiguration :: ArtifactsState -> VideoArtifactsConfiguration
- videoArtifactsConfiguration_muxType :: Lens' VideoArtifactsConfiguration (Maybe VideoMuxType)
- videoArtifactsConfiguration_state :: Lens' VideoArtifactsConfiguration ArtifactsState
Documentation
data VideoArtifactsConfiguration Source #
The video artifact configuration object.
See: newVideoArtifactsConfiguration
smart constructor.
VideoArtifactsConfiguration' | |
|
Instances
newVideoArtifactsConfiguration Source #
Create a value of VideoArtifactsConfiguration
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:muxType:VideoArtifactsConfiguration'
, videoArtifactsConfiguration_muxType
- The MUX type of the video artifact configuration object.
$sel:state:VideoArtifactsConfiguration'
, videoArtifactsConfiguration_state
- Indicates whether the video artifact is enabled or disabled.
videoArtifactsConfiguration_muxType :: Lens' VideoArtifactsConfiguration (Maybe VideoMuxType) Source #
The MUX type of the video artifact configuration object.
videoArtifactsConfiguration_state :: Lens' VideoArtifactsConfiguration ArtifactsState Source #
Indicates whether the video artifact is enabled or disabled.