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 |
Returns the most recent feedback submitted in the current AWS 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.
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:
$sel:insightId: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.
DescribeFeedbackResponse' | |
|
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.