| 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.GetLensReview
Description
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_lensReview :: Lens' GetLensReviewResponse (Maybe LensReview)
- getLensReviewResponse_milestoneNumber :: Lens' GetLensReviewResponse (Maybe Natural)
- getLensReviewResponse_workloadId :: Lens' GetLensReviewResponse (Maybe Text)
- getLensReviewResponse_httpStatus :: Lens' GetLensReviewResponse Int
Creating a Request
data GetLensReview Source #
Input to get lens review.
See: newGetLensReview smart constructor.
Constructors
| GetLensReview' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> GetLensReview |
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:
GetLensReview, getLensReview_milestoneNumber - Undocumented member.
GetLensReview, getLensReview_workloadId - Undocumented member.
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.
Constructors
| GetLensReviewResponse' | |
Fields
| |
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:lensReview:GetLensReviewResponse', getLensReviewResponse_lensReview - Undocumented member.
GetLensReview, getLensReviewResponse_milestoneNumber - Undocumented member.
GetLensReview, getLensReviewResponse_workloadId - Undocumented member.
$sel:httpStatus:GetLensReviewResponse', getLensReviewResponse_httpStatus - The response's http status code.
Response Lenses
getLensReviewResponse_lensReview :: Lens' GetLensReviewResponse (Maybe LensReview) Source #
Undocumented member.
getLensReviewResponse_milestoneNumber :: Lens' GetLensReviewResponse (Maybe Natural) Source #
Undocumented member.
getLensReviewResponse_workloadId :: Lens' GetLensReviewResponse (Maybe Text) Source #
Undocumented member.
getLensReviewResponse_httpStatus :: Lens' GetLensReviewResponse Int Source #
The response's http status code.