View Source aws_iotdeviceadvisor (aws v0.3.1)

AWS 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 AWS IoT Core before deploying devices to production. By using Device Advisor, you can confirm that your devices can connect to AWS 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 AWS Partner Network to get your device qualified for the AWS Partner Device Catalog without the need to send your device in and wait for it to be tested.

Link to this section Summary

Functions

Creates a Device Advisor test suite.
Deletes a Device Advisor test suite.
Gets information about a Device Advisor test suite.
Gets information about a Device Advisor test suite run.
Gets a report download link for a successful Device Advisor qualifying test suite run.
Lists the Device Advisor test suites you have created.

Lists the runs of the specified Device Advisor test suite.

Lists the tags attached to an IoT Device Advisor resource.
Lists all the test cases in the test suite.
Starts a Device Advisor test suite run.
Adds to and modifies existing tags of an IoT Device Advisor resource.
Removes tags from an IoT Device Advisor resource.
Updates a Device Advisor test suite.

Link to this section Functions

Link to this function

create_suite_definition(Client, Input)

View Source
Creates a Device Advisor test suite.
Link to this function

create_suite_definition(Client, Input0, Options0)

View Source
Link to this function

delete_suite_definition(Client, SuiteDefinitionId, Input)

View Source
Deletes a Device Advisor test suite.
Link to this function

delete_suite_definition(Client, SuiteDefinitionId, Input0, Options0)

View Source
Link to this function

get_suite_definition(Client, SuiteDefinitionId)

View Source
Gets information about a Device Advisor test suite.
Link to this function

get_suite_definition(Client, SuiteDefinitionId, QueryMap, HeadersMap)

View Source
Link to this function

get_suite_definition(Client, SuiteDefinitionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_suite_run(Client, SuiteDefinitionId, SuiteRunId)

View Source
Gets information about a Device Advisor test suite run.
Link to this function

get_suite_run(Client, SuiteDefinitionId, SuiteRunId, QueryMap, HeadersMap)

View Source
Link to this function

get_suite_run(Client, SuiteDefinitionId, SuiteRunId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_suite_run_report(Client, SuiteDefinitionId, SuiteRunId)

View Source
Gets a report download link for a successful Device Advisor qualifying test suite run.
Link to this function

get_suite_run_report(Client, SuiteDefinitionId, SuiteRunId, QueryMap, HeadersMap)

View Source
Link to this function

get_suite_run_report(Client, SuiteDefinitionId, SuiteRunId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_suite_definitions(Client)

View Source
Lists the Device Advisor test suites you have created.
Link to this function

list_suite_definitions(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_suite_definitions(Client, QueryMap, HeadersMap, Options0)

View Source

Lists the 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 to this function

list_suite_runs(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_suite_runs(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags attached to an IoT Device Advisor resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Lists all the test cases in the test suite.
Link to this function

list_test_cases(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_test_cases(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

start_suite_run(Client, SuiteDefinitionId, Input)

View Source
Starts a Device Advisor test suite run.
Link to this function

start_suite_run(Client, SuiteDefinitionId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds to and modifies existing tags of an IoT Device Advisor resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes tags from an IoT Device Advisor resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_suite_definition(Client, SuiteDefinitionId, Input)

View Source
Updates a Device Advisor test suite.
Link to this function

update_suite_definition(Client, SuiteDefinitionId, Input0, Options0)

View Source