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

Description

Returns a list of devices.

Synopsis

Creating a Request

data ListDevices Source #

See: newListDevices smart constructor.

Constructors

ListDevices' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

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

Instances

Instances details
Eq ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Read ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Show ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Generic ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Associated Types

type Rep ListDevices :: Type -> Type #

NFData ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Methods

rnf :: ListDevices -> () #

Hashable ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

AWSRequest ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Associated Types

type AWSResponse ListDevices #

ToHeaders ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Methods

toHeaders :: ListDevices -> [Header] #

ToPath ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

ToQuery ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

type Rep ListDevices Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

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

Defined in Amazonka.Panorama.ListDevices

newListDevices :: ListDevices Source #

Create a value of ListDevices 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:ListDevices', listDevices_nextToken - Specify the pagination token from a previous request to retrieve the next page of results.

$sel:maxResults:ListDevices', listDevices_maxResults - The maximum number of devices to return in one page of results.

Request Lenses

listDevices_nextToken :: Lens' ListDevices (Maybe Text) Source #

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

listDevices_maxResults :: Lens' ListDevices (Maybe Natural) Source #

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

Destructuring the Response

data ListDevicesResponse Source #

See: newListDevicesResponse smart constructor.

Constructors

ListDevicesResponse' 

Fields

Instances

Instances details
Eq ListDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Read ListDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Show ListDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Generic ListDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Associated Types

type Rep ListDevicesResponse :: Type -> Type #

NFData ListDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

Methods

rnf :: ListDevicesResponse -> () #

type Rep ListDevicesResponse Source # 
Instance details

Defined in Amazonka.Panorama.ListDevices

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

newListDevicesResponse Source #

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

$sel:httpStatus:ListDevicesResponse', listDevicesResponse_httpStatus - The response's http status code.

$sel:devices:ListDevicesResponse', listDevicesResponse_devices - A list of devices.

Response Lenses

listDevicesResponse_nextToken :: Lens' ListDevicesResponse (Maybe Text) Source #

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