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 |
Produces list of inputs that have been created
This operation returns paginated results.
Synopsis
- data ListInputs = ListInputs' {}
- newListInputs :: ListInputs
- listInputs_maxResults :: Lens' ListInputs (Maybe Natural)
- listInputs_nextToken :: Lens' ListInputs (Maybe Text)
- data ListInputsResponse = ListInputsResponse' {}
- newListInputsResponse :: Int -> ListInputsResponse
- listInputsResponse_inputs :: Lens' ListInputsResponse (Maybe [Input])
- listInputsResponse_nextToken :: Lens' ListInputsResponse (Maybe Text)
- listInputsResponse_httpStatus :: Lens' ListInputsResponse Int
Creating a Request
data ListInputs Source #
Placeholder documentation for ListInputsRequest
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:maxResults:ListInputs'
, listInputs_maxResults
- Undocumented member.
ListInputs
, listInputs_nextToken
- Undocumented member.
Request Lenses
listInputs_maxResults :: Lens' ListInputs (Maybe Natural) Source #
Undocumented member.
listInputs_nextToken :: Lens' ListInputs (Maybe Text) Source #
Undocumented member.
Destructuring the Response
data ListInputsResponse Source #
Placeholder documentation for ListInputsResponse
See: newListInputsResponse
smart constructor.
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:
ListInputsResponse
, listInputsResponse_inputs
- Undocumented member.
ListInputs
, listInputsResponse_nextToken
- Undocumented member.
$sel:httpStatus:ListInputsResponse'
, listInputsResponse_httpStatus
- The response's http status code.
Response Lenses
listInputsResponse_inputs :: Lens' ListInputsResponse (Maybe [Input]) Source #
Undocumented member.
listInputsResponse_nextToken :: Lens' ListInputsResponse (Maybe Text) Source #
Undocumented member.
listInputsResponse_httpStatus :: Lens' ListInputsResponse Int Source #
The response's http status code.