libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.ListDeviceProfiles

Description

Lists the device profiles registered to your AWS account.

Synopsis

Creating a Request

data ListDeviceProfiles Source #

See: newListDeviceProfiles smart constructor.

Constructors

ListDeviceProfiles' 

Fields

  • nextToken :: Maybe Text

    To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

  • maxResults :: Maybe Natural

    The maximum number of results to return in this operation.

Instances

Instances details
Eq ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Read ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Show ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Generic ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Associated Types

type Rep ListDeviceProfiles :: Type -> Type #

NFData ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Methods

rnf :: ListDeviceProfiles -> () #

Hashable ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

AWSRequest ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Associated Types

type AWSResponse ListDeviceProfiles #

ToHeaders ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

ToPath ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

ToQuery ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

type Rep ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

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

Defined in Amazonka.IoTWireless.ListDeviceProfiles

newListDeviceProfiles :: ListDeviceProfiles Source #

Create a value of ListDeviceProfiles 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:ListDeviceProfiles', listDeviceProfiles_nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

$sel:maxResults:ListDeviceProfiles', listDeviceProfiles_maxResults - The maximum number of results to return in this operation.

Request Lenses

listDeviceProfiles_nextToken :: Lens' ListDeviceProfiles (Maybe Text) Source #

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

listDeviceProfiles_maxResults :: Lens' ListDeviceProfiles (Maybe Natural) Source #

The maximum number of results to return in this operation.

Destructuring the Response

data ListDeviceProfilesResponse Source #

See: newListDeviceProfilesResponse smart constructor.

Constructors

ListDeviceProfilesResponse' 

Fields

Instances

Instances details
Eq ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Read ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Show ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Generic ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Associated Types

type Rep ListDeviceProfilesResponse :: Type -> Type #

NFData ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

type Rep ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

type Rep ListDeviceProfilesResponse = D1 ('MetaData "ListDeviceProfilesResponse" "Amazonka.IoTWireless.ListDeviceProfiles" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "ListDeviceProfilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceProfileList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeviceProfile])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeviceProfilesResponse Source #

Create a value of ListDeviceProfilesResponse 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:deviceProfileList:ListDeviceProfilesResponse', listDeviceProfilesResponse_deviceProfileList - The list of device profiles.

$sel:nextToken:ListDeviceProfiles', listDeviceProfilesResponse_nextToken - The token to use to get the next set of results, or null if there are no additional results.

$sel:httpStatus:ListDeviceProfilesResponse', listDeviceProfilesResponse_httpStatus - The response's http status code.

Response Lenses

listDeviceProfilesResponse_nextToken :: Lens' ListDeviceProfilesResponse (Maybe Text) Source #

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