@aws-sdk/client-iotdeviceadvisor 3.948.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
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class IotDeviceAdvisorClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class IotDeviceAdvisorServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, IotDeviceAdvisorServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ConflictException extends IotDeviceAdvisorServiceException {
|
|
121
121
|
name = "ConflictException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let ConflictException$1 = class ConflictException extends IotDeviceAdvisorServic
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class InternalServerException extends IotDeviceAdvisorServiceException {
|
|
133
133
|
name = "InternalServerException";
|
|
134
134
|
$fault = "server";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let InternalServerException$1 = class InternalServerException extends IotDeviceA
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ValidationException extends IotDeviceAdvisorServiceException {
|
|
145
145
|
name = "ValidationException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let ValidationException$1 = class ValidationException extends IotDeviceAdvisorSe
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class ResourceNotFoundException extends IotDeviceAdvisorServiceException {
|
|
157
157
|
name = "ResourceNotFoundException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,7 +164,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends IotDev
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
167
|
+
}
|
|
168
168
|
|
|
169
169
|
const _CE = "ConflictException";
|
|
170
170
|
const _CSD = "CreateSuiteDefinition";
|
|
@@ -295,17 +295,17 @@ const _tS = "testScenarios";
|
|
|
295
295
|
const _te = "tests";
|
|
296
296
|
const _w = "warnings";
|
|
297
297
|
const n0 = "com.amazonaws.iotdeviceadvisor";
|
|
298
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
299
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
300
|
-
var CreateSuiteDefinitionRequest = [
|
|
298
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
299
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
300
|
+
var CreateSuiteDefinitionRequest$ = [
|
|
301
301
|
3,
|
|
302
302
|
n0,
|
|
303
303
|
_CSDR,
|
|
304
304
|
0,
|
|
305
305
|
[_sDC, _t, _cT],
|
|
306
|
-
[() => SuiteDefinitionConfiguration
|
|
306
|
+
[() => SuiteDefinitionConfiguration$, 128 | 0, [0, 4]],
|
|
307
307
|
];
|
|
308
|
-
var CreateSuiteDefinitionResponse = [
|
|
308
|
+
var CreateSuiteDefinitionResponse$ = [
|
|
309
309
|
3,
|
|
310
310
|
n0,
|
|
311
311
|
_CSDRr,
|
|
@@ -313,10 +313,10 @@ var CreateSuiteDefinitionResponse = [
|
|
|
313
313
|
[_sDI, _sDA, _sDN, _cA],
|
|
314
314
|
[0, 0, 0, 4],
|
|
315
315
|
];
|
|
316
|
-
var DeleteSuiteDefinitionRequest = [3, n0, _DSDR, 0, [_sDI], [[0, 1]]];
|
|
317
|
-
var DeleteSuiteDefinitionResponse = [3, n0, _DSDRe, 0, [], []];
|
|
318
|
-
var DeviceUnderTest = [3, n0, _DUT, 0, [_tA, _cAe, _dRA], [0, 0, 0]];
|
|
319
|
-
var GetEndpointRequest = [
|
|
316
|
+
var DeleteSuiteDefinitionRequest$ = [3, n0, _DSDR, 0, [_sDI], [[0, 1]]];
|
|
317
|
+
var DeleteSuiteDefinitionResponse$ = [3, n0, _DSDRe, 0, [], []];
|
|
318
|
+
var DeviceUnderTest$ = [3, n0, _DUT, 0, [_tA, _cAe, _dRA], [0, 0, 0]];
|
|
319
|
+
var GetEndpointRequest$ = [
|
|
320
320
|
3,
|
|
321
321
|
n0,
|
|
322
322
|
_GER,
|
|
@@ -329,8 +329,8 @@ var GetEndpointRequest = [
|
|
|
329
329
|
[0, { [_hQ]: _aM }],
|
|
330
330
|
],
|
|
331
331
|
];
|
|
332
|
-
var GetEndpointResponse = [3, n0, _GERe, 0, [_en], [0]];
|
|
333
|
-
var GetSuiteDefinitionRequest = [
|
|
332
|
+
var GetEndpointResponse$ = [3, n0, _GERe, 0, [_en], [0]];
|
|
333
|
+
var GetSuiteDefinitionRequest$ = [
|
|
334
334
|
3,
|
|
335
335
|
n0,
|
|
336
336
|
_GSDR,
|
|
@@ -341,15 +341,15 @@ var GetSuiteDefinitionRequest = [
|
|
|
341
341
|
[0, { [_hQ]: _sDV }],
|
|
342
342
|
],
|
|
343
343
|
];
|
|
344
|
-
var GetSuiteDefinitionResponse = [
|
|
344
|
+
var GetSuiteDefinitionResponse$ = [
|
|
345
345
|
3,
|
|
346
346
|
n0,
|
|
347
347
|
_GSDRe,
|
|
348
348
|
0,
|
|
349
349
|
[_sDI, _sDA, _sDV, _lV, _sDC, _cA, _lMA, _t],
|
|
350
|
-
[0, 0, 0, 0, () => SuiteDefinitionConfiguration
|
|
350
|
+
[0, 0, 0, 0, () => SuiteDefinitionConfiguration$, 4, 4, 128 | 0],
|
|
351
351
|
];
|
|
352
|
-
var GetSuiteRunReportRequest = [
|
|
352
|
+
var GetSuiteRunReportRequest$ = [
|
|
353
353
|
3,
|
|
354
354
|
n0,
|
|
355
355
|
_GSRRR,
|
|
@@ -360,8 +360,8 @@ var GetSuiteRunReportRequest = [
|
|
|
360
360
|
[0, 1],
|
|
361
361
|
],
|
|
362
362
|
];
|
|
363
|
-
var GetSuiteRunReportResponse = [3, n0, _GSRRRe, 0, [_qRDU], [0]];
|
|
364
|
-
var GetSuiteRunRequest = [
|
|
363
|
+
var GetSuiteRunReportResponse$ = [3, n0, _GSRRRe, 0, [_qRDU], [0]];
|
|
364
|
+
var GetSuiteRunRequest$ = [
|
|
365
365
|
3,
|
|
366
366
|
n0,
|
|
367
367
|
_GSRR,
|
|
@@ -372,18 +372,18 @@ var GetSuiteRunRequest = [
|
|
|
372
372
|
[0, 1],
|
|
373
373
|
],
|
|
374
374
|
];
|
|
375
|
-
var GetSuiteRunResponse = [
|
|
375
|
+
var GetSuiteRunResponse$ = [
|
|
376
376
|
3,
|
|
377
377
|
n0,
|
|
378
378
|
_GSRRe,
|
|
379
379
|
0,
|
|
380
380
|
[_sDI, _sDV, _sRI, _sRA, _sRC, _tR, _sT, _eT, _s, _eR, _t],
|
|
381
|
-
[0, 0, 0, 0, () => SuiteRunConfiguration
|
|
381
|
+
[0, 0, 0, 0, () => SuiteRunConfiguration$, () => TestResult$, 4, 4, 0, 0, 128 | 0],
|
|
382
382
|
];
|
|
383
|
-
var GroupResult = [3, n0, _GR, 0, [_gI, _gN, _te], [0, 0, () => TestCaseRuns]];
|
|
384
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
385
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
386
|
-
var ListSuiteDefinitionsRequest = [
|
|
383
|
+
var GroupResult$ = [3, n0, _GR, 0, [_gI, _gN, _te], [0, 0, () => TestCaseRuns]];
|
|
384
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
385
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
386
|
+
var ListSuiteDefinitionsRequest$ = [
|
|
387
387
|
3,
|
|
388
388
|
n0,
|
|
389
389
|
_LSDR,
|
|
@@ -394,7 +394,7 @@ var ListSuiteDefinitionsRequest = [
|
|
|
394
394
|
[0, { [_hQ]: _nT }],
|
|
395
395
|
],
|
|
396
396
|
];
|
|
397
|
-
var ListSuiteDefinitionsResponse = [
|
|
397
|
+
var ListSuiteDefinitionsResponse$ = [
|
|
398
398
|
3,
|
|
399
399
|
n0,
|
|
400
400
|
_LSDRi,
|
|
@@ -402,7 +402,7 @@ var ListSuiteDefinitionsResponse = [
|
|
|
402
402
|
[_sDIL, _nT],
|
|
403
403
|
[() => SuiteDefinitionInformationList, 0],
|
|
404
404
|
];
|
|
405
|
-
var ListSuiteRunsRequest = [
|
|
405
|
+
var ListSuiteRunsRequest$ = [
|
|
406
406
|
3,
|
|
407
407
|
n0,
|
|
408
408
|
_LSRR,
|
|
@@ -415,21 +415,21 @@ var ListSuiteRunsRequest = [
|
|
|
415
415
|
[0, { [_hQ]: _nT }],
|
|
416
416
|
],
|
|
417
417
|
];
|
|
418
|
-
var ListSuiteRunsResponse = [3, n0, _LSRRi, 0, [_sRL, _nT], [() => SuiteRunsList, 0]];
|
|
419
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
420
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
421
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
422
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
423
|
-
var StartSuiteRunRequest = [
|
|
418
|
+
var ListSuiteRunsResponse$ = [3, n0, _LSRRi, 0, [_sRL, _nT], [() => SuiteRunsList, 0]];
|
|
419
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
420
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
421
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
422
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
423
|
+
var StartSuiteRunRequest$ = [
|
|
424
424
|
3,
|
|
425
425
|
n0,
|
|
426
426
|
_SSRR,
|
|
427
427
|
0,
|
|
428
428
|
[_sDI, _sDV, _sRC, _t],
|
|
429
|
-
[[0, 1], 0, () => SuiteRunConfiguration
|
|
429
|
+
[[0, 1], 0, () => SuiteRunConfiguration$, 128 | 0],
|
|
430
430
|
];
|
|
431
|
-
var StartSuiteRunResponse = [3, n0, _SSRRt, 0, [_sRI, _sRA, _cA, _en], [0, 0, 4, 0]];
|
|
432
|
-
var StopSuiteRunRequest = [
|
|
431
|
+
var StartSuiteRunResponse$ = [3, n0, _SSRRt, 0, [_sRI, _sRA, _cA, _en], [0, 0, 4, 0]];
|
|
432
|
+
var StopSuiteRunRequest$ = [
|
|
433
433
|
3,
|
|
434
434
|
n0,
|
|
435
435
|
_SSRRto,
|
|
@@ -440,8 +440,8 @@ var StopSuiteRunRequest = [
|
|
|
440
440
|
[0, 1],
|
|
441
441
|
],
|
|
442
442
|
];
|
|
443
|
-
var StopSuiteRunResponse = [3, n0, _SSRRtop, 0, [], []];
|
|
444
|
-
var SuiteDefinitionConfiguration = [
|
|
443
|
+
var StopSuiteRunResponse$ = [3, n0, _SSRRtop, 0, [], []];
|
|
444
|
+
var SuiteDefinitionConfiguration$ = [
|
|
445
445
|
3,
|
|
446
446
|
n0,
|
|
447
447
|
_SDC,
|
|
@@ -449,7 +449,7 @@ var SuiteDefinitionConfiguration = [
|
|
|
449
449
|
[_sDN, _d, _iFQ, _iLDT, _rG, _dPRA, _p],
|
|
450
450
|
[0, () => DeviceUnderTestList, 2, 2, 0, 0, 0],
|
|
451
451
|
];
|
|
452
|
-
var SuiteDefinitionInformation = [
|
|
452
|
+
var SuiteDefinitionInformation$ = [
|
|
453
453
|
3,
|
|
454
454
|
n0,
|
|
455
455
|
_SDI,
|
|
@@ -457,15 +457,15 @@ var SuiteDefinitionInformation = [
|
|
|
457
457
|
[_sDI, _sDN, _dD, _iFQ, _iLDT, _p, _cA],
|
|
458
458
|
[0, 0, () => DeviceUnderTestList, 2, 2, 0, 4],
|
|
459
459
|
];
|
|
460
|
-
var SuiteRunConfiguration = [
|
|
460
|
+
var SuiteRunConfiguration$ = [
|
|
461
461
|
3,
|
|
462
462
|
n0,
|
|
463
463
|
_SRC,
|
|
464
464
|
0,
|
|
465
465
|
[_pD, _sTL, _pR],
|
|
466
|
-
[() => DeviceUnderTest
|
|
466
|
+
[() => DeviceUnderTest$, 64 | 0, 2],
|
|
467
467
|
];
|
|
468
|
-
var SuiteRunInformation = [
|
|
468
|
+
var SuiteRunInformation$ = [
|
|
469
469
|
3,
|
|
470
470
|
n0,
|
|
471
471
|
_SRI,
|
|
@@ -473,9 +473,9 @@ var SuiteRunInformation = [
|
|
|
473
473
|
[_sDI, _sDV, _sDN, _sRI, _cA, _sA, _eA, _s, _pa, _f],
|
|
474
474
|
[0, 0, 0, 0, 4, 4, 4, 0, 1, 1],
|
|
475
475
|
];
|
|
476
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
477
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
478
|
-
var TestCaseRun = [
|
|
476
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
477
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
478
|
+
var TestCaseRun$ = [
|
|
479
479
|
3,
|
|
480
480
|
n0,
|
|
481
481
|
_TCR,
|
|
@@ -483,9 +483,9 @@ var TestCaseRun = [
|
|
|
483
483
|
[_tCRI, _tCDI, _tCDN, _s, _sT, _eT, _lU, _w, _fa, _tS],
|
|
484
484
|
[0, 0, 0, 0, 4, 4, 0, 0, 0, () => TestCaseScenariosList],
|
|
485
485
|
];
|
|
486
|
-
var TestCaseScenario = [3, n0, _TCS, 0, [_tCSI, _tCST, _s, _fa, _sM], [0, 0, 0, 0, 0]];
|
|
487
|
-
var TestResult = [3, n0, _TR, 0, [_g], [() => GroupResultList]];
|
|
488
|
-
var UntagResourceRequest = [
|
|
486
|
+
var TestCaseScenario$ = [3, n0, _TCS, 0, [_tCSI, _tCST, _s, _fa, _sM], [0, 0, 0, 0, 0]];
|
|
487
|
+
var TestResult$ = [3, n0, _TR, 0, [_g], [() => GroupResultList]];
|
|
488
|
+
var UntagResourceRequest$ = [
|
|
489
489
|
3,
|
|
490
490
|
n0,
|
|
491
491
|
_URR,
|
|
@@ -496,16 +496,16 @@ var UntagResourceRequest = [
|
|
|
496
496
|
[64 | 0, { [_hQ]: _tK }],
|
|
497
497
|
],
|
|
498
498
|
];
|
|
499
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
500
|
-
var UpdateSuiteDefinitionRequest = [
|
|
499
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
500
|
+
var UpdateSuiteDefinitionRequest$ = [
|
|
501
501
|
3,
|
|
502
502
|
n0,
|
|
503
503
|
_USDR,
|
|
504
504
|
0,
|
|
505
505
|
[_sDI, _sDC],
|
|
506
|
-
[[0, 1], () => SuiteDefinitionConfiguration],
|
|
506
|
+
[[0, 1], () => SuiteDefinitionConfiguration$],
|
|
507
507
|
];
|
|
508
|
-
var UpdateSuiteDefinitionResponse = [
|
|
508
|
+
var UpdateSuiteDefinitionResponse$ = [
|
|
509
509
|
3,
|
|
510
510
|
n0,
|
|
511
511
|
_USDRp,
|
|
@@ -513,9 +513,9 @@ var UpdateSuiteDefinitionResponse = [
|
|
|
513
513
|
[_sDI, _sDA, _sDN, _sDV, _cA, _lUA],
|
|
514
514
|
[0, 0, 0, 0, 4, 4],
|
|
515
515
|
];
|
|
516
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
517
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
518
|
-
var IotDeviceAdvisorServiceException = [
|
|
516
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
517
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
518
|
+
var IotDeviceAdvisorServiceException$ = [
|
|
519
519
|
-3,
|
|
520
520
|
_sm,
|
|
521
521
|
"IotDeviceAdvisorServiceException",
|
|
@@ -523,124 +523,124 @@ var IotDeviceAdvisorServiceException = [
|
|
|
523
523
|
[],
|
|
524
524
|
[],
|
|
525
525
|
];
|
|
526
|
-
schema.TypeRegistry.for(_sm).registerError(IotDeviceAdvisorServiceException
|
|
527
|
-
var DeviceUnderTestList = [1, n0, _DUTL, 0, () => DeviceUnderTest];
|
|
528
|
-
var GroupResultList = [1, n0, _GRL, 0, () => GroupResult];
|
|
529
|
-
var SuiteDefinitionInformationList = [1, n0, _SDIL, 0, () => SuiteDefinitionInformation];
|
|
530
|
-
var SuiteRunsList = [1, n0, _SRL, 0, () => SuiteRunInformation];
|
|
531
|
-
var TestCaseRuns = [1, n0, _TCRe, 0, () => TestCaseRun];
|
|
532
|
-
var TestCaseScenariosList = [1, n0, _TCSL, 0, () => TestCaseScenario];
|
|
533
|
-
var CreateSuiteDefinition = [
|
|
526
|
+
schema.TypeRegistry.for(_sm).registerError(IotDeviceAdvisorServiceException$, IotDeviceAdvisorServiceException);
|
|
527
|
+
var DeviceUnderTestList = [1, n0, _DUTL, 0, () => DeviceUnderTest$];
|
|
528
|
+
var GroupResultList = [1, n0, _GRL, 0, () => GroupResult$];
|
|
529
|
+
var SuiteDefinitionInformationList = [1, n0, _SDIL, 0, () => SuiteDefinitionInformation$];
|
|
530
|
+
var SuiteRunsList = [1, n0, _SRL, 0, () => SuiteRunInformation$];
|
|
531
|
+
var TestCaseRuns = [1, n0, _TCRe, 0, () => TestCaseRun$];
|
|
532
|
+
var TestCaseScenariosList = [1, n0, _TCSL, 0, () => TestCaseScenario$];
|
|
533
|
+
var CreateSuiteDefinition$ = [
|
|
534
534
|
9,
|
|
535
535
|
n0,
|
|
536
536
|
_CSD,
|
|
537
537
|
{ [_h]: ["POST", "/suiteDefinitions", 200] },
|
|
538
|
-
() => CreateSuiteDefinitionRequest
|
|
539
|
-
() => CreateSuiteDefinitionResponse
|
|
538
|
+
() => CreateSuiteDefinitionRequest$,
|
|
539
|
+
() => CreateSuiteDefinitionResponse$,
|
|
540
540
|
];
|
|
541
|
-
var DeleteSuiteDefinition = [
|
|
541
|
+
var DeleteSuiteDefinition$ = [
|
|
542
542
|
9,
|
|
543
543
|
n0,
|
|
544
544
|
_DSD,
|
|
545
545
|
{ [_h]: ["DELETE", "/suiteDefinitions/{suiteDefinitionId}", 200] },
|
|
546
|
-
() => DeleteSuiteDefinitionRequest
|
|
547
|
-
() => DeleteSuiteDefinitionResponse
|
|
546
|
+
() => DeleteSuiteDefinitionRequest$,
|
|
547
|
+
() => DeleteSuiteDefinitionResponse$,
|
|
548
548
|
];
|
|
549
|
-
var GetEndpoint = [
|
|
549
|
+
var GetEndpoint$ = [
|
|
550
550
|
9,
|
|
551
551
|
n0,
|
|
552
552
|
_GE,
|
|
553
553
|
{ [_h]: ["GET", "/endpoint", 200] },
|
|
554
|
-
() => GetEndpointRequest
|
|
555
|
-
() => GetEndpointResponse
|
|
554
|
+
() => GetEndpointRequest$,
|
|
555
|
+
() => GetEndpointResponse$,
|
|
556
556
|
];
|
|
557
|
-
var GetSuiteDefinition = [
|
|
557
|
+
var GetSuiteDefinition$ = [
|
|
558
558
|
9,
|
|
559
559
|
n0,
|
|
560
560
|
_GSD,
|
|
561
561
|
{ [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}", 200] },
|
|
562
|
-
() => GetSuiteDefinitionRequest
|
|
563
|
-
() => GetSuiteDefinitionResponse
|
|
562
|
+
() => GetSuiteDefinitionRequest$,
|
|
563
|
+
() => GetSuiteDefinitionResponse$,
|
|
564
564
|
];
|
|
565
|
-
var GetSuiteRun = [
|
|
565
|
+
var GetSuiteRun$ = [
|
|
566
566
|
9,
|
|
567
567
|
n0,
|
|
568
568
|
_GSR,
|
|
569
569
|
{ [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}", 200] },
|
|
570
|
-
() => GetSuiteRunRequest
|
|
571
|
-
() => GetSuiteRunResponse
|
|
570
|
+
() => GetSuiteRunRequest$,
|
|
571
|
+
() => GetSuiteRunResponse$,
|
|
572
572
|
];
|
|
573
|
-
var GetSuiteRunReport = [
|
|
573
|
+
var GetSuiteRunReport$ = [
|
|
574
574
|
9,
|
|
575
575
|
n0,
|
|
576
576
|
_GSRRet,
|
|
577
577
|
{ [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/report", 200] },
|
|
578
|
-
() => GetSuiteRunReportRequest
|
|
579
|
-
() => GetSuiteRunReportResponse
|
|
578
|
+
() => GetSuiteRunReportRequest$,
|
|
579
|
+
() => GetSuiteRunReportResponse$,
|
|
580
580
|
];
|
|
581
|
-
var ListSuiteDefinitions = [
|
|
581
|
+
var ListSuiteDefinitions$ = [
|
|
582
582
|
9,
|
|
583
583
|
n0,
|
|
584
584
|
_LSD,
|
|
585
585
|
{ [_h]: ["GET", "/suiteDefinitions", 200] },
|
|
586
|
-
() => ListSuiteDefinitionsRequest
|
|
587
|
-
() => ListSuiteDefinitionsResponse
|
|
586
|
+
() => ListSuiteDefinitionsRequest$,
|
|
587
|
+
() => ListSuiteDefinitionsResponse$,
|
|
588
588
|
];
|
|
589
|
-
var ListSuiteRuns = [
|
|
589
|
+
var ListSuiteRuns$ = [
|
|
590
590
|
9,
|
|
591
591
|
n0,
|
|
592
592
|
_LSR,
|
|
593
593
|
{ [_h]: ["GET", "/suiteRuns", 200] },
|
|
594
|
-
() => ListSuiteRunsRequest
|
|
595
|
-
() => ListSuiteRunsResponse
|
|
594
|
+
() => ListSuiteRunsRequest$,
|
|
595
|
+
() => ListSuiteRunsResponse$,
|
|
596
596
|
];
|
|
597
|
-
var ListTagsForResource = [
|
|
597
|
+
var ListTagsForResource$ = [
|
|
598
598
|
9,
|
|
599
599
|
n0,
|
|
600
600
|
_LTFR,
|
|
601
601
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
602
|
-
() => ListTagsForResourceRequest
|
|
603
|
-
() => ListTagsForResourceResponse
|
|
602
|
+
() => ListTagsForResourceRequest$,
|
|
603
|
+
() => ListTagsForResourceResponse$,
|
|
604
604
|
];
|
|
605
|
-
var StartSuiteRun = [
|
|
605
|
+
var StartSuiteRun$ = [
|
|
606
606
|
9,
|
|
607
607
|
n0,
|
|
608
608
|
_SSR,
|
|
609
609
|
{ [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns", 200] },
|
|
610
|
-
() => StartSuiteRunRequest
|
|
611
|
-
() => StartSuiteRunResponse
|
|
610
|
+
() => StartSuiteRunRequest$,
|
|
611
|
+
() => StartSuiteRunResponse$,
|
|
612
612
|
];
|
|
613
|
-
var StopSuiteRun = [
|
|
613
|
+
var StopSuiteRun$ = [
|
|
614
614
|
9,
|
|
615
615
|
n0,
|
|
616
616
|
_SSRt,
|
|
617
617
|
{ [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/stop", 200] },
|
|
618
|
-
() => StopSuiteRunRequest
|
|
619
|
-
() => StopSuiteRunResponse
|
|
618
|
+
() => StopSuiteRunRequest$,
|
|
619
|
+
() => StopSuiteRunResponse$,
|
|
620
620
|
];
|
|
621
|
-
var TagResource = [
|
|
621
|
+
var TagResource$ = [
|
|
622
622
|
9,
|
|
623
623
|
n0,
|
|
624
624
|
_TRa,
|
|
625
625
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
626
|
-
() => TagResourceRequest
|
|
627
|
-
() => TagResourceResponse
|
|
626
|
+
() => TagResourceRequest$,
|
|
627
|
+
() => TagResourceResponse$,
|
|
628
628
|
];
|
|
629
|
-
var UntagResource = [
|
|
629
|
+
var UntagResource$ = [
|
|
630
630
|
9,
|
|
631
631
|
n0,
|
|
632
632
|
_UR,
|
|
633
633
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
634
|
-
() => UntagResourceRequest
|
|
635
|
-
() => UntagResourceResponse
|
|
634
|
+
() => UntagResourceRequest$,
|
|
635
|
+
() => UntagResourceResponse$,
|
|
636
636
|
];
|
|
637
|
-
var UpdateSuiteDefinition = [
|
|
637
|
+
var UpdateSuiteDefinition$ = [
|
|
638
638
|
9,
|
|
639
639
|
n0,
|
|
640
640
|
_USD,
|
|
641
641
|
{ [_h]: ["PATCH", "/suiteDefinitions/{suiteDefinitionId}", 200] },
|
|
642
|
-
() => UpdateSuiteDefinitionRequest
|
|
643
|
-
() => UpdateSuiteDefinitionResponse
|
|
642
|
+
() => UpdateSuiteDefinitionRequest$,
|
|
643
|
+
() => UpdateSuiteDefinitionResponse$,
|
|
644
644
|
];
|
|
645
645
|
|
|
646
646
|
class CreateSuiteDefinitionCommand extends smithyClient.Command
|
|
@@ -651,7 +651,7 @@ class CreateSuiteDefinitionCommand extends smithyClient.Command
|
|
|
651
651
|
})
|
|
652
652
|
.s("IotSenateService", "CreateSuiteDefinition", {})
|
|
653
653
|
.n("IotDeviceAdvisorClient", "CreateSuiteDefinitionCommand")
|
|
654
|
-
.sc(CreateSuiteDefinition)
|
|
654
|
+
.sc(CreateSuiteDefinition$)
|
|
655
655
|
.build() {
|
|
656
656
|
}
|
|
657
657
|
|
|
@@ -663,7 +663,7 @@ class DeleteSuiteDefinitionCommand extends smithyClient.Command
|
|
|
663
663
|
})
|
|
664
664
|
.s("IotSenateService", "DeleteSuiteDefinition", {})
|
|
665
665
|
.n("IotDeviceAdvisorClient", "DeleteSuiteDefinitionCommand")
|
|
666
|
-
.sc(DeleteSuiteDefinition)
|
|
666
|
+
.sc(DeleteSuiteDefinition$)
|
|
667
667
|
.build() {
|
|
668
668
|
}
|
|
669
669
|
|
|
@@ -675,7 +675,7 @@ class GetEndpointCommand extends smithyClient.Command
|
|
|
675
675
|
})
|
|
676
676
|
.s("IotSenateService", "GetEndpoint", {})
|
|
677
677
|
.n("IotDeviceAdvisorClient", "GetEndpointCommand")
|
|
678
|
-
.sc(GetEndpoint)
|
|
678
|
+
.sc(GetEndpoint$)
|
|
679
679
|
.build() {
|
|
680
680
|
}
|
|
681
681
|
|
|
@@ -687,7 +687,7 @@ class GetSuiteDefinitionCommand extends smithyClient.Command
|
|
|
687
687
|
})
|
|
688
688
|
.s("IotSenateService", "GetSuiteDefinition", {})
|
|
689
689
|
.n("IotDeviceAdvisorClient", "GetSuiteDefinitionCommand")
|
|
690
|
-
.sc(GetSuiteDefinition)
|
|
690
|
+
.sc(GetSuiteDefinition$)
|
|
691
691
|
.build() {
|
|
692
692
|
}
|
|
693
693
|
|
|
@@ -699,7 +699,7 @@ class GetSuiteRunCommand extends smithyClient.Command
|
|
|
699
699
|
})
|
|
700
700
|
.s("IotSenateService", "GetSuiteRun", {})
|
|
701
701
|
.n("IotDeviceAdvisorClient", "GetSuiteRunCommand")
|
|
702
|
-
.sc(GetSuiteRun)
|
|
702
|
+
.sc(GetSuiteRun$)
|
|
703
703
|
.build() {
|
|
704
704
|
}
|
|
705
705
|
|
|
@@ -711,7 +711,7 @@ class GetSuiteRunReportCommand extends smithyClient.Command
|
|
|
711
711
|
})
|
|
712
712
|
.s("IotSenateService", "GetSuiteRunReport", {})
|
|
713
713
|
.n("IotDeviceAdvisorClient", "GetSuiteRunReportCommand")
|
|
714
|
-
.sc(GetSuiteRunReport)
|
|
714
|
+
.sc(GetSuiteRunReport$)
|
|
715
715
|
.build() {
|
|
716
716
|
}
|
|
717
717
|
|
|
@@ -723,7 +723,7 @@ class ListSuiteDefinitionsCommand extends smithyClient.Command
|
|
|
723
723
|
})
|
|
724
724
|
.s("IotSenateService", "ListSuiteDefinitions", {})
|
|
725
725
|
.n("IotDeviceAdvisorClient", "ListSuiteDefinitionsCommand")
|
|
726
|
-
.sc(ListSuiteDefinitions)
|
|
726
|
+
.sc(ListSuiteDefinitions$)
|
|
727
727
|
.build() {
|
|
728
728
|
}
|
|
729
729
|
|
|
@@ -735,7 +735,7 @@ class ListSuiteRunsCommand extends smithyClient.Command
|
|
|
735
735
|
})
|
|
736
736
|
.s("IotSenateService", "ListSuiteRuns", {})
|
|
737
737
|
.n("IotDeviceAdvisorClient", "ListSuiteRunsCommand")
|
|
738
|
-
.sc(ListSuiteRuns)
|
|
738
|
+
.sc(ListSuiteRuns$)
|
|
739
739
|
.build() {
|
|
740
740
|
}
|
|
741
741
|
|
|
@@ -747,7 +747,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
747
747
|
})
|
|
748
748
|
.s("IotSenateService", "ListTagsForResource", {})
|
|
749
749
|
.n("IotDeviceAdvisorClient", "ListTagsForResourceCommand")
|
|
750
|
-
.sc(ListTagsForResource)
|
|
750
|
+
.sc(ListTagsForResource$)
|
|
751
751
|
.build() {
|
|
752
752
|
}
|
|
753
753
|
|
|
@@ -759,7 +759,7 @@ class StartSuiteRunCommand extends smithyClient.Command
|
|
|
759
759
|
})
|
|
760
760
|
.s("IotSenateService", "StartSuiteRun", {})
|
|
761
761
|
.n("IotDeviceAdvisorClient", "StartSuiteRunCommand")
|
|
762
|
-
.sc(StartSuiteRun)
|
|
762
|
+
.sc(StartSuiteRun$)
|
|
763
763
|
.build() {
|
|
764
764
|
}
|
|
765
765
|
|
|
@@ -771,7 +771,7 @@ class StopSuiteRunCommand extends smithyClient.Command
|
|
|
771
771
|
})
|
|
772
772
|
.s("IotSenateService", "StopSuiteRun", {})
|
|
773
773
|
.n("IotDeviceAdvisorClient", "StopSuiteRunCommand")
|
|
774
|
-
.sc(StopSuiteRun)
|
|
774
|
+
.sc(StopSuiteRun$)
|
|
775
775
|
.build() {
|
|
776
776
|
}
|
|
777
777
|
|
|
@@ -783,7 +783,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
783
783
|
})
|
|
784
784
|
.s("IotSenateService", "TagResource", {})
|
|
785
785
|
.n("IotDeviceAdvisorClient", "TagResourceCommand")
|
|
786
|
-
.sc(TagResource)
|
|
786
|
+
.sc(TagResource$)
|
|
787
787
|
.build() {
|
|
788
788
|
}
|
|
789
789
|
|
|
@@ -795,7 +795,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
795
795
|
})
|
|
796
796
|
.s("IotSenateService", "UntagResource", {})
|
|
797
797
|
.n("IotDeviceAdvisorClient", "UntagResourceCommand")
|
|
798
|
-
.sc(UntagResource)
|
|
798
|
+
.sc(UntagResource$)
|
|
799
799
|
.build() {
|
|
800
800
|
}
|
|
801
801
|
|
|
@@ -807,7 +807,7 @@ class UpdateSuiteDefinitionCommand extends smithyClient.Command
|
|
|
807
807
|
})
|
|
808
808
|
.s("IotSenateService", "UpdateSuiteDefinition", {})
|
|
809
809
|
.n("IotDeviceAdvisorClient", "UpdateSuiteDefinitionCommand")
|
|
810
|
-
.sc(UpdateSuiteDefinition)
|
|
810
|
+
.sc(UpdateSuiteDefinition$)
|
|
811
811
|
.build() {
|
|
812
812
|
}
|
|
813
813
|
|
|
@@ -892,31 +892,87 @@ Object.defineProperty(exports, "__Client", {
|
|
|
892
892
|
get: function () { return smithyClient.Client; }
|
|
893
893
|
});
|
|
894
894
|
exports.AuthenticationMethod = AuthenticationMethod;
|
|
895
|
-
exports.ConflictException = ConflictException
|
|
895
|
+
exports.ConflictException = ConflictException;
|
|
896
|
+
exports.ConflictException$ = ConflictException$;
|
|
897
|
+
exports.CreateSuiteDefinition$ = CreateSuiteDefinition$;
|
|
896
898
|
exports.CreateSuiteDefinitionCommand = CreateSuiteDefinitionCommand;
|
|
899
|
+
exports.CreateSuiteDefinitionRequest$ = CreateSuiteDefinitionRequest$;
|
|
900
|
+
exports.CreateSuiteDefinitionResponse$ = CreateSuiteDefinitionResponse$;
|
|
901
|
+
exports.DeleteSuiteDefinition$ = DeleteSuiteDefinition$;
|
|
897
902
|
exports.DeleteSuiteDefinitionCommand = DeleteSuiteDefinitionCommand;
|
|
903
|
+
exports.DeleteSuiteDefinitionRequest$ = DeleteSuiteDefinitionRequest$;
|
|
904
|
+
exports.DeleteSuiteDefinitionResponse$ = DeleteSuiteDefinitionResponse$;
|
|
905
|
+
exports.DeviceUnderTest$ = DeviceUnderTest$;
|
|
906
|
+
exports.GetEndpoint$ = GetEndpoint$;
|
|
898
907
|
exports.GetEndpointCommand = GetEndpointCommand;
|
|
908
|
+
exports.GetEndpointRequest$ = GetEndpointRequest$;
|
|
909
|
+
exports.GetEndpointResponse$ = GetEndpointResponse$;
|
|
910
|
+
exports.GetSuiteDefinition$ = GetSuiteDefinition$;
|
|
899
911
|
exports.GetSuiteDefinitionCommand = GetSuiteDefinitionCommand;
|
|
912
|
+
exports.GetSuiteDefinitionRequest$ = GetSuiteDefinitionRequest$;
|
|
913
|
+
exports.GetSuiteDefinitionResponse$ = GetSuiteDefinitionResponse$;
|
|
914
|
+
exports.GetSuiteRun$ = GetSuiteRun$;
|
|
900
915
|
exports.GetSuiteRunCommand = GetSuiteRunCommand;
|
|
916
|
+
exports.GetSuiteRunReport$ = GetSuiteRunReport$;
|
|
901
917
|
exports.GetSuiteRunReportCommand = GetSuiteRunReportCommand;
|
|
902
|
-
exports.
|
|
918
|
+
exports.GetSuiteRunReportRequest$ = GetSuiteRunReportRequest$;
|
|
919
|
+
exports.GetSuiteRunReportResponse$ = GetSuiteRunReportResponse$;
|
|
920
|
+
exports.GetSuiteRunRequest$ = GetSuiteRunRequest$;
|
|
921
|
+
exports.GetSuiteRunResponse$ = GetSuiteRunResponse$;
|
|
922
|
+
exports.GroupResult$ = GroupResult$;
|
|
923
|
+
exports.InternalServerException = InternalServerException;
|
|
924
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
903
925
|
exports.IotDeviceAdvisor = IotDeviceAdvisor;
|
|
904
926
|
exports.IotDeviceAdvisorClient = IotDeviceAdvisorClient;
|
|
905
|
-
exports.IotDeviceAdvisorServiceException = IotDeviceAdvisorServiceException
|
|
927
|
+
exports.IotDeviceAdvisorServiceException = IotDeviceAdvisorServiceException;
|
|
928
|
+
exports.IotDeviceAdvisorServiceException$ = IotDeviceAdvisorServiceException$;
|
|
929
|
+
exports.ListSuiteDefinitions$ = ListSuiteDefinitions$;
|
|
906
930
|
exports.ListSuiteDefinitionsCommand = ListSuiteDefinitionsCommand;
|
|
931
|
+
exports.ListSuiteDefinitionsRequest$ = ListSuiteDefinitionsRequest$;
|
|
932
|
+
exports.ListSuiteDefinitionsResponse$ = ListSuiteDefinitionsResponse$;
|
|
933
|
+
exports.ListSuiteRuns$ = ListSuiteRuns$;
|
|
907
934
|
exports.ListSuiteRunsCommand = ListSuiteRunsCommand;
|
|
935
|
+
exports.ListSuiteRunsRequest$ = ListSuiteRunsRequest$;
|
|
936
|
+
exports.ListSuiteRunsResponse$ = ListSuiteRunsResponse$;
|
|
937
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
908
938
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
939
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
940
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
909
941
|
exports.Protocol = Protocol;
|
|
910
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
942
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
943
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
944
|
+
exports.StartSuiteRun$ = StartSuiteRun$;
|
|
911
945
|
exports.StartSuiteRunCommand = StartSuiteRunCommand;
|
|
946
|
+
exports.StartSuiteRunRequest$ = StartSuiteRunRequest$;
|
|
947
|
+
exports.StartSuiteRunResponse$ = StartSuiteRunResponse$;
|
|
912
948
|
exports.Status = Status;
|
|
949
|
+
exports.StopSuiteRun$ = StopSuiteRun$;
|
|
913
950
|
exports.StopSuiteRunCommand = StopSuiteRunCommand;
|
|
951
|
+
exports.StopSuiteRunRequest$ = StopSuiteRunRequest$;
|
|
952
|
+
exports.StopSuiteRunResponse$ = StopSuiteRunResponse$;
|
|
953
|
+
exports.SuiteDefinitionConfiguration$ = SuiteDefinitionConfiguration$;
|
|
954
|
+
exports.SuiteDefinitionInformation$ = SuiteDefinitionInformation$;
|
|
955
|
+
exports.SuiteRunConfiguration$ = SuiteRunConfiguration$;
|
|
956
|
+
exports.SuiteRunInformation$ = SuiteRunInformation$;
|
|
914
957
|
exports.SuiteRunStatus = SuiteRunStatus;
|
|
958
|
+
exports.TagResource$ = TagResource$;
|
|
915
959
|
exports.TagResourceCommand = TagResourceCommand;
|
|
960
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
961
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
962
|
+
exports.TestCaseRun$ = TestCaseRun$;
|
|
963
|
+
exports.TestCaseScenario$ = TestCaseScenario$;
|
|
916
964
|
exports.TestCaseScenarioStatus = TestCaseScenarioStatus;
|
|
917
965
|
exports.TestCaseScenarioType = TestCaseScenarioType;
|
|
966
|
+
exports.TestResult$ = TestResult$;
|
|
967
|
+
exports.UntagResource$ = UntagResource$;
|
|
918
968
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
969
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
970
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
971
|
+
exports.UpdateSuiteDefinition$ = UpdateSuiteDefinition$;
|
|
919
972
|
exports.UpdateSuiteDefinitionCommand = UpdateSuiteDefinitionCommand;
|
|
920
|
-
exports.
|
|
973
|
+
exports.UpdateSuiteDefinitionRequest$ = UpdateSuiteDefinitionRequest$;
|
|
974
|
+
exports.UpdateSuiteDefinitionResponse$ = UpdateSuiteDefinitionResponse$;
|
|
975
|
+
exports.ValidationException = ValidationException;
|
|
976
|
+
exports.ValidationException$ = ValidationException$;
|
|
921
977
|
exports.paginateListSuiteDefinitions = paginateListSuiteDefinitions;
|
|
922
978
|
exports.paginateListSuiteRuns = paginateListSuiteRuns;
|