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 |
Returns a list of application node instances.
Synopsis
- data ListApplicationInstanceNodeInstances = ListApplicationInstanceNodeInstances' {}
- newListApplicationInstanceNodeInstances :: Text -> ListApplicationInstanceNodeInstances
- listApplicationInstanceNodeInstances_nextToken :: Lens' ListApplicationInstanceNodeInstances (Maybe Text)
- listApplicationInstanceNodeInstances_maxResults :: Lens' ListApplicationInstanceNodeInstances (Maybe Natural)
- listApplicationInstanceNodeInstances_applicationInstanceId :: Lens' ListApplicationInstanceNodeInstances Text
- data ListApplicationInstanceNodeInstancesResponse = ListApplicationInstanceNodeInstancesResponse' {
- nextToken :: Maybe Text
- nodeInstances :: Maybe [NodeInstance]
- httpStatus :: Int
- newListApplicationInstanceNodeInstancesResponse :: Int -> ListApplicationInstanceNodeInstancesResponse
- listApplicationInstanceNodeInstancesResponse_nextToken :: Lens' ListApplicationInstanceNodeInstancesResponse (Maybe Text)
- listApplicationInstanceNodeInstancesResponse_nodeInstances :: Lens' ListApplicationInstanceNodeInstancesResponse (Maybe [NodeInstance])
- listApplicationInstanceNodeInstancesResponse_httpStatus :: Lens' ListApplicationInstanceNodeInstancesResponse Int
Creating a Request
data ListApplicationInstanceNodeInstances Source #
See: newListApplicationInstanceNodeInstances
smart constructor.
ListApplicationInstanceNodeInstances' | |
|
Instances
newListApplicationInstanceNodeInstances Source #
:: Text |
|
-> ListApplicationInstanceNodeInstances |
Create a value of ListApplicationInstanceNodeInstances
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:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstances_nextToken
- Specify the pagination token from a previous request to retrieve the
next page of results.
$sel:maxResults:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstances_maxResults
- The maximum number of node instances to return in one page of results.
$sel:applicationInstanceId:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstances_applicationInstanceId
- The node instances' application instance ID.
Request Lenses
listApplicationInstanceNodeInstances_nextToken :: Lens' ListApplicationInstanceNodeInstances (Maybe Text) Source #
Specify the pagination token from a previous request to retrieve the next page of results.
listApplicationInstanceNodeInstances_maxResults :: Lens' ListApplicationInstanceNodeInstances (Maybe Natural) Source #
The maximum number of node instances to return in one page of results.
listApplicationInstanceNodeInstances_applicationInstanceId :: Lens' ListApplicationInstanceNodeInstances Text Source #
The node instances' application instance ID.
Destructuring the Response
data ListApplicationInstanceNodeInstancesResponse Source #
See: newListApplicationInstanceNodeInstancesResponse
smart constructor.
ListApplicationInstanceNodeInstancesResponse' | |
|
Instances
newListApplicationInstanceNodeInstancesResponse Source #
:: Int |
|
-> ListApplicationInstanceNodeInstancesResponse |
Create a value of ListApplicationInstanceNodeInstancesResponse
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:ListApplicationInstanceNodeInstances'
, listApplicationInstanceNodeInstancesResponse_nextToken
- A pagination token that's included if more results are available.
$sel:nodeInstances:ListApplicationInstanceNodeInstancesResponse'
, listApplicationInstanceNodeInstancesResponse_nodeInstances
- A list of node instances.
$sel:httpStatus:ListApplicationInstanceNodeInstancesResponse'
, listApplicationInstanceNodeInstancesResponse_httpStatus
- The response's http status code.
Response Lenses
listApplicationInstanceNodeInstancesResponse_nextToken :: Lens' ListApplicationInstanceNodeInstancesResponse (Maybe Text) Source #
A pagination token that's included if more results are available.
listApplicationInstanceNodeInstancesResponse_nodeInstances :: Lens' ListApplicationInstanceNodeInstancesResponse (Maybe [NodeInstance]) Source #
A list of node instances.
listApplicationInstanceNodeInstancesResponse_httpStatus :: Lens' ListApplicationInstanceNodeInstancesResponse Int Source #
The response's http status code.