@aws-sdk/client-iotdeviceadvisor 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateSuiteDefinitionCommand.d.ts +5 -5
- package/dist-types/commands/DeleteSuiteDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetSuiteDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetSuiteRunCommand.d.ts +1 -1
- package/dist-types/commands/GetSuiteRunReportCommand.d.ts +1 -1
- package/dist-types/commands/ListSuiteDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSuiteRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartSuiteRunCommand.d.ts +5 -5
- package/dist-types/commands/StopSuiteRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSuiteDefinitionCommand.d.ts +4 -4
- package/package.json +3 -3
|
@@ -27,11 +27,11 @@ export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitio
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, CreateSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, CreateSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* suiteDefinitionConfiguration: {
|
|
30
|
+
* const input = { // CreateSuiteDefinitionRequest
|
|
31
|
+
* suiteDefinitionConfiguration: { // SuiteDefinitionConfiguration
|
|
32
32
|
* suiteDefinitionName: "STRING_VALUE", // required
|
|
33
|
-
* devices: [
|
|
34
|
-
* {
|
|
33
|
+
* devices: [ // DeviceUnderTestList
|
|
34
|
+
* { // DeviceUnderTest
|
|
35
35
|
* thingArn: "STRING_VALUE",
|
|
36
36
|
* certificateArn: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -42,7 +42,7 @@ export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitio
|
|
|
42
42
|
* devicePermissionRoleArn: "STRING_VALUE", // required
|
|
43
43
|
* protocol: "MqttV3_1_1" || "MqttV5",
|
|
44
44
|
* },
|
|
45
|
-
* tags: {
|
|
45
|
+
* tags: { // TagMap
|
|
46
46
|
* "<keys>": "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
48
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteSuiteDefinitionCommandOutput extends DeleteSuiteDefinitio
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, DeleteSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, DeleteSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteSuiteDefinitionRequest
|
|
31
31
|
* suiteDefinitionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteSuiteDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetEndpointCommandOutput extends GetEndpointResponse, __Metadat
|
|
|
26
26
|
* import { IotDeviceAdvisorClient, GetEndpointCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
27
27
|
* // const { IotDeviceAdvisorClient, GetEndpointCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
28
28
|
* const client = new IotDeviceAdvisorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEndpointRequest
|
|
30
30
|
* thingArn: "STRING_VALUE",
|
|
31
31
|
* certificateArn: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface GetSuiteDefinitionCommandOutput extends GetSuiteDefinitionRespo
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, GetSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, GetSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetSuiteDefinitionRequest
|
|
31
31
|
* suiteDefinitionId: "STRING_VALUE", // required
|
|
32
32
|
* suiteDefinitionVersion: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface GetSuiteRunCommandOutput extends GetSuiteRunResponse, __Metadat
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, GetSuiteRunCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, GetSuiteRunCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetSuiteRunRequest
|
|
31
31
|
* suiteDefinitionId: "STRING_VALUE", // required
|
|
32
32
|
* suiteRunId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface GetSuiteRunReportCommandOutput extends GetSuiteRunReportRespons
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, GetSuiteRunReportCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, GetSuiteRunReportCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetSuiteRunReportRequest
|
|
31
31
|
* suiteDefinitionId: "STRING_VALUE", // required
|
|
32
32
|
* suiteRunId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListSuiteDefinitionsCommandOutput extends ListSuiteDefinitionsR
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, ListSuiteDefinitionsCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, ListSuiteDefinitionsCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListSuiteDefinitionsRequest
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListSuiteRunsCommandOutput extends ListSuiteRunsResponse, __Met
|
|
|
28
28
|
* import { IotDeviceAdvisorClient, ListSuiteRunsCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
29
29
|
* // const { IotDeviceAdvisorClient, ListSuiteRunsCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
30
30
|
* const client = new IotDeviceAdvisorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListSuiteRunsRequest
|
|
32
32
|
* suiteDefinitionId: "STRING_VALUE",
|
|
33
33
|
* suiteDefinitionVersion: "STRING_VALUE",
|
|
34
34
|
* maxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListTagsForResourceRequest
|
|
31
31
|
* resourceArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -27,20 +27,20 @@ export interface StartSuiteRunCommandOutput extends StartSuiteRunResponse, __Met
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, StartSuiteRunCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, StartSuiteRunCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // StartSuiteRunRequest
|
|
31
31
|
* suiteDefinitionId: "STRING_VALUE", // required
|
|
32
32
|
* suiteDefinitionVersion: "STRING_VALUE",
|
|
33
|
-
* suiteRunConfiguration: {
|
|
34
|
-
* primaryDevice: {
|
|
33
|
+
* suiteRunConfiguration: { // SuiteRunConfiguration
|
|
34
|
+
* primaryDevice: { // DeviceUnderTest
|
|
35
35
|
* thingArn: "STRING_VALUE",
|
|
36
36
|
* certificateArn: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* selectedTestList: [
|
|
38
|
+
* selectedTestList: [ // SelectedTestList
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* parallelRun: true || false,
|
|
42
42
|
* },
|
|
43
|
-
* tags: {
|
|
43
|
+
* tags: { // TagMap
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* };
|
|
@@ -27,7 +27,7 @@ export interface StopSuiteRunCommandOutput extends StopSuiteRunResponse, __Metad
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, StopSuiteRunCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, StopSuiteRunCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // StopSuiteRunRequest
|
|
31
31
|
* suiteDefinitionId: "STRING_VALUE", // required
|
|
32
32
|
* suiteRunId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,9 +27,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, TagResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, TagResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // TagResourceRequest
|
|
31
31
|
* resourceArn: "STRING_VALUE", // required
|
|
32
|
-
* tags: { // required
|
|
32
|
+
* tags: { // TagMap // required
|
|
33
33
|
* "<keys>": "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* };
|
|
@@ -27,9 +27,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, UntagResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, UntagResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UntagResourceRequest
|
|
31
31
|
* resourceArn: "STRING_VALUE", // required
|
|
32
|
-
* tagKeys: [ // required
|
|
32
|
+
* tagKeys: [ // TagKeyList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -27,12 +27,12 @@ export interface UpdateSuiteDefinitionCommandOutput extends UpdateSuiteDefinitio
|
|
|
27
27
|
* import { IotDeviceAdvisorClient, UpdateSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
|
|
28
28
|
* // const { IotDeviceAdvisorClient, UpdateSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
|
|
29
29
|
* const client = new IotDeviceAdvisorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateSuiteDefinitionRequest
|
|
31
31
|
* suiteDefinitionId: "STRING_VALUE", // required
|
|
32
|
-
* suiteDefinitionConfiguration: {
|
|
32
|
+
* suiteDefinitionConfiguration: { // SuiteDefinitionConfiguration
|
|
33
33
|
* suiteDefinitionName: "STRING_VALUE", // required
|
|
34
|
-
* devices: [
|
|
35
|
-
* {
|
|
34
|
+
* devices: [ // DeviceUnderTestList
|
|
35
|
+
* { // DeviceUnderTest
|
|
36
36
|
* thingArn: "STRING_VALUE",
|
|
37
37
|
* certificateArn: "STRING_VALUE",
|
|
38
38
|
* },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotdeviceadvisor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotdeviceadvisor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|