amazonka-codeguru-reviewer-2.0: Amazon CodeGuru Reviewer 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.CodeGuruReviewer.DescribeCodeReview

Description

Returns the metadata associated with the code review along with its status.

Synopsis

Creating a Request

data DescribeCodeReview Source #

See: newDescribeCodeReview smart constructor.

Constructors

DescribeCodeReview' 

Fields

Instances

Instances details
ToHeaders DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

ToPath DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

ToQuery DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

AWSRequest DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Associated Types

type AWSResponse DescribeCodeReview #

Generic DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Associated Types

type Rep DescribeCodeReview :: Type -> Type #

Read DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Show DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

NFData DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Methods

rnf :: DescribeCodeReview -> () #

Eq DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Hashable DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

type AWSResponse DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

type Rep DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

type Rep DescribeCodeReview = D1 ('MetaData "DescribeCodeReview" "Amazonka.CodeGuruReviewer.DescribeCodeReview" "amazonka-codeguru-reviewer-2.0-5PMDLaQhmT9HEhVpSUty9z" 'False) (C1 ('MetaCons "DescribeCodeReview'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeReviewArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeCodeReview Source #

Create a value of DescribeCodeReview 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:

DescribeCodeReview, describeCodeReview_codeReviewArn - The Amazon Resource Name (ARN) of the CodeReview object.

Request Lenses

describeCodeReview_codeReviewArn :: Lens' DescribeCodeReview Text Source #

The Amazon Resource Name (ARN) of the CodeReview object.

Destructuring the Response

data DescribeCodeReviewResponse Source #

See: newDescribeCodeReviewResponse smart constructor.

Constructors

DescribeCodeReviewResponse' 

Fields

Instances

Instances details
Generic DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Associated Types

type Rep DescribeCodeReviewResponse :: Type -> Type #

Read DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Show DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

NFData DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Eq DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

type Rep DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

type Rep DescribeCodeReviewResponse = D1 ('MetaData "DescribeCodeReviewResponse" "Amazonka.CodeGuruReviewer.DescribeCodeReview" "amazonka-codeguru-reviewer-2.0-5PMDLaQhmT9HEhVpSUty9z" 'False) (C1 ('MetaCons "DescribeCodeReviewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeReview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeReview)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeCodeReviewResponse Source #

Create a value of DescribeCodeReviewResponse 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:codeReview:DescribeCodeReviewResponse', describeCodeReviewResponse_codeReview - Information about the code review.

$sel:httpStatus:DescribeCodeReviewResponse', describeCodeReviewResponse_httpStatus - The response's http status code.

Response Lenses