| 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.DevOpsGuru.DescribeFeedback
Description
Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
Synopsis
- data DescribeFeedback = DescribeFeedback' {}
- newDescribeFeedback :: DescribeFeedback
- describeFeedback_insightId :: Lens' DescribeFeedback (Maybe Text)
- data DescribeFeedbackResponse = DescribeFeedbackResponse' {}
- newDescribeFeedbackResponse :: Int -> DescribeFeedbackResponse
- describeFeedbackResponse_insightFeedback :: Lens' DescribeFeedbackResponse (Maybe InsightFeedback)
- describeFeedbackResponse_httpStatus :: Lens' DescribeFeedbackResponse Int
Creating a Request
data DescribeFeedback Source #
See: newDescribeFeedback smart constructor.
Constructors
| DescribeFeedback' | |
Instances
newDescribeFeedback :: DescribeFeedback Source #
Create a value of DescribeFeedback 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:
DescribeFeedback, describeFeedback_insightId - The ID of the insight for which the feedback was provided.
Request Lenses
describeFeedback_insightId :: Lens' DescribeFeedback (Maybe Text) Source #
The ID of the insight for which the feedback was provided.
Destructuring the Response
data DescribeFeedbackResponse Source #
See: newDescribeFeedbackResponse smart constructor.
Constructors
| DescribeFeedbackResponse' | |
Fields
| |
Instances
newDescribeFeedbackResponse Source #
Create a value of DescribeFeedbackResponse 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:insightFeedback:DescribeFeedbackResponse', describeFeedbackResponse_insightFeedback - Undocumented member.
$sel:httpStatus:DescribeFeedbackResponse', describeFeedbackResponse_httpStatus - The response's http status code.
Response Lenses
describeFeedbackResponse_insightFeedback :: Lens' DescribeFeedbackResponse (Maybe InsightFeedback) Source #
Undocumented member.
describeFeedbackResponse_httpStatus :: Lens' DescribeFeedbackResponse Int Source #
The response's http status code.