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 DocumentVersionInfo = DocumentVersionInfo' {}
- newDocumentVersionInfo :: DocumentVersionInfo
- documentVersionInfo_status :: Lens' DocumentVersionInfo (Maybe DocumentStatus)
- documentVersionInfo_versionName :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_reviewStatus :: Lens' DocumentVersionInfo (Maybe ReviewStatus)
- documentVersionInfo_createdDate :: Lens' DocumentVersionInfo (Maybe UTCTime)
- documentVersionInfo_documentFormat :: Lens' DocumentVersionInfo (Maybe DocumentFormat)
- documentVersionInfo_name :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_documentVersion :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_displayName :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_statusInformation :: Lens' DocumentVersionInfo (Maybe Text)
- documentVersionInfo_isDefaultVersion :: Lens' DocumentVersionInfo (Maybe Bool)
Documentation
data DocumentVersionInfo Source #
Version information about the document.
See: newDocumentVersionInfo
smart constructor.
DocumentVersionInfo' | |
|
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:status:DocumentVersionInfo'
, documentVersionInfo_status
- The status of the SSM document, such as Creating
, Active
, Failed
,
and Deleting
.
$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.
$sel:reviewStatus:DocumentVersionInfo'
, documentVersionInfo_reviewStatus
- The current status of the approval review for the latest version of the
document.
$sel:createdDate:DocumentVersionInfo'
, documentVersionInfo_createdDate
- The date the document was created.
$sel:documentFormat:DocumentVersionInfo'
, documentVersionInfo_documentFormat
- The document format, either JSON or YAML.
$sel:name:DocumentVersionInfo'
, documentVersionInfo_name
- The document name.
$sel:documentVersion:DocumentVersionInfo'
, documentVersionInfo_documentVersion
- The document version.
$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: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:isDefaultVersion:DocumentVersionInfo'
, documentVersionInfo_isDefaultVersion
- An identifier for the default 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_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.
documentVersionInfo_reviewStatus :: Lens' DocumentVersionInfo (Maybe ReviewStatus) Source #
The current status of the approval review for the latest version of the document.
documentVersionInfo_createdDate :: Lens' DocumentVersionInfo (Maybe UTCTime) Source #
The date the document was created.
documentVersionInfo_documentFormat :: Lens' DocumentVersionInfo (Maybe DocumentFormat) Source #
The document format, either JSON or YAML.
documentVersionInfo_name :: Lens' DocumentVersionInfo (Maybe Text) Source #
The document name.
documentVersionInfo_documentVersion :: Lens' DocumentVersionInfo (Maybe Text) Source #
The document version.
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_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_isDefaultVersion :: Lens' DocumentVersionInfo (Maybe Bool) Source #
An identifier for the default version of the document.