Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IoTFleetHub

import { IoTFleetHub } from "https://aws-api.deno.dev/v0.3/services/iotfleethub.ts?docs=full";
class IoTFleetHub {
constructor(apiFactory: client.ApiFactory);
async createApplication(params: CreateApplicationRequest, opts?: client.RequestOptions): Promise<CreateApplicationResponse>;
async deleteApplication(params: DeleteApplicationRequest, opts?: client.RequestOptions): Promise<void>;
async describeApplication(params: DescribeApplicationRequest, opts?: client.RequestOptions): Promise<DescribeApplicationResponse>;
async listApplications(params?: ListApplicationsRequest, opts?: client.RequestOptions): Promise<ListApplicationsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateApplication(params: UpdateApplicationRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new IoTFleetHub(apiFactory: client.ApiFactory)
[src]

§Methods

§

Creates a Fleet Hub for AWS IoT Device Management web application.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§
deleteApplication(params: DeleteApplicationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a Fleet Hub for AWS IoT Device Management web application.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§

Gets information about a Fleet Hub for AWS IoT Device Management web application.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§

Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§

Lists the tags for the specified resource.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes the specified tags (metadata) from the resource.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§
updateApplication(params: UpdateApplicationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates information about a Fleet Hub for a AWS IoT Device Management web application.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

§Static Properties