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 |
Get lens review.
Synopsis
- data GetLensReview = GetLensReview' {}
- newGetLensReview :: Text -> Text -> GetLensReview
- getLensReview_milestoneNumber :: Lens' GetLensReview (Maybe Natural)
- getLensReview_workloadId :: Lens' GetLensReview Text
- getLensReview_lensAlias :: Lens' GetLensReview Text
- data GetLensReviewResponse = GetLensReviewResponse' {}
- newGetLensReviewResponse :: Int -> GetLensReviewResponse
- getLensReviewResponse_milestoneNumber :: Lens' GetLensReviewResponse (Maybe Natural)
- getLensReviewResponse_workloadId :: Lens' GetLensReviewResponse (Maybe Text)
- getLensReviewResponse_lensReview :: Lens' GetLensReviewResponse (Maybe LensReview)
- getLensReviewResponse_httpStatus :: Lens' GetLensReviewResponse Int
Creating a Request
data GetLensReview Source #
Input to get lens review.
See: newGetLensReview
smart constructor.
Instances
Create a value of GetLensReview
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:milestoneNumber:GetLensReview'
, getLensReview_milestoneNumber
- Undocumented member.
$sel:workloadId:GetLensReview'
, getLensReview_workloadId
- Undocumented member.
$sel:lensAlias:GetLensReview'
, getLensReview_lensAlias
- Undocumented member.
Request Lenses
getLensReview_milestoneNumber :: Lens' GetLensReview (Maybe Natural) Source #
Undocumented member.
getLensReview_workloadId :: Lens' GetLensReview Text Source #
Undocumented member.
getLensReview_lensAlias :: Lens' GetLensReview Text Source #
Undocumented member.
Destructuring the Response
data GetLensReviewResponse Source #
Output of a get lens review call.
See: newGetLensReviewResponse
smart constructor.
GetLensReviewResponse' | |
|
Instances
newGetLensReviewResponse Source #
Create a value of GetLensReviewResponse
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:milestoneNumber:GetLensReview'
, getLensReviewResponse_milestoneNumber
- Undocumented member.
$sel:workloadId:GetLensReview'
, getLensReviewResponse_workloadId
- Undocumented member.
$sel:lensReview:GetLensReviewResponse'
, getLensReviewResponse_lensReview
- Undocumented member.
$sel:httpStatus:GetLensReviewResponse'
, getLensReviewResponse_httpStatus
- The response's http status code.
Response Lenses
getLensReviewResponse_milestoneNumber :: Lens' GetLensReviewResponse (Maybe Natural) Source #
Undocumented member.
getLensReviewResponse_workloadId :: Lens' GetLensReviewResponse (Maybe Text) Source #
Undocumented member.
getLensReviewResponse_lensReview :: Lens' GetLensReviewResponse (Maybe LensReview) Source #
Undocumented member.
getLensReviewResponse_httpStatus :: Lens' GetLensReviewResponse Int Source #
The response's http status code.