IotDeviceAdvisorClient

Amazon Web Services IoT Core Device Advisor is a cloud-based, fully managed test capability for validating IoT devices during device software development. Device Advisor provides pre-built tests that you can use to validate IoT devices for reliable and secure connectivity with Amazon Web Services IoT Core before deploying devices to production. By using Device Advisor, you can confirm that your devices can connect to Amazon Web Services IoT Core, follow security best practices and, if applicable, receive software updates from IoT Device Management. You can also download signed qualification reports to submit to the Amazon Web Services Partner Network to get your device qualified for the Amazon Web Services Partner Device Catalog without the need to send your device in and wait for it to be tested.

Properties

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

IotDeviceAdvisorClient's configuration

Functions

Link copied to clipboard

Creates a Device Advisor test suite.

Link copied to clipboard

Deletes a Device Advisor test suite.

Link copied to clipboard
abstract suspend fun getEndpoint(input: GetEndpointRequest = GetEndpointRequest { }): GetEndpointResponse

Gets information about an Device Advisor endpoint.

Link copied to clipboard

Gets information about a Device Advisor test suite.

Link copied to clipboard
abstract suspend fun getSuiteRun(input: GetSuiteRunRequest): GetSuiteRunResponse

Gets information about a Device Advisor test suite run.

Link copied to clipboard

Gets a report download link for a successful Device Advisor qualifying test suite run.

Link copied to clipboard
abstract suspend fun listSuiteDefinitions(input: ListSuiteDefinitionsRequest = ListSuiteDefinitionsRequest { }): ListSuiteDefinitionsResponse

Lists the Device Advisor test suites you have created.

Link copied to clipboard
abstract suspend fun listSuiteRuns(input: ListSuiteRunsRequest = ListSuiteRunsRequest { }): ListSuiteRunsResponse

Lists runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.

Link copied to clipboard

Lists the tags attached to an IoT Device Advisor resource.

Link copied to clipboard

Starts a Device Advisor test suite run.

Link copied to clipboard

Stops a Device Advisor test suite run that is currently running.

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

Adds to and modifies existing tags of an IoT Device Advisor resource.

Link copied to clipboard

Removes tags from an IoT Device Advisor resource.

Link copied to clipboard

Updates a Device Advisor test suite.

Inherited functions

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

Creates a Device Advisor test suite.

Link copied to clipboard

Deletes a Device Advisor test suite.

Link copied to clipboard

Gets information about an Device Advisor endpoint.

Link copied to clipboard

Gets information about a Device Advisor test suite.

Link copied to clipboard

Gets information about a Device Advisor test suite run.

Link copied to clipboard

Gets a report download link for a successful Device Advisor qualifying test suite run.

Link copied to clipboard

Lists the Device Advisor test suites you have created.

Link copied to clipboard

Lists runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.

Link copied to clipboard

Lists the tags attached to an IoT Device Advisor resource.

Link copied to clipboard

Starts a Device Advisor test suite run.

Link copied to clipboard

Stops a Device Advisor test suite run that is currently running.

Link copied to clipboard

Adds to and modifies existing tags of an IoT Device Advisor resource.

Link copied to clipboard

Removes tags from an IoT Device Advisor resource.

Link copied to clipboard

Updates a Device Advisor test suite.

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.