@aws-sdk/client-iotdeviceadvisor 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/IotDeviceAdvisor.d.ts +0 -14
- package/dist-types/ts3.4/IotDeviceAdvisorClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateSuiteDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSuiteDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSuiteDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSuiteRunCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSuiteRunReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSuiteDefinitionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSuiteRunsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartSuiteRunCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopSuiteRunCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSuiteDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IotDeviceAdvisorServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -138
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-iotdeviceadvisor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-iotdeviceadvisor
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-iotdeviceadvisor
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -56,7 +56,6 @@ import {
|
|
|
56
56
|
UpdateSuiteDefinitionCommandOutput,
|
|
57
57
|
} from "./commands/UpdateSuiteDefinitionCommand";
|
|
58
58
|
import { IotDeviceAdvisorClient } from "./IotDeviceAdvisorClient";
|
|
59
|
-
|
|
60
59
|
export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
61
60
|
createSuiteDefinition(
|
|
62
61
|
args: CreateSuiteDefinitionCommandInput,
|
|
@@ -71,7 +70,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
71
70
|
options: __HttpHandlerOptions,
|
|
72
71
|
cb: (err: any, data?: CreateSuiteDefinitionCommandOutput) => void
|
|
73
72
|
): void;
|
|
74
|
-
|
|
75
73
|
deleteSuiteDefinition(
|
|
76
74
|
args: DeleteSuiteDefinitionCommandInput,
|
|
77
75
|
options?: __HttpHandlerOptions
|
|
@@ -85,7 +83,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
85
83
|
options: __HttpHandlerOptions,
|
|
86
84
|
cb: (err: any, data?: DeleteSuiteDefinitionCommandOutput) => void
|
|
87
85
|
): void;
|
|
88
|
-
|
|
89
86
|
getEndpoint(
|
|
90
87
|
args: GetEndpointCommandInput,
|
|
91
88
|
options?: __HttpHandlerOptions
|
|
@@ -99,7 +96,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
99
96
|
options: __HttpHandlerOptions,
|
|
100
97
|
cb: (err: any, data?: GetEndpointCommandOutput) => void
|
|
101
98
|
): void;
|
|
102
|
-
|
|
103
99
|
getSuiteDefinition(
|
|
104
100
|
args: GetSuiteDefinitionCommandInput,
|
|
105
101
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +109,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
113
109
|
options: __HttpHandlerOptions,
|
|
114
110
|
cb: (err: any, data?: GetSuiteDefinitionCommandOutput) => void
|
|
115
111
|
): void;
|
|
116
|
-
|
|
117
112
|
getSuiteRun(
|
|
118
113
|
args: GetSuiteRunCommandInput,
|
|
119
114
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +122,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
127
122
|
options: __HttpHandlerOptions,
|
|
128
123
|
cb: (err: any, data?: GetSuiteRunCommandOutput) => void
|
|
129
124
|
): void;
|
|
130
|
-
|
|
131
125
|
getSuiteRunReport(
|
|
132
126
|
args: GetSuiteRunReportCommandInput,
|
|
133
127
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +135,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
141
135
|
options: __HttpHandlerOptions,
|
|
142
136
|
cb: (err: any, data?: GetSuiteRunReportCommandOutput) => void
|
|
143
137
|
): void;
|
|
144
|
-
|
|
145
138
|
listSuiteDefinitions(
|
|
146
139
|
args: ListSuiteDefinitionsCommandInput,
|
|
147
140
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +148,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
155
148
|
options: __HttpHandlerOptions,
|
|
156
149
|
cb: (err: any, data?: ListSuiteDefinitionsCommandOutput) => void
|
|
157
150
|
): void;
|
|
158
|
-
|
|
159
151
|
listSuiteRuns(
|
|
160
152
|
args: ListSuiteRunsCommandInput,
|
|
161
153
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +161,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
169
161
|
options: __HttpHandlerOptions,
|
|
170
162
|
cb: (err: any, data?: ListSuiteRunsCommandOutput) => void
|
|
171
163
|
): void;
|
|
172
|
-
|
|
173
164
|
listTagsForResource(
|
|
174
165
|
args: ListTagsForResourceCommandInput,
|
|
175
166
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +174,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
183
174
|
options: __HttpHandlerOptions,
|
|
184
175
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
185
176
|
): void;
|
|
186
|
-
|
|
187
177
|
startSuiteRun(
|
|
188
178
|
args: StartSuiteRunCommandInput,
|
|
189
179
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +187,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
197
187
|
options: __HttpHandlerOptions,
|
|
198
188
|
cb: (err: any, data?: StartSuiteRunCommandOutput) => void
|
|
199
189
|
): void;
|
|
200
|
-
|
|
201
190
|
stopSuiteRun(
|
|
202
191
|
args: StopSuiteRunCommandInput,
|
|
203
192
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +200,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
211
200
|
options: __HttpHandlerOptions,
|
|
212
201
|
cb: (err: any, data?: StopSuiteRunCommandOutput) => void
|
|
213
202
|
): void;
|
|
214
|
-
|
|
215
203
|
tagResource(
|
|
216
204
|
args: TagResourceCommandInput,
|
|
217
205
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +213,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
225
213
|
options: __HttpHandlerOptions,
|
|
226
214
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
227
215
|
): void;
|
|
228
|
-
|
|
229
216
|
untagResource(
|
|
230
217
|
args: UntagResourceCommandInput,
|
|
231
218
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +226,6 @@ export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
|
239
226
|
options: __HttpHandlerOptions,
|
|
240
227
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
241
228
|
): void;
|
|
242
|
-
|
|
243
229
|
updateSuiteDefinition(
|
|
244
230
|
args: UpdateSuiteDefinitionCommandInput,
|
|
245
231
|
options?: __HttpHandlerOptions
|
|
@@ -131,47 +131,26 @@ export declare type ServiceOutputTypes =
|
|
|
131
131
|
export interface ClientDefaults
|
|
132
132
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
133
133
|
requestHandler?: __HttpHandler;
|
|
134
|
-
|
|
135
134
|
sha256?: __HashConstructor;
|
|
136
|
-
|
|
137
135
|
urlParser?: __UrlParser;
|
|
138
|
-
|
|
139
136
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
140
|
-
|
|
141
137
|
streamCollector?: __StreamCollector;
|
|
142
|
-
|
|
143
138
|
base64Decoder?: __Decoder;
|
|
144
|
-
|
|
145
139
|
base64Encoder?: __Encoder;
|
|
146
|
-
|
|
147
140
|
utf8Decoder?: __Decoder;
|
|
148
|
-
|
|
149
141
|
utf8Encoder?: __Encoder;
|
|
150
|
-
|
|
151
142
|
runtime?: string;
|
|
152
|
-
|
|
153
143
|
disableHostPrefix?: boolean;
|
|
154
|
-
|
|
155
144
|
maxAttempts?: number | __Provider<number>;
|
|
156
|
-
|
|
157
145
|
retryMode?: string | __Provider<string>;
|
|
158
|
-
|
|
159
146
|
logger?: __Logger;
|
|
160
|
-
|
|
161
147
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
162
|
-
|
|
163
148
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
164
|
-
|
|
165
149
|
serviceId?: string;
|
|
166
|
-
|
|
167
150
|
region?: string | __Provider<string>;
|
|
168
|
-
|
|
169
151
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
170
|
-
|
|
171
152
|
regionInfoProvider?: RegionInfoProvider;
|
|
172
|
-
|
|
173
153
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
174
|
-
|
|
175
154
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
176
155
|
}
|
|
177
156
|
declare type IotDeviceAdvisorClientConfigType = Partial<
|
|
@@ -184,7 +163,6 @@ declare type IotDeviceAdvisorClientConfigType = Partial<
|
|
|
184
163
|
HostHeaderInputConfig &
|
|
185
164
|
AwsAuthInputConfig &
|
|
186
165
|
UserAgentInputConfig;
|
|
187
|
-
|
|
188
166
|
export interface IotDeviceAdvisorClientConfig
|
|
189
167
|
extends IotDeviceAdvisorClientConfigType {}
|
|
190
168
|
declare type IotDeviceAdvisorClientResolvedConfigType =
|
|
@@ -196,10 +174,8 @@ declare type IotDeviceAdvisorClientResolvedConfigType =
|
|
|
196
174
|
HostHeaderResolvedConfig &
|
|
197
175
|
AwsAuthResolvedConfig &
|
|
198
176
|
UserAgentResolvedConfig;
|
|
199
|
-
|
|
200
177
|
export interface IotDeviceAdvisorClientResolvedConfig
|
|
201
178
|
extends IotDeviceAdvisorClientResolvedConfigType {}
|
|
202
|
-
|
|
203
179
|
export declare class IotDeviceAdvisorClient extends __Client<
|
|
204
180
|
__HttpHandlerOptions,
|
|
205
181
|
ServiceInputTypes,
|
|
@@ -208,7 +184,6 @@ export declare class IotDeviceAdvisorClient extends __Client<
|
|
|
208
184
|
> {
|
|
209
185
|
readonly config: IotDeviceAdvisorClientResolvedConfig;
|
|
210
186
|
constructor(configuration: IotDeviceAdvisorClientConfig);
|
|
211
|
-
|
|
212
187
|
destroy(): void;
|
|
213
188
|
}
|
|
214
189
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateSuiteDefinitionCommandInput
|
|
|
19
19
|
export interface CreateSuiteDefinitionCommandOutput
|
|
20
20
|
extends CreateSuiteDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateSuiteDefinitionCommand extends $Command<
|
|
24
23
|
CreateSuiteDefinitionCommandInput,
|
|
25
24
|
CreateSuiteDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateSuiteDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateSuiteDefinitionCommandInput;
|
|
29
28
|
constructor(input: CreateSuiteDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSuiteDefinitionCommandInput
|
|
|
19
19
|
export interface DeleteSuiteDefinitionCommandOutput
|
|
20
20
|
extends DeleteSuiteDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSuiteDefinitionCommand extends $Command<
|
|
24
23
|
DeleteSuiteDefinitionCommandInput,
|
|
25
24
|
DeleteSuiteDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSuiteDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSuiteDefinitionCommandInput;
|
|
29
28
|
constructor(input: DeleteSuiteDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetEndpointCommandInput extends GetEndpointRequest {}
|
|
|
15
15
|
export interface GetEndpointCommandOutput
|
|
16
16
|
extends GetEndpointResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetEndpointCommand extends $Command<
|
|
20
19
|
GetEndpointCommandInput,
|
|
21
20
|
GetEndpointCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetEndpointCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetEndpointCommandInput;
|
|
25
24
|
constructor(input: GetEndpointCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSuiteDefinitionCommandInput
|
|
|
19
19
|
export interface GetSuiteDefinitionCommandOutput
|
|
20
20
|
extends GetSuiteDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSuiteDefinitionCommand extends $Command<
|
|
24
23
|
GetSuiteDefinitionCommandInput,
|
|
25
24
|
GetSuiteDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSuiteDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSuiteDefinitionCommandInput;
|
|
29
28
|
constructor(input: GetSuiteDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetSuiteRunCommandInput extends GetSuiteRunRequest {}
|
|
|
15
15
|
export interface GetSuiteRunCommandOutput
|
|
16
16
|
extends GetSuiteRunResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetSuiteRunCommand extends $Command<
|
|
20
19
|
GetSuiteRunCommandInput,
|
|
21
20
|
GetSuiteRunCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetSuiteRunCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetSuiteRunCommandInput;
|
|
25
24
|
constructor(input: GetSuiteRunCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSuiteRunReportCommandInput
|
|
|
19
19
|
export interface GetSuiteRunReportCommandOutput
|
|
20
20
|
extends GetSuiteRunReportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSuiteRunReportCommand extends $Command<
|
|
24
23
|
GetSuiteRunReportCommandInput,
|
|
25
24
|
GetSuiteRunReportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSuiteRunReportCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSuiteRunReportCommandInput;
|
|
29
28
|
constructor(input: GetSuiteRunReportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSuiteDefinitionsCommandInput
|
|
|
19
19
|
export interface ListSuiteDefinitionsCommandOutput
|
|
20
20
|
extends ListSuiteDefinitionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSuiteDefinitionsCommand extends $Command<
|
|
24
23
|
ListSuiteDefinitionsCommandInput,
|
|
25
24
|
ListSuiteDefinitionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSuiteDefinitionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSuiteDefinitionsCommandInput;
|
|
29
28
|
constructor(input: ListSuiteDefinitionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListSuiteRunsCommandInput extends ListSuiteRunsRequest {}
|
|
|
18
18
|
export interface ListSuiteRunsCommandOutput
|
|
19
19
|
extends ListSuiteRunsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListSuiteRunsCommand extends $Command<
|
|
23
22
|
ListSuiteRunsCommandInput,
|
|
24
23
|
ListSuiteRunsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListSuiteRunsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListSuiteRunsCommandInput;
|
|
28
27
|
constructor(input: ListSuiteRunsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartSuiteRunCommandInput extends StartSuiteRunRequest {}
|
|
|
18
18
|
export interface StartSuiteRunCommandOutput
|
|
19
19
|
extends StartSuiteRunResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartSuiteRunCommand extends $Command<
|
|
23
22
|
StartSuiteRunCommandInput,
|
|
24
23
|
StartSuiteRunCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartSuiteRunCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartSuiteRunCommandInput;
|
|
28
27
|
constructor(input: StartSuiteRunCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopSuiteRunCommandInput extends StopSuiteRunRequest {}
|
|
|
15
15
|
export interface StopSuiteRunCommandOutput
|
|
16
16
|
extends StopSuiteRunResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopSuiteRunCommand extends $Command<
|
|
20
19
|
StopSuiteRunCommandInput,
|
|
21
20
|
StopSuiteRunCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopSuiteRunCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopSuiteRunCommandInput;
|
|
25
24
|
constructor(input: StopSuiteRunCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateSuiteDefinitionCommandInput
|
|
|
19
19
|
export interface UpdateSuiteDefinitionCommandOutput
|
|
20
20
|
extends UpdateSuiteDefinitionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateSuiteDefinitionCommand extends $Command<
|
|
24
23
|
UpdateSuiteDefinitionCommandInput,
|
|
25
24
|
UpdateSuiteDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateSuiteDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateSuiteDefinitionCommandInput;
|
|
29
28
|
constructor(input: UpdateSuiteDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IotDeviceAdvisorClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class IotDeviceAdvisorServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,66 +1,47 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IotDeviceAdvisorServiceException as __BaseException } from "./IotDeviceAdvisorServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class ConflictException extends __BaseException {
|
|
5
4
|
readonly name: "ConflictException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
9
7
|
}
|
|
10
|
-
|
|
11
8
|
export interface DeviceUnderTest {
|
|
12
9
|
thingArn?: string;
|
|
13
|
-
|
|
14
10
|
certificateArn?: string;
|
|
15
11
|
}
|
|
16
12
|
export declare enum Protocol {
|
|
17
13
|
MqttV3_1_1 = "MqttV3_1_1",
|
|
18
14
|
MqttV5 = "MqttV5",
|
|
19
15
|
}
|
|
20
|
-
|
|
21
16
|
export interface SuiteDefinitionConfiguration {
|
|
22
17
|
suiteDefinitionName?: string;
|
|
23
|
-
|
|
24
18
|
devices?: DeviceUnderTest[];
|
|
25
|
-
|
|
26
19
|
intendedForQualification?: boolean;
|
|
27
|
-
|
|
28
20
|
isLongDurationTest?: boolean;
|
|
29
|
-
|
|
30
21
|
rootGroup?: string;
|
|
31
|
-
|
|
32
22
|
devicePermissionRoleArn?: string;
|
|
33
|
-
|
|
34
23
|
protocol?: Protocol | string;
|
|
35
24
|
}
|
|
36
25
|
export interface CreateSuiteDefinitionRequest {
|
|
37
26
|
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration;
|
|
38
|
-
|
|
39
27
|
tags?: Record<string, string>;
|
|
40
28
|
}
|
|
41
29
|
export interface CreateSuiteDefinitionResponse {
|
|
42
30
|
suiteDefinitionId?: string;
|
|
43
|
-
|
|
44
31
|
suiteDefinitionArn?: string;
|
|
45
|
-
|
|
46
32
|
suiteDefinitionName?: string;
|
|
47
|
-
|
|
48
33
|
createdAt?: Date;
|
|
49
34
|
}
|
|
50
|
-
|
|
51
35
|
export declare class InternalServerException extends __BaseException {
|
|
52
36
|
readonly name: "InternalServerException";
|
|
53
37
|
readonly $fault: "server";
|
|
54
|
-
|
|
55
38
|
constructor(
|
|
56
39
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
57
40
|
);
|
|
58
41
|
}
|
|
59
|
-
|
|
60
42
|
export declare class ValidationException extends __BaseException {
|
|
61
43
|
readonly name: "ValidationException";
|
|
62
44
|
readonly $fault: "client";
|
|
63
|
-
|
|
64
45
|
constructor(
|
|
65
46
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
66
47
|
);
|
|
@@ -71,46 +52,34 @@ export interface DeleteSuiteDefinitionRequest {
|
|
|
71
52
|
export interface DeleteSuiteDefinitionResponse {}
|
|
72
53
|
export interface GetEndpointRequest {
|
|
73
54
|
thingArn?: string;
|
|
74
|
-
|
|
75
55
|
certificateArn?: string;
|
|
76
56
|
}
|
|
77
57
|
export interface GetEndpointResponse {
|
|
78
58
|
endpoint?: string;
|
|
79
59
|
}
|
|
80
|
-
|
|
81
60
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
82
61
|
readonly name: "ResourceNotFoundException";
|
|
83
62
|
readonly $fault: "client";
|
|
84
|
-
|
|
85
63
|
constructor(
|
|
86
64
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
87
65
|
);
|
|
88
66
|
}
|
|
89
67
|
export interface GetSuiteDefinitionRequest {
|
|
90
68
|
suiteDefinitionId: string | undefined;
|
|
91
|
-
|
|
92
69
|
suiteDefinitionVersion?: string;
|
|
93
70
|
}
|
|
94
71
|
export interface GetSuiteDefinitionResponse {
|
|
95
72
|
suiteDefinitionId?: string;
|
|
96
|
-
|
|
97
73
|
suiteDefinitionArn?: string;
|
|
98
|
-
|
|
99
74
|
suiteDefinitionVersion?: string;
|
|
100
|
-
|
|
101
75
|
latestVersion?: string;
|
|
102
|
-
|
|
103
76
|
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration;
|
|
104
|
-
|
|
105
77
|
createdAt?: Date;
|
|
106
|
-
|
|
107
78
|
lastModifiedAt?: Date;
|
|
108
|
-
|
|
109
79
|
tags?: Record<string, string>;
|
|
110
80
|
}
|
|
111
81
|
export interface GetSuiteRunRequest {
|
|
112
82
|
suiteDefinitionId: string | undefined;
|
|
113
|
-
|
|
114
83
|
suiteRunId: string | undefined;
|
|
115
84
|
}
|
|
116
85
|
export declare enum SuiteRunStatus {
|
|
@@ -124,12 +93,9 @@ export declare enum SuiteRunStatus {
|
|
|
124
93
|
STOPPED = "STOPPED",
|
|
125
94
|
STOPPING = "STOPPING",
|
|
126
95
|
}
|
|
127
|
-
|
|
128
96
|
export interface SuiteRunConfiguration {
|
|
129
97
|
primaryDevice?: DeviceUnderTest;
|
|
130
|
-
|
|
131
98
|
selectedTestList?: string[];
|
|
132
|
-
|
|
133
99
|
parallelRun?: boolean;
|
|
134
100
|
}
|
|
135
101
|
export declare enum Status {
|
|
@@ -158,78 +124,48 @@ export declare enum TestCaseScenarioType {
|
|
|
158
124
|
Advanced = "Advanced",
|
|
159
125
|
Basic = "Basic",
|
|
160
126
|
}
|
|
161
|
-
|
|
162
127
|
export interface TestCaseScenario {
|
|
163
128
|
testCaseScenarioId?: string;
|
|
164
|
-
|
|
165
129
|
testCaseScenarioType?: TestCaseScenarioType | string;
|
|
166
|
-
|
|
167
130
|
status?: TestCaseScenarioStatus | string;
|
|
168
|
-
|
|
169
131
|
failure?: string;
|
|
170
|
-
|
|
171
132
|
systemMessage?: string;
|
|
172
133
|
}
|
|
173
|
-
|
|
174
134
|
export interface TestCaseRun {
|
|
175
135
|
testCaseRunId?: string;
|
|
176
|
-
|
|
177
136
|
testCaseDefinitionId?: string;
|
|
178
|
-
|
|
179
137
|
testCaseDefinitionName?: string;
|
|
180
|
-
|
|
181
138
|
status?: Status | string;
|
|
182
|
-
|
|
183
139
|
startTime?: Date;
|
|
184
|
-
|
|
185
140
|
endTime?: Date;
|
|
186
|
-
|
|
187
141
|
logUrl?: string;
|
|
188
|
-
|
|
189
142
|
warnings?: string;
|
|
190
|
-
|
|
191
143
|
failure?: string;
|
|
192
|
-
|
|
193
144
|
testScenarios?: TestCaseScenario[];
|
|
194
145
|
}
|
|
195
|
-
|
|
196
146
|
export interface GroupResult {
|
|
197
147
|
groupId?: string;
|
|
198
|
-
|
|
199
148
|
groupName?: string;
|
|
200
|
-
|
|
201
149
|
tests?: TestCaseRun[];
|
|
202
150
|
}
|
|
203
|
-
|
|
204
151
|
export interface TestResult {
|
|
205
152
|
groups?: GroupResult[];
|
|
206
153
|
}
|
|
207
154
|
export interface GetSuiteRunResponse {
|
|
208
155
|
suiteDefinitionId?: string;
|
|
209
|
-
|
|
210
156
|
suiteDefinitionVersion?: string;
|
|
211
|
-
|
|
212
157
|
suiteRunId?: string;
|
|
213
|
-
|
|
214
158
|
suiteRunArn?: string;
|
|
215
|
-
|
|
216
159
|
suiteRunConfiguration?: SuiteRunConfiguration;
|
|
217
|
-
|
|
218
160
|
testResult?: TestResult;
|
|
219
|
-
|
|
220
161
|
startTime?: Date;
|
|
221
|
-
|
|
222
162
|
endTime?: Date;
|
|
223
|
-
|
|
224
163
|
status?: SuiteRunStatus | string;
|
|
225
|
-
|
|
226
164
|
errorReason?: string;
|
|
227
|
-
|
|
228
165
|
tags?: Record<string, string>;
|
|
229
166
|
}
|
|
230
167
|
export interface GetSuiteRunReportRequest {
|
|
231
168
|
suiteDefinitionId: string | undefined;
|
|
232
|
-
|
|
233
169
|
suiteRunId: string | undefined;
|
|
234
170
|
}
|
|
235
171
|
export interface GetSuiteRunReportResponse {
|
|
@@ -237,64 +173,41 @@ export interface GetSuiteRunReportResponse {
|
|
|
237
173
|
}
|
|
238
174
|
export interface ListSuiteDefinitionsRequest {
|
|
239
175
|
maxResults?: number;
|
|
240
|
-
|
|
241
176
|
nextToken?: string;
|
|
242
177
|
}
|
|
243
|
-
|
|
244
178
|
export interface SuiteDefinitionInformation {
|
|
245
179
|
suiteDefinitionId?: string;
|
|
246
|
-
|
|
247
180
|
suiteDefinitionName?: string;
|
|
248
|
-
|
|
249
181
|
defaultDevices?: DeviceUnderTest[];
|
|
250
|
-
|
|
251
182
|
intendedForQualification?: boolean;
|
|
252
|
-
|
|
253
183
|
isLongDurationTest?: boolean;
|
|
254
|
-
|
|
255
184
|
protocol?: Protocol | string;
|
|
256
|
-
|
|
257
185
|
createdAt?: Date;
|
|
258
186
|
}
|
|
259
187
|
export interface ListSuiteDefinitionsResponse {
|
|
260
188
|
suiteDefinitionInformationList?: SuiteDefinitionInformation[];
|
|
261
|
-
|
|
262
189
|
nextToken?: string;
|
|
263
190
|
}
|
|
264
191
|
export interface ListSuiteRunsRequest {
|
|
265
192
|
suiteDefinitionId?: string;
|
|
266
|
-
|
|
267
193
|
suiteDefinitionVersion?: string;
|
|
268
|
-
|
|
269
194
|
maxResults?: number;
|
|
270
|
-
|
|
271
195
|
nextToken?: string;
|
|
272
196
|
}
|
|
273
|
-
|
|
274
197
|
export interface SuiteRunInformation {
|
|
275
198
|
suiteDefinitionId?: string;
|
|
276
|
-
|
|
277
199
|
suiteDefinitionVersion?: string;
|
|
278
|
-
|
|
279
200
|
suiteDefinitionName?: string;
|
|
280
|
-
|
|
281
201
|
suiteRunId?: string;
|
|
282
|
-
|
|
283
202
|
createdAt?: Date;
|
|
284
|
-
|
|
285
203
|
startedAt?: Date;
|
|
286
|
-
|
|
287
204
|
endAt?: Date;
|
|
288
|
-
|
|
289
205
|
status?: SuiteRunStatus | string;
|
|
290
|
-
|
|
291
206
|
passed?: number;
|
|
292
|
-
|
|
293
207
|
failed?: number;
|
|
294
208
|
}
|
|
295
209
|
export interface ListSuiteRunsResponse {
|
|
296
210
|
suiteRunsList?: SuiteRunInformation[];
|
|
297
|
-
|
|
298
211
|
nextToken?: string;
|
|
299
212
|
}
|
|
300
213
|
export interface ListTagsForResourceRequest {
|
|
@@ -305,195 +218,144 @@ export interface ListTagsForResourceResponse {
|
|
|
305
218
|
}
|
|
306
219
|
export interface StartSuiteRunRequest {
|
|
307
220
|
suiteDefinitionId: string | undefined;
|
|
308
|
-
|
|
309
221
|
suiteDefinitionVersion?: string;
|
|
310
|
-
|
|
311
222
|
suiteRunConfiguration?: SuiteRunConfiguration;
|
|
312
|
-
|
|
313
223
|
tags?: Record<string, string>;
|
|
314
224
|
}
|
|
315
225
|
export interface StartSuiteRunResponse {
|
|
316
226
|
suiteRunId?: string;
|
|
317
|
-
|
|
318
227
|
suiteRunArn?: string;
|
|
319
|
-
|
|
320
228
|
createdAt?: Date;
|
|
321
229
|
}
|
|
322
230
|
export interface StopSuiteRunRequest {
|
|
323
231
|
suiteDefinitionId: string | undefined;
|
|
324
|
-
|
|
325
232
|
suiteRunId: string | undefined;
|
|
326
233
|
}
|
|
327
234
|
export interface StopSuiteRunResponse {}
|
|
328
235
|
export interface TagResourceRequest {
|
|
329
236
|
resourceArn: string | undefined;
|
|
330
|
-
|
|
331
237
|
tags: Record<string, string> | undefined;
|
|
332
238
|
}
|
|
333
239
|
export interface TagResourceResponse {}
|
|
334
240
|
export interface UntagResourceRequest {
|
|
335
241
|
resourceArn: string | undefined;
|
|
336
|
-
|
|
337
242
|
tagKeys: string[] | undefined;
|
|
338
243
|
}
|
|
339
244
|
export interface UntagResourceResponse {}
|
|
340
245
|
export interface UpdateSuiteDefinitionRequest {
|
|
341
246
|
suiteDefinitionId: string | undefined;
|
|
342
|
-
|
|
343
247
|
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration;
|
|
344
248
|
}
|
|
345
249
|
export interface UpdateSuiteDefinitionResponse {
|
|
346
250
|
suiteDefinitionId?: string;
|
|
347
|
-
|
|
348
251
|
suiteDefinitionArn?: string;
|
|
349
|
-
|
|
350
252
|
suiteDefinitionName?: string;
|
|
351
|
-
|
|
352
253
|
suiteDefinitionVersion?: string;
|
|
353
|
-
|
|
354
254
|
createdAt?: Date;
|
|
355
|
-
|
|
356
255
|
lastUpdatedAt?: Date;
|
|
357
256
|
}
|
|
358
|
-
|
|
359
257
|
export declare const DeviceUnderTestFilterSensitiveLog: (
|
|
360
258
|
obj: DeviceUnderTest
|
|
361
259
|
) => any;
|
|
362
|
-
|
|
363
260
|
export declare const SuiteDefinitionConfigurationFilterSensitiveLog: (
|
|
364
261
|
obj: SuiteDefinitionConfiguration
|
|
365
262
|
) => any;
|
|
366
|
-
|
|
367
263
|
export declare const CreateSuiteDefinitionRequestFilterSensitiveLog: (
|
|
368
264
|
obj: CreateSuiteDefinitionRequest
|
|
369
265
|
) => any;
|
|
370
|
-
|
|
371
266
|
export declare const CreateSuiteDefinitionResponseFilterSensitiveLog: (
|
|
372
267
|
obj: CreateSuiteDefinitionResponse
|
|
373
268
|
) => any;
|
|
374
|
-
|
|
375
269
|
export declare const DeleteSuiteDefinitionRequestFilterSensitiveLog: (
|
|
376
270
|
obj: DeleteSuiteDefinitionRequest
|
|
377
271
|
) => any;
|
|
378
|
-
|
|
379
272
|
export declare const DeleteSuiteDefinitionResponseFilterSensitiveLog: (
|
|
380
273
|
obj: DeleteSuiteDefinitionResponse
|
|
381
274
|
) => any;
|
|
382
|
-
|
|
383
275
|
export declare const GetEndpointRequestFilterSensitiveLog: (
|
|
384
276
|
obj: GetEndpointRequest
|
|
385
277
|
) => any;
|
|
386
|
-
|
|
387
278
|
export declare const GetEndpointResponseFilterSensitiveLog: (
|
|
388
279
|
obj: GetEndpointResponse
|
|
389
280
|
) => any;
|
|
390
|
-
|
|
391
281
|
export declare const GetSuiteDefinitionRequestFilterSensitiveLog: (
|
|
392
282
|
obj: GetSuiteDefinitionRequest
|
|
393
283
|
) => any;
|
|
394
|
-
|
|
395
284
|
export declare const GetSuiteDefinitionResponseFilterSensitiveLog: (
|
|
396
285
|
obj: GetSuiteDefinitionResponse
|
|
397
286
|
) => any;
|
|
398
|
-
|
|
399
287
|
export declare const GetSuiteRunRequestFilterSensitiveLog: (
|
|
400
288
|
obj: GetSuiteRunRequest
|
|
401
289
|
) => any;
|
|
402
|
-
|
|
403
290
|
export declare const SuiteRunConfigurationFilterSensitiveLog: (
|
|
404
291
|
obj: SuiteRunConfiguration
|
|
405
292
|
) => any;
|
|
406
|
-
|
|
407
293
|
export declare const TestCaseScenarioFilterSensitiveLog: (
|
|
408
294
|
obj: TestCaseScenario
|
|
409
295
|
) => any;
|
|
410
|
-
|
|
411
296
|
export declare const TestCaseRunFilterSensitiveLog: (obj: TestCaseRun) => any;
|
|
412
|
-
|
|
413
297
|
export declare const GroupResultFilterSensitiveLog: (obj: GroupResult) => any;
|
|
414
|
-
|
|
415
298
|
export declare const TestResultFilterSensitiveLog: (obj: TestResult) => any;
|
|
416
|
-
|
|
417
299
|
export declare const GetSuiteRunResponseFilterSensitiveLog: (
|
|
418
300
|
obj: GetSuiteRunResponse
|
|
419
301
|
) => any;
|
|
420
|
-
|
|
421
302
|
export declare const GetSuiteRunReportRequestFilterSensitiveLog: (
|
|
422
303
|
obj: GetSuiteRunReportRequest
|
|
423
304
|
) => any;
|
|
424
|
-
|
|
425
305
|
export declare const GetSuiteRunReportResponseFilterSensitiveLog: (
|
|
426
306
|
obj: GetSuiteRunReportResponse
|
|
427
307
|
) => any;
|
|
428
|
-
|
|
429
308
|
export declare const ListSuiteDefinitionsRequestFilterSensitiveLog: (
|
|
430
309
|
obj: ListSuiteDefinitionsRequest
|
|
431
310
|
) => any;
|
|
432
|
-
|
|
433
311
|
export declare const SuiteDefinitionInformationFilterSensitiveLog: (
|
|
434
312
|
obj: SuiteDefinitionInformation
|
|
435
313
|
) => any;
|
|
436
|
-
|
|
437
314
|
export declare const ListSuiteDefinitionsResponseFilterSensitiveLog: (
|
|
438
315
|
obj: ListSuiteDefinitionsResponse
|
|
439
316
|
) => any;
|
|
440
|
-
|
|
441
317
|
export declare const ListSuiteRunsRequestFilterSensitiveLog: (
|
|
442
318
|
obj: ListSuiteRunsRequest
|
|
443
319
|
) => any;
|
|
444
|
-
|
|
445
320
|
export declare const SuiteRunInformationFilterSensitiveLog: (
|
|
446
321
|
obj: SuiteRunInformation
|
|
447
322
|
) => any;
|
|
448
|
-
|
|
449
323
|
export declare const ListSuiteRunsResponseFilterSensitiveLog: (
|
|
450
324
|
obj: ListSuiteRunsResponse
|
|
451
325
|
) => any;
|
|
452
|
-
|
|
453
326
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
454
327
|
obj: ListTagsForResourceRequest
|
|
455
328
|
) => any;
|
|
456
|
-
|
|
457
329
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
458
330
|
obj: ListTagsForResourceResponse
|
|
459
331
|
) => any;
|
|
460
|
-
|
|
461
332
|
export declare const StartSuiteRunRequestFilterSensitiveLog: (
|
|
462
333
|
obj: StartSuiteRunRequest
|
|
463
334
|
) => any;
|
|
464
|
-
|
|
465
335
|
export declare const StartSuiteRunResponseFilterSensitiveLog: (
|
|
466
336
|
obj: StartSuiteRunResponse
|
|
467
337
|
) => any;
|
|
468
|
-
|
|
469
338
|
export declare const StopSuiteRunRequestFilterSensitiveLog: (
|
|
470
339
|
obj: StopSuiteRunRequest
|
|
471
340
|
) => any;
|
|
472
|
-
|
|
473
341
|
export declare const StopSuiteRunResponseFilterSensitiveLog: (
|
|
474
342
|
obj: StopSuiteRunResponse
|
|
475
343
|
) => any;
|
|
476
|
-
|
|
477
344
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
478
345
|
obj: TagResourceRequest
|
|
479
346
|
) => any;
|
|
480
|
-
|
|
481
347
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
482
348
|
obj: TagResourceResponse
|
|
483
349
|
) => any;
|
|
484
|
-
|
|
485
350
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
486
351
|
obj: UntagResourceRequest
|
|
487
352
|
) => any;
|
|
488
|
-
|
|
489
353
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
490
354
|
obj: UntagResourceResponse
|
|
491
355
|
) => any;
|
|
492
|
-
|
|
493
356
|
export declare const UpdateSuiteDefinitionRequestFilterSensitiveLog: (
|
|
494
357
|
obj: UpdateSuiteDefinitionRequest
|
|
495
358
|
) => any;
|
|
496
|
-
|
|
497
359
|
export declare const UpdateSuiteDefinitionResponseFilterSensitiveLog: (
|
|
498
360
|
obj: UpdateSuiteDefinitionResponse
|
|
499
361
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: IotDeviceAdvisorClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: IotDeviceAdvisorClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: IotDeviceAdvisorClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
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.178.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,35 +19,35 @@
|
|
|
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.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|