5.0.0 • Published 7 years ago

@datafire/amazonaws_iot1click_projects v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_iot1click_projects

Client library for AWS IoT 1-Click Projects Service

Installation and Usage

npm install --save @datafire/amazonaws_iot1click_projects
let amazonaws_iot1click_projects = require('@datafire/amazonaws_iot1click_projects').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_iot1click_projects.ListProjects({}).then(data => {
  console.log(data);
});

Description

The AWS IoT 1-Click Project API Reference

Actions

ListProjects

amazonaws_iot1click_projects.ListProjects({}, context)

Input

  • input object

Output

CreateProject

amazonaws_iot1click_projects.CreateProject({
  "projectName": ""
}, context)

Input

Output

DeleteProject

amazonaws_iot1click_projects.DeleteProject({
  "projectName": ""
}, context)

Input

  • input object
    • projectName required string

Output

DescribeProject

amazonaws_iot1click_projects.DescribeProject({
  "projectName": ""
}, context)

Input

  • input object
    • projectName required string

Output

UpdateProject

amazonaws_iot1click_projects.UpdateProject({
  "projectName": ""
}, context)

Input

Output

ListPlacements

amazonaws_iot1click_projects.ListPlacements({
  "projectName": ""
}, context)

Input

  • input object
    • projectName required string

Output

CreatePlacement

amazonaws_iot1click_projects.CreatePlacement({
  "projectName": "",
  "placementName": ""
}, context)

Input

Output

DeletePlacement

amazonaws_iot1click_projects.DeletePlacement({
  "projectName": "",
  "placementName": ""
}, context)

Input

  • input object
    • projectName required string
    • placementName required string

Output

DescribePlacement

amazonaws_iot1click_projects.DescribePlacement({
  "projectName": "",
  "placementName": ""
}, context)

Input

  • input object
    • projectName required string
    • placementName required string

Output

UpdatePlacement

amazonaws_iot1click_projects.UpdatePlacement({
  "projectName": "",
  "placementName": ""
}, context)

Input

Output

GetDevicesInPlacement

amazonaws_iot1click_projects.GetDevicesInPlacement({
  "projectName": "",
  "placementName": ""
}, context)

Input

  • input object
    • projectName required string
    • placementName required string

Output

DisassociateDeviceFromPlacement

amazonaws_iot1click_projects.DisassociateDeviceFromPlacement({
  "projectName": "",
  "placementName": "",
  "deviceTemplateName": ""
}, context)

Input

  • input object
    • projectName required string
    • placementName required string
    • deviceTemplateName required string

Output

AssociateDeviceWithPlacement

amazonaws_iot1click_projects.AssociateDeviceWithPlacement({
  "projectName": "",
  "placementName": "",
  "deviceTemplateName": "",
  "deviceId": ""
}, context)

Input

  • input object
    • projectName required string
    • placementName required string
    • deviceTemplateName required string
    • deviceId required DeviceId

Output

Definitions

AssociateDeviceWithPlacementRequest

  • AssociateDeviceWithPlacementRequest object

AssociateDeviceWithPlacementResponse

  • AssociateDeviceWithPlacementResponse object

AttributeDefaultValue

  • AttributeDefaultValue string

AttributeName

  • AttributeName string

AttributeValue

  • AttributeValue string

Code

  • Code string

CreatePlacementRequest

CreatePlacementResponse

  • CreatePlacementResponse object

CreateProjectRequest

CreateProjectResponse

  • CreateProjectResponse object

DefaultPlacementAttributeMap

DeletePlacementRequest

  • DeletePlacementRequest object

DeletePlacementResponse

  • DeletePlacementResponse object

DeleteProjectRequest

  • DeleteProjectRequest object

DeleteProjectResponse

  • DeleteProjectResponse object

DescribePlacementRequest

  • DescribePlacementRequest object

DescribePlacementResponse

DescribeProjectRequest

  • DescribeProjectRequest object

DescribeProjectResponse

Description

  • Description string

DeviceCallbackKey

  • DeviceCallbackKey string

DeviceCallbackOverrideMap

DeviceCallbackValue

  • DeviceCallbackValue string

DeviceId

  • DeviceId string

DeviceMap

DeviceTemplate

DeviceTemplateMap

DeviceTemplateName

  • DeviceTemplateName string

DeviceType

  • DeviceType string

DisassociateDeviceFromPlacementRequest

  • DisassociateDeviceFromPlacementRequest object

DisassociateDeviceFromPlacementResponse

  • DisassociateDeviceFromPlacementResponse object

GetDevicesInPlacementRequest

  • GetDevicesInPlacementRequest object

GetDevicesInPlacementResponse

  • GetDevicesInPlacementResponse object

InternalFailureException

  • InternalFailureException object:

InvalidRequestException

  • InvalidRequestException object:

ListPlacementsRequest

  • ListPlacementsRequest object

ListPlacementsResponse

ListProjectsRequest

  • ListProjectsRequest object

ListProjectsResponse

MaxResults

  • MaxResults integer

Message

  • Message string

NextToken

  • NextToken string

PlacementAttributeMap

PlacementDescription

PlacementName

  • PlacementName string

PlacementSummary

  • PlacementSummary object: An object providing summary information for a particular placement.

PlacementSummaryList

PlacementTemplate

ProjectDescription

  • ProjectDescription object: An object providing detailed information for a particular project associated with an AWS account and region.

ProjectName

  • ProjectName string

ProjectSummary

  • ProjectSummary object: An object providing summary information for a particular project for an associated AWS account and region.

ProjectSummaryList

ResourceConflictException

  • ResourceConflictException object:

ResourceNotFoundException

  • ResourceNotFoundException object:

Time

  • Time string

TooManyRequestsException

  • TooManyRequestsException object:

UpdatePlacementRequest

UpdatePlacementResponse

  • UpdatePlacementResponse object

UpdateProjectRequest

UpdateProjectResponse

  • UpdateProjectResponse object