integrations.sh
← all integrations

amazonaws.com – iot1click-projects

OpenAPI apis-guru cloud

The AWS IoT 1-Click Projects API Reference

Homepage
https://api.apis.guru/v2/specs/amazonaws.com:iot1click-projects/2018-05-14.json
Provider
amazonaws.com:iot1click-projects / iot1click-projects
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/amazonaws.com/iot1click-projects/2018-05-14/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/amazonaws.com/iot1click-projects/2018-05-14/openapi.yaml

Tools (18)

Extracted live via the executor SDK.

  • projects.associateDeviceWithPlacement

    Associates a physical device with a placement.

  • projects.createPlacement

    Creates an empty placement.

  • projects.createProject

    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.

  • projects.deletePlacement

    Deletes 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.

  • projects.deleteProject

    Deletes 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.

  • projects.describePlacement

    Describes a placement in a project.

  • projects.describeProject

    Returns an object describing a project.

  • projects.disassociateDeviceFromPlacement

    Removes a physical device from a placement.

  • projects.getDevicesInPlacement

    Returns an object enumerating the devices in a placement.

  • projects.listPlacements

    Lists the placement(s) of a project.

  • projects.listProjects

    Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.

  • projects.updatePlacement

    Updates a placement with the given attributes. To clear an attribute, pass an empty value (i.e., "").

  • projects.updateProject

    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., "").

  • tags.listTagsForResource

    Lists the tags (metadata key/value pairs) which you have assigned to the resource.

  • tags.tagResource

    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 .

  • tags.untagResource

    Removes one or more tags (metadata key/value pairs) from a resource.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools