amazonaws.com

The AWS IoT 1-Click Projects API Reference

🔑 oauth2 16 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 AWS IoT 1-Click project(s) associated with your AWS account and reg…
curl \
  -H "Authorization: $API_KEY" \
  http://projects.iot1click.us-east-1.amazonaws.com/projects
Lists the tags (metadata key/value pairs) which you have assigned to the reso…
curl \
  -H "Authorization: $API_KEY" \
  http://projects.iot1click.us-east-1.amazonaws.com/tags/{resourceArn}
Returns an object describing a project.
curl \
  -H "Authorization: $API_KEY" \
  http://projects.iot1click.us-east-1.amazonaws.com/projects/{projectName}
Endpoints (16 total)
GET
/projects
Lists the AWS IoT 1-Click project(s) associated with your AWS account and reg…
GET
/tags/{resourceArn}
Lists the tags (metadata key/value pairs) which you have assigned to the reso…
GET
/projects/{projectName}
Returns an object describing a project.
GET
/projects/{projectName}/placements
Lists the placement(s) of a project.
GET
/projects/{projectName}/placements/{placementName}
Describes a placement in a project.
GET
/projects/{projectName}/placements/{placementName}/devices
Returns an object enumerating the devices in a placement.
POST
/projects
Creates an empty project with a placement template. A project contains zero o…
POST
/tags/{resourceArn}
Creates or modifies tags for a resource. Tags are key/value pairs (metadata) …
POST
/projects/{projectName}/placements
Creates an empty placement.
PUT
/projects/{projectName}
Updates a project associated with your AWS account and region. With the excep…
PUT
/projects/{projectName}/placements/{placementName}
Updates a placement with the given attributes. To clear an attribute, pass an…
PUT
/projects/{projectName}/placements/{placementName}/devices/{deviceTemplateName}
Associates a physical device with a placement.
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints16
Authoauth2
Categories1
http://projects.iot1click.us-east-1.amazonaws.com