libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
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.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Description

Retrieves a paginated list of client devices that are associated with a core device.

This operation returns paginated results.

Synopsis

Creating a Request

data ListClientDevicesAssociatedWithCoreDevice Source #

Constructors

ListClientDevicesAssociatedWithCoreDevice' 

Fields

Instances

Instances details
Eq ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Read ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Show ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Generic ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

NFData ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Hashable ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

AWSPager ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

AWSRequest ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

ToHeaders ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

ToPath ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

ToQuery ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

type Rep ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

type Rep ListClientDevicesAssociatedWithCoreDevice = D1 ('MetaData "ListClientDevicesAssociatedWithCoreDevice" "Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "ListClientDevicesAssociatedWithCoreDevice'" '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 "coreDeviceThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListClientDevicesAssociatedWithCoreDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

newListClientDevicesAssociatedWithCoreDevice Source #

Create a value of ListClientDevicesAssociatedWithCoreDevice 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:ListClientDevicesAssociatedWithCoreDevice', listClientDevicesAssociatedWithCoreDevice_nextToken - The token to be used for the next set of paginated results.

$sel:maxResults:ListClientDevicesAssociatedWithCoreDevice', listClientDevicesAssociatedWithCoreDevice_maxResults - The maximum number of results to be returned per paginated request.

$sel:coreDeviceThingName:ListClientDevicesAssociatedWithCoreDevice', listClientDevicesAssociatedWithCoreDevice_coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.

Request Lenses

listClientDevicesAssociatedWithCoreDevice_maxResults :: Lens' ListClientDevicesAssociatedWithCoreDevice (Maybe Natural) Source #

The maximum number of results to be returned per paginated request.

Destructuring the Response

data ListClientDevicesAssociatedWithCoreDeviceResponse Source #

Constructors

ListClientDevicesAssociatedWithCoreDeviceResponse' 

Fields

Instances

Instances details
Eq ListClientDevicesAssociatedWithCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Read ListClientDevicesAssociatedWithCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Show ListClientDevicesAssociatedWithCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

Generic ListClientDevicesAssociatedWithCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

NFData ListClientDevicesAssociatedWithCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

type Rep ListClientDevicesAssociatedWithCoreDeviceResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice

type Rep ListClientDevicesAssociatedWithCoreDeviceResponse = D1 ('MetaData "ListClientDevicesAssociatedWithCoreDeviceResponse" "Amazonka.GreengrassV2.ListClientDevicesAssociatedWithCoreDevice" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "ListClientDevicesAssociatedWithCoreDeviceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedClientDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AssociatedClientDevice))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListClientDevicesAssociatedWithCoreDeviceResponse Source #

Create a value of ListClientDevicesAssociatedWithCoreDeviceResponse 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:associatedClientDevices:ListClientDevicesAssociatedWithCoreDeviceResponse', listClientDevicesAssociatedWithCoreDeviceResponse_associatedClientDevices - A list that describes the client devices that are associated with the core device.

$sel:nextToken:ListClientDevicesAssociatedWithCoreDevice', listClientDevicesAssociatedWithCoreDeviceResponse_nextToken - The token for the next set of results, or null if there are no additional results.

$sel:httpStatus:ListClientDevicesAssociatedWithCoreDeviceResponse', listClientDevicesAssociatedWithCoreDeviceResponse_httpStatus - The response's http status code.

Response Lenses

listClientDevicesAssociatedWithCoreDeviceResponse_nextToken :: Lens' ListClientDevicesAssociatedWithCoreDeviceResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no additional results.