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

Description

Returns a list of nodes.

Synopsis

Creating a Request

data ListNodes Source #

See: newListNodes smart constructor.

Constructors

ListNodes' 

Fields

Instances

Instances details
Eq ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Read ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Show ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Generic ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Associated Types

type Rep ListNodes :: Type -> Type #

NFData ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Methods

rnf :: ListNodes -> () #

Hashable ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

AWSRequest ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Associated Types

type AWSResponse ListNodes #

ToHeaders ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Methods

toHeaders :: ListNodes -> [Header] #

ToPath ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

ToQuery ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

type Rep ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

type AWSResponse ListNodes Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

newListNodes :: ListNodes Source #

Create a value of ListNodes 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:patchVersion:ListNodes', listNodes_patchVersion - Search for nodes by patch version.

$sel:packageName:ListNodes', listNodes_packageName - Search for nodes by name.

$sel:packageVersion:ListNodes', listNodes_packageVersion - Search for nodes by version.

$sel:category:ListNodes', listNodes_category - Search for nodes by category.

$sel:nextToken:ListNodes', listNodes_nextToken - Specify the pagination token from a previous request to retrieve the next page of results.

$sel:ownerAccount:ListNodes', listNodes_ownerAccount - Search for nodes by the account ID of the nodes' owner.

$sel:maxResults:ListNodes', listNodes_maxResults - The maximum number of nodes to return in one page of results.

Request Lenses

listNodes_patchVersion :: Lens' ListNodes (Maybe Text) Source #

Search for nodes by patch version.

listNodes_packageName :: Lens' ListNodes (Maybe Text) Source #

Search for nodes by name.

listNodes_packageVersion :: Lens' ListNodes (Maybe Text) Source #

Search for nodes by version.

listNodes_category :: Lens' ListNodes (Maybe NodeCategory) Source #

Search for nodes by category.

listNodes_nextToken :: Lens' ListNodes (Maybe Text) Source #

Specify the pagination token from a previous request to retrieve the next page of results.

listNodes_ownerAccount :: Lens' ListNodes (Maybe Text) Source #

Search for nodes by the account ID of the nodes' owner.

listNodes_maxResults :: Lens' ListNodes (Maybe Natural) Source #

The maximum number of nodes to return in one page of results.

Destructuring the Response

data ListNodesResponse Source #

See: newListNodesResponse smart constructor.

Constructors

ListNodesResponse' 

Fields

Instances

Instances details
Eq ListNodesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Read ListNodesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Show ListNodesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Generic ListNodesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Associated Types

type Rep ListNodesResponse :: Type -> Type #

NFData ListNodesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

Methods

rnf :: ListNodesResponse -> () #

type Rep ListNodesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListNodes

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

newListNodesResponse Source #

Create a value of ListNodesResponse 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:ListNodes', listNodesResponse_nextToken - A pagination token that's included if more results are available.

$sel:nodes:ListNodesResponse', listNodesResponse_nodes - A list of nodes.

$sel:httpStatus:ListNodesResponse', listNodesResponse_httpStatus - The response's http status code.

Response Lenses

listNodesResponse_nextToken :: Lens' ListNodesResponse (Maybe Text) Source #

A pagination token that's included if more results are available.

listNodesResponse_httpStatus :: Lens' ListNodesResponse Int Source #

The response's http status code.