aws iot1click-projects

The AWS IoT 1-Click Projects API Reference

Subcommands

NameDescription
associate-device-with-placementAssociates a physical device with a placement
create-placementCreates an empty placement
create-projectCreates an empty project with a placement template. A project contains zero or more placements that adhere to the placement template defined in the project
delete-placementDeletes a placement. To delete a placement, it must not have any devices associated with it. When you delete a placement, all associated data becomes irretrievable
delete-projectDeletes a project. To delete a project, it must not have any placements associated with it. When you delete a project, all associated data becomes irretrievable
describe-placementDescribes a placement in a project
describe-projectReturns an object describing a project
disassociate-device-from-placementRemoves a physical device from a placement
get-devices-in-placementReturns an object enumerating the devices in a placement
list-placementsLists the placement(s) of a project
list-projectsLists the AWS IoT 1-Click project(s) associated with your AWS account and region
list-tags-for-resourceLists the tags (metadata key/value pairs) which you have assigned to the resource
tag-resourceCreates or modifies tags for a resource. Tags are key/value pairs (metadata) that can be used to manage a resource. For more information, see AWS Tagging Strategies
untag-resourceRemoves one or more tags (metadata key/value pairs) from a resource
update-placementUpdates a placement with the given attributes. To clear an attribute, pass an empty value (i.e., "")
update-projectUpdates a project associated with your AWS account and region. With the exception of device template names, you can pass just the values that need to be updated because the update request will change only the values that are provided. To clear a value, pass the empty string (i.e., "")