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 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.
Instances
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:
$sel:inputName: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.
DescribeInputResponse' | |
|
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.