amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • maxResults :: Maybe Natural

    The maximum number of results to return in this operation.

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

Instances

Instances details
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

AWSRequest ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Associated Types

type AWSResponse ListDeviceProfiles #

Generic ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Associated Types

type Rep ListDeviceProfiles :: Type -> Type #

Read ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Show ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

NFData ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Methods

rnf :: ListDeviceProfiles -> () #

Eq ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Hashable ListDeviceProfiles Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

type AWSResponse 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" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "ListDeviceProfiles'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListDeviceProfiles', listDeviceProfiles_maxResults - The maximum number of results to return in this operation.

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.

Request Lenses

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

The maximum number of results to return in this operation.

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.

Destructuring the Response

data ListDeviceProfilesResponse Source #

See: newListDeviceProfilesResponse smart constructor.

Constructors

ListDeviceProfilesResponse' 

Fields

Instances

Instances details
Generic ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Associated Types

type Rep ListDeviceProfilesResponse :: Type -> Type #

Read ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Show ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

NFData ListDeviceProfilesResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListDeviceProfiles

Eq 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" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" '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.

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.