amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.Types.ReviewInformation

Description

 
Synopsis

Documentation

data ReviewInformation Source #

Information about the result of a document review request.

See: newReviewInformation smart constructor.

Constructors

ReviewInformation' 

Fields

Instances

Instances details
FromJSON ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Generic ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Associated Types

type Rep ReviewInformation :: Type -> Type #

Read ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Show ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

NFData ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Methods

rnf :: ReviewInformation -> () #

Eq ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

Hashable ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

type Rep ReviewInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.ReviewInformation

type Rep ReviewInformation = D1 ('MetaData "ReviewInformation" "Amazonka.SSM.Types.ReviewInformation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ReviewInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reviewedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "reviewer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus)))))

newReviewInformation :: ReviewInformation Source #

Create a value of ReviewInformation 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:reviewedTime:ReviewInformation', reviewInformation_reviewedTime - The time that the reviewer took action on the document review request.

$sel:reviewer:ReviewInformation', reviewInformation_reviewer - The reviewer assigned to take action on the document review request.

$sel:status:ReviewInformation', reviewInformation_status - The current status of the document review request.

reviewInformation_reviewedTime :: Lens' ReviewInformation (Maybe UTCTime) Source #

The time that the reviewer took action on the document review request.

reviewInformation_reviewer :: Lens' ReviewInformation (Maybe Text) Source #

The reviewer assigned to take action on the document review request.

reviewInformation_status :: Lens' ReviewInformation (Maybe ReviewStatus) Source #

The current status of the document review request.