IotData
import { IotData } from "https://aws-api.deno.dev/v0.1/services/iotdata.ts?docs=full";
class IotData { }
constructor(apiFactory: client.ApiFactory);
async listNamedShadowsForThing(params: ListNamedShadowsForThingRequest): Promise<ListNamedShadowsForThingResponse>;
§Constructors
§
new IotData(apiFactory: client.ApiFactory)
[src]§Methods
§
deleteThingShadow(params: DeleteThingShadowRequest): Promise<DeleteThingShadowResponse>
[src]Deletes the shadow for the specified thing.
For more information, see DeleteThingShadow in the AWS IoT Developer Guide.
§
getThingShadow(params: GetThingShadowRequest): Promise<GetThingShadowResponse>
[src]Gets the shadow for the specified thing.
For more information, see GetThingShadow in the AWS IoT Developer Guide.
§
listNamedShadowsForThing(params: ListNamedShadowsForThingRequest): Promise<ListNamedShadowsForThingResponse>
[src]Lists the shadows for the specified thing.
§
publish(params: PublishRequest): Promise<void>
[src]Publishes state information.
For more information, see HTTP Protocol in the AWS IoT Developer Guide.
§
updateThingShadow(params: UpdateThingShadowRequest): Promise<UpdateThingShadowResponse>
[src]Updates the shadow for the specified thing.
For more information, see UpdateThingShadow in the AWS IoT Developer Guide.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]