| 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 |
Amazonka.Panorama.ListApplicationInstanceNodeInstances
Description
Returns a list of application node instances.
Synopsis
- data ListApplicationInstanceNodeInstances = ListApplicationInstanceNodeInstances' {}
- newListApplicationInstanceNodeInstances :: Text -> ListApplicationInstanceNodeInstances
- listApplicationInstanceNodeInstances_maxResults :: Lens' ListApplicationInstanceNodeInstances (Maybe Natural)
- listApplicationInstanceNodeInstances_nextToken :: Lens' ListApplicationInstanceNodeInstances (Maybe Text)
- 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.
Constructors
| ListApplicationInstanceNodeInstances' | |
Fields
| |
Instances
newListApplicationInstanceNodeInstances Source #
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:maxResults:ListApplicationInstanceNodeInstances', listApplicationInstanceNodeInstances_maxResults - The maximum number of node instances to return in one page of results.
ListApplicationInstanceNodeInstances, listApplicationInstanceNodeInstances_nextToken - Specify the pagination token from a previous request to retrieve the
next page of results.
ListApplicationInstanceNodeInstances, listApplicationInstanceNodeInstances_applicationInstanceId - The node instances' application instance ID.
Request Lenses
listApplicationInstanceNodeInstances_maxResults :: Lens' ListApplicationInstanceNodeInstances (Maybe Natural) Source #
The maximum number of node instances to return in one page of results.
listApplicationInstanceNodeInstances_nextToken :: Lens' ListApplicationInstanceNodeInstances (Maybe Text) Source #
Specify the pagination token from a previous request to retrieve the next 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.
Constructors
| ListApplicationInstanceNodeInstancesResponse' | |
Fields
| |
Instances
newListApplicationInstanceNodeInstancesResponse Source #
Arguments
| :: 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:
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.