@aws-sdk/client-iotdeviceadvisor 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +186 -130
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateSuiteDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteSuiteDefinitionCommand.js +2 -2
- package/dist-es/commands/GetEndpointCommand.js +2 -2
- package/dist-es/commands/GetSuiteDefinitionCommand.js +2 -2
- package/dist-es/commands/GetSuiteRunCommand.js +2 -2
- package/dist-es/commands/GetSuiteRunReportCommand.js +2 -2
- package/dist-es/commands/ListSuiteDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListSuiteRunsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartSuiteRunCommand.js +2 -2
- package/dist-es/commands/StopSuiteRunCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateSuiteDefinitionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +106 -106
- package/dist-types/IotDeviceAdvisorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +57 -66
- package/dist-types/ts3.4/IotDeviceAdvisorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +56 -66
- package/package.json +34 -34
|
@@ -128,19 +128,19 @@ const _te = "tests";
|
|
|
128
128
|
const _w = "warnings";
|
|
129
129
|
const n0 = "com.amazonaws.iotdeviceadvisor";
|
|
130
130
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
131
|
-
import { ConflictException
|
|
132
|
-
import { IotDeviceAdvisorServiceException
|
|
133
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
134
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
135
|
-
export var CreateSuiteDefinitionRequest = [
|
|
131
|
+
import { ConflictException, InternalServerException, ResourceNotFoundException, ValidationException, } from "../models/errors";
|
|
132
|
+
import { IotDeviceAdvisorServiceException } from "../models/IotDeviceAdvisorServiceException";
|
|
133
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
134
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
135
|
+
export var CreateSuiteDefinitionRequest$ = [
|
|
136
136
|
3,
|
|
137
137
|
n0,
|
|
138
138
|
_CSDR,
|
|
139
139
|
0,
|
|
140
140
|
[_sDC, _t, _cT],
|
|
141
|
-
[() => SuiteDefinitionConfiguration
|
|
141
|
+
[() => SuiteDefinitionConfiguration$, 128 | 0, [0, 4]],
|
|
142
142
|
];
|
|
143
|
-
export var CreateSuiteDefinitionResponse = [
|
|
143
|
+
export var CreateSuiteDefinitionResponse$ = [
|
|
144
144
|
3,
|
|
145
145
|
n0,
|
|
146
146
|
_CSDRr,
|
|
@@ -148,10 +148,10 @@ export var CreateSuiteDefinitionResponse = [
|
|
|
148
148
|
[_sDI, _sDA, _sDN, _cA],
|
|
149
149
|
[0, 0, 0, 4],
|
|
150
150
|
];
|
|
151
|
-
export var DeleteSuiteDefinitionRequest = [3, n0, _DSDR, 0, [_sDI], [[0, 1]]];
|
|
152
|
-
export var DeleteSuiteDefinitionResponse = [3, n0, _DSDRe, 0, [], []];
|
|
153
|
-
export var DeviceUnderTest = [3, n0, _DUT, 0, [_tA, _cAe, _dRA], [0, 0, 0]];
|
|
154
|
-
export var GetEndpointRequest = [
|
|
151
|
+
export var DeleteSuiteDefinitionRequest$ = [3, n0, _DSDR, 0, [_sDI], [[0, 1]]];
|
|
152
|
+
export var DeleteSuiteDefinitionResponse$ = [3, n0, _DSDRe, 0, [], []];
|
|
153
|
+
export var DeviceUnderTest$ = [3, n0, _DUT, 0, [_tA, _cAe, _dRA], [0, 0, 0]];
|
|
154
|
+
export var GetEndpointRequest$ = [
|
|
155
155
|
3,
|
|
156
156
|
n0,
|
|
157
157
|
_GER,
|
|
@@ -164,8 +164,8 @@ export var GetEndpointRequest = [
|
|
|
164
164
|
[0, { [_hQ]: _aM }],
|
|
165
165
|
],
|
|
166
166
|
];
|
|
167
|
-
export var GetEndpointResponse = [3, n0, _GERe, 0, [_en], [0]];
|
|
168
|
-
export var GetSuiteDefinitionRequest = [
|
|
167
|
+
export var GetEndpointResponse$ = [3, n0, _GERe, 0, [_en], [0]];
|
|
168
|
+
export var GetSuiteDefinitionRequest$ = [
|
|
169
169
|
3,
|
|
170
170
|
n0,
|
|
171
171
|
_GSDR,
|
|
@@ -176,15 +176,15 @@ export var GetSuiteDefinitionRequest = [
|
|
|
176
176
|
[0, { [_hQ]: _sDV }],
|
|
177
177
|
],
|
|
178
178
|
];
|
|
179
|
-
export var GetSuiteDefinitionResponse = [
|
|
179
|
+
export var GetSuiteDefinitionResponse$ = [
|
|
180
180
|
3,
|
|
181
181
|
n0,
|
|
182
182
|
_GSDRe,
|
|
183
183
|
0,
|
|
184
184
|
[_sDI, _sDA, _sDV, _lV, _sDC, _cA, _lMA, _t],
|
|
185
|
-
[0, 0, 0, 0, () => SuiteDefinitionConfiguration
|
|
185
|
+
[0, 0, 0, 0, () => SuiteDefinitionConfiguration$, 4, 4, 128 | 0],
|
|
186
186
|
];
|
|
187
|
-
export var GetSuiteRunReportRequest = [
|
|
187
|
+
export var GetSuiteRunReportRequest$ = [
|
|
188
188
|
3,
|
|
189
189
|
n0,
|
|
190
190
|
_GSRRR,
|
|
@@ -195,8 +195,8 @@ export var GetSuiteRunReportRequest = [
|
|
|
195
195
|
[0, 1],
|
|
196
196
|
],
|
|
197
197
|
];
|
|
198
|
-
export var GetSuiteRunReportResponse = [3, n0, _GSRRRe, 0, [_qRDU], [0]];
|
|
199
|
-
export var GetSuiteRunRequest = [
|
|
198
|
+
export var GetSuiteRunReportResponse$ = [3, n0, _GSRRRe, 0, [_qRDU], [0]];
|
|
199
|
+
export var GetSuiteRunRequest$ = [
|
|
200
200
|
3,
|
|
201
201
|
n0,
|
|
202
202
|
_GSRR,
|
|
@@ -207,18 +207,18 @@ export var GetSuiteRunRequest = [
|
|
|
207
207
|
[0, 1],
|
|
208
208
|
],
|
|
209
209
|
];
|
|
210
|
-
export var GetSuiteRunResponse = [
|
|
210
|
+
export var GetSuiteRunResponse$ = [
|
|
211
211
|
3,
|
|
212
212
|
n0,
|
|
213
213
|
_GSRRe,
|
|
214
214
|
0,
|
|
215
215
|
[_sDI, _sDV, _sRI, _sRA, _sRC, _tR, _sT, _eT, _s, _eR, _t],
|
|
216
|
-
[0, 0, 0, 0, () => SuiteRunConfiguration
|
|
216
|
+
[0, 0, 0, 0, () => SuiteRunConfiguration$, () => TestResult$, 4, 4, 0, 0, 128 | 0],
|
|
217
217
|
];
|
|
218
|
-
export var GroupResult = [3, n0, _GR, 0, [_gI, _gN, _te], [0, 0, () => TestCaseRuns]];
|
|
219
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
220
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
221
|
-
export var ListSuiteDefinitionsRequest = [
|
|
218
|
+
export var GroupResult$ = [3, n0, _GR, 0, [_gI, _gN, _te], [0, 0, () => TestCaseRuns]];
|
|
219
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
220
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
221
|
+
export var ListSuiteDefinitionsRequest$ = [
|
|
222
222
|
3,
|
|
223
223
|
n0,
|
|
224
224
|
_LSDR,
|
|
@@ -229,7 +229,7 @@ export var ListSuiteDefinitionsRequest = [
|
|
|
229
229
|
[0, { [_hQ]: _nT }],
|
|
230
230
|
],
|
|
231
231
|
];
|
|
232
|
-
export var ListSuiteDefinitionsResponse = [
|
|
232
|
+
export var ListSuiteDefinitionsResponse$ = [
|
|
233
233
|
3,
|
|
234
234
|
n0,
|
|
235
235
|
_LSDRi,
|
|
@@ -237,7 +237,7 @@ export var ListSuiteDefinitionsResponse = [
|
|
|
237
237
|
[_sDIL, _nT],
|
|
238
238
|
[() => SuiteDefinitionInformationList, 0],
|
|
239
239
|
];
|
|
240
|
-
export var ListSuiteRunsRequest = [
|
|
240
|
+
export var ListSuiteRunsRequest$ = [
|
|
241
241
|
3,
|
|
242
242
|
n0,
|
|
243
243
|
_LSRR,
|
|
@@ -250,21 +250,21 @@ export var ListSuiteRunsRequest = [
|
|
|
250
250
|
[0, { [_hQ]: _nT }],
|
|
251
251
|
],
|
|
252
252
|
];
|
|
253
|
-
export var ListSuiteRunsResponse = [3, n0, _LSRRi, 0, [_sRL, _nT], [() => SuiteRunsList, 0]];
|
|
254
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
255
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
256
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
257
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
258
|
-
export var StartSuiteRunRequest = [
|
|
253
|
+
export var ListSuiteRunsResponse$ = [3, n0, _LSRRi, 0, [_sRL, _nT], [() => SuiteRunsList, 0]];
|
|
254
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
255
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
256
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
257
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
258
|
+
export var StartSuiteRunRequest$ = [
|
|
259
259
|
3,
|
|
260
260
|
n0,
|
|
261
261
|
_SSRR,
|
|
262
262
|
0,
|
|
263
263
|
[_sDI, _sDV, _sRC, _t],
|
|
264
|
-
[[0, 1], 0, () => SuiteRunConfiguration
|
|
264
|
+
[[0, 1], 0, () => SuiteRunConfiguration$, 128 | 0],
|
|
265
265
|
];
|
|
266
|
-
export var StartSuiteRunResponse = [3, n0, _SSRRt, 0, [_sRI, _sRA, _cA, _en], [0, 0, 4, 0]];
|
|
267
|
-
export var StopSuiteRunRequest = [
|
|
266
|
+
export var StartSuiteRunResponse$ = [3, n0, _SSRRt, 0, [_sRI, _sRA, _cA, _en], [0, 0, 4, 0]];
|
|
267
|
+
export var StopSuiteRunRequest$ = [
|
|
268
268
|
3,
|
|
269
269
|
n0,
|
|
270
270
|
_SSRRto,
|
|
@@ -275,8 +275,8 @@ export var StopSuiteRunRequest = [
|
|
|
275
275
|
[0, 1],
|
|
276
276
|
],
|
|
277
277
|
];
|
|
278
|
-
export var StopSuiteRunResponse = [3, n0, _SSRRtop, 0, [], []];
|
|
279
|
-
export var SuiteDefinitionConfiguration = [
|
|
278
|
+
export var StopSuiteRunResponse$ = [3, n0, _SSRRtop, 0, [], []];
|
|
279
|
+
export var SuiteDefinitionConfiguration$ = [
|
|
280
280
|
3,
|
|
281
281
|
n0,
|
|
282
282
|
_SDC,
|
|
@@ -284,7 +284,7 @@ export var SuiteDefinitionConfiguration = [
|
|
|
284
284
|
[_sDN, _d, _iFQ, _iLDT, _rG, _dPRA, _p],
|
|
285
285
|
[0, () => DeviceUnderTestList, 2, 2, 0, 0, 0],
|
|
286
286
|
];
|
|
287
|
-
export var SuiteDefinitionInformation = [
|
|
287
|
+
export var SuiteDefinitionInformation$ = [
|
|
288
288
|
3,
|
|
289
289
|
n0,
|
|
290
290
|
_SDI,
|
|
@@ -292,15 +292,15 @@ export var SuiteDefinitionInformation = [
|
|
|
292
292
|
[_sDI, _sDN, _dD, _iFQ, _iLDT, _p, _cA],
|
|
293
293
|
[0, 0, () => DeviceUnderTestList, 2, 2, 0, 4],
|
|
294
294
|
];
|
|
295
|
-
export var SuiteRunConfiguration = [
|
|
295
|
+
export var SuiteRunConfiguration$ = [
|
|
296
296
|
3,
|
|
297
297
|
n0,
|
|
298
298
|
_SRC,
|
|
299
299
|
0,
|
|
300
300
|
[_pD, _sTL, _pR],
|
|
301
|
-
[() => DeviceUnderTest
|
|
301
|
+
[() => DeviceUnderTest$, 64 | 0, 2],
|
|
302
302
|
];
|
|
303
|
-
export var SuiteRunInformation = [
|
|
303
|
+
export var SuiteRunInformation$ = [
|
|
304
304
|
3,
|
|
305
305
|
n0,
|
|
306
306
|
_SRI,
|
|
@@ -308,9 +308,9 @@ export var SuiteRunInformation = [
|
|
|
308
308
|
[_sDI, _sDV, _sDN, _sRI, _cA, _sA, _eA, _s, _pa, _f],
|
|
309
309
|
[0, 0, 0, 0, 4, 4, 4, 0, 1, 1],
|
|
310
310
|
];
|
|
311
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
312
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
313
|
-
export var TestCaseRun = [
|
|
311
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
312
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
313
|
+
export var TestCaseRun$ = [
|
|
314
314
|
3,
|
|
315
315
|
n0,
|
|
316
316
|
_TCR,
|
|
@@ -318,9 +318,9 @@ export var TestCaseRun = [
|
|
|
318
318
|
[_tCRI, _tCDI, _tCDN, _s, _sT, _eT, _lU, _w, _fa, _tS],
|
|
319
319
|
[0, 0, 0, 0, 4, 4, 0, 0, 0, () => TestCaseScenariosList],
|
|
320
320
|
];
|
|
321
|
-
export var TestCaseScenario = [3, n0, _TCS, 0, [_tCSI, _tCST, _s, _fa, _sM], [0, 0, 0, 0, 0]];
|
|
322
|
-
export var TestResult = [3, n0, _TR, 0, [_g], [() => GroupResultList]];
|
|
323
|
-
export var UntagResourceRequest = [
|
|
321
|
+
export var TestCaseScenario$ = [3, n0, _TCS, 0, [_tCSI, _tCST, _s, _fa, _sM], [0, 0, 0, 0, 0]];
|
|
322
|
+
export var TestResult$ = [3, n0, _TR, 0, [_g], [() => GroupResultList]];
|
|
323
|
+
export var UntagResourceRequest$ = [
|
|
324
324
|
3,
|
|
325
325
|
n0,
|
|
326
326
|
_URR,
|
|
@@ -331,16 +331,16 @@ export var UntagResourceRequest = [
|
|
|
331
331
|
[64 | 0, { [_hQ]: _tK }],
|
|
332
332
|
],
|
|
333
333
|
];
|
|
334
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
335
|
-
export var UpdateSuiteDefinitionRequest = [
|
|
334
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
335
|
+
export var UpdateSuiteDefinitionRequest$ = [
|
|
336
336
|
3,
|
|
337
337
|
n0,
|
|
338
338
|
_USDR,
|
|
339
339
|
0,
|
|
340
340
|
[_sDI, _sDC],
|
|
341
|
-
[[0, 1], () => SuiteDefinitionConfiguration],
|
|
341
|
+
[[0, 1], () => SuiteDefinitionConfiguration$],
|
|
342
342
|
];
|
|
343
|
-
export var UpdateSuiteDefinitionResponse = [
|
|
343
|
+
export var UpdateSuiteDefinitionResponse$ = [
|
|
344
344
|
3,
|
|
345
345
|
n0,
|
|
346
346
|
_USDRp,
|
|
@@ -348,9 +348,9 @@ export var UpdateSuiteDefinitionResponse = [
|
|
|
348
348
|
[_sDI, _sDA, _sDN, _sDV, _cA, _lUA],
|
|
349
349
|
[0, 0, 0, 0, 4, 4],
|
|
350
350
|
];
|
|
351
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
352
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
353
|
-
export var IotDeviceAdvisorServiceException = [
|
|
351
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
352
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
353
|
+
export var IotDeviceAdvisorServiceException$ = [
|
|
354
354
|
-3,
|
|
355
355
|
_sm,
|
|
356
356
|
"IotDeviceAdvisorServiceException",
|
|
@@ -358,125 +358,125 @@ export var IotDeviceAdvisorServiceException = [
|
|
|
358
358
|
[],
|
|
359
359
|
[],
|
|
360
360
|
];
|
|
361
|
-
TypeRegistry.for(_sm).registerError(IotDeviceAdvisorServiceException
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
export var CreateSuiteDefinition = [
|
|
361
|
+
TypeRegistry.for(_sm).registerError(IotDeviceAdvisorServiceException$, IotDeviceAdvisorServiceException);
|
|
362
|
+
var DeviceUnderTestList = [1, n0, _DUTL, 0, () => DeviceUnderTest$];
|
|
363
|
+
var GroupResultList = [1, n0, _GRL, 0, () => GroupResult$];
|
|
364
|
+
var SelectedTestList = 64 | 0;
|
|
365
|
+
var SuiteDefinitionInformationList = [1, n0, _SDIL, 0, () => SuiteDefinitionInformation$];
|
|
366
|
+
var SuiteRunsList = [1, n0, _SRL, 0, () => SuiteRunInformation$];
|
|
367
|
+
var TagKeyList = 64 | 0;
|
|
368
|
+
var TestCaseRuns = [1, n0, _TCRe, 0, () => TestCaseRun$];
|
|
369
|
+
var TestCaseScenariosList = [1, n0, _TCSL, 0, () => TestCaseScenario$];
|
|
370
|
+
var TagMap = 128 | 0;
|
|
371
|
+
export var CreateSuiteDefinition$ = [
|
|
372
372
|
9,
|
|
373
373
|
n0,
|
|
374
374
|
_CSD,
|
|
375
375
|
{ [_h]: ["POST", "/suiteDefinitions", 200] },
|
|
376
|
-
() => CreateSuiteDefinitionRequest
|
|
377
|
-
() => CreateSuiteDefinitionResponse
|
|
376
|
+
() => CreateSuiteDefinitionRequest$,
|
|
377
|
+
() => CreateSuiteDefinitionResponse$,
|
|
378
378
|
];
|
|
379
|
-
export var DeleteSuiteDefinition = [
|
|
379
|
+
export var DeleteSuiteDefinition$ = [
|
|
380
380
|
9,
|
|
381
381
|
n0,
|
|
382
382
|
_DSD,
|
|
383
383
|
{ [_h]: ["DELETE", "/suiteDefinitions/{suiteDefinitionId}", 200] },
|
|
384
|
-
() => DeleteSuiteDefinitionRequest
|
|
385
|
-
() => DeleteSuiteDefinitionResponse
|
|
384
|
+
() => DeleteSuiteDefinitionRequest$,
|
|
385
|
+
() => DeleteSuiteDefinitionResponse$,
|
|
386
386
|
];
|
|
387
|
-
export var GetEndpoint = [
|
|
387
|
+
export var GetEndpoint$ = [
|
|
388
388
|
9,
|
|
389
389
|
n0,
|
|
390
390
|
_GE,
|
|
391
391
|
{ [_h]: ["GET", "/endpoint", 200] },
|
|
392
|
-
() => GetEndpointRequest
|
|
393
|
-
() => GetEndpointResponse
|
|
392
|
+
() => GetEndpointRequest$,
|
|
393
|
+
() => GetEndpointResponse$,
|
|
394
394
|
];
|
|
395
|
-
export var GetSuiteDefinition = [
|
|
395
|
+
export var GetSuiteDefinition$ = [
|
|
396
396
|
9,
|
|
397
397
|
n0,
|
|
398
398
|
_GSD,
|
|
399
399
|
{ [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}", 200] },
|
|
400
|
-
() => GetSuiteDefinitionRequest
|
|
401
|
-
() => GetSuiteDefinitionResponse
|
|
400
|
+
() => GetSuiteDefinitionRequest$,
|
|
401
|
+
() => GetSuiteDefinitionResponse$,
|
|
402
402
|
];
|
|
403
|
-
export var GetSuiteRun = [
|
|
403
|
+
export var GetSuiteRun$ = [
|
|
404
404
|
9,
|
|
405
405
|
n0,
|
|
406
406
|
_GSR,
|
|
407
407
|
{ [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}", 200] },
|
|
408
|
-
() => GetSuiteRunRequest
|
|
409
|
-
() => GetSuiteRunResponse
|
|
408
|
+
() => GetSuiteRunRequest$,
|
|
409
|
+
() => GetSuiteRunResponse$,
|
|
410
410
|
];
|
|
411
|
-
export var GetSuiteRunReport = [
|
|
411
|
+
export var GetSuiteRunReport$ = [
|
|
412
412
|
9,
|
|
413
413
|
n0,
|
|
414
414
|
_GSRRet,
|
|
415
415
|
{ [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/report", 200] },
|
|
416
|
-
() => GetSuiteRunReportRequest
|
|
417
|
-
() => GetSuiteRunReportResponse
|
|
416
|
+
() => GetSuiteRunReportRequest$,
|
|
417
|
+
() => GetSuiteRunReportResponse$,
|
|
418
418
|
];
|
|
419
|
-
export var ListSuiteDefinitions = [
|
|
419
|
+
export var ListSuiteDefinitions$ = [
|
|
420
420
|
9,
|
|
421
421
|
n0,
|
|
422
422
|
_LSD,
|
|
423
423
|
{ [_h]: ["GET", "/suiteDefinitions", 200] },
|
|
424
|
-
() => ListSuiteDefinitionsRequest
|
|
425
|
-
() => ListSuiteDefinitionsResponse
|
|
424
|
+
() => ListSuiteDefinitionsRequest$,
|
|
425
|
+
() => ListSuiteDefinitionsResponse$,
|
|
426
426
|
];
|
|
427
|
-
export var ListSuiteRuns = [
|
|
427
|
+
export var ListSuiteRuns$ = [
|
|
428
428
|
9,
|
|
429
429
|
n0,
|
|
430
430
|
_LSR,
|
|
431
431
|
{ [_h]: ["GET", "/suiteRuns", 200] },
|
|
432
|
-
() => ListSuiteRunsRequest
|
|
433
|
-
() => ListSuiteRunsResponse
|
|
432
|
+
() => ListSuiteRunsRequest$,
|
|
433
|
+
() => ListSuiteRunsResponse$,
|
|
434
434
|
];
|
|
435
|
-
export var ListTagsForResource = [
|
|
435
|
+
export var ListTagsForResource$ = [
|
|
436
436
|
9,
|
|
437
437
|
n0,
|
|
438
438
|
_LTFR,
|
|
439
439
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
440
|
-
() => ListTagsForResourceRequest
|
|
441
|
-
() => ListTagsForResourceResponse
|
|
440
|
+
() => ListTagsForResourceRequest$,
|
|
441
|
+
() => ListTagsForResourceResponse$,
|
|
442
442
|
];
|
|
443
|
-
export var StartSuiteRun = [
|
|
443
|
+
export var StartSuiteRun$ = [
|
|
444
444
|
9,
|
|
445
445
|
n0,
|
|
446
446
|
_SSR,
|
|
447
447
|
{ [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns", 200] },
|
|
448
|
-
() => StartSuiteRunRequest
|
|
449
|
-
() => StartSuiteRunResponse
|
|
448
|
+
() => StartSuiteRunRequest$,
|
|
449
|
+
() => StartSuiteRunResponse$,
|
|
450
450
|
];
|
|
451
|
-
export var StopSuiteRun = [
|
|
451
|
+
export var StopSuiteRun$ = [
|
|
452
452
|
9,
|
|
453
453
|
n0,
|
|
454
454
|
_SSRt,
|
|
455
455
|
{ [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/stop", 200] },
|
|
456
|
-
() => StopSuiteRunRequest
|
|
457
|
-
() => StopSuiteRunResponse
|
|
456
|
+
() => StopSuiteRunRequest$,
|
|
457
|
+
() => StopSuiteRunResponse$,
|
|
458
458
|
];
|
|
459
|
-
export var TagResource = [
|
|
459
|
+
export var TagResource$ = [
|
|
460
460
|
9,
|
|
461
461
|
n0,
|
|
462
462
|
_TRa,
|
|
463
463
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
464
|
-
() => TagResourceRequest
|
|
465
|
-
() => TagResourceResponse
|
|
464
|
+
() => TagResourceRequest$,
|
|
465
|
+
() => TagResourceResponse$,
|
|
466
466
|
];
|
|
467
|
-
export var UntagResource = [
|
|
467
|
+
export var UntagResource$ = [
|
|
468
468
|
9,
|
|
469
469
|
n0,
|
|
470
470
|
_UR,
|
|
471
471
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
472
|
-
() => UntagResourceRequest
|
|
473
|
-
() => UntagResourceResponse
|
|
472
|
+
() => UntagResourceRequest$,
|
|
473
|
+
() => UntagResourceResponse$,
|
|
474
474
|
];
|
|
475
|
-
export var UpdateSuiteDefinition = [
|
|
475
|
+
export var UpdateSuiteDefinition$ = [
|
|
476
476
|
9,
|
|
477
477
|
n0,
|
|
478
478
|
_USD,
|
|
479
479
|
{ [_h]: ["PATCH", "/suiteDefinitions/{suiteDefinitionId}", 200] },
|
|
480
|
-
() => UpdateSuiteDefinitionRequest
|
|
481
|
-
() => UpdateSuiteDefinitionResponse
|
|
480
|
+
() => UpdateSuiteDefinitionRequest$,
|
|
481
|
+
() => UpdateSuiteDefinitionResponse$,
|
|
482
482
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput } from "./commands/CreateSuiteDefinitionCommand";
|
|
11
11
|
import { DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput } from "./commands/DeleteSuiteDefinitionCommand";
|
|
@@ -155,15 +155,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
155
155
|
* Optional extensions
|
|
156
156
|
*/
|
|
157
157
|
extensions?: RuntimeExtension[];
|
|
158
|
-
/**
|
|
159
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
160
|
-
* may be overridden. A default will always be set by the client.
|
|
161
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
162
|
-
* the client.
|
|
163
|
-
* @alpha
|
|
164
|
-
*
|
|
165
|
-
*/
|
|
166
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
167
158
|
/**
|
|
168
159
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
169
160
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
17
17
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
18
18
|
export type { IotDeviceAdvisorExtensionConfiguration } from "./extensionConfiguration";
|
|
19
19
|
export * from "./commands";
|
|
20
|
+
export * from "./schemas/schemas_0";
|
|
20
21
|
export * from "./pagination";
|
|
21
22
|
export * from "./models/enums";
|
|
22
23
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) =>
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IotDeviceAdvisorHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|