@aws-sdk/client-timestream-query 3.940.0 → 3.946.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 (45) hide show
  1. package/dist-cjs/index.js +9 -93
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/TimestreamQueryClient.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 +9 -93
  8. package/dist-types/TimestreamQuery.d.ts +1 -1
  9. package/dist-types/TimestreamQueryClient.d.ts +11 -11
  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/CancelQueryCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +3 -3
  14. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +3 -3
  15. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +3 -3
  16. package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
  17. package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +3 -3
  18. package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +3 -3
  19. package/dist-types/commands/ListScheduledQueriesCommand.d.ts +3 -3
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  21. package/dist-types/commands/PrepareQueryCommand.d.ts +3 -3
  22. package/dist-types/commands/QueryCommand.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/UpdateAccountSettingsCommand.d.ts +3 -3
  26. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +3 -3
  27. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  28. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  29. package/dist-types/extensionConfiguration.d.ts +4 -4
  30. package/dist-types/models/TimestreamQueryServiceException.d.ts +1 -1
  31. package/dist-types/models/errors.d.ts +1 -1
  32. package/dist-types/pagination/Interfaces.d.ts +1 -1
  33. package/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  35. package/dist-types/pagination/QueryPaginator.d.ts +1 -1
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  37. package/dist-types/runtimeConfig.d.ts +1 -1
  38. package/dist-types/runtimeConfig.native.d.ts +1 -1
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  40. package/dist-types/runtimeExtensions.d.ts +1 -1
  41. package/dist-types/schemas/schemas_0.d.ts +1 -1
  42. package/dist-types/ts3.4/TimestreamQueryClient.d.ts +4 -4
  43. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  44. package/dist-types/ts3.4/models/TimestreamQueryServiceException.d.ts +1 -1
  45. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -385,11 +385,7 @@ var AccessDeniedException = [
385
385
  -3,
386
386
  n0,
387
387
  _ADE,
388
- {
389
- [_e]: _c,
390
- [_hE]: 403,
391
- [_aQE]: [`AccessDenied`, 403],
392
- },
388
+ { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDenied`, 403] },
393
389
  [_M],
394
390
  [0],
395
391
  ];
@@ -405,17 +401,7 @@ var AccountSettingsNotificationConfiguration = [
405
401
  var CancelQueryRequest = [3, n0, _CQR, 0, [_QI], [0]];
406
402
  var CancelQueryResponse = [3, n0, _CQRa, 0, [_CM], [0]];
407
403
  var ColumnInfo = [3, n0, _CI, 0, [_N, _T], [0, () => Type]];
408
- var ConflictException = [
409
- -3,
410
- n0,
411
- _CE,
412
- {
413
- [_e]: _c,
414
- [_hE]: 409,
415
- },
416
- [_M],
417
- [0],
418
- ];
404
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
419
405
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
420
406
  var CreateScheduledQueryRequest = [
421
407
  3,
@@ -486,29 +472,9 @@ var ExecutionStats = [
486
472
  [_ETIM, _DW, _BM, _CBS, _RI, _QRR],
487
473
  [1, 1, 1, 1, 1, 1],
488
474
  ];
489
- var InternalServerException = [
490
- -3,
491
- n0,
492
- _ISE,
493
- {
494
- [_e]: _s,
495
- [_hE]: 500,
496
- },
497
- [_M],
498
- [0],
499
- ];
475
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
500
476
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
501
- var InvalidEndpointException = [
502
- -3,
503
- n0,
504
- _IEE,
505
- {
506
- [_e]: _c,
507
- [_hE]: 421,
508
- },
509
- [_M],
510
- [0],
511
- ];
477
+ var InvalidEndpointException = [-3, n0, _IEE, { [_e]: _c, [_hE]: 421 }, [_M], [0]];
512
478
  schema.TypeRegistry.for(n0).registerError(InvalidEndpointException, InvalidEndpointException$1);
513
479
  var LastUpdate = [3, n0, _LU, 0, [_TQTCU, _S, _SM], [1, 0, 0]];
514
480
  var ListScheduledQueriesRequest = [3, n0, _LSQR, 0, [_MR, _NT], [1, 0]];
@@ -582,17 +548,7 @@ var QueryComputeResponse = [
582
548
  [_CMo, _PC],
583
549
  [0, () => ProvisionedCapacityResponse],
584
550
  ];
585
- var QueryExecutionException = [
586
- -3,
587
- n0,
588
- _QEE,
589
- {
590
- [_e]: _c,
591
- [_hE]: 400,
592
- },
593
- [_M],
594
- [0],
595
- ];
551
+ var QueryExecutionException = [-3, n0, _QEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
596
552
  schema.TypeRegistry.for(n0).registerError(QueryExecutionException, QueryExecutionException$1);
597
553
  var QueryInsights = [3, n0, _QIu, 0, [_Mo], [0]];
598
554
  var QueryInsightsResponse = [
@@ -624,17 +580,7 @@ var QuerySpatialCoverageMax = [3, n0, _QSCM, 0, [_V, _TA, _PK], [1, 0, 64 | 0]];
624
580
  var QueryStatus = [3, n0, _QSu, 0, [_PP, _CBS, _CBM], [1, 1, 1]];
625
581
  var QueryTemporalRange = [3, n0, _QTR, 0, [_Ma], [() => QueryTemporalRangeMax]];
626
582
  var QueryTemporalRangeMax = [3, n0, _QTRM, 0, [_V, _TA], [1, 0]];
627
- var ResourceNotFoundException = [
628
- -3,
629
- n0,
630
- _RNFE,
631
- {
632
- [_e]: _c,
633
- [_hE]: 404,
634
- },
635
- [_M, _SQA],
636
- [0, 0],
637
- ];
583
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _SQA], [0, 0]];
638
584
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
639
585
  var Row = [3, n0, _Ro, 0, [_Da], [() => DatumList]];
640
586
  var S3Configuration = [3, n0, _SCo, 0, [_BN, _OKP, _EO], [0, 0, 0]];
@@ -690,17 +636,7 @@ var ScheduledQueryRunSummary = [
690
636
  [4, 4, 0, () => ExecutionStats, () => ScheduledQueryInsightsResponse, () => ErrorReportLocation, 0],
691
637
  ];
692
638
  var SelectColumn = [3, n0, _SCe, 0, [_N, _T, _DN, _TN, _Al], [0, () => Type, 0, 0, 2]];
693
- var ServiceQuotaExceededException = [
694
- -3,
695
- n0,
696
- _SQEE,
697
- {
698
- [_e]: _c,
699
- [_hE]: 402,
700
- },
701
- [_M],
702
- [0],
703
- ];
639
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
704
640
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
705
641
  var SnsConfiguration = [3, n0, _SC, 0, [_TAo], [0]];
706
642
  var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
@@ -708,17 +644,7 @@ var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
708
644
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
709
645
  var TargetConfiguration = [3, n0, _TC, 0, [_TCi], [() => TimestreamConfiguration]];
710
646
  var TargetDestination = [3, n0, _TD, 0, [_TDi], [() => TimestreamDestination]];
711
- var ThrottlingException = [
712
- -3,
713
- n0,
714
- _TE,
715
- {
716
- [_e]: _c,
717
- [_hE]: 429,
718
- },
719
- [_M],
720
- [0],
721
- ];
647
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
722
648
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
723
649
  var TimeSeriesDataPoint = [3, n0, _TSDP, 0, [_Ti, _V], [0, () => Datum]];
724
650
  var TimestreamConfiguration = [
@@ -757,17 +683,7 @@ var UpdateAccountSettingsResponse = [
757
683
  [1, 0, () => QueryComputeResponse],
758
684
  ];
759
685
  var UpdateScheduledQueryRequest = [3, n0, _USQR, 0, [_SQA, _St], [0, 0]];
760
- var ValidationException = [
761
- -3,
762
- n0,
763
- _VE,
764
- {
765
- [_e]: _c,
766
- [_hE]: 400,
767
- },
768
- [_M],
769
- [0],
770
- ];
686
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
771
687
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
772
688
  var __Unit = "unit";
773
689
  var TimestreamQueryServiceException = [-3, _sm, "TimestreamQueryServiceException", 0, [], []];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -12,14 +12,13 @@ const hash_node_1 = require("@smithy/hash-node");
12
12
  const middleware_retry_1 = require("@smithy/middleware-retry");
13
13
  const node_config_provider_1 = require("@smithy/node-config-provider");
14
14
  const node_http_handler_1 = require("@smithy/node-http-handler");
15
+ const smithy_client_1 = require("@smithy/smithy-client");
15
16
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
17
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
16
18
  const util_retry_1 = require("@smithy/util-retry");
17
19
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
- const smithy_client_1 = require("@smithy/smithy-client");
19
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
20
- const smithy_client_2 = require("@smithy/smithy-client");
21
20
  const getRuntimeConfig = (config) => {
22
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
21
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
23
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
24
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
25
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -7,8 +7,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
7
7
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
8
8
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
9
9
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
10
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
11
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
11
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
12
12
  import { Client as __Client, } from "@smithy/smithy-client";
13
13
  import { defaultTimestreamQueryHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
14
14
  import { DescribeEndpointsCommand, } from "./commands/DescribeEndpointsCommand";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -8,12 +8,11 @@ import { Hash } from "@smithy/hash-node";
8
8
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
9
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
12
  import { calculateBodyLength } from "@smithy/util-body-length-node";
13
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
12
14
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
13
15
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
14
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
15
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
16
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
17
16
  export const getRuntimeConfig = (config) => {
18
17
  emitWarningIfUnsupportedVersion(process.version);
19
18
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -219,11 +219,7 @@ export var AccessDeniedException = [
219
219
  -3,
220
220
  n0,
221
221
  _ADE,
222
- {
223
- [_e]: _c,
224
- [_hE]: 403,
225
- [_aQE]: [`AccessDenied`, 403],
226
- },
222
+ { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDenied`, 403] },
227
223
  [_M],
228
224
  [0],
229
225
  ];
@@ -239,17 +235,7 @@ export var AccountSettingsNotificationConfiguration = [
239
235
  export var CancelQueryRequest = [3, n0, _CQR, 0, [_QI], [0]];
240
236
  export var CancelQueryResponse = [3, n0, _CQRa, 0, [_CM], [0]];
241
237
  export var ColumnInfo = [3, n0, _CI, 0, [_N, _T], [0, () => Type]];
242
- export var ConflictException = [
243
- -3,
244
- n0,
245
- _CE,
246
- {
247
- [_e]: _c,
248
- [_hE]: 409,
249
- },
250
- [_M],
251
- [0],
252
- ];
238
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
253
239
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
254
240
  export var CreateScheduledQueryRequest = [
255
241
  3,
@@ -320,29 +306,9 @@ export var ExecutionStats = [
320
306
  [_ETIM, _DW, _BM, _CBS, _RI, _QRR],
321
307
  [1, 1, 1, 1, 1, 1],
322
308
  ];
323
- export var InternalServerException = [
324
- -3,
325
- n0,
326
- _ISE,
327
- {
328
- [_e]: _s,
329
- [_hE]: 500,
330
- },
331
- [_M],
332
- [0],
333
- ];
309
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
334
310
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
335
- export var InvalidEndpointException = [
336
- -3,
337
- n0,
338
- _IEE,
339
- {
340
- [_e]: _c,
341
- [_hE]: 421,
342
- },
343
- [_M],
344
- [0],
345
- ];
311
+ export var InvalidEndpointException = [-3, n0, _IEE, { [_e]: _c, [_hE]: 421 }, [_M], [0]];
346
312
  TypeRegistry.for(n0).registerError(InvalidEndpointException, __InvalidEndpointException);
347
313
  export var LastUpdate = [3, n0, _LU, 0, [_TQTCU, _S, _SM], [1, 0, 0]];
348
314
  export var ListScheduledQueriesRequest = [3, n0, _LSQR, 0, [_MR, _NT], [1, 0]];
@@ -416,17 +382,7 @@ export var QueryComputeResponse = [
416
382
  [_CMo, _PC],
417
383
  [0, () => ProvisionedCapacityResponse],
418
384
  ];
419
- export var QueryExecutionException = [
420
- -3,
421
- n0,
422
- _QEE,
423
- {
424
- [_e]: _c,
425
- [_hE]: 400,
426
- },
427
- [_M],
428
- [0],
429
- ];
385
+ export var QueryExecutionException = [-3, n0, _QEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
430
386
  TypeRegistry.for(n0).registerError(QueryExecutionException, __QueryExecutionException);
431
387
  export var QueryInsights = [3, n0, _QIu, 0, [_Mo], [0]];
432
388
  export var QueryInsightsResponse = [
@@ -458,17 +414,7 @@ export var QuerySpatialCoverageMax = [3, n0, _QSCM, 0, [_V, _TA, _PK], [1, 0, 64
458
414
  export var QueryStatus = [3, n0, _QSu, 0, [_PP, _CBS, _CBM], [1, 1, 1]];
459
415
  export var QueryTemporalRange = [3, n0, _QTR, 0, [_Ma], [() => QueryTemporalRangeMax]];
460
416
  export var QueryTemporalRangeMax = [3, n0, _QTRM, 0, [_V, _TA], [1, 0]];
461
- export var ResourceNotFoundException = [
462
- -3,
463
- n0,
464
- _RNFE,
465
- {
466
- [_e]: _c,
467
- [_hE]: 404,
468
- },
469
- [_M, _SQA],
470
- [0, 0],
471
- ];
417
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _SQA], [0, 0]];
472
418
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
473
419
  export var Row = [3, n0, _Ro, 0, [_Da], [() => DatumList]];
474
420
  export var S3Configuration = [3, n0, _SCo, 0, [_BN, _OKP, _EO], [0, 0, 0]];
@@ -524,17 +470,7 @@ export var ScheduledQueryRunSummary = [
524
470
  [4, 4, 0, () => ExecutionStats, () => ScheduledQueryInsightsResponse, () => ErrorReportLocation, 0],
525
471
  ];
526
472
  export var SelectColumn = [3, n0, _SCe, 0, [_N, _T, _DN, _TN, _Al], [0, () => Type, 0, 0, 2]];
527
- export var ServiceQuotaExceededException = [
528
- -3,
529
- n0,
530
- _SQEE,
531
- {
532
- [_e]: _c,
533
- [_hE]: 402,
534
- },
535
- [_M],
536
- [0],
537
- ];
473
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
538
474
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
539
475
  export var SnsConfiguration = [3, n0, _SC, 0, [_TAo], [0]];
540
476
  export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
@@ -542,17 +478,7 @@ export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList
542
478
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
543
479
  export var TargetConfiguration = [3, n0, _TC, 0, [_TCi], [() => TimestreamConfiguration]];
544
480
  export var TargetDestination = [3, n0, _TD, 0, [_TDi], [() => TimestreamDestination]];
545
- export var ThrottlingException = [
546
- -3,
547
- n0,
548
- _TE,
549
- {
550
- [_e]: _c,
551
- [_hE]: 429,
552
- },
553
- [_M],
554
- [0],
555
- ];
481
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
556
482
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
557
483
  export var TimeSeriesDataPoint = [3, n0, _TSDP, 0, [_Ti, _V], [0, () => Datum]];
558
484
  export var TimestreamConfiguration = [
@@ -591,17 +517,7 @@ export var UpdateAccountSettingsResponse = [
591
517
  [1, 0, () => QueryComputeResponse],
592
518
  ];
593
519
  export var UpdateScheduledQueryRequest = [3, n0, _USQR, 0, [_SQA, _St], [0, 0]];
594
- export var ValidationException = [
595
- -3,
596
- n0,
597
- _VE,
598
- {
599
- [_e]: _c,
600
- [_hE]: 400,
601
- },
602
- [_M],
603
- [0],
604
- ];
520
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
605
521
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
606
522
  export var __Unit = "unit";
607
523
  export var TimestreamQueryServiceException = [-3, _sm, "TimestreamQueryServiceException", 0, [], []];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
3
3
  import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
4
4
  import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
@@ -1,13 +1,13 @@
1
- import { EndpointDiscoveryInputConfig, EndpointDiscoveryResolvedConfig } from "@aws-sdk/middleware-endpoint-discovery";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
4
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
5
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
6
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
7
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
9
- 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";
10
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type EndpointDiscoveryInputConfig, type EndpointDiscoveryResolvedConfig } from "@aws-sdk/middleware-endpoint-discovery";
2
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
6
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
9
+ 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 StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider as __Provider, Provider, UserAgent as __UserAgent } from "@smithy/types";
10
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
11
  import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
12
12
  import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
13
13
  import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
@@ -24,7 +24,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
24
24
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
25
25
  import { UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
26
26
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
27
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
27
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
28
28
  export { __Client };
29
29
  /**
30
30
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { TimestreamQueryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { TimestreamQueryHttpAuthSchemeProvider } 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 { TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { CreateScheduledQueryRequest, CreateScheduledQueryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateScheduledQueryRequest, CreateScheduledQueryResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { DeleteScheduledQueryRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteScheduledQueryRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { DescribeScheduledQueryRequest, DescribeScheduledQueryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeScheduledQueryRequest, DescribeScheduledQueryResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { ExecuteScheduledQueryRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ExecuteScheduledQueryRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { ListScheduledQueriesRequest, ListScheduledQueriesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListScheduledQueriesRequest, ListScheduledQueriesResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { PrepareQueryRequest, PrepareQueryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { PrepareQueryRequest, PrepareQueryResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { QueryRequest, QueryResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { QueryRequest, QueryResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { UpdateScheduledQueryRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateScheduledQueryRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
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 { TimestreamQueryServiceException as __BaseException } from "./TimestreamQueryServiceException";
3
3
  /**
4
4
  * <p>You do not have the necessary permissions to access the account settings.</p>
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@smithy/types";
1
+ import type { PaginationConfiguration } from "@smithy/types";
2
2
  import { TimestreamQueryClient } from "../TimestreamQueryClient";
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput } from "../commands/ListScheduledQueriesCommand";
3
3
  import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
3
3
  import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand";
3
3
  import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
- import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
2
+ import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
- import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
2
+ import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
1
+ import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
1
+ import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { TimestreamQueryExtensionConfiguration } from "./extensionConfiguration";
1
+ import type { TimestreamQueryExtensionConfiguration } from "./extensionConfiguration";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,4 +1,4 @@
1
- import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
2
  export declare var ClientRequestToken: StaticSimpleSchema;
3
3
  export declare var ClientToken: StaticSimpleSchema;
4
4
  export declare var QueryString: StaticSimpleSchema;
@@ -24,13 +24,12 @@ import {
24
24
  } from "@smithy/middleware-retry";
25
25
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
26
26
  import {
27
- Client as __Client,
28
27
  DefaultsMode as __DefaultsMode,
29
28
  SmithyConfiguration as __SmithyConfiguration,
30
29
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
30
+ Client as __Client,
31
31
  } from "@smithy/smithy-client";
32
32
  import {
33
- AwsCredentialIdentityProvider,
34
33
  BodyLengthCalculator as __BodyLengthCalculator,
35
34
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
36
35
  ChecksumConstructor as __ChecksumConstructor,
@@ -42,10 +41,11 @@ import {
42
41
  HttpRequest,
43
42
  HttpResponse,
44
43
  Logger as __Logger,
45
- Provider as __Provider,
46
- Provider,
47
44
  StreamCollector as __StreamCollector,
48
45
  UrlParser as __UrlParser,
46
+ AwsCredentialIdentityProvider,
47
+ Provider as __Provider,
48
+ Provider,
49
49
  UserAgent as __UserAgent,
50
50
  } from "@smithy/types";
51
51
  import {
@@ -1,7 +1,7 @@
1
1
  import {
2
+ HttpAuthScheme,
2
3
  AwsCredentialIdentity,
3
4
  AwsCredentialIdentityProvider,
4
- HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { TimestreamQueryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -1,6 +1,6 @@
1
1
  import {
2
- ServiceException as __ServiceException,
3
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
+ ServiceException as __ServiceException,
4
4
  } from "@smithy/smithy-client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-timestream-query",
3
3
  "description": "AWS SDK for JavaScript Timestream Query Client for Node.js, Browser and React Native",
4
- "version": "3.940.0",
4
+ "version": "3.946.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-timestream-query",
@@ -11,7 +11,8 @@
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo timestream-query"
14
+ "generate:client": "node ../../scripts/generate-clients/single-service --solo timestream-query",
15
+ "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
17
18
  "types": "./dist-types/index.d.ts",
@@ -20,39 +21,39 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "5.2.0",
22
23
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.940.0",
24
- "@aws-sdk/credential-provider-node": "3.940.0",
24
+ "@aws-sdk/core": "3.946.0",
25
+ "@aws-sdk/credential-provider-node": "3.946.0",
25
26
  "@aws-sdk/middleware-endpoint-discovery": "3.936.0",
26
27
  "@aws-sdk/middleware-host-header": "3.936.0",
27
28
  "@aws-sdk/middleware-logger": "3.936.0",
28
29
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
29
- "@aws-sdk/middleware-user-agent": "3.940.0",
30
+ "@aws-sdk/middleware-user-agent": "3.946.0",
30
31
  "@aws-sdk/region-config-resolver": "3.936.0",
31
32
  "@aws-sdk/types": "3.936.0",
32
33
  "@aws-sdk/util-endpoints": "3.936.0",
33
34
  "@aws-sdk/util-user-agent-browser": "3.936.0",
34
- "@aws-sdk/util-user-agent-node": "3.940.0",
35
+ "@aws-sdk/util-user-agent-node": "3.946.0",
35
36
  "@smithy/config-resolver": "^4.4.3",
36
- "@smithy/core": "^3.18.5",
37
+ "@smithy/core": "^3.18.7",
37
38
  "@smithy/fetch-http-handler": "^5.3.6",
38
39
  "@smithy/hash-node": "^4.2.5",
39
40
  "@smithy/invalid-dependency": "^4.2.5",
40
41
  "@smithy/middleware-content-length": "^4.2.5",
41
- "@smithy/middleware-endpoint": "^4.3.12",
42
- "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-endpoint": "^4.3.14",
43
+ "@smithy/middleware-retry": "^4.4.14",
43
44
  "@smithy/middleware-serde": "^4.2.6",
44
45
  "@smithy/middleware-stack": "^4.2.5",
45
46
  "@smithy/node-config-provider": "^4.3.5",
46
47
  "@smithy/node-http-handler": "^4.4.5",
47
48
  "@smithy/protocol-http": "^5.3.5",
48
- "@smithy/smithy-client": "^4.9.8",
49
+ "@smithy/smithy-client": "^4.9.10",
49
50
  "@smithy/types": "^4.9.0",
50
51
  "@smithy/url-parser": "^4.2.5",
51
52
  "@smithy/util-base64": "^4.3.0",
52
53
  "@smithy/util-body-length-browser": "^4.2.0",
53
54
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.11",
55
- "@smithy/util-defaults-mode-node": "^4.2.14",
55
+ "@smithy/util-defaults-mode-browser": "^4.3.13",
56
+ "@smithy/util-defaults-mode-node": "^4.2.16",
56
57
  "@smithy/util-endpoints": "^3.2.5",
57
58
  "@smithy/util-middleware": "^4.2.5",
58
59
  "@smithy/util-retry": "^4.2.5",