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 |
Collects customer feedback about the specified insight.
Synopsis
- data PutFeedback = PutFeedback' {}
- newPutFeedback :: PutFeedback
- putFeedback_insightFeedback :: Lens' PutFeedback (Maybe InsightFeedback)
- data PutFeedbackResponse = PutFeedbackResponse' {
- httpStatus :: Int
- newPutFeedbackResponse :: Int -> PutFeedbackResponse
- putFeedbackResponse_httpStatus :: Lens' PutFeedbackResponse Int
Creating a Request
data PutFeedback Source #
See: newPutFeedback
smart constructor.
PutFeedback' | |
|
Instances
newPutFeedback :: PutFeedback Source #
Create a value of PutFeedback
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:PutFeedback'
, putFeedback_insightFeedback
- The feedback from customers is about the recommendations in this
insight.
Request Lenses
putFeedback_insightFeedback :: Lens' PutFeedback (Maybe InsightFeedback) Source #
The feedback from customers is about the recommendations in this insight.
Destructuring the Response
data PutFeedbackResponse Source #
See: newPutFeedbackResponse
smart constructor.
PutFeedbackResponse' | |
|
Instances
newPutFeedbackResponse Source #
Create a value of PutFeedbackResponse
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:httpStatus:PutFeedbackResponse'
, putFeedbackResponse_httpStatus
- The response's http status code.
Response Lenses
putFeedbackResponse_httpStatus :: Lens' PutFeedbackResponse Int Source #
The response's http status code.