@aws-sdk/client-timestream-query 3.803.0 → 3.804.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 (36) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-es/protocols/Aws_json1_0.js +1 -1
  4. package/dist-types/commands/CancelQueryCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +1 -1
  7. package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +1 -1
  8. package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +1 -1
  9. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  10. package/dist-types/commands/PrepareQueryCommand.d.ts +1 -1
  11. package/dist-types/commands/QueryCommand.d.ts +1 -1
  12. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  13. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  14. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +1 -1
  15. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  16. package/dist-types/runtimeConfig.browser.d.ts +18 -18
  17. package/dist-types/runtimeConfig.d.ts +17 -17
  18. package/dist-types/runtimeConfig.native.d.ts +19 -19
  19. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  20. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +1 -1
  21. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +1 -1
  22. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +1 -1
  23. package/dist-types/ts3.4/commands/DescribeScheduledQueryCommand.d.ts +1 -1
  24. package/dist-types/ts3.4/commands/ExecuteScheduledQueryCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/PrepareQueryCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -33
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +21 -30
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +24 -34
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  36. package/package.json +20 -20
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const s = "required", t = "fn", u = "argv", v = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
+ const y = "required", z = "type", A = "fn", B = "argv", C = "ref", D = "properties", E = "headers";
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "aws-us-gov", j = { [y]: false, [z]: "String" }, k = { [y]: true, "default": false, [z]: "Boolean" }, l = { [C]: "Endpoint" }, m = { [A]: c, [B]: [{ [C]: "UseFIPS" }, true] }, n = { [A]: c, [B]: [{ [C]: "UseDualStack" }, true] }, o = {}, p = { [A]: "getAttr", [B]: [{ [C]: g }, "supportsFIPS"] }, q = { [A]: c, [B]: [true, { [A]: "getAttr", [B]: [{ [C]: g }, "supportsDualStack"] }] }, r = { [A]: "getAttr", [B]: [{ [C]: g }, "name"] }, s = { "conditions": [{ [A]: h, [B]: [i, r] }], [e]: { "url": "https://timestream-query.{Region}.api.aws", [D]: {}, [E]: {} }, [z]: e }, t = { "url": "https://timestream-query.{Region}.api.aws", [D]: {}, [E]: {} }, u = [m], v = [n], w = [{ [C]: "Region" }], x = [{ [A]: h, [B]: ["aws", r] }];
6
+ const _data = { version: "1.0", parameters: { Region: j, UseDualStack: k, UseFIPS: k, Endpoint: j }, rules: [{ conditions: [{ [A]: b, [B]: [l] }], rules: [{ conditions: u, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [z]: d }, { conditions: v, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [z]: d }, { endpoint: { url: l, [D]: o, [E]: o }, [z]: e }], [z]: f }, { conditions: [{ [A]: b, [B]: w }], rules: [{ conditions: [{ [A]: "aws.partition", [B]: w, assign: g }], rules: [{ conditions: [m, n], rules: [{ conditions: [{ [A]: c, [B]: [a, p] }, q], rules: [{ conditions: x, endpoint: { url: "https://timestream-query-fips.{Region}.api.aws", [D]: o, [E]: o }, [z]: e }, s, { endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [z]: d }], [z]: f }, { conditions: u, rules: [{ conditions: [{ [A]: c, [B]: [p, a] }], rules: [{ conditions: [{ [A]: h, [B]: [r, i] }], endpoint: { url: "https://query.timestream.{Region}.amazonaws.com", [D]: o, [E]: o }, [z]: e }, { endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }, { error: "FIPS is enabled but this partition does not support FIPS", [z]: d }], [z]: f }, { conditions: v, rules: [{ conditions: [q], rules: [{ conditions: x, endpoint: t, [z]: e }, s, { endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }, { error: "DualStack is enabled but this partition does not support DualStack", [z]: d }], [z]: f }, { endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }], [z]: f }, { error: "Invalid Configuration: Missing Region", [z]: d }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const s = "required", t = "fn", u = "argv", v = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
3
- const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
1
+ const y = "required", z = "type", A = "fn", B = "argv", C = "ref", D = "properties", E = "headers";
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "aws-us-gov", j = { [y]: false, [z]: "String" }, k = { [y]: true, "default": false, [z]: "Boolean" }, l = { [C]: "Endpoint" }, m = { [A]: c, [B]: [{ [C]: "UseFIPS" }, true] }, n = { [A]: c, [B]: [{ [C]: "UseDualStack" }, true] }, o = {}, p = { [A]: "getAttr", [B]: [{ [C]: g }, "supportsFIPS"] }, q = { [A]: c, [B]: [true, { [A]: "getAttr", [B]: [{ [C]: g }, "supportsDualStack"] }] }, r = { [A]: "getAttr", [B]: [{ [C]: g }, "name"] }, s = { "conditions": [{ [A]: h, [B]: [i, r] }], [e]: { "url": "https://timestream-query.{Region}.api.aws", [D]: {}, [E]: {} }, [z]: e }, t = { "url": "https://timestream-query.{Region}.api.aws", [D]: {}, [E]: {} }, u = [m], v = [n], w = [{ [C]: "Region" }], x = [{ [A]: h, [B]: ["aws", r] }];
3
+ const _data = { version: "1.0", parameters: { Region: j, UseDualStack: k, UseFIPS: k, Endpoint: j }, rules: [{ conditions: [{ [A]: b, [B]: [l] }], rules: [{ conditions: u, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [z]: d }, { conditions: v, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [z]: d }, { endpoint: { url: l, [D]: o, [E]: o }, [z]: e }], [z]: f }, { conditions: [{ [A]: b, [B]: w }], rules: [{ conditions: [{ [A]: "aws.partition", [B]: w, assign: g }], rules: [{ conditions: [m, n], rules: [{ conditions: [{ [A]: c, [B]: [a, p] }, q], rules: [{ conditions: x, endpoint: { url: "https://timestream-query-fips.{Region}.api.aws", [D]: o, [E]: o }, [z]: e }, s, { endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [z]: d }], [z]: f }, { conditions: u, rules: [{ conditions: [{ [A]: c, [B]: [p, a] }], rules: [{ conditions: [{ [A]: h, [B]: [r, i] }], endpoint: { url: "https://query.timestream.{Region}.amazonaws.com", [D]: o, [E]: o }, [z]: e }, { endpoint: { url: "https://query.timestream-fips.{Region}.{PartitionResult#dnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }, { error: "FIPS is enabled but this partition does not support FIPS", [z]: d }], [z]: f }, { conditions: v, rules: [{ conditions: [q], rules: [{ conditions: x, endpoint: t, [z]: e }, s, { endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dualStackDnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }, { error: "DualStack is enabled but this partition does not support DualStack", [z]: d }], [z]: f }, { endpoint: { url: "https://query.timestream.{Region}.{PartitionResult#dnsSuffix}", [D]: o, [E]: o }, [z]: e }], [z]: f }], [z]: f }, { error: "Invalid Configuration: Missing Region", [z]: d }] };
4
4
  export const ruleSet = _data;
@@ -421,7 +421,7 @@ const se_CreateScheduledQueryRequest = (input, context) => {
421
421
  const se_ExecuteScheduledQueryRequest = (input, context) => {
422
422
  return take(input, {
423
423
  ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
424
- InvocationTime: (_) => _.getTime() / 1000,
424
+ InvocationTime: (_) => _.getTime() / 1_000,
425
425
  QueryInsights: _json,
426
426
  ScheduledQueryArn: [],
427
427
  });
@@ -23,7 +23,7 @@ export interface CancelQueryCommandOutput extends CancelQueryResponse, __Metadat
23
23
  }
24
24
  declare const CancelQueryCommand_base: {
25
25
  new (input: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateScheduledQueryCommandOutput extends CreateScheduledQueryR
23
23
  }
24
24
  declare const CreateScheduledQueryCommand_base: {
25
25
  new (input: CreateScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteScheduledQueryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteScheduledQueryCommand_base: {
25
25
  new (input: DeleteScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeScheduledQueryCommandOutput extends DescribeScheduledQu
23
23
  }
24
24
  declare const DescribeScheduledQueryCommand_base: {
25
25
  new (input: DescribeScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExecuteScheduledQueryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const ExecuteScheduledQueryCommand_base: {
25
25
  new (input: ExecuteScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExecuteScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExecuteScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PrepareQueryCommandOutput extends PrepareQueryResponse, __Metad
23
23
  }
24
24
  declare const PrepareQueryCommand_base: {
25
25
  new (input: PrepareQueryCommandInput): import("@smithy/smithy-client").CommandImpl<PrepareQueryCommandInput, PrepareQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PrepareQueryCommandInput): import("@smithy/smithy-client").CommandImpl<PrepareQueryCommandInput, PrepareQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PrepareQueryCommandInput): import("@smithy/smithy-client").CommandImpl<PrepareQueryCommandInput, PrepareQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const QueryCommand_base: {
25
25
  new (input: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<QueryCommandInput, QueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<QueryCommandInput, QueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<QueryCommandInput, QueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
25
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateScheduledQueryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateScheduledQueryCommand_base: {
25
25
  new (input: UpdateScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<any>;
@@ -22,32 +22,32 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
22
22
  cacheMiddleware?: boolean | undefined;
23
23
  urlParser: import("@smithy/types").UrlParser;
24
24
  base64Decoder: import("@smithy/types").Decoder;
25
- base64Encoder: (_input: string | Uint8Array) => string;
25
+ base64Encoder: (_input: Uint8Array | string) => string;
26
26
  utf8Decoder: import("@smithy/types").Decoder;
27
- utf8Encoder: (input: string | Uint8Array) => string;
27
+ utf8Encoder: (input: Uint8Array | string) => string;
28
28
  disableHostPrefix: boolean;
29
29
  serviceId: string;
30
- profile?: string | undefined;
30
+ profile?: string;
31
31
  logger: import("@smithy/types").Logger;
32
32
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
34
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
33
+ customUserAgent?: string | import("@smithy/types").UserAgent;
34
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
36
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
37
37
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
38
- logger?: import("@smithy/types").Logger | undefined;
38
+ logger?: import("@smithy/types").Logger;
39
39
  }) => import("@smithy/types").EndpointV2;
40
- tls?: boolean | undefined;
41
- serviceConfiguredEndpoint?: undefined;
42
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
40
+ tls?: boolean;
41
+ serviceConfiguredEndpoint?: never;
42
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
43
43
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
44
44
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
45
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
46
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
47
- signingEscapePath?: boolean | undefined;
48
- systemClockOffset?: number | undefined;
49
- signingRegion?: string | undefined;
50
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
51
- endpointCacheSize?: number | undefined;
45
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
46
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
47
+ signingEscapePath?: boolean;
48
+ systemClockOffset?: number;
49
+ signingRegion?: string;
50
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
51
+ endpointCacheSize?: number;
52
52
  endpointDiscoveryEnabled?: boolean | undefined;
53
53
  };
@@ -8,8 +8,8 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
15
15
  region: string | import("@smithy/types").Provider<string>;
@@ -24,30 +24,30 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
24
24
  cacheMiddleware?: boolean | undefined;
25
25
  urlParser: import("@smithy/types").UrlParser;
26
26
  base64Decoder: import("@smithy/types").Decoder;
27
- base64Encoder: (_input: string | Uint8Array) => string;
27
+ base64Encoder: (_input: Uint8Array | string) => string;
28
28
  utf8Decoder: import("@smithy/types").Decoder;
29
- utf8Encoder: (input: string | Uint8Array) => string;
29
+ utf8Encoder: (input: Uint8Array | string) => string;
30
30
  disableHostPrefix: boolean;
31
31
  serviceId: string;
32
- profile?: string | undefined;
32
+ profile?: string;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ customUserAgent?: string | import("@smithy/types").UserAgent;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
38
38
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
39
- logger?: import("@smithy/types").Logger | undefined;
39
+ logger?: import("@smithy/types").Logger;
40
40
  }) => import("@smithy/types").EndpointV2;
41
- tls?: boolean | undefined;
42
- serviceConfiguredEndpoint?: undefined;
41
+ tls?: boolean;
42
+ serviceConfiguredEndpoint?: never;
43
43
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
44
44
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
45
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
46
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
47
- signingEscapePath?: boolean | undefined;
48
- systemClockOffset?: number | undefined;
49
- signingRegion?: string | undefined;
50
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
51
- endpointCacheSize?: number | undefined;
45
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
46
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
47
+ signingEscapePath?: boolean;
48
+ systemClockOffset?: number;
49
+ signingRegion?: string;
50
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
51
+ endpointCacheSize?: number;
52
52
  endpointDiscoveryEnabled?: boolean | undefined;
53
53
  };
@@ -7,21 +7,21 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
- cacheMiddleware?: boolean | undefined;
10
+ cacheMiddleware?: boolean;
11
11
  urlParser: import("@smithy/types").UrlParser;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
13
  streamCollector: import("@smithy/types").StreamCollector;
14
14
  base64Decoder: import("@smithy/types").Decoder;
15
- base64Encoder: (_input: string | Uint8Array) => string;
15
+ base64Encoder: (_input: Uint8Array | string) => string;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
- utf8Encoder: (input: string | Uint8Array) => string;
17
+ utf8Encoder: (input: Uint8Array | string) => string;
18
18
  disableHostPrefix: boolean;
19
19
  serviceId: string;
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
- profile?: string | undefined;
24
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
23
+ profile?: string;
24
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
25
25
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -29,24 +29,24 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
30
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
31
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
32
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
33
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
32
+ customUserAgent?: string | import("@smithy/types").UserAgent;
33
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
35
35
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
36
36
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
37
- logger?: import("@smithy/types").Logger | undefined;
37
+ logger?: import("@smithy/types").Logger;
38
38
  }) => import("@smithy/types").EndpointV2;
39
- tls?: boolean | undefined;
40
- serviceConfiguredEndpoint?: undefined;
41
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
39
+ tls?: boolean;
40
+ serviceConfiguredEndpoint?: never;
41
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
42
42
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
43
43
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
44
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
45
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
46
- signingEscapePath?: boolean | undefined;
47
- systemClockOffset?: number | undefined;
48
- signingRegion?: string | undefined;
49
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
50
- endpointCacheSize?: number | undefined;
44
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
45
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
46
+ signingEscapePath?: boolean;
47
+ systemClockOffset?: number;
48
+ signingRegion?: string;
49
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
50
+ endpointCacheSize?: number;
51
51
  endpointDiscoveryEnabled?: boolean | undefined;
52
52
  };
@@ -5,10 +5,10 @@ import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
5
5
  export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: (_input: string | Uint8Array) => string;
8
+ base64Encoder: (_input: Uint8Array | string) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@smithy/types").Logger | undefined;
11
+ logger?: import("@smithy/types").Logger;
12
12
  }) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: (input: string | Uint8Array) => string;
20
+ utf8Encoder: (input: Uint8Array | string) => string;
21
21
  };
@@ -23,7 +23,7 @@ declare const CancelQueryCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: CancelQueryCommandInput
26
+ input: CancelQueryCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  CancelQueryCommandInput,
29
29
  CancelQueryCommandOutput,
@@ -27,7 +27,7 @@ declare const CreateScheduledQueryCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateScheduledQueryCommandInput
30
+ input: CreateScheduledQueryCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateScheduledQueryCommandInput,
33
33
  CreateScheduledQueryCommandOutput,
@@ -22,7 +22,7 @@ declare const DeleteScheduledQueryCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: DeleteScheduledQueryCommandInput
25
+ input: DeleteScheduledQueryCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  DeleteScheduledQueryCommandInput,
28
28
  DeleteScheduledQueryCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeScheduledQueryCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeScheduledQueryCommandInput
30
+ input: DescribeScheduledQueryCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeScheduledQueryCommandInput,
33
33
  DescribeScheduledQueryCommandOutput,
@@ -22,7 +22,7 @@ declare const ExecuteScheduledQueryCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: ExecuteScheduledQueryCommandInput
25
+ input: ExecuteScheduledQueryCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  ExecuteScheduledQueryCommandInput,
28
28
  ExecuteScheduledQueryCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTagsForResourceCommandInput
30
+ input: ListTagsForResourceCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
@@ -23,7 +23,7 @@ declare const PrepareQueryCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PrepareQueryCommandInput
26
+ input: PrepareQueryCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PrepareQueryCommandInput,
29
29
  PrepareQueryCommandOutput,
@@ -18,7 +18,7 @@ declare const QueryCommand_base: {
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (__0_0: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<
22
22
  QueryCommandInput,
23
23
  QueryCommandOutput,
24
24
  TimestreamQueryClientResolvedConfig,
@@ -23,7 +23,7 @@ declare const TagResourceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: TagResourceCommandInput
26
+ input: TagResourceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
@@ -26,7 +26,7 @@ declare const UntagResourceCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UntagResourceCommandInput
29
+ input: UntagResourceCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UntagResourceCommandInput,
32
32
  UntagResourceCommandOutput,
@@ -22,7 +22,7 @@ declare const UpdateScheduledQueryCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: UpdateScheduledQueryCommandInput
25
+ input: UpdateScheduledQueryCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  UpdateScheduledQueryCommandInput,
28
28
  UpdateScheduledQueryCommandOutput,
@@ -21,10 +21,7 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
21
21
  };
22
22
  export declare const resolveClientEndpointParameters: <T>(
23
23
  options: T & ClientInputEndpointParameters
24
- ) => T &
25
- ClientInputEndpointParameters & {
26
- defaultSigningName: string;
27
- };
24
+ ) => T & ClientResolvedEndpointParameters;
28
25
  export declare const commonParams: {
29
26
  readonly UseFIPS: {
30
27
  readonly type: "builtInParams";
@@ -14,9 +14,7 @@ export declare const getRuntimeConfig: (
14
14
  _: unknown
15
15
  ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
16
  defaultUserAgentProvider: (
17
- config?:
18
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
19
- | undefined
17
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
20
18
  ) => Promise<import("@smithy/types").UserAgent>;
21
19
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
22
20
  boolean | undefined
@@ -35,23 +33,22 @@ export declare const getRuntimeConfig: (
35
33
  cacheMiddleware?: boolean | undefined;
36
34
  urlParser: import("@smithy/types").UrlParser;
37
35
  base64Decoder: import("@smithy/types").Decoder;
38
- base64Encoder: (_input: string | Uint8Array) => string;
36
+ base64Encoder: (_input: Uint8Array | string) => string;
39
37
  utf8Decoder: import("@smithy/types").Decoder;
40
- utf8Encoder: (input: string | Uint8Array) => string;
38
+ utf8Encoder: (input: Uint8Array | string) => string;
41
39
  disableHostPrefix: boolean;
42
40
  serviceId: string;
43
- profile?: string | undefined;
41
+ profile?: string;
44
42
  logger: import("@smithy/types").Logger;
45
43
  extensions: import("./runtimeExtensions").RuntimeExtension[];
46
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
44
+ customUserAgent?: string | import("@smithy/types").UserAgent;
47
45
  userAgentAppId?:
48
46
  | string
49
- | import("@smithy/types").Provider<string | undefined>
50
- | undefined;
47
+ | undefined
48
+ | import("@smithy/types").Provider<string | undefined>;
51
49
  retryStrategy?:
52
50
  | import("@smithy/types").RetryStrategy
53
- | import("@smithy/types").RetryStrategyV2
54
- | undefined;
51
+ | import("@smithy/types").RetryStrategyV2;
55
52
  endpoint?:
56
53
  | ((
57
54
  | string
@@ -72,36 +69,29 @@ export declare const getRuntimeConfig: (
72
69
  endpointProvider: (
73
70
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
74
71
  context?: {
75
- logger?: import("@smithy/types").Logger | undefined;
72
+ logger?: import("@smithy/types").Logger;
76
73
  }
77
74
  ) => import("@smithy/types").EndpointV2;
78
- tls?: boolean | undefined;
79
- serviceConfiguredEndpoint?: undefined;
80
- authSchemePreference?:
81
- | string[]
82
- | import("@smithy/types").Provider<string[]>
83
- | undefined;
75
+ tls?: boolean;
76
+ serviceConfiguredEndpoint?: never;
77
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
84
78
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
85
79
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
86
80
  credentials?:
87
81
  | import("@smithy/types").AwsCredentialIdentity
88
- | import("@smithy/types").AwsCredentialIdentityProvider
89
- | undefined;
82
+ | import("@smithy/types").AwsCredentialIdentityProvider;
90
83
  signer?:
91
84
  | import("@smithy/types").RequestSigner
92
85
  | ((
93
- authScheme?: import("@smithy/types").AuthScheme | undefined
94
- ) => Promise<import("@smithy/types").RequestSigner>)
95
- | undefined;
96
- signingEscapePath?: boolean | undefined;
97
- systemClockOffset?: number | undefined;
98
- signingRegion?: string | undefined;
99
- signerConstructor?:
100
- | (new (
101
- options: import("@smithy/signature-v4").SignatureV4Init &
102
- import("@smithy/signature-v4").SignatureV4CryptoInit
103
- ) => import("@smithy/types").RequestSigner)
104
- | undefined;
105
- endpointCacheSize?: number | undefined;
86
+ authScheme?: import("@smithy/types").AuthScheme
87
+ ) => Promise<import("@smithy/types").RequestSigner>);
88
+ signingEscapePath?: boolean;
89
+ systemClockOffset?: number;
90
+ signingRegion?: string;
91
+ signerConstructor?: new (
92
+ options: import("@smithy/signature-v4").SignatureV4Init &
93
+ import("@smithy/signature-v4").SignatureV4CryptoInit
94
+ ) => import("@smithy/types").RequestSigner;
95
+ endpointCacheSize?: number;
106
96
  endpointDiscoveryEnabled?: boolean | undefined;
107
97
  };
@@ -12,16 +12,12 @@ export declare const getRuntimeConfig: (
12
12
  credentialDefaultProvider:
13
13
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
14
14
  | ((
15
- init?:
16
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
17
- | undefined
15
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
18
16
  ) => import("@smithy/types").MemoizedProvider<
19
17
  import("@smithy/types").AwsCredentialIdentity
20
18
  >);
21
19
  defaultUserAgentProvider: (
22
- config?:
23
- | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
24
- | undefined
20
+ config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
25
21
  ) => Promise<import("@smithy/types").UserAgent>;
26
22
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
27
23
  boolean | undefined
@@ -41,19 +37,18 @@ export declare const getRuntimeConfig: (
41
37
  cacheMiddleware?: boolean | undefined;
42
38
  urlParser: import("@smithy/types").UrlParser;
43
39
  base64Decoder: import("@smithy/types").Decoder;
44
- base64Encoder: (_input: string | Uint8Array) => string;
40
+ base64Encoder: (_input: Uint8Array | string) => string;
45
41
  utf8Decoder: import("@smithy/types").Decoder;
46
- utf8Encoder: (input: string | Uint8Array) => string;
42
+ utf8Encoder: (input: Uint8Array | string) => string;
47
43
  disableHostPrefix: boolean;
48
44
  serviceId: string;
49
- profile?: string | undefined;
45
+ profile?: string;
50
46
  logger: import("@smithy/types").Logger;
51
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
52
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
48
+ customUserAgent?: string | import("@smithy/types").UserAgent;
53
49
  retryStrategy?:
54
50
  | import("@smithy/types").RetryStrategy
55
- | import("@smithy/types").RetryStrategyV2
56
- | undefined;
51
+ | import("@smithy/types").RetryStrategyV2;
57
52
  endpoint?:
58
53
  | ((
59
54
  | string
@@ -74,32 +69,28 @@ export declare const getRuntimeConfig: (
74
69
  endpointProvider: (
75
70
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
76
71
  context?: {
77
- logger?: import("@smithy/types").Logger | undefined;
72
+ logger?: import("@smithy/types").Logger;
78
73
  }
79
74
  ) => import("@smithy/types").EndpointV2;
80
- tls?: boolean | undefined;
81
- serviceConfiguredEndpoint?: undefined;
75
+ tls?: boolean;
76
+ serviceConfiguredEndpoint?: never;
82
77
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
83
78
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
84
79
  credentials?:
85
80
  | import("@smithy/types").AwsCredentialIdentity
86
- | import("@smithy/types").AwsCredentialIdentityProvider
87
- | undefined;
81
+ | import("@smithy/types").AwsCredentialIdentityProvider;
88
82
  signer?:
89
83
  | import("@smithy/types").RequestSigner
90
84
  | ((
91
- authScheme?: import("@smithy/types").AuthScheme | undefined
92
- ) => Promise<import("@smithy/types").RequestSigner>)
93
- | undefined;
94
- signingEscapePath?: boolean | undefined;
95
- systemClockOffset?: number | undefined;
96
- signingRegion?: string | undefined;
97
- signerConstructor?:
98
- | (new (
99
- options: import("@smithy/signature-v4").SignatureV4Init &
100
- import("@smithy/signature-v4").SignatureV4CryptoInit
101
- ) => import("@smithy/types").RequestSigner)
102
- | undefined;
103
- endpointCacheSize?: number | undefined;
85
+ authScheme?: import("@smithy/types").AuthScheme
86
+ ) => Promise<import("@smithy/types").RequestSigner>);
87
+ signingEscapePath?: boolean;
88
+ systemClockOffset?: number;
89
+ signingRegion?: string;
90
+ signerConstructor?: new (
91
+ options: import("@smithy/signature-v4").SignatureV4Init &
92
+ import("@smithy/signature-v4").SignatureV4CryptoInit
93
+ ) => import("@smithy/types").RequestSigner;
94
+ endpointCacheSize?: number;
104
95
  endpointDiscoveryEnabled?: boolean | undefined;
105
96
  };
@@ -11,24 +11,22 @@ export declare const getRuntimeConfig: (
11
11
  | import("@smithy/protocol-http").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  apiVersion: string;
14
- cacheMiddleware?: boolean | undefined;
14
+ cacheMiddleware?: boolean;
15
15
  urlParser: import("@smithy/types").UrlParser;
16
16
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  base64Decoder: import("@smithy/types").Decoder;
19
- base64Encoder: (_input: string | Uint8Array) => string;
19
+ base64Encoder: (_input: Uint8Array | string) => string;
20
20
  utf8Decoder: import("@smithy/types").Decoder;
21
- utf8Encoder: (input: string | Uint8Array) => string;
21
+ utf8Encoder: (input: Uint8Array | string) => string;
22
22
  disableHostPrefix: boolean;
23
23
  serviceId: string;
24
24
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
26
  region: string | import("@smithy/types").Provider<any>;
27
- profile?: string | undefined;
27
+ profile?: string;
28
28
  defaultUserAgentProvider: (
29
- config?:
30
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
- | undefined
29
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
32
30
  ) => Promise<import("@smithy/types").UserAgent>;
33
31
  credentialDefaultProvider:
34
32
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
@@ -47,15 +45,14 @@ export declare const getRuntimeConfig: (
47
45
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
48
46
  boolean | undefined
49
47
  >;
50
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
48
+ customUserAgent?: string | import("@smithy/types").UserAgent;
51
49
  userAgentAppId?:
52
50
  | string
53
- | import("@smithy/types").Provider<string | undefined>
54
- | undefined;
51
+ | undefined
52
+ | import("@smithy/types").Provider<string | undefined>;
55
53
  retryStrategy?:
56
54
  | import("@smithy/types").RetryStrategy
57
- | import("@smithy/types").RetryStrategyV2
58
- | undefined;
55
+ | import("@smithy/types").RetryStrategyV2;
59
56
  endpoint?:
60
57
  | ((
61
58
  | string
@@ -76,36 +73,29 @@ export declare const getRuntimeConfig: (
76
73
  endpointProvider: (
77
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
75
  context?: {
79
- logger?: import("@smithy/types").Logger | undefined;
76
+ logger?: import("@smithy/types").Logger;
80
77
  }
81
78
  ) => import("@smithy/types").EndpointV2;
82
- tls?: boolean | undefined;
83
- serviceConfiguredEndpoint?: undefined;
84
- authSchemePreference?:
85
- | string[]
86
- | import("@smithy/types").Provider<string[]>
87
- | undefined;
79
+ tls?: boolean;
80
+ serviceConfiguredEndpoint?: never;
81
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
88
82
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
89
83
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
90
84
  credentials?:
91
85
  | import("@smithy/types").AwsCredentialIdentity
92
- | import("@smithy/types").AwsCredentialIdentityProvider
93
- | undefined;
86
+ | import("@smithy/types").AwsCredentialIdentityProvider;
94
87
  signer?:
95
88
  | import("@smithy/types").RequestSigner
96
89
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme | undefined
98
- ) => Promise<import("@smithy/types").RequestSigner>)
99
- | undefined;
100
- signingEscapePath?: boolean | undefined;
101
- systemClockOffset?: number | undefined;
102
- signingRegion?: string | undefined;
103
- signerConstructor?:
104
- | (new (
105
- options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
107
- ) => import("@smithy/types").RequestSigner)
108
- | undefined;
109
- endpointCacheSize?: number | undefined;
90
+ authScheme?: import("@smithy/types").AuthScheme
91
+ ) => Promise<import("@smithy/types").RequestSigner>);
92
+ signingEscapePath?: boolean;
93
+ systemClockOffset?: number;
94
+ signingRegion?: string;
95
+ signerConstructor?: new (
96
+ options: import("@smithy/signature-v4").SignatureV4Init &
97
+ import("@smithy/signature-v4").SignatureV4CryptoInit
98
+ ) => import("@smithy/types").RequestSigner;
99
+ endpointCacheSize?: number;
110
100
  endpointDiscoveryEnabled?: boolean | undefined;
111
101
  };
@@ -4,12 +4,12 @@ export declare const getRuntimeConfig: (
4
4
  ) => {
5
5
  apiVersion: string;
6
6
  base64Decoder: import("@smithy/types").Decoder;
7
- base64Encoder: (_input: string | Uint8Array) => string;
7
+ base64Encoder: (_input: Uint8Array | string) => string;
8
8
  disableHostPrefix: boolean;
9
9
  endpointProvider: (
10
10
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
11
11
  context?: {
12
- logger?: import("@smithy/types").Logger | undefined;
12
+ logger?: import("@smithy/types").Logger;
13
13
  }
14
14
  ) => import("@smithy/types").EndpointV2;
15
15
  extensions: import("./runtimeExtensions").RuntimeExtension[];
@@ -19,5 +19,5 @@ export declare const getRuntimeConfig: (
19
19
  serviceId: string;
20
20
  urlParser: import("@smithy/types").UrlParser;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
22
- utf8Encoder: (input: string | Uint8Array) => string;
22
+ utf8Encoder: (input: Uint8Array | string) => string;
23
23
  };
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.803.0",
4
+ "version": "3.804.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",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.799.0",
24
- "@aws-sdk/credential-provider-node": "3.803.0",
25
- "@aws-sdk/middleware-endpoint-discovery": "3.775.0",
26
- "@aws-sdk/middleware-host-header": "3.775.0",
27
- "@aws-sdk/middleware-logger": "3.775.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.775.0",
29
- "@aws-sdk/middleware-user-agent": "3.799.0",
30
- "@aws-sdk/region-config-resolver": "3.775.0",
31
- "@aws-sdk/types": "3.775.0",
32
- "@aws-sdk/util-endpoints": "3.787.0",
33
- "@aws-sdk/util-user-agent-browser": "3.775.0",
34
- "@aws-sdk/util-user-agent-node": "3.799.0",
23
+ "@aws-sdk/core": "3.804.0",
24
+ "@aws-sdk/credential-provider-node": "3.804.0",
25
+ "@aws-sdk/middleware-endpoint-discovery": "3.804.0",
26
+ "@aws-sdk/middleware-host-header": "3.804.0",
27
+ "@aws-sdk/middleware-logger": "3.804.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.804.0",
29
+ "@aws-sdk/middleware-user-agent": "3.804.0",
30
+ "@aws-sdk/region-config-resolver": "3.804.0",
31
+ "@aws-sdk/types": "3.804.0",
32
+ "@aws-sdk/util-endpoints": "3.804.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.804.0",
34
+ "@aws-sdk/util-user-agent-node": "3.804.0",
35
35
  "@smithy/config-resolver": "^4.1.0",
36
- "@smithy/core": "^3.3.0",
36
+ "@smithy/core": "^3.3.1",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",
38
38
  "@smithy/hash-node": "^4.0.2",
39
39
  "@smithy/invalid-dependency": "^4.0.2",
40
40
  "@smithy/middleware-content-length": "^4.0.2",
41
- "@smithy/middleware-endpoint": "^4.1.1",
42
- "@smithy/middleware-retry": "^4.1.2",
41
+ "@smithy/middleware-endpoint": "^4.1.2",
42
+ "@smithy/middleware-retry": "^4.1.3",
43
43
  "@smithy/middleware-serde": "^4.0.3",
44
44
  "@smithy/middleware-stack": "^4.0.2",
45
45
  "@smithy/node-config-provider": "^4.0.2",
46
46
  "@smithy/node-http-handler": "^4.0.4",
47
47
  "@smithy/protocol-http": "^5.1.0",
48
- "@smithy/smithy-client": "^4.2.1",
48
+ "@smithy/smithy-client": "^4.2.2",
49
49
  "@smithy/types": "^4.2.0",
50
50
  "@smithy/url-parser": "^4.0.2",
51
51
  "@smithy/util-base64": "^4.0.0",
52
52
  "@smithy/util-body-length-browser": "^4.0.0",
53
53
  "@smithy/util-body-length-node": "^4.0.0",
54
- "@smithy/util-defaults-mode-browser": "^4.0.9",
55
- "@smithy/util-defaults-mode-node": "^4.0.9",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.10",
55
+ "@smithy/util-defaults-mode-node": "^4.0.10",
56
56
  "@smithy/util-endpoints": "^3.0.2",
57
57
  "@smithy/util-middleware": "^4.0.2",
58
58
  "@smithy/util-retry": "^4.0.3",
@@ -67,7 +67,7 @@
67
67
  "concurrently": "7.0.0",
68
68
  "downlevel-dts": "0.10.1",
69
69
  "rimraf": "3.0.2",
70
- "typescript": "~5.2.2"
70
+ "typescript": "~5.8.3"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=18.0.0"