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
delete_suite_definition(Client, SuiteDefinitionId, Input0, Options0)
View Source
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, 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, QueryMap, HeadersMap)
View Source
Link to this function
get_suite_run_report(Client, SuiteDefinitionId, SuiteRunId, QueryMap, HeadersMap, Options0)
View SourceLists 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_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Source
Link to this function