libZSservicesZSamazonka-iot1click-devicesZSamazonka-iot1click-devices
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.IoT1ClickDevices.GetDeviceMethods

Description

Given a device ID, returns the invokable methods associated with the device.

Synopsis

Creating a Request

data GetDeviceMethods Source #

See: newGetDeviceMethods smart constructor.

Constructors

GetDeviceMethods' 

Fields

Instances

Instances details
Eq GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Read GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Show GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Generic GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Associated Types

type Rep GetDeviceMethods :: Type -> Type #

NFData GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Methods

rnf :: GetDeviceMethods -> () #

Hashable GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

AWSRequest GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Associated Types

type AWSResponse GetDeviceMethods #

ToHeaders GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

ToPath GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

ToQuery GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

type Rep GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

type Rep GetDeviceMethods = D1 ('MetaData "GetDeviceMethods" "Amazonka.IoT1ClickDevices.GetDeviceMethods" "libZSservicesZSamazonka-iot1click-devicesZSamazonka-iot1click-devices" 'False) (C1 ('MetaCons "GetDeviceMethods'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDeviceMethods Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

newGetDeviceMethods Source #

Create a value of GetDeviceMethods 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:deviceId:GetDeviceMethods', getDeviceMethods_deviceId - The unique identifier of the device.

Request Lenses

getDeviceMethods_deviceId :: Lens' GetDeviceMethods Text Source #

The unique identifier of the device.

Destructuring the Response

data GetDeviceMethodsResponse Source #

See: newGetDeviceMethodsResponse smart constructor.

Constructors

GetDeviceMethodsResponse' 

Fields

Instances

Instances details
Eq GetDeviceMethodsResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Read GetDeviceMethodsResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Show GetDeviceMethodsResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Generic GetDeviceMethodsResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

Associated Types

type Rep GetDeviceMethodsResponse :: Type -> Type #

NFData GetDeviceMethodsResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

type Rep GetDeviceMethodsResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickDevices.GetDeviceMethods

type Rep GetDeviceMethodsResponse = D1 ('MetaData "GetDeviceMethodsResponse" "Amazonka.IoT1ClickDevices.GetDeviceMethods" "libZSservicesZSamazonka-iot1click-devicesZSamazonka-iot1click-devices" 'False) (C1 ('MetaCons "GetDeviceMethodsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceMethods") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeviceMethod])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeviceMethodsResponse Source #

Create a value of GetDeviceMethodsResponse 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:deviceMethods:GetDeviceMethodsResponse', getDeviceMethodsResponse_deviceMethods - List of available device APIs.

$sel:httpStatus:GetDeviceMethodsResponse', getDeviceMethodsResponse_httpStatus - The response's http status code.

Response Lenses