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 |
Update lens review.
Synopsis
- data UpdateLensReview = UpdateLensReview' {}
- newUpdateLensReview :: Text -> Text -> UpdateLensReview
- updateLensReview_lensNotes :: Lens' UpdateLensReview (Maybe Text)
- updateLensReview_pillarNotes :: Lens' UpdateLensReview (Maybe (HashMap Text Text))
- updateLensReview_workloadId :: Lens' UpdateLensReview Text
- updateLensReview_lensAlias :: Lens' UpdateLensReview Text
- data UpdateLensReviewResponse = UpdateLensReviewResponse' {}
- newUpdateLensReviewResponse :: Int -> UpdateLensReviewResponse
- updateLensReviewResponse_workloadId :: Lens' UpdateLensReviewResponse (Maybe Text)
- updateLensReviewResponse_lensReview :: Lens' UpdateLensReviewResponse (Maybe LensReview)
- updateLensReviewResponse_httpStatus :: Lens' UpdateLensReviewResponse Int
Creating a Request
data UpdateLensReview Source #
Input for update lens review.
See: newUpdateLensReview
smart constructor.
Instances
Create a value of UpdateLensReview
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:lensNotes:UpdateLensReview'
, updateLensReview_lensNotes
- Undocumented member.
$sel:pillarNotes:UpdateLensReview'
, updateLensReview_pillarNotes
- Undocumented member.
$sel:workloadId:UpdateLensReview'
, updateLensReview_workloadId
- Undocumented member.
$sel:lensAlias:UpdateLensReview'
, updateLensReview_lensAlias
- Undocumented member.
Request Lenses
updateLensReview_lensNotes :: Lens' UpdateLensReview (Maybe Text) Source #
Undocumented member.
updateLensReview_pillarNotes :: Lens' UpdateLensReview (Maybe (HashMap Text Text)) Source #
Undocumented member.
updateLensReview_workloadId :: Lens' UpdateLensReview Text Source #
Undocumented member.
updateLensReview_lensAlias :: Lens' UpdateLensReview Text Source #
Undocumented member.
Destructuring the Response
data UpdateLensReviewResponse Source #
Output of a update lens review call.
See: newUpdateLensReviewResponse
smart constructor.
UpdateLensReviewResponse' | |
|
Instances
newUpdateLensReviewResponse Source #
Create a value of UpdateLensReviewResponse
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:workloadId:UpdateLensReview'
, updateLensReviewResponse_workloadId
- Undocumented member.
$sel:lensReview:UpdateLensReviewResponse'
, updateLensReviewResponse_lensReview
- Undocumented member.
$sel:httpStatus:UpdateLensReviewResponse'
, updateLensReviewResponse_httpStatus
- The response's http status code.
Response Lenses
updateLensReviewResponse_workloadId :: Lens' UpdateLensReviewResponse (Maybe Text) Source #
Undocumented member.
updateLensReviewResponse_lensReview :: Lens' UpdateLensReviewResponse (Maybe LensReview) Source #
Undocumented member.
updateLensReviewResponse_httpStatus :: Lens' UpdateLensReviewResponse Int Source #
The response's http status code.