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