@aws-sdk/client-iotdeviceadvisor 3.235.0 → 3.237.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-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/IotDeviceAdvisor.d.ts +13 -13
- package/dist-types/commands/CreateSuiteDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSuiteDefinitionCommand.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 +1 -1
- package/dist-types/commands/StopSuiteRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSuiteDefinitionCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +55 -48
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +8 -7
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: {
|
|
4
|
+
const q = "fn", r = "argv", s = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -725,6 +725,9 @@ const deserializeAws_restJson1StartSuiteRunCommand = async (output, context) =>
|
|
|
725
725
|
if (data.createdAt != null) {
|
|
726
726
|
contents.createdAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.createdAt)));
|
|
727
727
|
}
|
|
728
|
+
if (data.endpoint != null) {
|
|
729
|
+
contents.endpoint = (0, smithy_client_1.expectString)(data.endpoint);
|
|
730
|
+
}
|
|
728
731
|
if (data.suiteRunArn != null) {
|
|
729
732
|
contents.suiteRunArn = (0, smithy_client_1.expectString)(data.suiteRunArn);
|
|
730
733
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: {
|
|
1
|
+
const q = "fn", r = "argv", s = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -699,6 +699,9 @@ export const deserializeAws_restJson1StartSuiteRunCommand = async (output, conte
|
|
|
699
699
|
if (data.createdAt != null) {
|
|
700
700
|
contents.createdAt = __expectNonNull(__parseEpochTimestamp(__expectNumber(data.createdAt)));
|
|
701
701
|
}
|
|
702
|
+
if (data.endpoint != null) {
|
|
703
|
+
contents.endpoint = __expectString(data.endpoint);
|
|
704
|
+
}
|
|
702
705
|
if (data.suiteRunArn != null) {
|
|
703
706
|
contents.suiteRunArn = __expectString(data.suiteRunArn);
|
|
704
707
|
}
|
|
@@ -28,14 +28,14 @@ import { IotDeviceAdvisorClient } from "./IotDeviceAdvisorClient";
|
|
|
28
28
|
export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a Device Advisor test suite.</p>
|
|
31
|
-
*
|
|
31
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateSuiteDefinition</a> action.</p>
|
|
32
32
|
*/
|
|
33
33
|
createSuiteDefinition(args: CreateSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSuiteDefinitionCommandOutput>;
|
|
34
34
|
createSuiteDefinition(args: CreateSuiteDefinitionCommandInput, cb: (err: any, data?: CreateSuiteDefinitionCommandOutput) => void): void;
|
|
35
35
|
createSuiteDefinition(args: CreateSuiteDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSuiteDefinitionCommandOutput) => void): void;
|
|
36
36
|
/**
|
|
37
37
|
* <p>Deletes a Device Advisor test suite.</p>
|
|
38
|
-
*
|
|
38
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteSuiteDefinition</a> action.</p>
|
|
39
39
|
*/
|
|
40
40
|
deleteSuiteDefinition(args: DeleteSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuiteDefinitionCommandOutput>;
|
|
41
41
|
deleteSuiteDefinition(args: DeleteSuiteDefinitionCommandInput, cb: (err: any, data?: DeleteSuiteDefinitionCommandOutput) => void): void;
|
|
@@ -48,28 +48,28 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
48
48
|
getEndpoint(args: GetEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEndpointCommandOutput) => void): void;
|
|
49
49
|
/**
|
|
50
50
|
* <p>Gets information about a Device Advisor test suite.</p>
|
|
51
|
-
*
|
|
51
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetSuiteDefinition</a> action.</p>
|
|
52
52
|
*/
|
|
53
53
|
getSuiteDefinition(args: GetSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteDefinitionCommandOutput>;
|
|
54
54
|
getSuiteDefinition(args: GetSuiteDefinitionCommandInput, cb: (err: any, data?: GetSuiteDefinitionCommandOutput) => void): void;
|
|
55
55
|
getSuiteDefinition(args: GetSuiteDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteDefinitionCommandOutput) => void): void;
|
|
56
56
|
/**
|
|
57
57
|
* <p>Gets information about a Device Advisor test suite run.</p>
|
|
58
|
-
*
|
|
58
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetSuiteRun</a> action.</p>
|
|
59
59
|
*/
|
|
60
60
|
getSuiteRun(args: GetSuiteRunCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteRunCommandOutput>;
|
|
61
61
|
getSuiteRun(args: GetSuiteRunCommandInput, cb: (err: any, data?: GetSuiteRunCommandOutput) => void): void;
|
|
62
62
|
getSuiteRun(args: GetSuiteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteRunCommandOutput) => void): void;
|
|
63
63
|
/**
|
|
64
64
|
* <p>Gets a report download link for a successful Device Advisor qualifying test suite run.</p>
|
|
65
|
-
*
|
|
65
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetSuiteRunReport</a> action.</p>
|
|
66
66
|
*/
|
|
67
67
|
getSuiteRunReport(args: GetSuiteRunReportCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteRunReportCommandOutput>;
|
|
68
68
|
getSuiteRunReport(args: GetSuiteRunReportCommandInput, cb: (err: any, data?: GetSuiteRunReportCommandOutput) => void): void;
|
|
69
69
|
getSuiteRunReport(args: GetSuiteRunReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteRunReportCommandOutput) => void): void;
|
|
70
70
|
/**
|
|
71
71
|
* <p>Lists the Device Advisor test suites you have created.</p>
|
|
72
|
-
*
|
|
72
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSuiteDefinitions</a> action.</p>
|
|
73
73
|
*/
|
|
74
74
|
listSuiteDefinitions(args: ListSuiteDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSuiteDefinitionsCommandOutput>;
|
|
75
75
|
listSuiteDefinitions(args: ListSuiteDefinitionsCommandInput, cb: (err: any, data?: ListSuiteDefinitionsCommandOutput) => void): void;
|
|
@@ -77,49 +77,49 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
77
77
|
/**
|
|
78
78
|
* <p>Lists runs of the specified Device Advisor test suite. You can list all runs of the test
|
|
79
79
|
* suite, or the runs of a specific version of the test suite.</p>
|
|
80
|
-
*
|
|
80
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSuiteRuns</a> action.</p>
|
|
81
81
|
*/
|
|
82
82
|
listSuiteRuns(args: ListSuiteRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListSuiteRunsCommandOutput>;
|
|
83
83
|
listSuiteRuns(args: ListSuiteRunsCommandInput, cb: (err: any, data?: ListSuiteRunsCommandOutput) => void): void;
|
|
84
84
|
listSuiteRuns(args: ListSuiteRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuiteRunsCommandOutput) => void): void;
|
|
85
85
|
/**
|
|
86
86
|
* <p>Lists the tags attached to an IoT Device Advisor resource.</p>
|
|
87
|
-
*
|
|
87
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTagsForResource</a> action.</p>
|
|
88
88
|
*/
|
|
89
89
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
90
90
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
91
91
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
92
92
|
/**
|
|
93
93
|
* <p>Starts a Device Advisor test suite run.</p>
|
|
94
|
-
*
|
|
94
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartSuiteRun</a> action.</p>
|
|
95
95
|
*/
|
|
96
96
|
startSuiteRun(args: StartSuiteRunCommandInput, options?: __HttpHandlerOptions): Promise<StartSuiteRunCommandOutput>;
|
|
97
97
|
startSuiteRun(args: StartSuiteRunCommandInput, cb: (err: any, data?: StartSuiteRunCommandOutput) => void): void;
|
|
98
98
|
startSuiteRun(args: StartSuiteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSuiteRunCommandOutput) => void): void;
|
|
99
99
|
/**
|
|
100
100
|
* <p>Stops a Device Advisor test suite run that is currently running.</p>
|
|
101
|
-
*
|
|
101
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StopSuiteRun</a> action.</p>
|
|
102
102
|
*/
|
|
103
103
|
stopSuiteRun(args: StopSuiteRunCommandInput, options?: __HttpHandlerOptions): Promise<StopSuiteRunCommandOutput>;
|
|
104
104
|
stopSuiteRun(args: StopSuiteRunCommandInput, cb: (err: any, data?: StopSuiteRunCommandOutput) => void): void;
|
|
105
105
|
stopSuiteRun(args: StopSuiteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSuiteRunCommandOutput) => void): void;
|
|
106
106
|
/**
|
|
107
107
|
* <p>Adds to and modifies existing tags of an IoT Device Advisor resource.</p>
|
|
108
|
-
*
|
|
108
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TagResource</a> action.</p>
|
|
109
109
|
*/
|
|
110
110
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
111
111
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
112
112
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
113
113
|
/**
|
|
114
114
|
* <p>Removes tags from an IoT Device Advisor resource.</p>
|
|
115
|
-
*
|
|
115
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UntagResource</a> action.</p>
|
|
116
116
|
*/
|
|
117
117
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
118
118
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
119
119
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
120
120
|
/**
|
|
121
121
|
* <p>Updates a Device Advisor test suite.</p>
|
|
122
|
-
*
|
|
122
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateSuiteDefinition</a> action.</p>
|
|
123
123
|
*/
|
|
124
124
|
updateSuiteDefinition(args: UpdateSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSuiteDefinitionCommandOutput>;
|
|
125
125
|
updateSuiteDefinition(args: UpdateSuiteDefinitionCommandInput, cb: (err: any, data?: UpdateSuiteDefinitionCommandOutput) => void): void;
|
|
@@ -9,7 +9,7 @@ export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitio
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Creates a Device Advisor test suite.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateSuiteDefinition</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DeleteSuiteDefinitionCommandOutput extends DeleteSuiteDefinitio
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes a Device Advisor test suite.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteSuiteDefinition</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface GetSuiteDefinitionCommandOutput extends GetSuiteDefinitionRespo
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about a Device Advisor test suite.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetSuiteDefinition</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface GetSuiteRunCommandOutput extends GetSuiteRunResponse, __Metadat
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets information about a Device Advisor test suite run.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetSuiteRun</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface GetSuiteRunReportCommandOutput extends GetSuiteRunReportRespons
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Gets a report download link for a successful Device Advisor qualifying test suite run.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetSuiteRunReport</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface ListSuiteDefinitionsCommandOutput extends ListSuiteDefinitionsR
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists the Device Advisor test suites you have created.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSuiteDefinitions</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -10,7 +10,7 @@ export interface ListSuiteRunsCommandOutput extends ListSuiteRunsResponse, __Met
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists runs of the specified Device Advisor test suite. You can list all runs of the test
|
|
12
12
|
* suite, or the runs of a specific version of the test suite.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSuiteRuns</a> action.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists the tags attached to an IoT Device Advisor resource.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListTagsForResource</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface StartSuiteRunCommandOutput extends StartSuiteRunResponse, __Met
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Starts a Device Advisor test suite run.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StartSuiteRun</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface StopSuiteRunCommandOutput extends StopSuiteRunResponse, __Metad
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Stops a Device Advisor test suite run that is currently running.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">StopSuiteRun</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Adds to and modifies existing tags of an IoT Device Advisor resource.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">TagResource</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Removes tags from an IoT Device Advisor resource.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UntagResource</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface UpdateSuiteDefinitionCommandOutput extends UpdateSuiteDefinitio
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates a Device Advisor test suite.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">UpdateSuiteDefinition</a> action.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -29,13 +29,13 @@ export declare enum Protocol {
|
|
|
29
29
|
MqttV5 = "MqttV5"
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
* <p>Gets
|
|
32
|
+
* <p>Gets the suite definition configuration.</p>
|
|
33
33
|
*/
|
|
34
34
|
export interface SuiteDefinitionConfiguration {
|
|
35
35
|
/**
|
|
36
|
-
* <p>Gets
|
|
36
|
+
* <p>Gets the suite definition name. This is a required parameter.</p>
|
|
37
37
|
*/
|
|
38
|
-
suiteDefinitionName
|
|
38
|
+
suiteDefinitionName: string | undefined;
|
|
39
39
|
/**
|
|
40
40
|
* <p>Gets the devices configured.</p>
|
|
41
41
|
*/
|
|
@@ -45,19 +45,19 @@ export interface SuiteDefinitionConfiguration {
|
|
|
45
45
|
*/
|
|
46
46
|
intendedForQualification?: boolean;
|
|
47
47
|
/**
|
|
48
|
-
* <p>
|
|
48
|
+
* <p>Verifies if the test suite is a long duration test.</p>
|
|
49
49
|
*/
|
|
50
50
|
isLongDurationTest?: boolean;
|
|
51
51
|
/**
|
|
52
|
-
* <p>Gets test suite root group.</p>
|
|
52
|
+
* <p>Gets the test suite root group. This is a required parameter.</p>
|
|
53
53
|
*/
|
|
54
|
-
rootGroup
|
|
54
|
+
rootGroup: string | undefined;
|
|
55
55
|
/**
|
|
56
|
-
* <p>Gets the device permission ARN.</p>
|
|
56
|
+
* <p>Gets the device permission ARN. This is a required parameter.</p>
|
|
57
57
|
*/
|
|
58
|
-
devicePermissionRoleArn
|
|
58
|
+
devicePermissionRoleArn: string | undefined;
|
|
59
59
|
/**
|
|
60
|
-
* <p>
|
|
60
|
+
* <p>Sets the MQTT protocol that is configured in the suite definition.</p>
|
|
61
61
|
*/
|
|
62
62
|
protocol?: Protocol | string;
|
|
63
63
|
}
|
|
@@ -65,7 +65,7 @@ export interface CreateSuiteDefinitionRequest {
|
|
|
65
65
|
/**
|
|
66
66
|
* <p>Creates a Device Advisor test suite with suite definition configuration.</p>
|
|
67
67
|
*/
|
|
68
|
-
suiteDefinitionConfiguration
|
|
68
|
+
suiteDefinitionConfiguration: SuiteDefinitionConfiguration | undefined;
|
|
69
69
|
/**
|
|
70
70
|
* <p>The tags to be attached to the suite definition.</p>
|
|
71
71
|
*/
|
|
@@ -73,19 +73,19 @@ export interface CreateSuiteDefinitionRequest {
|
|
|
73
73
|
}
|
|
74
74
|
export interface CreateSuiteDefinitionResponse {
|
|
75
75
|
/**
|
|
76
|
-
* <p>
|
|
76
|
+
* <p>The UUID of the test suite created.</p>
|
|
77
77
|
*/
|
|
78
78
|
suiteDefinitionId?: string;
|
|
79
79
|
/**
|
|
80
|
-
* <p>
|
|
80
|
+
* <p>The Amazon Resource Name (ARN) of the test suite.</p>
|
|
81
81
|
*/
|
|
82
82
|
suiteDefinitionArn?: string;
|
|
83
83
|
/**
|
|
84
|
-
* <p>
|
|
84
|
+
* <p>The suite definition name of the test suite. This is a required parameter.</p>
|
|
85
85
|
*/
|
|
86
86
|
suiteDefinitionName?: string;
|
|
87
87
|
/**
|
|
88
|
-
* <p>
|
|
88
|
+
* <p>The timestamp of when the test suite was created.</p>
|
|
89
89
|
*/
|
|
90
90
|
createdAt?: Date;
|
|
91
91
|
}
|
|
@@ -216,11 +216,12 @@ export declare enum SuiteRunStatus {
|
|
|
216
216
|
*/
|
|
217
217
|
export interface SuiteRunConfiguration {
|
|
218
218
|
/**
|
|
219
|
-
* <p>
|
|
219
|
+
* <p>Sets the primary device for the test suite run. This requires
|
|
220
|
+
* a thing ARN or a certificate ARN.</p>
|
|
220
221
|
*/
|
|
221
|
-
primaryDevice
|
|
222
|
+
primaryDevice: DeviceUnderTest | undefined;
|
|
222
223
|
/**
|
|
223
|
-
* <p>
|
|
224
|
+
* <p>Sets test case list.</p>
|
|
224
225
|
*/
|
|
225
226
|
selectedTestList?: string[];
|
|
226
227
|
/**
|
|
@@ -264,51 +265,51 @@ export interface TestCaseScenario {
|
|
|
264
265
|
testCaseScenarioId?: string;
|
|
265
266
|
/**
|
|
266
267
|
* <p>Provides test case scenario type. Type is one of the following:</p>
|
|
267
|
-
*
|
|
268
|
+
* <ul>
|
|
268
269
|
* <li>
|
|
269
|
-
*
|
|
270
|
+
* <p>Advanced</p>
|
|
270
271
|
* </li>
|
|
271
272
|
* <li>
|
|
272
|
-
*
|
|
273
|
+
* <p>Basic</p>
|
|
273
274
|
* </li>
|
|
274
275
|
* </ul>
|
|
275
276
|
*/
|
|
276
277
|
testCaseScenarioType?: TestCaseScenarioType | string;
|
|
277
278
|
/**
|
|
278
279
|
* <p>Provides the test case scenario status. Status is one of the following:</p>
|
|
279
|
-
*
|
|
280
|
+
* <ul>
|
|
280
281
|
* <li>
|
|
281
|
-
*
|
|
282
|
+
* <p>
|
|
282
283
|
* <code>PASS</code>: Test passed.</p>
|
|
283
284
|
* </li>
|
|
284
285
|
* <li>
|
|
285
|
-
*
|
|
286
|
+
* <p>
|
|
286
287
|
* <code>FAIL</code>: Test failed.</p>
|
|
287
288
|
* </li>
|
|
288
289
|
* <li>
|
|
289
|
-
*
|
|
290
|
+
* <p>
|
|
290
291
|
* <code>PENDING</code>: Test has not started running but is scheduled.</p>
|
|
291
292
|
* </li>
|
|
292
293
|
* <li>
|
|
293
|
-
*
|
|
294
|
+
* <p>
|
|
294
295
|
* <code>RUNNING</code>: Test is running.</p>
|
|
295
296
|
* </li>
|
|
296
297
|
* <li>
|
|
297
|
-
*
|
|
298
|
+
* <p>
|
|
298
299
|
* <code>STOPPING</code>: Test is performing cleanup steps. You will see this
|
|
299
300
|
* status only if you stop a suite run.</p>
|
|
300
301
|
* </li>
|
|
301
302
|
* <li>
|
|
302
|
-
*
|
|
303
|
+
* <p>
|
|
303
304
|
* <code>STOPPED</code> Test is stopped. You will see this status only if you
|
|
304
305
|
* stop a suite run.</p>
|
|
305
306
|
* </li>
|
|
306
307
|
* <li>
|
|
307
|
-
*
|
|
308
|
+
* <p>
|
|
308
309
|
* <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p>
|
|
309
310
|
* </li>
|
|
310
311
|
* <li>
|
|
311
|
-
*
|
|
312
|
+
* <p>
|
|
312
313
|
* <code>ERORR</code>: Test faced an error when running due to an internal
|
|
313
314
|
* issue.</p>
|
|
314
315
|
* </li>
|
|
@@ -321,7 +322,6 @@ export interface TestCaseScenario {
|
|
|
321
322
|
failure?: string;
|
|
322
323
|
/**
|
|
323
324
|
* <p>
|
|
324
|
-
*
|
|
325
325
|
* </p>
|
|
326
326
|
*/
|
|
327
327
|
systemMessage?: string;
|
|
@@ -344,39 +344,39 @@ export interface TestCaseRun {
|
|
|
344
344
|
testCaseDefinitionName?: string;
|
|
345
345
|
/**
|
|
346
346
|
* <p>Provides the test case run status. Status is one of the following:</p>
|
|
347
|
-
*
|
|
347
|
+
* <ul>
|
|
348
348
|
* <li>
|
|
349
|
-
*
|
|
349
|
+
* <p>
|
|
350
350
|
* <code>PASS</code>: Test passed.</p>
|
|
351
351
|
* </li>
|
|
352
352
|
* <li>
|
|
353
|
-
*
|
|
353
|
+
* <p>
|
|
354
354
|
* <code>FAIL</code>: Test failed.</p>
|
|
355
355
|
* </li>
|
|
356
356
|
* <li>
|
|
357
|
-
*
|
|
357
|
+
* <p>
|
|
358
358
|
* <code>PENDING</code>: Test has not started running but is scheduled.</p>
|
|
359
359
|
* </li>
|
|
360
360
|
* <li>
|
|
361
|
-
*
|
|
361
|
+
* <p>
|
|
362
362
|
* <code>RUNNING</code>: Test is running.</p>
|
|
363
363
|
* </li>
|
|
364
364
|
* <li>
|
|
365
|
-
*
|
|
365
|
+
* <p>
|
|
366
366
|
* <code>STOPPING</code>: Test is performing cleanup steps. You will see this
|
|
367
367
|
* status only if you stop a suite run.</p>
|
|
368
368
|
* </li>
|
|
369
369
|
* <li>
|
|
370
|
-
*
|
|
370
|
+
* <p>
|
|
371
371
|
* <code>STOPPED</code> Test is stopped. You will see this status only if you
|
|
372
372
|
* stop a suite run.</p>
|
|
373
373
|
* </li>
|
|
374
374
|
* <li>
|
|
375
|
-
*
|
|
375
|
+
* <p>
|
|
376
376
|
* <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p>
|
|
377
377
|
* </li>
|
|
378
378
|
* <li>
|
|
379
|
-
*
|
|
379
|
+
* <p>
|
|
380
380
|
* <code>ERORR</code>: Test faced an error when running due to an internal
|
|
381
381
|
* issue.</p>
|
|
382
382
|
* </li>
|
|
@@ -527,11 +527,11 @@ export interface SuiteDefinitionInformation {
|
|
|
527
527
|
*/
|
|
528
528
|
intendedForQualification?: boolean;
|
|
529
529
|
/**
|
|
530
|
-
* <p>
|
|
530
|
+
* <p>Verifies if the test suite is a long duration test.</p>
|
|
531
531
|
*/
|
|
532
532
|
isLongDurationTest?: boolean;
|
|
533
533
|
/**
|
|
534
|
-
* <p>
|
|
534
|
+
* <p>Gets the MQTT protocol that is configured in the suite definition.</p>
|
|
535
535
|
*/
|
|
536
536
|
protocol?: Protocol | string;
|
|
537
537
|
/**
|
|
@@ -572,7 +572,7 @@ export interface ListSuiteRunsRequest {
|
|
|
572
572
|
}
|
|
573
573
|
/**
|
|
574
574
|
* <p>Information about the suite run.</p>
|
|
575
|
-
*
|
|
575
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">SuiteRunInformation</a> action.</p>
|
|
576
576
|
*/
|
|
577
577
|
export interface SuiteRunInformation {
|
|
578
578
|
/**
|
|
@@ -629,7 +629,8 @@ export interface ListSuiteRunsResponse {
|
|
|
629
629
|
}
|
|
630
630
|
export interface ListTagsForResourceRequest {
|
|
631
631
|
/**
|
|
632
|
-
* <p>The ARN of the IoT Device Advisor resource
|
|
632
|
+
* <p>The resource ARN of the IoT Device Advisor resource.
|
|
633
|
+
* This can be SuiteDefinition ARN or SuiteRun ARN.</p>
|
|
633
634
|
*/
|
|
634
635
|
resourceArn: string | undefined;
|
|
635
636
|
}
|
|
@@ -651,7 +652,7 @@ export interface StartSuiteRunRequest {
|
|
|
651
652
|
/**
|
|
652
653
|
* <p>Suite run configuration.</p>
|
|
653
654
|
*/
|
|
654
|
-
suiteRunConfiguration
|
|
655
|
+
suiteRunConfiguration: SuiteRunConfiguration | undefined;
|
|
655
656
|
/**
|
|
656
657
|
* <p>The tags to be attached to the suite run.</p>
|
|
657
658
|
*/
|
|
@@ -670,6 +671,10 @@ export interface StartSuiteRunResponse {
|
|
|
670
671
|
* <p>Starts a Device Advisor test suite run based on suite create time.</p>
|
|
671
672
|
*/
|
|
672
673
|
createdAt?: Date;
|
|
674
|
+
/**
|
|
675
|
+
* <p>The response of an Device Advisor test endpoint.</p>
|
|
676
|
+
*/
|
|
677
|
+
endpoint?: string;
|
|
673
678
|
}
|
|
674
679
|
export interface StopSuiteRunRequest {
|
|
675
680
|
/**
|
|
@@ -685,7 +690,8 @@ export interface StopSuiteRunResponse {
|
|
|
685
690
|
}
|
|
686
691
|
export interface TagResourceRequest {
|
|
687
692
|
/**
|
|
688
|
-
* <p>The resource ARN of an IoT Device Advisor resource
|
|
693
|
+
* <p>The resource ARN of an IoT Device Advisor resource.
|
|
694
|
+
* This can be SuiteDefinition ARN or SuiteRun ARN.</p>
|
|
689
695
|
*/
|
|
690
696
|
resourceArn: string | undefined;
|
|
691
697
|
/**
|
|
@@ -697,7 +703,8 @@ export interface TagResourceResponse {
|
|
|
697
703
|
}
|
|
698
704
|
export interface UntagResourceRequest {
|
|
699
705
|
/**
|
|
700
|
-
* <p>The resource ARN of an IoT Device Advisor resource
|
|
706
|
+
* <p>The resource ARN of an IoT Device Advisor resource.
|
|
707
|
+
* This can be SuiteDefinition ARN or SuiteRun ARN.</p>
|
|
701
708
|
*/
|
|
702
709
|
resourceArn: string | undefined;
|
|
703
710
|
/**
|
|
@@ -715,7 +722,7 @@ export interface UpdateSuiteDefinitionRequest {
|
|
|
715
722
|
/**
|
|
716
723
|
* <p>Updates a Device Advisor test suite with suite definition configuration.</p>
|
|
717
724
|
*/
|
|
718
|
-
suiteDefinitionConfiguration
|
|
725
|
+
suiteDefinitionConfiguration: SuiteDefinitionConfiguration | undefined;
|
|
719
726
|
}
|
|
720
727
|
export interface UpdateSuiteDefinitionResponse {
|
|
721
728
|
/**
|
|
@@ -727,7 +734,7 @@ export interface UpdateSuiteDefinitionResponse {
|
|
|
727
734
|
*/
|
|
728
735
|
suiteDefinitionArn?: string;
|
|
729
736
|
/**
|
|
730
|
-
* <p>
|
|
737
|
+
* <p>Updates the suite definition name. This is a required parameter.</p>
|
|
731
738
|
*/
|
|
732
739
|
suiteDefinitionName?: string;
|
|
733
740
|
/**
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -14,16 +14,16 @@ export declare enum Protocol {
|
|
|
14
14
|
MqttV5 = "MqttV5",
|
|
15
15
|
}
|
|
16
16
|
export interface SuiteDefinitionConfiguration {
|
|
17
|
-
suiteDefinitionName
|
|
17
|
+
suiteDefinitionName: string | undefined;
|
|
18
18
|
devices?: DeviceUnderTest[];
|
|
19
19
|
intendedForQualification?: boolean;
|
|
20
20
|
isLongDurationTest?: boolean;
|
|
21
|
-
rootGroup
|
|
22
|
-
devicePermissionRoleArn
|
|
21
|
+
rootGroup: string | undefined;
|
|
22
|
+
devicePermissionRoleArn: string | undefined;
|
|
23
23
|
protocol?: Protocol | string;
|
|
24
24
|
}
|
|
25
25
|
export interface CreateSuiteDefinitionRequest {
|
|
26
|
-
suiteDefinitionConfiguration
|
|
26
|
+
suiteDefinitionConfiguration: SuiteDefinitionConfiguration | undefined;
|
|
27
27
|
tags?: Record<string, string>;
|
|
28
28
|
}
|
|
29
29
|
export interface CreateSuiteDefinitionResponse {
|
|
@@ -94,7 +94,7 @@ export declare enum SuiteRunStatus {
|
|
|
94
94
|
STOPPING = "STOPPING",
|
|
95
95
|
}
|
|
96
96
|
export interface SuiteRunConfiguration {
|
|
97
|
-
primaryDevice
|
|
97
|
+
primaryDevice: DeviceUnderTest | undefined;
|
|
98
98
|
selectedTestList?: string[];
|
|
99
99
|
parallelRun?: boolean;
|
|
100
100
|
}
|
|
@@ -219,13 +219,14 @@ export interface ListTagsForResourceResponse {
|
|
|
219
219
|
export interface StartSuiteRunRequest {
|
|
220
220
|
suiteDefinitionId: string | undefined;
|
|
221
221
|
suiteDefinitionVersion?: string;
|
|
222
|
-
suiteRunConfiguration
|
|
222
|
+
suiteRunConfiguration: SuiteRunConfiguration | undefined;
|
|
223
223
|
tags?: Record<string, string>;
|
|
224
224
|
}
|
|
225
225
|
export interface StartSuiteRunResponse {
|
|
226
226
|
suiteRunId?: string;
|
|
227
227
|
suiteRunArn?: string;
|
|
228
228
|
createdAt?: Date;
|
|
229
|
+
endpoint?: string;
|
|
229
230
|
}
|
|
230
231
|
export interface StopSuiteRunRequest {
|
|
231
232
|
suiteDefinitionId: string | undefined;
|
|
@@ -244,7 +245,7 @@ export interface UntagResourceRequest {
|
|
|
244
245
|
export interface UntagResourceResponse {}
|
|
245
246
|
export interface UpdateSuiteDefinitionRequest {
|
|
246
247
|
suiteDefinitionId: string | undefined;
|
|
247
|
-
suiteDefinitionConfiguration
|
|
248
|
+
suiteDefinitionConfiguration: SuiteDefinitionConfiguration | undefined;
|
|
248
249
|
}
|
|
249
250
|
export interface UpdateSuiteDefinitionResponse {
|
|
250
251
|
suiteDefinitionId?: string;
|
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.237.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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.236.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.234.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.236.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|