Iot1ClickProjectsClient
The AWS IoT 1-Click Projects API Reference
Functions
Associates a physical device with a placement.
Creates an empty placement.
Creates an empty project with a placement template. A project contains zero or more placements that adhere to the placement template defined in the project.
Deletes a placement. To delete a placement, it must not have any devices associated with it.
Deletes a project. To delete a project, it must not have any placements associated with it.
Describes a placement in a project.
Returns an object describing a project.
Removes a physical device from a placement.
Returns an object enumerating the devices in a placement.
Lists the placement(s) of a project.
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
Lists the tags (metadata key/value pairs) which you have assigned to the resource.
Creates 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.
Removes one or more tags (metadata key/value pairs) from a resource.
Updates a placement with the given attributes. To clear an attribute, pass an empty value (i.e., "").
Updates 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., ""
).
Inherited functions
Associates a physical device with a placement.
Creates an empty placement.
Creates an empty project with a placement template. A project contains zero or more placements that adhere to the placement template defined in the project.
Deletes a placement. To delete a placement, it must not have any devices associated with it.
Deletes a project. To delete a project, it must not have any placements associated with it.
Describes a placement in a project.
Returns an object describing a project.
Removes a physical device from a placement.
Returns an object enumerating the devices in a placement.
Lists the placement(s) of a project.
Paginate over ListPlacementsResponse results.
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
Paginate over ListProjectsResponse results.
Lists the tags (metadata key/value pairs) which you have assigned to the resource.
Creates 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.
Removes one or more tags (metadata key/value pairs) from a resource.
Updates a placement with the given attributes. To clear an attribute, pass an empty value (i.e., "").
Updates 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., ""
).
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.