Class: AWS.IotDeviceAdvisor
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.IotDeviceAdvisor
- Identifier:
- iotdeviceadvisor
- API Version:
- 2020-09-18
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
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.
Sending a Request Using IotDeviceAdvisor
var iotdeviceadvisor = new AWS.IotDeviceAdvisor();
iotdeviceadvisor.createSuiteDefinition(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the IotDeviceAdvisor object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var iotdeviceadvisor = new AWS.IotDeviceAdvisor({apiVersion: '2020-09-18'});
You can also set the API version globally in AWS.config.apiVersions
using
the iotdeviceadvisor service identifier:
AWS.config.apiVersions = {
iotdeviceadvisor: '2020-09-18',
// other service API versions
};
var iotdeviceadvisor = new AWS.IotDeviceAdvisor();
Constructor Summary collapse
-
new AWS.IotDeviceAdvisor(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
createSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Creates a Device Advisor test suite.
Requires permission to access the CreateSuiteDefinition action.
. -
deleteSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Deletes a Device Advisor test suite.
Requires permission to access the DeleteSuiteDefinition action.
. -
getEndpoint(params = {}, callback) ⇒ AWS.Request
Gets information about an Device Advisor endpoint.
.
-
getSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Gets information about a Device Advisor test suite.
Requires permission to access the GetSuiteDefinition action.
. -
getSuiteRun(params = {}, callback) ⇒ AWS.Request
Gets information about a Device Advisor test suite run.
Requires permission to access the GetSuiteRun action.
. -
getSuiteRunReport(params = {}, callback) ⇒ AWS.Request
Gets a report download link for a successful Device Advisor qualifying test suite run.
Requires permission to access the GetSuiteRunReport action.
. -
listSuiteDefinitions(params = {}, callback) ⇒ AWS.Request
Lists the Device Advisor test suites you have created.
Requires permission to access the ListSuiteDefinitions action.
. -
listSuiteRuns(params = {}, callback) ⇒ AWS.Request
Lists runs of the specified Device Advisor test suite.
-
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags attached to an IoT Device Advisor resource.
Requires permission to access the ListTagsForResource action.
. - startSuiteRun(params = {}, callback) ⇒ AWS.Request
-
stopSuiteRun(params = {}, callback) ⇒ AWS.Request
Stops a Device Advisor test suite run that is currently running.
Requires permission to access the StopSuiteRun action.
. -
tagResource(params = {}, callback) ⇒ AWS.Request
Adds to and modifies existing tags of an IoT Device Advisor resource.
Requires permission to access the TagResource action.
. -
untagResource(params = {}, callback) ⇒ AWS.Request
Removes tags from an IoT Device Advisor resource.
Requires permission to access the UntagResource action.
. -
updateSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Updates a Device Advisor test suite.
Requires permission to access the UpdateSuiteDefinition action.
.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.IotDeviceAdvisor(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
createSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Creates a Device Advisor test suite.
Requires permission to access the CreateSuiteDefinition action.
deleteSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Deletes a Device Advisor test suite.
Requires permission to access the DeleteSuiteDefinition action.
getSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Gets information about a Device Advisor test suite.
Requires permission to access the GetSuiteDefinition action.
getSuiteRun(params = {}, callback) ⇒ AWS.Request
Gets information about a Device Advisor test suite run.
Requires permission to access the GetSuiteRun action.
getSuiteRunReport(params = {}, callback) ⇒ AWS.Request
Gets a report download link for a successful Device Advisor qualifying test suite run.
Requires permission to access the GetSuiteRunReport action.
listSuiteDefinitions(params = {}, callback) ⇒ AWS.Request
Lists the Device Advisor test suites you have created.
Requires permission to access the ListSuiteDefinitions action.
listSuiteRuns(params = {}, callback) ⇒ AWS.Request
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 action.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags attached to an IoT Device Advisor resource.
Requires permission to access the ListTagsForResource action.
stopSuiteRun(params = {}, callback) ⇒ AWS.Request
Stops a Device Advisor test suite run that is currently running.
Requires permission to access the StopSuiteRun action.
tagResource(params = {}, callback) ⇒ AWS.Request
Adds to and modifies existing tags of an IoT Device Advisor resource.
Requires permission to access the TagResource action.
untagResource(params = {}, callback) ⇒ AWS.Request
Removes tags from an IoT Device Advisor resource.
Requires permission to access the UntagResource action.
updateSuiteDefinition(params = {}, callback) ⇒ AWS.Request
Updates a Device Advisor test suite.
Requires permission to access the UpdateSuiteDefinition action.