@aws-sdk/client-iotdeviceadvisor 3.943.0 → 3.947.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.
Files changed (44) hide show
  1. package/dist-cjs/index.js +30 -158
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/IotDeviceAdvisorClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +30 -159
  8. package/dist-types/IotDeviceAdvisor.d.ts +1 -1
  9. package/dist-types/IotDeviceAdvisorClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateSuiteDefinitionCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteSuiteDefinitionCommand.d.ts +3 -3
  14. package/dist-types/commands/GetEndpointCommand.d.ts +3 -3
  15. package/dist-types/commands/GetSuiteDefinitionCommand.d.ts +3 -3
  16. package/dist-types/commands/GetSuiteRunCommand.d.ts +3 -3
  17. package/dist-types/commands/GetSuiteRunReportCommand.d.ts +3 -3
  18. package/dist-types/commands/ListSuiteDefinitionsCommand.d.ts +3 -3
  19. package/dist-types/commands/ListSuiteRunsCommand.d.ts +3 -3
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  21. package/dist-types/commands/StartSuiteRunCommand.d.ts +3 -3
  22. package/dist-types/commands/StopSuiteRunCommand.d.ts +3 -3
  23. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  24. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  25. package/dist-types/commands/UpdateSuiteDefinitionCommand.d.ts +3 -3
  26. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  27. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  28. package/dist-types/extensionConfiguration.d.ts +4 -4
  29. package/dist-types/models/IotDeviceAdvisorServiceException.d.ts +1 -1
  30. package/dist-types/models/errors.d.ts +1 -1
  31. package/dist-types/pagination/Interfaces.d.ts +1 -1
  32. package/dist-types/pagination/ListSuiteDefinitionsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListSuiteRunsPaginator.d.ts +1 -1
  34. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  35. package/dist-types/runtimeConfig.d.ts +1 -1
  36. package/dist-types/runtimeConfig.native.d.ts +1 -1
  37. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  38. package/dist-types/runtimeExtensions.d.ts +1 -1
  39. package/dist-types/schemas/schemas_0.d.ts +1 -2
  40. package/dist-types/ts3.4/IotDeviceAdvisorClient.d.ts +3 -3
  41. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  42. package/dist-types/ts3.4/models/IotDeviceAdvisorServiceException.d.ts +1 -1
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  44. package/package.json +13 -12
@@ -130,17 +130,7 @@ const n0 = "com.amazonaws.iotdeviceadvisor";
130
130
  import { TypeRegistry } from "@smithy/core/schema";
131
131
  import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ValidationException as __ValidationException, } from "../models/errors";
132
132
  import { IotDeviceAdvisorServiceException as __IotDeviceAdvisorServiceException } from "../models/IotDeviceAdvisorServiceException";
133
- export var ConflictException = [
134
- -3,
135
- n0,
136
- _CE,
137
- {
138
- [_e]: _c,
139
- [_hE]: 400,
140
- },
141
- [_m],
142
- [0],
143
- ];
133
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
144
134
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
145
135
  export var CreateSuiteDefinitionRequest = [
146
136
  3,
@@ -168,30 +158,10 @@ export var GetEndpointRequest = [
168
158
  0,
169
159
  [_tA, _cAe, _dRA, _aM],
170
160
  [
171
- [
172
- 0,
173
- {
174
- [_hQ]: _tA,
175
- },
176
- ],
177
- [
178
- 0,
179
- {
180
- [_hQ]: _cAe,
181
- },
182
- ],
183
- [
184
- 0,
185
- {
186
- [_hQ]: _dRA,
187
- },
188
- ],
189
- [
190
- 0,
191
- {
192
- [_hQ]: _aM,
193
- },
194
- ],
161
+ [0, { [_hQ]: _tA }],
162
+ [0, { [_hQ]: _cAe }],
163
+ [0, { [_hQ]: _dRA }],
164
+ [0, { [_hQ]: _aM }],
195
165
  ],
196
166
  ];
197
167
  export var GetEndpointResponse = [3, n0, _GERe, 0, [_en], [0]];
@@ -203,12 +173,7 @@ export var GetSuiteDefinitionRequest = [
203
173
  [_sDI, _sDV],
204
174
  [
205
175
  [0, 1],
206
- [
207
- 0,
208
- {
209
- [_hQ]: _sDV,
210
- },
211
- ],
176
+ [0, { [_hQ]: _sDV }],
212
177
  ],
213
178
  ];
214
179
  export var GetSuiteDefinitionResponse = [
@@ -251,17 +216,7 @@ export var GetSuiteRunResponse = [
251
216
  [0, 0, 0, 0, () => SuiteRunConfiguration, () => TestResult, 4, 4, 0, 0, 128 | 0],
252
217
  ];
253
218
  export var GroupResult = [3, n0, _GR, 0, [_gI, _gN, _te], [0, 0, () => TestCaseRuns]];
254
- export var InternalServerException = [
255
- -3,
256
- n0,
257
- _ISE,
258
- {
259
- [_e]: _se,
260
- [_hE]: 500,
261
- },
262
- [_m],
263
- [0],
264
- ];
219
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
265
220
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
266
221
  export var ListSuiteDefinitionsRequest = [
267
222
  3,
@@ -270,18 +225,8 @@ export var ListSuiteDefinitionsRequest = [
270
225
  0,
271
226
  [_mR, _nT],
272
227
  [
273
- [
274
- 1,
275
- {
276
- [_hQ]: _mR,
277
- },
278
- ],
279
- [
280
- 0,
281
- {
282
- [_hQ]: _nT,
283
- },
284
- ],
228
+ [1, { [_hQ]: _mR }],
229
+ [0, { [_hQ]: _nT }],
285
230
  ],
286
231
  ];
287
232
  export var ListSuiteDefinitionsResponse = [
@@ -299,46 +244,16 @@ export var ListSuiteRunsRequest = [
299
244
  0,
300
245
  [_sDI, _sDV, _mR, _nT],
301
246
  [
302
- [
303
- 0,
304
- {
305
- [_hQ]: _sDI,
306
- },
307
- ],
308
- [
309
- 0,
310
- {
311
- [_hQ]: _sDV,
312
- },
313
- ],
314
- [
315
- 1,
316
- {
317
- [_hQ]: _mR,
318
- },
319
- ],
320
- [
321
- 0,
322
- {
323
- [_hQ]: _nT,
324
- },
325
- ],
247
+ [0, { [_hQ]: _sDI }],
248
+ [0, { [_hQ]: _sDV }],
249
+ [1, { [_hQ]: _mR }],
250
+ [0, { [_hQ]: _nT }],
326
251
  ],
327
252
  ];
328
253
  export var ListSuiteRunsResponse = [3, n0, _LSRRi, 0, [_sRL, _nT], [() => SuiteRunsList, 0]];
329
254
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
330
255
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
331
- export var ResourceNotFoundException = [
332
- -3,
333
- n0,
334
- _RNFE,
335
- {
336
- [_e]: _c,
337
- [_hE]: 404,
338
- },
339
- [_m],
340
- [0],
341
- ];
256
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
342
257
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
343
258
  export var StartSuiteRunRequest = [
344
259
  3,
@@ -413,12 +328,7 @@ export var UntagResourceRequest = [
413
328
  [_rA, _tK],
414
329
  [
415
330
  [0, 1],
416
- [
417
- 64 | 0,
418
- {
419
- [_hQ]: _tK,
420
- },
421
- ],
331
+ [64 | 0, { [_hQ]: _tK }],
422
332
  ],
423
333
  ];
424
334
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -438,19 +348,8 @@ export var UpdateSuiteDefinitionResponse = [
438
348
  [_sDI, _sDA, _sDN, _sDV, _cA, _lUA],
439
349
  [0, 0, 0, 0, 4, 4],
440
350
  ];
441
- export var ValidationException = [
442
- -3,
443
- n0,
444
- _VE,
445
- {
446
- [_e]: _c,
447
- [_hE]: 400,
448
- },
449
- [_m],
450
- [0],
451
- ];
351
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
452
352
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
453
- export var __Unit = "unit";
454
353
  export var IotDeviceAdvisorServiceException = [
455
354
  -3,
456
355
  _sm,
@@ -473,9 +372,7 @@ export var CreateSuiteDefinition = [
473
372
  9,
474
373
  n0,
475
374
  _CSD,
476
- {
477
- [_h]: ["POST", "/suiteDefinitions", 200],
478
- },
375
+ { [_h]: ["POST", "/suiteDefinitions", 200] },
479
376
  () => CreateSuiteDefinitionRequest,
480
377
  () => CreateSuiteDefinitionResponse,
481
378
  ];
@@ -483,9 +380,7 @@ export var DeleteSuiteDefinition = [
483
380
  9,
484
381
  n0,
485
382
  _DSD,
486
- {
487
- [_h]: ["DELETE", "/suiteDefinitions/{suiteDefinitionId}", 200],
488
- },
383
+ { [_h]: ["DELETE", "/suiteDefinitions/{suiteDefinitionId}", 200] },
489
384
  () => DeleteSuiteDefinitionRequest,
490
385
  () => DeleteSuiteDefinitionResponse,
491
386
  ];
@@ -493,9 +388,7 @@ export var GetEndpoint = [
493
388
  9,
494
389
  n0,
495
390
  _GE,
496
- {
497
- [_h]: ["GET", "/endpoint", 200],
498
- },
391
+ { [_h]: ["GET", "/endpoint", 200] },
499
392
  () => GetEndpointRequest,
500
393
  () => GetEndpointResponse,
501
394
  ];
@@ -503,9 +396,7 @@ export var GetSuiteDefinition = [
503
396
  9,
504
397
  n0,
505
398
  _GSD,
506
- {
507
- [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}", 200],
508
- },
399
+ { [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}", 200] },
509
400
  () => GetSuiteDefinitionRequest,
510
401
  () => GetSuiteDefinitionResponse,
511
402
  ];
@@ -513,9 +404,7 @@ export var GetSuiteRun = [
513
404
  9,
514
405
  n0,
515
406
  _GSR,
516
- {
517
- [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}", 200],
518
- },
407
+ { [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}", 200] },
519
408
  () => GetSuiteRunRequest,
520
409
  () => GetSuiteRunResponse,
521
410
  ];
@@ -523,9 +412,7 @@ export var GetSuiteRunReport = [
523
412
  9,
524
413
  n0,
525
414
  _GSRRet,
526
- {
527
- [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/report", 200],
528
- },
415
+ { [_h]: ["GET", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/report", 200] },
529
416
  () => GetSuiteRunReportRequest,
530
417
  () => GetSuiteRunReportResponse,
531
418
  ];
@@ -533,9 +420,7 @@ export var ListSuiteDefinitions = [
533
420
  9,
534
421
  n0,
535
422
  _LSD,
536
- {
537
- [_h]: ["GET", "/suiteDefinitions", 200],
538
- },
423
+ { [_h]: ["GET", "/suiteDefinitions", 200] },
539
424
  () => ListSuiteDefinitionsRequest,
540
425
  () => ListSuiteDefinitionsResponse,
541
426
  ];
@@ -543,9 +428,7 @@ export var ListSuiteRuns = [
543
428
  9,
544
429
  n0,
545
430
  _LSR,
546
- {
547
- [_h]: ["GET", "/suiteRuns", 200],
548
- },
431
+ { [_h]: ["GET", "/suiteRuns", 200] },
549
432
  () => ListSuiteRunsRequest,
550
433
  () => ListSuiteRunsResponse,
551
434
  ];
@@ -553,9 +436,7 @@ export var ListTagsForResource = [
553
436
  9,
554
437
  n0,
555
438
  _LTFR,
556
- {
557
- [_h]: ["GET", "/tags/{resourceArn}", 200],
558
- },
439
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
559
440
  () => ListTagsForResourceRequest,
560
441
  () => ListTagsForResourceResponse,
561
442
  ];
@@ -563,9 +444,7 @@ export var StartSuiteRun = [
563
444
  9,
564
445
  n0,
565
446
  _SSR,
566
- {
567
- [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns", 200],
568
- },
447
+ { [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns", 200] },
569
448
  () => StartSuiteRunRequest,
570
449
  () => StartSuiteRunResponse,
571
450
  ];
@@ -573,9 +452,7 @@ export var StopSuiteRun = [
573
452
  9,
574
453
  n0,
575
454
  _SSRt,
576
- {
577
- [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/stop", 200],
578
- },
455
+ { [_h]: ["POST", "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/stop", 200] },
579
456
  () => StopSuiteRunRequest,
580
457
  () => StopSuiteRunResponse,
581
458
  ];
@@ -583,9 +460,7 @@ export var TagResource = [
583
460
  9,
584
461
  n0,
585
462
  _TRa,
586
- {
587
- [_h]: ["POST", "/tags/{resourceArn}", 200],
588
- },
463
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
589
464
  () => TagResourceRequest,
590
465
  () => TagResourceResponse,
591
466
  ];
@@ -593,9 +468,7 @@ export var UntagResource = [
593
468
  9,
594
469
  n0,
595
470
  _UR,
596
- {
597
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
598
- },
471
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
599
472
  () => UntagResourceRequest,
600
473
  () => UntagResourceResponse,
601
474
  ];
@@ -603,9 +476,7 @@ export var UpdateSuiteDefinition = [
603
476
  9,
604
477
  n0,
605
478
  _USD,
606
- {
607
- [_h]: ["PATCH", "/suiteDefinitions/{suiteDefinitionId}", 200],
608
- },
479
+ { [_h]: ["PATCH", "/suiteDefinitions/{suiteDefinitionId}", 200] },
609
480
  () => UpdateSuiteDefinitionRequest,
610
481
  () => UpdateSuiteDefinitionResponse,
611
482
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput } from "./commands/CreateSuiteDefinitionCommand";
3
3
  import { DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput } from "./commands/DeleteSuiteDefinitionCommand";
4
4
  import { GetEndpointCommandInput, GetEndpointCommandOutput } from "./commands/GetEndpointCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, 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
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput } from "./commands/CreateSuiteDefinitionCommand";
11
11
  import { DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput } from "./commands/DeleteSuiteDefinitionCommand";
12
12
  import { GetEndpointCommandInput, GetEndpointCommandOutput } from "./commands/GetEndpointCommand";
@@ -22,7 +22,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
22
22
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
23
23
  import { UpdateSuiteDefinitionCommandInput, UpdateSuiteDefinitionCommandOutput } from "./commands/UpdateSuiteDefinitionCommand";
24
24
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
25
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
25
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
26
26
  export { __Client };
27
27
  /**
28
28
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { IotDeviceAdvisorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { IotDeviceAdvisorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig } from "../IotDeviceAdvisorClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type IotDeviceAdvisorClientResolvedConfig } from "../IotDeviceAdvisorClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { CreateSuiteDefinitionRequest, CreateSuiteDefinitionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { CreateSuiteDefinitionRequest, CreateSuiteDefinitionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { DeleteSuiteDefinitionRequest, DeleteSuiteDefinitionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { DeleteSuiteDefinitionRequest, DeleteSuiteDefinitionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { GetEndpointRequest, GetEndpointResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { GetEndpointRequest, GetEndpointResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { GetSuiteDefinitionRequest, GetSuiteDefinitionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { GetSuiteDefinitionRequest, GetSuiteDefinitionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { GetSuiteRunReportRequest, GetSuiteRunReportResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { GetSuiteRunReportRequest, GetSuiteRunReportResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
- import { UpdateSuiteDefinitionRequest, UpdateSuiteDefinitionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
4
+ import type { UpdateSuiteDefinitionRequest, UpdateSuiteDefinitionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
+ /**
12
+ * @public
13
+ */
11
14
  export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
15
  defaultSigningName: string;
13
16
  };
17
+ /**
18
+ * @internal
19
+ */
14
20
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
15
24
  export declare const commonParams: {
16
25
  readonly UseFIPS: {
17
26
  readonly type: "builtInParams";
@@ -30,6 +39,9 @@ export declare const commonParams: {
30
39
  readonly name: "useDualstackEndpoint";
31
40
  };
32
41
  };
42
+ /**
43
+ * @internal
44
+ */
33
45
  export interface EndpointParameters extends __EndpointParameters {
34
46
  Region?: string | undefined;
35
47
  UseDualStack?: boolean | undefined;
@@ -1,5 +1,8 @@
1
- import { EndpointV2, Logger } from "@smithy/types";
2
- import { EndpointParameters } from "./EndpointParameters";
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
7
  logger?: Logger;
5
8
  }) => EndpointV2;
@@ -1,7 +1,7 @@
1
- import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
- import { DefaultExtensionConfiguration } from "@smithy/types";
4
- import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
1
+ import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import type { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
6
6
  * @internal
7
7
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { IotDeviceAdvisorServiceException as __BaseException } from "./IotDeviceAdvisorServiceException";
3
3
  /**
4
4
  * <p>Sends a Conflict Exception.</p>