| 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.DocumentVersionInfo
Description
Synopsis
- data DocumentVersionInfo = DocumentVersionInfo' {}
- newDocumentVersionInfo :: DocumentVersionInfo
- documentVersionInfo_createdDate :: Lens' DocumentVersionInfo (Maybe UTCTime)
- documentVersionInfo_displayName :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_documentFormat :: Lens' DocumentVersionInfo (Maybe DocumentFormat)
- documentVersionInfo_documentVersion :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_isDefaultVersion :: Lens' DocumentVersionInfo (Maybe Bool)
- documentVersionInfo_name :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_reviewStatus :: Lens' DocumentVersionInfo (Maybe ReviewStatus)
- documentVersionInfo_status :: Lens' DocumentVersionInfo (Maybe DocumentStatus)
- documentVersionInfo_statusInformation :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_versionName :: Lens' DocumentVersionInfo (Maybe Text)
Documentation
data DocumentVersionInfo Source #
Version information about the document.
See: newDocumentVersionInfo smart constructor.
Constructors
| DocumentVersionInfo' | |
Fields
| |
Instances
newDocumentVersionInfo :: DocumentVersionInfo Source #
Create a value of DocumentVersionInfo 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:createdDate:DocumentVersionInfo', documentVersionInfo_createdDate - The date the document was created.
$sel:displayName:DocumentVersionInfo', documentVersionInfo_displayName - The friendly name of the SSM document. This value can differ for each
version of the document. If you want to update this value, see
UpdateDocument.
$sel:documentFormat:DocumentVersionInfo', documentVersionInfo_documentFormat - The document format, either JSON or YAML.
$sel:documentVersion:DocumentVersionInfo', documentVersionInfo_documentVersion - The document version.
$sel:isDefaultVersion:DocumentVersionInfo', documentVersionInfo_isDefaultVersion - An identifier for the default version of the document.
$sel:name:DocumentVersionInfo', documentVersionInfo_name - The document name.
$sel:reviewStatus:DocumentVersionInfo', documentVersionInfo_reviewStatus - The current status of the approval review for the latest version of the
document.
$sel:status:DocumentVersionInfo', documentVersionInfo_status - The status of the SSM document, such as Creating, Active, Failed,
and Deleting.
$sel:statusInformation:DocumentVersionInfo', documentVersionInfo_statusInformation - A message returned by Amazon Web Services Systems Manager that explains
the Status value. For example, a Failed status might be explained by
the StatusInformation message, "The specified S3 bucket doesn't
exist. Verify that the URL of the S3 bucket is correct."
$sel:versionName:DocumentVersionInfo', documentVersionInfo_versionName - The version of the artifact associated with the document. For example,
"Release 12, Update 6". This value is unique across all versions of a
document, and can't be changed.
documentVersionInfo_createdDate :: Lens' DocumentVersionInfo (Maybe UTCTime) Source #
The date the document was created.
documentVersionInfo_displayName :: Lens' DocumentVersionInfo (Maybe Text) Source #
The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.
documentVersionInfo_documentFormat :: Lens' DocumentVersionInfo (Maybe DocumentFormat) Source #
The document format, either JSON or YAML.
documentVersionInfo_documentVersion :: Lens' DocumentVersionInfo (Maybe Text) Source #
The document version.
documentVersionInfo_isDefaultVersion :: Lens' DocumentVersionInfo (Maybe Bool) Source #
An identifier for the default version of the document.
documentVersionInfo_name :: Lens' DocumentVersionInfo (Maybe Text) Source #
The document name.
documentVersionInfo_reviewStatus :: Lens' DocumentVersionInfo (Maybe ReviewStatus) Source #
The current status of the approval review for the latest version of the document.
documentVersionInfo_status :: Lens' DocumentVersionInfo (Maybe DocumentStatus) Source #
The status of the SSM document, such as Creating, Active, Failed,
and Deleting.
documentVersionInfo_statusInformation :: Lens' DocumentVersionInfo (Maybe Text) Source #
A message returned by Amazon Web Services Systems Manager that explains
the Status value. For example, a Failed status might be explained by
the StatusInformation message, "The specified S3 bucket doesn't
exist. Verify that the URL of the S3 bucket is correct."
documentVersionInfo_versionName :: Lens' DocumentVersionInfo (Maybe Text) Source #
The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.