| 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.PutFeedback
Description
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.
Constructors
| PutFeedback' | |
Fields
| |
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.
Constructors
| PutFeedbackResponse' | |
Fields
| |
Instances
newPutFeedbackResponse Source #
Arguments
| :: Int | |
| -> PutFeedbackResponse |
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.