libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSM.Types.DocumentReviewerResponseSource

Description

 
Synopsis

Documentation

data DocumentReviewerResponseSource Source #

Information about a reviewer's response to a document review request.

See: newDocumentReviewerResponseSource smart constructor.

Constructors

DocumentReviewerResponseSource' 

Fields

  • reviewer :: Maybe Text

    The user in your organization assigned to review a document request.

  • reviewStatus :: Maybe ReviewStatus

    The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

    Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

    Only one version of a document can be in review, or PENDING, at a time.

  • updatedTime :: Maybe POSIX

    The date and time that a reviewer last updated a response to a document review request.

  • comment :: Maybe [DocumentReviewCommentSource]

    The comment entered by a reviewer as part of their document review response.

  • createTime :: Maybe POSIX

    The date and time that a reviewer entered a response to a document review request.

Instances

Instances details
Eq DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Read DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Show DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Generic DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Associated Types

type Rep DocumentReviewerResponseSource :: Type -> Type #

NFData DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

Hashable DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

FromJSON DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

type Rep DocumentReviewerResponseSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewerResponseSource

type Rep DocumentReviewerResponseSource = D1 ('MetaData "DocumentReviewerResponseSource" "Amazonka.SSM.Types.DocumentReviewerResponseSource" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DocumentReviewerResponseSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reviewer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus))) :*: (S1 ('MetaSel ('Just "updatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentReviewCommentSource])) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDocumentReviewerResponseSource :: DocumentReviewerResponseSource Source #

Create a value of DocumentReviewerResponseSource 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:reviewer:DocumentReviewerResponseSource', documentReviewerResponseSource_reviewer - The user in your organization assigned to review a document request.

$sel:reviewStatus:DocumentReviewerResponseSource', documentReviewerResponseSource_reviewStatus - The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

Only one version of a document can be in review, or PENDING, at a time.

$sel:updatedTime:DocumentReviewerResponseSource', documentReviewerResponseSource_updatedTime - The date and time that a reviewer last updated a response to a document review request.

$sel:comment:DocumentReviewerResponseSource', documentReviewerResponseSource_comment - The comment entered by a reviewer as part of their document review response.

$sel:createTime:DocumentReviewerResponseSource', documentReviewerResponseSource_createTime - The date and time that a reviewer entered a response to a document review request.

documentReviewerResponseSource_reviewer :: Lens' DocumentReviewerResponseSource (Maybe Text) Source #

The user in your organization assigned to review a document request.

documentReviewerResponseSource_reviewStatus :: Lens' DocumentReviewerResponseSource (Maybe ReviewStatus) Source #

The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

Only one version of a document can be in review, or PENDING, at a time.

documentReviewerResponseSource_updatedTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime) Source #

The date and time that a reviewer last updated a response to a document review request.

documentReviewerResponseSource_comment :: Lens' DocumentReviewerResponseSource (Maybe [DocumentReviewCommentSource]) Source #

The comment entered by a reviewer as part of their document review response.

documentReviewerResponseSource_createTime :: Lens' DocumentReviewerResponseSource (Maybe UTCTime) Source #

The date and time that a reviewer entered a response to a document review request.