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 |
Lists the inputs you have created.
Synopsis
- data ListInputs = ListInputs' {}
- newListInputs :: ListInputs
- listInputs_nextToken :: Lens' ListInputs (Maybe Text)
- listInputs_maxResults :: Lens' ListInputs (Maybe Natural)
- 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.
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:nextToken:ListInputs'
, listInputs_nextToken
- The token that you can use to return the next set of results.
$sel:maxResults:ListInputs'
, listInputs_maxResults
- The maximum number of results to be returned per request.
Request Lenses
listInputs_nextToken :: Lens' ListInputs (Maybe Text) Source #
The token that you can use to return the next set of results.
listInputs_maxResults :: Lens' ListInputs (Maybe Natural) Source #
The maximum number of results to be returned per request.
Destructuring the Response
data ListInputsResponse Source #
See: newListInputsResponse
smart constructor.
ListInputsResponse' | |
|
Instances
newListInputsResponse Source #
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.
$sel:nextToken: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.