@aws-sdk/client-iotdeviceadvisor 3.325.0 → 3.326.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 +9 -0
- package/dist-types/commands/DeleteSuiteDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetEndpointCommand.d.ts +6 -0
- package/dist-types/commands/GetSuiteDefinitionCommand.d.ts +29 -0
- package/dist-types/commands/GetSuiteRunCommand.d.ts +57 -0
- package/dist-types/commands/GetSuiteRunReportCommand.d.ts +6 -0
- package/dist-types/commands/ListSuiteDefinitionsCommand.d.ts +23 -0
- package/dist-types/commands/ListSuiteRunsCommand.d.ts +20 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/StartSuiteRunCommand.d.ts +9 -0
- package/dist-types/commands/StopSuiteRunCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSuiteDefinitionCommand.d.ts +11 -0
- package/package.json +3 -3
|
@@ -49,6 +49,13 @@ export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitio
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CreateSuiteDefinitionCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateSuiteDefinitionResponse
|
|
53
|
+
* // suiteDefinitionId: "STRING_VALUE",
|
|
54
|
+
* // suiteDefinitionArn: "STRING_VALUE",
|
|
55
|
+
* // suiteDefinitionName: "STRING_VALUE",
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
52
59
|
* ```
|
|
53
60
|
*
|
|
54
61
|
* @param CreateSuiteDefinitionCommandInput - {@link CreateSuiteDefinitionCommandInput}
|
|
@@ -63,6 +70,8 @@ export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitio
|
|
|
63
70
|
* @throws {@link ValidationException} (client fault)
|
|
64
71
|
* <p>Sends a validation exception.</p>
|
|
65
72
|
*
|
|
73
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
66
75
|
*
|
|
67
76
|
*/
|
|
68
77
|
export declare class CreateSuiteDefinitionCommand extends $Command<CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteSuiteDefinitionCommandOutput extends DeleteSuiteDefinitio
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteSuiteDefinitionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteSuiteDefinitionCommandInput - {@link DeleteSuiteDefinitionCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteSuiteDefinitionCommandOutput extends DeleteSuiteDefinitio
|
|
|
46
48
|
* @throws {@link ValidationException} (client fault)
|
|
47
49
|
* <p>Sends a validation exception.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class DeleteSuiteDefinitionCommand extends $Command<DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface GetEndpointCommandOutput extends GetEndpointResponse, __Metadat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetEndpointCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetEndpointResponse
|
|
38
|
+
* // endpoint: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param GetEndpointCommandInput - {@link GetEndpointCommandInput}
|
|
@@ -51,6 +55,8 @@ export interface GetEndpointCommandOutput extends GetEndpointResponse, __Metadat
|
|
|
51
55
|
* @throws {@link ValidationException} (client fault)
|
|
52
56
|
* <p>Sends a validation exception.</p>
|
|
53
57
|
*
|
|
58
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
54
60
|
*
|
|
55
61
|
*/
|
|
56
62
|
export declare class GetEndpointCommand extends $Command<GetEndpointCommandInput, GetEndpointCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -33,6 +33,33 @@ export interface GetSuiteDefinitionCommandOutput extends GetSuiteDefinitionRespo
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetSuiteDefinitionCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetSuiteDefinitionResponse
|
|
37
|
+
* // suiteDefinitionId: "STRING_VALUE",
|
|
38
|
+
* // suiteDefinitionArn: "STRING_VALUE",
|
|
39
|
+
* // suiteDefinitionVersion: "STRING_VALUE",
|
|
40
|
+
* // latestVersion: "STRING_VALUE",
|
|
41
|
+
* // suiteDefinitionConfiguration: { // SuiteDefinitionConfiguration
|
|
42
|
+
* // suiteDefinitionName: "STRING_VALUE", // required
|
|
43
|
+
* // devices: [ // DeviceUnderTestList
|
|
44
|
+
* // { // DeviceUnderTest
|
|
45
|
+
* // thingArn: "STRING_VALUE",
|
|
46
|
+
* // certificateArn: "STRING_VALUE",
|
|
47
|
+
* // deviceRoleArn: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // intendedForQualification: true || false,
|
|
51
|
+
* // isLongDurationTest: true || false,
|
|
52
|
+
* // rootGroup: "STRING_VALUE", // required
|
|
53
|
+
* // devicePermissionRoleArn: "STRING_VALUE", // required
|
|
54
|
+
* // protocol: "MqttV3_1_1" || "MqttV5" || "MqttV3_1_1_OverWebSocket" || "MqttV5_OverWebSocket",
|
|
55
|
+
* // },
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // lastModifiedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // tags: { // TagMap
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
36
63
|
* ```
|
|
37
64
|
*
|
|
38
65
|
* @param GetSuiteDefinitionCommandInput - {@link GetSuiteDefinitionCommandInput}
|
|
@@ -50,6 +77,8 @@ export interface GetSuiteDefinitionCommandOutput extends GetSuiteDefinitionRespo
|
|
|
50
77
|
* @throws {@link ValidationException} (client fault)
|
|
51
78
|
* <p>Sends a validation exception.</p>
|
|
52
79
|
*
|
|
80
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
53
82
|
*
|
|
54
83
|
*/
|
|
55
84
|
export declare class GetSuiteDefinitionCommand extends $Command<GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -33,6 +33,61 @@ export interface GetSuiteRunCommandOutput extends GetSuiteRunResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetSuiteRunCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetSuiteRunResponse
|
|
37
|
+
* // suiteDefinitionId: "STRING_VALUE",
|
|
38
|
+
* // suiteDefinitionVersion: "STRING_VALUE",
|
|
39
|
+
* // suiteRunId: "STRING_VALUE",
|
|
40
|
+
* // suiteRunArn: "STRING_VALUE",
|
|
41
|
+
* // suiteRunConfiguration: { // SuiteRunConfiguration
|
|
42
|
+
* // primaryDevice: { // DeviceUnderTest
|
|
43
|
+
* // thingArn: "STRING_VALUE",
|
|
44
|
+
* // certificateArn: "STRING_VALUE",
|
|
45
|
+
* // deviceRoleArn: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // selectedTestList: [ // SelectedTestList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // parallelRun: true || false,
|
|
51
|
+
* // },
|
|
52
|
+
* // testResult: { // TestResult
|
|
53
|
+
* // groups: [ // GroupResultList
|
|
54
|
+
* // { // GroupResult
|
|
55
|
+
* // groupId: "STRING_VALUE",
|
|
56
|
+
* // groupName: "STRING_VALUE",
|
|
57
|
+
* // tests: [ // TestCaseRuns
|
|
58
|
+
* // { // TestCaseRun
|
|
59
|
+
* // testCaseRunId: "STRING_VALUE",
|
|
60
|
+
* // testCaseDefinitionId: "STRING_VALUE",
|
|
61
|
+
* // testCaseDefinitionName: "STRING_VALUE",
|
|
62
|
+
* // status: "PASS" || "FAIL" || "CANCELED" || "PENDING" || "RUNNING" || "STOPPING" || "STOPPED" || "PASS_WITH_WARNINGS" || "ERROR",
|
|
63
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
65
|
+
* // logUrl: "STRING_VALUE",
|
|
66
|
+
* // warnings: "STRING_VALUE",
|
|
67
|
+
* // failure: "STRING_VALUE",
|
|
68
|
+
* // testScenarios: [ // TestCaseScenariosList
|
|
69
|
+
* // { // TestCaseScenario
|
|
70
|
+
* // testCaseScenarioId: "STRING_VALUE",
|
|
71
|
+
* // testCaseScenarioType: "Advanced" || "Basic",
|
|
72
|
+
* // status: "PASS" || "FAIL" || "CANCELED" || "PENDING" || "RUNNING" || "STOPPING" || "STOPPED" || "PASS_WITH_WARNINGS" || "ERROR",
|
|
73
|
+
* // failure: "STRING_VALUE",
|
|
74
|
+
* // systemMessage: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
83
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // status: "PASS" || "FAIL" || "CANCELED" || "PENDING" || "RUNNING" || "STOPPING" || "STOPPED" || "PASS_WITH_WARNINGS" || "ERROR",
|
|
85
|
+
* // errorReason: "STRING_VALUE",
|
|
86
|
+
* // tags: { // TagMap
|
|
87
|
+
* // "<keys>": "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // };
|
|
90
|
+
*
|
|
36
91
|
* ```
|
|
37
92
|
*
|
|
38
93
|
* @param GetSuiteRunCommandInput - {@link GetSuiteRunCommandInput}
|
|
@@ -50,6 +105,8 @@ export interface GetSuiteRunCommandOutput extends GetSuiteRunResponse, __Metadat
|
|
|
50
105
|
* @throws {@link ValidationException} (client fault)
|
|
51
106
|
* <p>Sends a validation exception.</p>
|
|
52
107
|
*
|
|
108
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
53
110
|
*
|
|
54
111
|
*/
|
|
55
112
|
export declare class GetSuiteRunCommand extends $Command<GetSuiteRunCommandInput, GetSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface GetSuiteRunReportCommandOutput extends GetSuiteRunReportRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetSuiteRunReportCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetSuiteRunReportResponse
|
|
37
|
+
* // qualificationReportDownloadUrl: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param GetSuiteRunReportCommandInput - {@link GetSuiteRunReportCommandInput}
|
|
@@ -50,6 +54,8 @@ export interface GetSuiteRunReportCommandOutput extends GetSuiteRunReportRespons
|
|
|
50
54
|
* @throws {@link ValidationException} (client fault)
|
|
51
55
|
* <p>Sends a validation exception.</p>
|
|
52
56
|
*
|
|
57
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
53
59
|
*
|
|
54
60
|
*/
|
|
55
61
|
export declare class GetSuiteRunReportCommand extends $Command<GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -33,6 +33,27 @@ export interface ListSuiteDefinitionsCommandOutput extends ListSuiteDefinitionsR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListSuiteDefinitionsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListSuiteDefinitionsResponse
|
|
37
|
+
* // suiteDefinitionInformationList: [ // SuiteDefinitionInformationList
|
|
38
|
+
* // { // SuiteDefinitionInformation
|
|
39
|
+
* // suiteDefinitionId: "STRING_VALUE",
|
|
40
|
+
* // suiteDefinitionName: "STRING_VALUE",
|
|
41
|
+
* // defaultDevices: [ // DeviceUnderTestList
|
|
42
|
+
* // { // DeviceUnderTest
|
|
43
|
+
* // thingArn: "STRING_VALUE",
|
|
44
|
+
* // certificateArn: "STRING_VALUE",
|
|
45
|
+
* // deviceRoleArn: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // intendedForQualification: true || false,
|
|
49
|
+
* // isLongDurationTest: true || false,
|
|
50
|
+
* // protocol: "MqttV3_1_1" || "MqttV5" || "MqttV3_1_1_OverWebSocket" || "MqttV5_OverWebSocket",
|
|
51
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // nextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
36
57
|
* ```
|
|
37
58
|
*
|
|
38
59
|
* @param ListSuiteDefinitionsCommandInput - {@link ListSuiteDefinitionsCommandInput}
|
|
@@ -47,6 +68,8 @@ export interface ListSuiteDefinitionsCommandOutput extends ListSuiteDefinitionsR
|
|
|
47
68
|
* @throws {@link ValidationException} (client fault)
|
|
48
69
|
* <p>Sends a validation exception.</p>
|
|
49
70
|
*
|
|
71
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
50
73
|
*
|
|
51
74
|
*/
|
|
52
75
|
export declare class ListSuiteDefinitionsCommand extends $Command<ListSuiteDefinitionsCommandInput, ListSuiteDefinitionsCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -36,6 +36,24 @@ export interface ListSuiteRunsCommandOutput extends ListSuiteRunsResponse, __Met
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListSuiteRunsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ListSuiteRunsResponse
|
|
40
|
+
* // suiteRunsList: [ // SuiteRunsList
|
|
41
|
+
* // { // SuiteRunInformation
|
|
42
|
+
* // suiteDefinitionId: "STRING_VALUE",
|
|
43
|
+
* // suiteDefinitionVersion: "STRING_VALUE",
|
|
44
|
+
* // suiteDefinitionName: "STRING_VALUE",
|
|
45
|
+
* // suiteRunId: "STRING_VALUE",
|
|
46
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
47
|
+
* // startedAt: new Date("TIMESTAMP"),
|
|
48
|
+
* // endAt: new Date("TIMESTAMP"),
|
|
49
|
+
* // status: "PASS" || "FAIL" || "CANCELED" || "PENDING" || "RUNNING" || "STOPPING" || "STOPPED" || "PASS_WITH_WARNINGS" || "ERROR",
|
|
50
|
+
* // passed: Number("int"),
|
|
51
|
+
* // failed: Number("int"),
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // nextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
39
57
|
* ```
|
|
40
58
|
*
|
|
41
59
|
* @param ListSuiteRunsCommandInput - {@link ListSuiteRunsCommandInput}
|
|
@@ -50,6 +68,8 @@ export interface ListSuiteRunsCommandOutput extends ListSuiteRunsResponse, __Met
|
|
|
50
68
|
* @throws {@link ValidationException} (client fault)
|
|
51
69
|
* <p>Sends a validation exception.</p>
|
|
52
70
|
*
|
|
71
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
53
73
|
*
|
|
54
74
|
*/
|
|
55
75
|
export declare class ListSuiteRunsCommand extends $Command<ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -32,6 +32,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListTagsForResourceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListTagsForResourceResponse
|
|
36
|
+
* // tags: { // TagMap
|
|
37
|
+
* // "<keys>": "STRING_VALUE",
|
|
38
|
+
* // },
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
35
41
|
* ```
|
|
36
42
|
*
|
|
37
43
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -49,6 +55,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
49
55
|
* @throws {@link ValidationException} (client fault)
|
|
50
56
|
* <p>Sends a validation exception.</p>
|
|
51
57
|
*
|
|
58
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
52
60
|
*
|
|
53
61
|
*/
|
|
54
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -47,6 +47,13 @@ export interface StartSuiteRunCommandOutput extends StartSuiteRunResponse, __Met
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new StartSuiteRunCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // StartSuiteRunResponse
|
|
51
|
+
* // suiteRunId: "STRING_VALUE",
|
|
52
|
+
* // suiteRunArn: "STRING_VALUE",
|
|
53
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // endpoint: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
50
57
|
* ```
|
|
51
58
|
*
|
|
52
59
|
* @param StartSuiteRunCommandInput - {@link StartSuiteRunCommandInput}
|
|
@@ -64,6 +71,8 @@ export interface StartSuiteRunCommandOutput extends StartSuiteRunResponse, __Met
|
|
|
64
71
|
* @throws {@link ValidationException} (client fault)
|
|
65
72
|
* <p>Sends a validation exception.</p>
|
|
66
73
|
*
|
|
74
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
67
76
|
*
|
|
68
77
|
*/
|
|
69
78
|
export declare class StartSuiteRunCommand extends $Command<StartSuiteRunCommandInput, StartSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface StopSuiteRunCommandOutput extends StopSuiteRunResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new StopSuiteRunCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param StopSuiteRunCommandInput - {@link StopSuiteRunCommandInput}
|
|
@@ -50,6 +52,8 @@ export interface StopSuiteRunCommandOutput extends StopSuiteRunResponse, __Metad
|
|
|
50
52
|
* @throws {@link ValidationException} (client fault)
|
|
51
53
|
* <p>Sends a validation exception.</p>
|
|
52
54
|
*
|
|
55
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
56
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
53
57
|
*
|
|
54
58
|
*/
|
|
55
59
|
export declare class StopSuiteRunCommand extends $Command<StopSuiteRunCommandInput, StopSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new TagResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
52
54
|
* @throws {@link ValidationException} (client fault)
|
|
53
55
|
* <p>Sends a validation exception.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UntagResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
52
54
|
* @throws {@link ValidationException} (client fault)
|
|
53
55
|
* <p>Sends a validation exception.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
@@ -47,6 +47,15 @@ export interface UpdateSuiteDefinitionCommandOutput extends UpdateSuiteDefinitio
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new UpdateSuiteDefinitionCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // UpdateSuiteDefinitionResponse
|
|
51
|
+
* // suiteDefinitionId: "STRING_VALUE",
|
|
52
|
+
* // suiteDefinitionArn: "STRING_VALUE",
|
|
53
|
+
* // suiteDefinitionName: "STRING_VALUE",
|
|
54
|
+
* // suiteDefinitionVersion: "STRING_VALUE",
|
|
55
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
50
59
|
* ```
|
|
51
60
|
*
|
|
52
61
|
* @param UpdateSuiteDefinitionCommandInput - {@link UpdateSuiteDefinitionCommandInput}
|
|
@@ -61,6 +70,8 @@ export interface UpdateSuiteDefinitionCommandOutput extends UpdateSuiteDefinitio
|
|
|
61
70
|
* @throws {@link ValidationException} (client fault)
|
|
62
71
|
* <p>Sends a validation exception.</p>
|
|
63
72
|
*
|
|
73
|
+
* @throws {@link IotDeviceAdvisorServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from IotDeviceAdvisor service.</p>
|
|
64
75
|
*
|
|
65
76
|
*/
|
|
66
77
|
export declare class UpdateSuiteDefinitionCommand extends $Command<UpdateSuiteDefinitionCommandInput, UpdateSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
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.326.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.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|