libZSservicesZSamazonka-panoramaZSamazonka-panorama
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Panorama.ListApplicationInstanceNodeInstances

Description

Returns a list of application node instances.

Synopsis

Creating a Request

data ListApplicationInstanceNodeInstances Source #

Constructors

ListApplicationInstanceNodeInstances' 

Fields

Instances

Instances details
Eq ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

Read ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

Show ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

Generic ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

NFData ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

Hashable ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

AWSRequest ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

ToHeaders ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

ToPath ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

ToQuery ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

type Rep ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

type Rep ListApplicationInstanceNodeInstances = D1 ('MetaData "ListApplicationInstanceNodeInstances" "Amazonka.Panorama.ListApplicationInstanceNodeInstances" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "ListApplicationInstanceNodeInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "applicationInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListApplicationInstanceNodeInstances Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

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: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.

Destructuring the Response

data ListApplicationInstanceNodeInstancesResponse Source #

Constructors

ListApplicationInstanceNodeInstancesResponse' 

Fields

Instances

Instances details
Eq ListApplicationInstanceNodeInstancesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

Read ListApplicationInstanceNodeInstancesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

Show ListApplicationInstanceNodeInstancesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

Generic ListApplicationInstanceNodeInstancesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

NFData ListApplicationInstanceNodeInstancesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

type Rep ListApplicationInstanceNodeInstancesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListApplicationInstanceNodeInstances

type Rep ListApplicationInstanceNodeInstancesResponse = D1 ('MetaData "ListApplicationInstanceNodeInstancesResponse" "Amazonka.Panorama.ListApplicationInstanceNodeInstances" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "ListApplicationInstanceNodeInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nodeInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NodeInstance])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses