Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns the metadata associated with the code review along with its status.
Synopsis
- data DescribeCodeReview = DescribeCodeReview' {}
- newDescribeCodeReview :: Text -> DescribeCodeReview
- describeCodeReview_codeReviewArn :: Lens' DescribeCodeReview Text
- data DescribeCodeReviewResponse = DescribeCodeReviewResponse' {}
- newDescribeCodeReviewResponse :: Int -> DescribeCodeReviewResponse
- describeCodeReviewResponse_codeReview :: Lens' DescribeCodeReviewResponse (Maybe CodeReview)
- describeCodeReviewResponse_httpStatus :: Lens' DescribeCodeReviewResponse Int
Creating a Request
data DescribeCodeReview Source #
See: newDescribeCodeReview
smart constructor.
DescribeCodeReview' | |
|
Instances
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.
DescribeCodeReviewResponse' | |
|
Instances
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
describeCodeReviewResponse_codeReview :: Lens' DescribeCodeReviewResponse (Maybe CodeReview) Source #
Information about the code review.
describeCodeReviewResponse_httpStatus :: Lens' DescribeCodeReviewResponse Int Source #
The response's http status code.