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-bqtgftz736ft.deno.dev/v0.5/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 IoT Device Management web application.

When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center.

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

Deletes a Fleet Hub for IoT Device Management web application.

§

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

§

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

§

Lists the tags for the specified resource.

§
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.

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

Removes the specified tags (metadata) from the resource.

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

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

§Static Properties