View Source AWS.IotDeviceAdvisor (aws-elixir v1.0.4)
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.
Link to this section Summary
Functions
Creates a Device Advisor test suite.
Deletes a Device Advisor test suite.
Gets information about an Device Advisor endpoint.
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 runs of the specified Device Advisor test suite.
Lists the tags attached to an IoT Device Advisor resource.
Starts a Device Advisor test suite run.
Stops a Device Advisor test suite run that is currently running.
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
Creates a Device Advisor test suite.
Requires permission to access the CreateSuiteDefinition action.
delete_suite_definition(client, suite_definition_id, input, options \\ [])
View SourceDeletes a Device Advisor test suite.
Requires permission to access the DeleteSuiteDefinition action.
get_endpoint(client, authentication_method \\ nil, certificate_arn \\ nil, device_role_arn \\ nil, thing_arn \\ nil, options \\ [])
View SourceGets information about an Device Advisor endpoint.
get_suite_definition(client, suite_definition_id, suite_definition_version \\ nil, options \\ [])
View SourceGets information about a Device Advisor test suite.
Requires permission to access the GetSuiteDefinition action.
get_suite_run(client, suite_definition_id, suite_run_id, options \\ [])
View SourceGets information about a Device Advisor test suite run.
Requires permission to access the GetSuiteRun action.
get_suite_run_report(client, suite_definition_id, suite_run_id, options \\ [])
View SourceGets a report download link for a successful Device Advisor qualifying test suite run.
Requires permission to access the GetSuiteRunReport action.
list_suite_definitions(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the Device Advisor test suites you have created.
Requires permission to access the ListSuiteDefinitions action.
list_suite_runs(client, max_results \\ nil, next_token \\ nil, suite_definition_id \\ nil, suite_definition_version \\ nil, options \\ [])
View SourceLists 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.
Requires permission to access the ListSuiteRuns action.
Lists the tags attached to an IoT Device Advisor resource.
Requires permission to access the ListTagsForResource action.
start_suite_run(client, suite_definition_id, input, options \\ [])
View SourceStarts a Device Advisor test suite run.
Requires permission to access the StartSuiteRun action.
stop_suite_run(client, suite_definition_id, suite_run_id, input, options \\ [])
View SourceStops a Device Advisor test suite run that is currently running.
Requires permission to access the StopSuiteRun action.
Adds to and modifies existing tags of an IoT Device Advisor resource.
Requires permission to access the TagResource action.
Removes tags from an IoT Device Advisor resource.
Requires permission to access the UntagResource action.
update_suite_definition(client, suite_definition_id, input, options \\ [])
View SourceUpdates a Device Advisor test suite.
Requires permission to access the UpdateSuiteDefinition action.