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.DocumentReviewCommentSource

Description

 
Synopsis

Documentation

data DocumentReviewCommentSource Source #

Information about comments added to a document review request.

See: newDocumentReviewCommentSource smart constructor.

Constructors

DocumentReviewCommentSource' 

Fields

  • content :: Maybe Text

    The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

  • type' :: Maybe DocumentReviewCommentType

    The type of information added to a review request. Currently, only the value Comment is supported.

Instances

Instances details
Eq DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Read DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Show DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Generic DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Associated Types

type Rep DocumentReviewCommentSource :: Type -> Type #

NFData DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

Hashable DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

ToJSON DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

FromJSON DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

type Rep DocumentReviewCommentSource Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentReviewCommentSource

type Rep DocumentReviewCommentSource = D1 ('MetaData "DocumentReviewCommentSource" "Amazonka.SSM.Types.DocumentReviewCommentSource" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DocumentReviewCommentSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentReviewCommentType))))

newDocumentReviewCommentSource :: DocumentReviewCommentSource Source #

Create a value of DocumentReviewCommentSource 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:content:DocumentReviewCommentSource', documentReviewCommentSource_content - The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

$sel:type':DocumentReviewCommentSource', documentReviewCommentSource_type - The type of information added to a review request. Currently, only the value Comment is supported.

documentReviewCommentSource_content :: Lens' DocumentReviewCommentSource (Maybe Text) Source #

The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

documentReviewCommentSource_type :: Lens' DocumentReviewCommentSource (Maybe DocumentReviewCommentType) Source #

The type of information added to a review request. Currently, only the value Comment is supported.