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 |
Describes the anomalies or errors associated with the problem.
Synopsis
- data DescribeProblemObservations = DescribeProblemObservations' {}
- newDescribeProblemObservations :: Text -> DescribeProblemObservations
- describeProblemObservations_problemId :: Lens' DescribeProblemObservations Text
- data DescribeProblemObservationsResponse = DescribeProblemObservationsResponse' {}
- newDescribeProblemObservationsResponse :: Int -> DescribeProblemObservationsResponse
- describeProblemObservationsResponse_relatedObservations :: Lens' DescribeProblemObservationsResponse (Maybe RelatedObservations)
- describeProblemObservationsResponse_httpStatus :: Lens' DescribeProblemObservationsResponse Int
Creating a Request
data DescribeProblemObservations Source #
See: newDescribeProblemObservations
smart constructor.
Instances
newDescribeProblemObservations Source #
Create a value of DescribeProblemObservations
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:problemId:DescribeProblemObservations'
, describeProblemObservations_problemId
- The ID of the problem.
Request Lenses
describeProblemObservations_problemId :: Lens' DescribeProblemObservations Text Source #
The ID of the problem.
Destructuring the Response
data DescribeProblemObservationsResponse Source #
See: newDescribeProblemObservationsResponse
smart constructor.
DescribeProblemObservationsResponse' | |
|
Instances
newDescribeProblemObservationsResponse Source #
Create a value of DescribeProblemObservationsResponse
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:relatedObservations:DescribeProblemObservationsResponse'
, describeProblemObservationsResponse_relatedObservations
- Observations related to the problem.
$sel:httpStatus:DescribeProblemObservationsResponse'
, describeProblemObservationsResponse_httpStatus
- The response's http status code.
Response Lenses
describeProblemObservationsResponse_relatedObservations :: Lens' DescribeProblemObservationsResponse (Maybe RelatedObservations) Source #
Observations related to the problem.
describeProblemObservationsResponse_httpStatus :: Lens' DescribeProblemObservationsResponse Int Source #
The response's http status code.