aws.iot1click_devices.get_device_methods
Example SQL Queries
SELECT * FROMaws.iot1click_devices.get_device_methodsWHERE"device_id" = 'VALUE';Description
Given a device ID, returns the invokable methods associated with the device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_id Required Input Column The unique identifier of the device. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| device_methods List of available device APIs. | STRUCT( |
Show child fields
| |