| 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.ListInputs
Description
Lists the inputs you have created.
Synopsis
- data ListInputs = ListInputs' {}
- newListInputs :: ListInputs
- listInputs_maxResults :: Lens' ListInputs (Maybe Natural)
- listInputs_nextToken :: Lens' ListInputs (Maybe Text)
- data ListInputsResponse = ListInputsResponse' {
- inputSummaries :: Maybe [InputSummary]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListInputsResponse :: Int -> ListInputsResponse
- listInputsResponse_inputSummaries :: Lens' ListInputsResponse (Maybe [InputSummary])
- listInputsResponse_nextToken :: Lens' ListInputsResponse (Maybe Text)
- listInputsResponse_httpStatus :: Lens' ListInputsResponse Int
Creating a Request
data ListInputs Source #
See: newListInputs smart constructor.
Constructors
| ListInputs' | |
Instances
newListInputs :: ListInputs Source #
Create a value of ListInputs 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:maxResults:ListInputs', listInputs_maxResults - The maximum number of results to be returned per request.
ListInputs, listInputs_nextToken - The token that you can use to return the next set of results.
Request Lenses
listInputs_maxResults :: Lens' ListInputs (Maybe Natural) Source #
The maximum number of results to be returned per request.
listInputs_nextToken :: Lens' ListInputs (Maybe Text) Source #
The token that you can use to return the next set of results.
Destructuring the Response
data ListInputsResponse Source #
See: newListInputsResponse smart constructor.
Constructors
| ListInputsResponse' | |
Fields
| |
Instances
newListInputsResponse Source #
Arguments
| :: Int | |
| -> ListInputsResponse |
Create a value of ListInputsResponse 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:inputSummaries:ListInputsResponse', listInputsResponse_inputSummaries - Summary information about the inputs.
ListInputs, listInputsResponse_nextToken - The token that you can use to return the next set of results, or null
if there are no more results.
$sel:httpStatus:ListInputsResponse', listInputsResponse_httpStatus - The response's http status code.
Response Lenses
listInputsResponse_inputSummaries :: Lens' ListInputsResponse (Maybe [InputSummary]) Source #
Summary information about the inputs.
listInputsResponse_nextToken :: Lens' ListInputsResponse (Maybe Text) Source #
The token that you can use to return the next set of results, or null
if there are no more results.
listInputsResponse_httpStatus :: Lens' ListInputsResponse Int Source #
The response's http status code.