View Source aws_iotdeviceadvisor (aws 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.

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.

Functions

Link to this function

create_suite_definition(Client, Input)

View Source

Creates a Device Advisor test suite.

Requires permission to access the CreateSuiteDefinition: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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.

Requires permission to access the DeleteSuiteDefinition: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
Link to this function

delete_suite_definition(Client, SuiteDefinitionId, Input0, Options0)

View Source
Gets information about an Device Advisor endpoint.
Link to this function

get_endpoint(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_endpoint(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_suite_definition(Client, SuiteDefinitionId)

View Source

Gets information about a Device Advisor test suite.

Requires permission to access the GetSuiteDefinition: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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.

Requires permission to access the GetSuiteRun: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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.

Requires permission to access the GetSuiteRunReport: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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.

Requires permission to access the ListSuiteDefinitions: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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 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: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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.

Requires permission to access the ListTagsForResource: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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
Link to this function

start_suite_run(Client, SuiteDefinitionId, Input)

View Source

Starts a Device Advisor test suite run.

Requires permission to access the StartSuiteRun: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
Link to this function

start_suite_run(Client, SuiteDefinitionId, Input0, Options0)

View Source
Link to this function

stop_suite_run(Client, SuiteDefinitionId, SuiteRunId, Input)

View Source

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

Requires permission to access the StopSuiteRun: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
Link to this function

stop_suite_run(Client, SuiteDefinitionId, SuiteRunId, 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.

Requires permission to access the TagResource: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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.

Requires permission to access the UntagResource: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
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.

Requires permission to access the UpdateSuiteDefinition: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
Link to this function

update_suite_definition(Client, SuiteDefinitionId, Input0, Options0)

View Source