| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WellArchitected.UpdateLensReview
Description
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_lensReview :: Lens' UpdateLensReviewResponse (Maybe LensReview)
- updateLensReviewResponse_workloadId :: Lens' UpdateLensReviewResponse (Maybe Text)
- updateLensReviewResponse_httpStatus :: Lens' UpdateLensReviewResponse Int
Creating a Request
data UpdateLensReview Source #
Input for update lens review.
See: newUpdateLensReview smart constructor.
Constructors
| UpdateLensReview' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateLensReview |
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.
UpdateLensReview, updateLensReview_workloadId - Undocumented member.
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.
Constructors
| UpdateLensReviewResponse' | |
Fields
| |
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:lensReview:UpdateLensReviewResponse', updateLensReviewResponse_lensReview - Undocumented member.
UpdateLensReview, updateLensReviewResponse_workloadId - Undocumented member.
$sel:httpStatus:UpdateLensReviewResponse', updateLensReviewResponse_httpStatus - The response's http status code.
Response Lenses
updateLensReviewResponse_lensReview :: Lens' UpdateLensReviewResponse (Maybe LensReview) Source #
Undocumented member.
updateLensReviewResponse_workloadId :: Lens' UpdateLensReviewResponse (Maybe Text) Source #
Undocumented member.
updateLensReviewResponse_httpStatus :: Lens' UpdateLensReviewResponse Int Source #
The response's http status code.