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 ContentArtifactsConfiguration = ContentArtifactsConfiguration' {}
- newContentArtifactsConfiguration :: ArtifactsState -> ContentArtifactsConfiguration
- contentArtifactsConfiguration_muxType :: Lens' ContentArtifactsConfiguration (Maybe ContentMuxType)
- contentArtifactsConfiguration_state :: Lens' ContentArtifactsConfiguration ArtifactsState
Documentation
data ContentArtifactsConfiguration Source #
The content artifact object.
See: newContentArtifactsConfiguration
smart constructor.
ContentArtifactsConfiguration' | |
|
Instances
newContentArtifactsConfiguration Source #
Create a value of ContentArtifactsConfiguration
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:ContentArtifactsConfiguration'
, contentArtifactsConfiguration_muxType
- The MUX type of the artifact configuration.
$sel:state:ContentArtifactsConfiguration'
, contentArtifactsConfiguration_state
- Indicates whether the content artifact is enabled or disabled.
contentArtifactsConfiguration_muxType :: Lens' ContentArtifactsConfiguration (Maybe ContentMuxType) Source #
The MUX type of the artifact configuration.
contentArtifactsConfiguration_state :: Lens' ContentArtifactsConfiguration ArtifactsState Source #
Indicates whether the content artifact is enabled or disabled.