| 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 |
Amazonka.Chime.Types.VideoArtifactsConfiguration
Description
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.
Constructors
| VideoArtifactsConfiguration' | |
Fields
| |
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.