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 one or more input routings.
Synopsis
- data ListInputRoutings = ListInputRoutings' {}
- newListInputRoutings :: InputIdentifier -> ListInputRoutings
- listInputRoutings_nextToken :: Lens' ListInputRoutings (Maybe Text)
- listInputRoutings_maxResults :: Lens' ListInputRoutings (Maybe Natural)
- listInputRoutings_inputIdentifier :: Lens' ListInputRoutings InputIdentifier
- data ListInputRoutingsResponse = ListInputRoutingsResponse' {}
- newListInputRoutingsResponse :: Int -> ListInputRoutingsResponse
- listInputRoutingsResponse_routedResources :: Lens' ListInputRoutingsResponse (Maybe [RoutedResource])
- listInputRoutingsResponse_nextToken :: Lens' ListInputRoutingsResponse (Maybe Text)
- listInputRoutingsResponse_httpStatus :: Lens' ListInputRoutingsResponse Int
Creating a Request
data ListInputRoutings Source #
See: newListInputRoutings
smart constructor.
ListInputRoutings' | |
|
Instances
Create a value of ListInputRoutings
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:ListInputRoutings'
, listInputRoutings_nextToken
- The token that you can use to return the next set of results.
$sel:maxResults:ListInputRoutings'
, listInputRoutings_maxResults
- The maximum number of results to be returned per request.
$sel:inputIdentifier:ListInputRoutings'
, listInputRoutings_inputIdentifier
- The identifer of the routed input.
Request Lenses
listInputRoutings_nextToken :: Lens' ListInputRoutings (Maybe Text) Source #
The token that you can use to return the next set of results.
listInputRoutings_maxResults :: Lens' ListInputRoutings (Maybe Natural) Source #
The maximum number of results to be returned per request.
listInputRoutings_inputIdentifier :: Lens' ListInputRoutings InputIdentifier Source #
The identifer of the routed input.
Destructuring the Response
data ListInputRoutingsResponse Source #
See: newListInputRoutingsResponse
smart constructor.
ListInputRoutingsResponse' | |
|
Instances
newListInputRoutingsResponse Source #
Create a value of ListInputRoutingsResponse
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:routedResources:ListInputRoutingsResponse'
, listInputRoutingsResponse_routedResources
- Summary information about the routed resources.
$sel:nextToken:ListInputRoutings'
, listInputRoutingsResponse_nextToken
- The token that you can use to return the next set of results, or null
if there are no more results.
$sel:httpStatus:ListInputRoutingsResponse'
, listInputRoutingsResponse_httpStatus
- The response's http status code.
Response Lenses
listInputRoutingsResponse_routedResources :: Lens' ListInputRoutingsResponse (Maybe [RoutedResource]) Source #
Summary information about the routed resources.
listInputRoutingsResponse_nextToken :: Lens' ListInputRoutingsResponse (Maybe Text) Source #
The token that you can use to return the next set of results, or null
if there are no more results.
listInputRoutingsResponse_httpStatus :: Lens' ListInputRoutingsResponse Int Source #
The response's http status code.