libZSservicesZSamazonka-codeguru-reviewerZSamazonka-codeguru-reviewer
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.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
Eq DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Read DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Show DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Generic DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Associated Types

type Rep DescribeCodeReview :: Type -> Type #

NFData DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Methods

rnf :: DescribeCodeReview -> () #

Hashable DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

AWSRequest DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Associated Types

type AWSResponse DescribeCodeReview #

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

type Rep DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

type Rep DescribeCodeReview = D1 ('MetaData "DescribeCodeReview" "Amazonka.CodeGuruReviewer.DescribeCodeReview" "libZSservicesZSamazonka-codeguru-reviewerZSamazonka-codeguru-reviewer" 'False) (C1 ('MetaCons "DescribeCodeReview'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeReviewArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeCodeReview Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

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:

$sel:codeReviewArn: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
Eq DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Read DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Show DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Generic DescribeCodeReviewResponse Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.DescribeCodeReview

Associated Types

type Rep DescribeCodeReviewResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-codeguru-reviewerZSamazonka-codeguru-reviewer" '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