| 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.SSM.Types.DocumentDefaultVersionDescription
Description
Synopsis
- data DocumentDefaultVersionDescription = DocumentDefaultVersionDescription' {}
- newDocumentDefaultVersionDescription :: DocumentDefaultVersionDescription
- documentDefaultVersionDescription_defaultVersion :: Lens' DocumentDefaultVersionDescription (Maybe Text)
- documentDefaultVersionDescription_defaultVersionName :: Lens' DocumentDefaultVersionDescription (Maybe Text)
- documentDefaultVersionDescription_name :: Lens' DocumentDefaultVersionDescription (Maybe Text)
Documentation
data DocumentDefaultVersionDescription Source #
A default version of a document.
See: newDocumentDefaultVersionDescription smart constructor.
Constructors
| DocumentDefaultVersionDescription' | |
Fields
| |
Instances
newDocumentDefaultVersionDescription :: DocumentDefaultVersionDescription Source #
Create a value of DocumentDefaultVersionDescription 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:defaultVersion:DocumentDefaultVersionDescription', documentDefaultVersionDescription_defaultVersion - The default version of the document.
$sel:defaultVersionName:DocumentDefaultVersionDescription', documentDefaultVersionDescription_defaultVersionName - The default version of the artifact associated with the document.
$sel:name:DocumentDefaultVersionDescription', documentDefaultVersionDescription_name - The name of the document.
documentDefaultVersionDescription_defaultVersion :: Lens' DocumentDefaultVersionDescription (Maybe Text) Source #
The default version of the document.
documentDefaultVersionDescription_defaultVersionName :: Lens' DocumentDefaultVersionDescription (Maybe Text) Source #
The default version of the artifact associated with the document.
documentDefaultVersionDescription_name :: Lens' DocumentDefaultVersionDescription (Maybe Text) Source #
The name of the document.