@aws-sdk/client-iotdeviceadvisor 3.236.0 → 3.238.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
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 p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://api.iotdeviceadvisor.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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
- * <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>
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?: string;
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 Suite Definition Configuration.</p>
32
+ * <p>Gets the suite definition configuration.</p>
33
33
  */
34
34
  export interface SuiteDefinitionConfiguration {
35
35
  /**
36
- * <p>Gets Suite Definition Configuration name.</p>
36
+ * <p>Gets the suite definition name. This is a required parameter.</p>
37
37
  */
38
- suiteDefinitionName?: string;
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> Verifies if the test suite is a long duration test. </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?: string;
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?: string;
58
+ devicePermissionRoleArn: string | undefined;
59
59
  /**
60
- * <p> Gets the MQTT protocol that is configured in the suite definition.</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?: 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>Creates a Device Advisor test suite with suite UUID.</p>
76
+ * <p>The UUID of the test suite created.</p>
77
77
  */
78
78
  suiteDefinitionId?: string;
79
79
  /**
80
- * <p>Creates a Device Advisor test suite with Amazon Resource Name (ARN).</p>
80
+ * <p>The Amazon Resource Name (ARN) of the test suite.</p>
81
81
  */
82
82
  suiteDefinitionArn?: string;
83
83
  /**
84
- * <p>Creates a Device Advisor test suite with suite definition name.</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>Creates a Device Advisor test suite with TimeStamp of when it was created.</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>Gets the primary device for suite run.</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?: DeviceUnderTest;
222
+ primaryDevice: DeviceUnderTest | undefined;
222
223
  /**
223
- * <p>Gets test case list.</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
- * <ul>
268
+ * <ul>
268
269
  * <li>
269
- * <p>Advanced</p>
270
+ * <p>Advanced</p>
270
271
  * </li>
271
272
  * <li>
272
- * <p>Basic</p>
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
- * <ul>
280
+ * <ul>
280
281
  * <li>
281
- * <p>
282
+ * <p>
282
283
  * <code>PASS</code>: Test passed.</p>
283
284
  * </li>
284
285
  * <li>
285
- * <p>
286
+ * <p>
286
287
  * <code>FAIL</code>: Test failed.</p>
287
288
  * </li>
288
289
  * <li>
289
- * <p>
290
+ * <p>
290
291
  * <code>PENDING</code>: Test has not started running but is scheduled.</p>
291
292
  * </li>
292
293
  * <li>
293
- * <p>
294
+ * <p>
294
295
  * <code>RUNNING</code>: Test is running.</p>
295
296
  * </li>
296
297
  * <li>
297
- * <p>
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
- * <p>
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
- * <p>
308
+ * <p>
308
309
  * <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p>
309
310
  * </li>
310
311
  * <li>
311
- * <p>
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
- * <ul>
347
+ * <ul>
348
348
  * <li>
349
- * <p>
349
+ * <p>
350
350
  * <code>PASS</code>: Test passed.</p>
351
351
  * </li>
352
352
  * <li>
353
- * <p>
353
+ * <p>
354
354
  * <code>FAIL</code>: Test failed.</p>
355
355
  * </li>
356
356
  * <li>
357
- * <p>
357
+ * <p>
358
358
  * <code>PENDING</code>: Test has not started running but is scheduled.</p>
359
359
  * </li>
360
360
  * <li>
361
- * <p>
361
+ * <p>
362
362
  * <code>RUNNING</code>: Test is running.</p>
363
363
  * </li>
364
364
  * <li>
365
- * <p>
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
- * <p>
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
- * <p>
375
+ * <p>
376
376
  * <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p>
377
377
  * </li>
378
378
  * <li>
379
- * <p>
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> Verifies if the test suite is a long duration test. </p>
530
+ * <p>Verifies if the test suite is a long duration test.</p>
531
531
  */
532
532
  isLongDurationTest?: boolean;
533
533
  /**
534
- * <p> Gets the MQTT protocol that is configured in the suite definition.</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
- * <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>
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.</p>
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?: 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.</p>
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.</p>
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?: 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>Suite definition name of the updated test suite.</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?: string;
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?: string;
17
+ suiteDefinitionName: string | undefined;
18
18
  devices?: DeviceUnderTest[];
19
19
  intendedForQualification?: boolean;
20
20
  isLongDurationTest?: boolean;
21
- rootGroup?: string;
22
- devicePermissionRoleArn?: string;
21
+ rootGroup: string | undefined;
22
+ devicePermissionRoleArn: string | undefined;
23
23
  protocol?: Protocol | string;
24
24
  }
25
25
  export interface CreateSuiteDefinitionRequest {
26
- suiteDefinitionConfiguration?: 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?: DeviceUnderTest;
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?: 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?: 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.236.0",
4
+ "version": "3.238.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",
@@ -10,7 +10,8 @@
10
10
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/iotdeviceadvisor.json --keepFiles)"
14
15
  },
15
16
  "main": "./dist-cjs/index.js",
16
17
  "types": "./dist-types/index.d.ts",
@@ -19,9 +20,9 @@
19
20
  "dependencies": {
20
21
  "@aws-crypto/sha256-browser": "2.0.0",
21
22
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.236.0",
23
+ "@aws-sdk/client-sts": "3.238.0",
23
24
  "@aws-sdk/config-resolver": "3.234.0",
24
- "@aws-sdk/credential-provider-node": "3.236.0",
25
+ "@aws-sdk/credential-provider-node": "3.238.0",
25
26
  "@aws-sdk/fetch-http-handler": "3.226.0",
26
27
  "@aws-sdk/hash-node": "3.226.0",
27
28
  "@aws-sdk/invalid-dependency": "3.226.0",