amazonaws.com

Describes all of the AWS IoT 1-Click device-related API operations for the service. Also provides sample requests, responses, and errors for the supported web services protocols.

🔑 oauth2 13 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Lists the 1-Click compatible devices associated with your AWS account.
curl \
  -H "Authorization: $API_KEY" \
  http://devices.iot1click.us-east-1.amazonaws.com/devices
Given a device ID, returns a DescribeDeviceResponse object describing the de…
curl \
  -H "Authorization: $API_KEY" \
  http://devices.iot1click.us-east-1.amazonaws.com/devices/{deviceId}
Lists the tags associated with the specified resource ARN.
curl \
  -H "Authorization: $API_KEY" \
  http://devices.iot1click.us-east-1.amazonaws.com/tags/{resource-arn}
Endpoints (13 total)
GET
/devices
Lists the 1-Click compatible devices associated with your AWS account.
GET
/devices/{deviceId}
Given a device ID, returns a DescribeDeviceResponse object describing the de…
GET
/tags/{resource-arn}
Lists the tags associated with the specified resource ARN.
GET
/devices/{deviceId}/methods
Given a device ID, returns the invokable methods associated with the device.
GET
/devices/{deviceId}/events#fromTimeStamp&toTimeStamp
Using a device ID, returns a DeviceEventsResponse object containing an array…
POST
/tags/{resource-arn}
Adds or updates the tags associated with the resource ARN. See <a href="https…
POST
/devices/{deviceId}/methods
Given a device ID, issues a request to invoke a named device method (with pos…
PUT
/claims/{claimCode}
Adds device(s) to your account (i.e., claim one or more devices) if and only …
PUT
/devices/{deviceId}/state
Using a Boolean value (true or false), this operation enables or disables th…
PUT
/devices/{deviceId}/unclaim
Disassociates a device from your AWS account using its device ID.
PUT
/devices/{deviceId}/finalize-claim
<p>Given a device ID, finalizes the claim request for the associated device.<…
PUT
/devices/{deviceId}/initiate-claim
<p>Given a device ID, initiates a claim request for the associated device.</p…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints13
Authoauth2
Categories1
http://devices.iot1click.us-east-1.amazonaws.com