IotFleetHubClient

With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.

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

Properties

Link copied to clipboard
abstract override val config: IotFleetHubClient.Config

IotFleetHubClient's configuration

Functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
abstract suspend fun listApplications(input: ListApplicationsRequest = ListApplicationsRequest { }): ListApplicationsResponse

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

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

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

Link copied to clipboard

Removes the specified tags (metadata) from the resource.

Link copied to clipboard

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

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard

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

Link copied to clipboard

Removes the specified tags (metadata) from the resource.

Link copied to clipboard

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

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.