| 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 |
Amazonka.MediaLive.ListInputs
Description
Produces list of inputs that have been created
This operation returns paginated results.
Synopsis
- data ListInputs = ListInputs' {}
- newListInputs :: ListInputs
- listInputs_nextToken :: Lens' ListInputs (Maybe Text)
- listInputs_maxResults :: Lens' ListInputs (Maybe Natural)
- 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.
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:nextToken:ListInputs', listInputs_nextToken - Undocumented member.
$sel:maxResults:ListInputs', listInputs_maxResults - Undocumented member.
Request Lenses
listInputs_nextToken :: Lens' ListInputs (Maybe Text) Source #
Undocumented member.
listInputs_maxResults :: Lens' ListInputs (Maybe Natural) Source #
Undocumented member.
Destructuring the Response
data ListInputsResponse Source #
Placeholder documentation for ListInputsResponse
See: newListInputsResponse smart constructor.
Constructors
| ListInputsResponse' | |
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:inputs:ListInputsResponse', listInputsResponse_inputs - Undocumented member.
$sel:nextToken: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.