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