AWS.IoTTwinMaker — AWS SDK for JavaScript (original) (raw)
Property Details
endpoint ⇒ AWS.Endpoint
Returns an Endpoint object representing the endpoint URL for service requests.
Method Details
batchPutPropertyValues(params = {}, callback) ⇒ AWS.Request
Sets values for multiple time series properties.
cancelMetadataTransferJob(params = {}, callback) ⇒ AWS.Request
Cancels the metadata transfer job.
createComponentType(params = {}, callback) ⇒ AWS.Request
Creates a component type.
createMetadataTransferJob(params = {}, callback) ⇒ AWS.Request
Creates a new metadata transfer job.
createSyncJob(params = {}, callback) ⇒ AWS.Request
This action creates a SyncJob.
createWorkspace(params = {}, callback) ⇒ AWS.Request
deleteComponentType(params = {}, callback) ⇒ AWS.Request
Deletes a component type.
deleteSyncJob(params = {}, callback) ⇒ AWS.Request
deleteWorkspace(params = {}, callback) ⇒ AWS.Request
executeQuery(params = {}, callback) ⇒ AWS.Request
Run queries to access information from your knowledge graph of entities within individual workspaces.
Note: The ExecuteQuery action only works with Amazon Web Services Java SDK2. ExecuteQuery will not work with any Amazon Web Services Java SDK version < 2.x.
getComponentType(params = {}, callback) ⇒ AWS.Request
Retrieves information about a component type.
getEntity(params = {}, callback) ⇒ AWS.Request
Retrieves information about an entity.
getMetadataTransferJob(params = {}, callback) ⇒ AWS.Request
Gets a nmetadata transfer job.
getPricingPlan(params = {}, callback) ⇒ AWS.Request
getPropertyValue(params = {}, callback) ⇒ AWS.Request
Gets the property values for a component, component type, entity, or workspace.
You must specify a value for either componentName
, componentTypeId
, entityId
, or workspaceId
.
getPropertyValueHistory(params = {}, callback) ⇒ AWS.Request
Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.
You must specify a value for workspaceId
. For entity-specific queries, specify values for componentName
and entityId
. For cross-entity quries, specify a value for componentTypeId
.
getScene(params = {}, callback) ⇒ AWS.Request
Retrieves information about a scene.
getWorkspace(params = {}, callback) ⇒ AWS.Request
Retrieves information about a workspace.
listComponents(params = {}, callback) ⇒ AWS.Request
This API lists the components of an entity.
listComponentTypes(params = {}, callback) ⇒ AWS.Request
Lists all component types in a workspace.
listEntities(params = {}, callback) ⇒ AWS.Request
Lists all entities in a workspace.
listMetadataTransferJobs(params = {}, callback) ⇒ AWS.Request
Lists the metadata transfer jobs.
listProperties(params = {}, callback) ⇒ AWS.Request
This API lists the properties of a component.
listScenes(params = {}, callback) ⇒ AWS.Request
Lists all scenes in a workspace.
listSyncResources(params = {}, callback) ⇒ AWS.Request
Lists the sync resources.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists all tags associated with a resource.
listWorkspaces(params = {}, callback) ⇒ AWS.Request
Retrieves information about workspaces in the current account.
untagResource(params = {}, callback) ⇒ AWS.Request
Removes tags from a resource.
updateComponentType(params = {}, callback) ⇒ AWS.Request
Updates information in a component type.
updatePricingPlan(params = {}, callback) ⇒ AWS.Request
updateWorkspace(params = {}, callback) ⇒ AWS.Request
waitFor(state, params = {}, callback) ⇒ AWS.Request
Waits for a given IoTTwinMaker resource. The final callback or'complete' event will be fired only when the resource is either in its final state or the waiter has timed out and stopped polling for the final state.