| 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.IoTEvents.DescribeInput
Description
Describes an input.
Synopsis
- data DescribeInput = DescribeInput' {}
- newDescribeInput :: Text -> DescribeInput
- describeInput_inputName :: Lens' DescribeInput Text
- data DescribeInputResponse = DescribeInputResponse' {
- input :: Maybe Input
- httpStatus :: Int
- newDescribeInputResponse :: Int -> DescribeInputResponse
- describeInputResponse_input :: Lens' DescribeInputResponse (Maybe Input)
- describeInputResponse_httpStatus :: Lens' DescribeInputResponse Int
Creating a Request
data DescribeInput Source #
See: newDescribeInput smart constructor.
Constructors
| DescribeInput' | |
Instances
Arguments
| :: Text | |
| -> DescribeInput |
Create a value of DescribeInput 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:
DescribeInput, describeInput_inputName - The name of the input.
Request Lenses
describeInput_inputName :: Lens' DescribeInput Text Source #
The name of the input.
Destructuring the Response
data DescribeInputResponse Source #
See: newDescribeInputResponse smart constructor.
Constructors
| DescribeInputResponse' | |
Fields
| |
Instances
newDescribeInputResponse Source #
Create a value of DescribeInputResponse 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:input:DescribeInputResponse', describeInputResponse_input - Information about the input.
$sel:httpStatus:DescribeInputResponse', describeInputResponse_httpStatus - The response's http status code.
Response Lenses
describeInputResponse_input :: Lens' DescribeInputResponse (Maybe Input) Source #
Information about the input.
describeInputResponse_httpStatus :: Lens' DescribeInputResponse Int Source #
The response's http status code.