@aws-sdk/client-timestream-query 3.588.0 → 3.592.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 (39) hide show
  1. package/dist-cjs/index.js +0 -15
  2. package/dist-types/TimestreamQueryClient.d.ts +4 -4
  3. package/dist-types/commands/CancelQueryCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +2 -1
  6. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +2 -1
  9. package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +2 -1
  10. package/dist-types/commands/ListScheduledQueriesCommand.d.ts +2 -1
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/PrepareQueryCommand.d.ts +2 -1
  13. package/dist-types/commands/QueryCommand.d.ts +2 -1
  14. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  15. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
  17. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +2 -1
  18. package/dist-types/index.d.ts +2 -2
  19. package/dist-types/models/TimestreamQueryServiceException.d.ts +2 -1
  20. package/dist-types/runtimeConfig.native.d.ts +1 -1
  21. package/dist-types/ts3.4/TimestreamQueryClient.d.ts +1 -1
  22. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DescribeScheduledQueryCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ExecuteScheduledQueryCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/PrepareQueryCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/QueryCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/models/TimestreamQueryServiceException.d.ts +2 -1
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  39. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -88,7 +88,6 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
88
88
  var import_middleware_endpoint = require("@smithy/middleware-endpoint");
89
89
  var import_middleware_serde = require("@smithy/middleware-serde");
90
90
 
91
- var import_types = require("@smithy/types");
92
91
 
93
92
  // src/endpoint/EndpointParameters.ts
94
93
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
@@ -1146,7 +1145,6 @@ var TimestreamQueryClient = _TimestreamQueryClient;
1146
1145
 
1147
1146
 
1148
1147
 
1149
-
1150
1148
  var _CancelQueryCommand = class _CancelQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1151
1149
  ...commonParams
1152
1150
  }).m(function(Command, cs, config, o) {
@@ -1165,7 +1163,6 @@ var CancelQueryCommand = _CancelQueryCommand;
1165
1163
 
1166
1164
 
1167
1165
 
1168
-
1169
1166
  var _CreateScheduledQueryCommand = class _CreateScheduledQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1170
1167
  ...commonParams
1171
1168
  }).m(function(Command, cs, config, o) {
@@ -1184,7 +1181,6 @@ var CreateScheduledQueryCommand = _CreateScheduledQueryCommand;
1184
1181
 
1185
1182
 
1186
1183
 
1187
-
1188
1184
  var _DeleteScheduledQueryCommand = class _DeleteScheduledQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1189
1185
  ...commonParams
1190
1186
  }).m(function(Command, cs, config, o) {
@@ -1203,7 +1199,6 @@ var DeleteScheduledQueryCommand = _DeleteScheduledQueryCommand;
1203
1199
 
1204
1200
 
1205
1201
 
1206
-
1207
1202
  var _DescribeAccountSettingsCommand = class _DescribeAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1208
1203
  ...commonParams
1209
1204
  }).m(function(Command, cs, config, o) {
@@ -1222,7 +1217,6 @@ var DescribeAccountSettingsCommand = _DescribeAccountSettingsCommand;
1222
1217
 
1223
1218
 
1224
1219
 
1225
-
1226
1220
  var _DescribeScheduledQueryCommand = class _DescribeScheduledQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1227
1221
  ...commonParams
1228
1222
  }).m(function(Command, cs, config, o) {
@@ -1241,7 +1235,6 @@ var DescribeScheduledQueryCommand = _DescribeScheduledQueryCommand;
1241
1235
 
1242
1236
 
1243
1237
 
1244
-
1245
1238
  var _ExecuteScheduledQueryCommand = class _ExecuteScheduledQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1246
1239
  ...commonParams
1247
1240
  }).m(function(Command, cs, config, o) {
@@ -1260,7 +1253,6 @@ var ExecuteScheduledQueryCommand = _ExecuteScheduledQueryCommand;
1260
1253
 
1261
1254
 
1262
1255
 
1263
-
1264
1256
  var _ListScheduledQueriesCommand = class _ListScheduledQueriesCommand extends import_smithy_client.Command.classBuilder().ep({
1265
1257
  ...commonParams
1266
1258
  }).m(function(Command, cs, config, o) {
@@ -1279,7 +1271,6 @@ var ListScheduledQueriesCommand = _ListScheduledQueriesCommand;
1279
1271
 
1280
1272
 
1281
1273
 
1282
-
1283
1274
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1284
1275
  ...commonParams
1285
1276
  }).m(function(Command, cs, config, o) {
@@ -1298,7 +1289,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1298
1289
 
1299
1290
 
1300
1291
 
1301
-
1302
1292
  var _PrepareQueryCommand = class _PrepareQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1303
1293
  ...commonParams
1304
1294
  }).m(function(Command, cs, config, o) {
@@ -1317,7 +1307,6 @@ var PrepareQueryCommand = _PrepareQueryCommand;
1317
1307
 
1318
1308
 
1319
1309
 
1320
-
1321
1310
  var _QueryCommand = class _QueryCommand extends import_smithy_client.Command.classBuilder().ep({
1322
1311
  ...commonParams
1323
1312
  }).m(function(Command, cs, config, o) {
@@ -1336,7 +1325,6 @@ var QueryCommand = _QueryCommand;
1336
1325
 
1337
1326
 
1338
1327
 
1339
-
1340
1328
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1341
1329
  ...commonParams
1342
1330
  }).m(function(Command, cs, config, o) {
@@ -1355,7 +1343,6 @@ var TagResourceCommand = _TagResourceCommand;
1355
1343
 
1356
1344
 
1357
1345
 
1358
-
1359
1346
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1360
1347
  ...commonParams
1361
1348
  }).m(function(Command, cs, config, o) {
@@ -1374,7 +1361,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1374
1361
 
1375
1362
 
1376
1363
 
1377
-
1378
1364
  var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1379
1365
  ...commonParams
1380
1366
  }).m(function(Command, cs, config, o) {
@@ -1393,7 +1379,6 @@ var UpdateAccountSettingsCommand = _UpdateAccountSettingsCommand;
1393
1379
 
1394
1380
 
1395
1381
 
1396
-
1397
1382
  var _UpdateScheduledQueryCommand = class _UpdateScheduledQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1398
1383
  ...commonParams
1399
1384
  }).m(function(Command, cs, config, o) {
@@ -106,15 +106,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
106
106
  * Enables FIPS compatible endpoints.
107
107
  */
108
108
  useFipsEndpoint?: boolean | __Provider<boolean>;
109
+ /**
110
+ * The AWS region to which this client will send requests
111
+ */
112
+ region?: string | __Provider<string>;
109
113
  /**
110
114
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
111
115
  * @internal
112
116
  */
113
117
  defaultUserAgentProvider?: Provider<__UserAgent>;
114
- /**
115
- * The AWS region to which this client will send requests
116
- */
117
- region?: string | __Provider<string>;
118
118
  /**
119
119
  * Default credentials provider; Not available in browser runtime.
120
120
  * @deprecated
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedCon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -8,8 +8,8 @@
8
8
  export * from "./TimestreamQueryClient";
9
9
  export * from "./TimestreamQuery";
10
10
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
- export { RuntimeExtension } from "./runtimeExtensions";
12
- export { TimestreamQueryExtensionConfiguration } from "./extensionConfiguration";
11
+ export type { RuntimeExtension } from "./runtimeExtensions";
12
+ export type { TimestreamQueryExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
14
  export * from "./pagination";
15
15
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -161,8 +161,8 @@ export interface ClientDefaults
161
161
  serviceId?: string;
162
162
  useDualstackEndpoint?: boolean | __Provider<boolean>;
163
163
  useFipsEndpoint?: boolean | __Provider<boolean>;
164
- defaultUserAgentProvider?: Provider<__UserAgent>;
165
164
  region?: string | __Provider<string>;
165
+ defaultUserAgentProvider?: Provider<__UserAgent>;
166
166
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
167
167
  maxAttempts?: number | __Provider<number>;
168
168
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TimestreamQueryClientResolvedConfig,
8
8
  } from "../TimestreamQueryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CancelQueryCommandInput extends CancelQueryRequest {}
11
12
  export interface CancelQueryCommandOutput
12
13
  extends CancelQueryResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateScheduledQueryCommandInput
14
15
  extends CreateScheduledQueryRequest {}
15
16
  export interface CreateScheduledQueryCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TimestreamQueryClientResolvedConfig,
8
8
  } from "../TimestreamQueryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteScheduledQueryCommandInput
11
12
  extends DeleteScheduledQueryRequest {}
12
13
  export interface DeleteScheduledQueryCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAccountSettingsCommandInput
14
15
  extends DescribeAccountSettingsRequest {}
15
16
  export interface DescribeAccountSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEndpointsCommandInput
14
15
  extends DescribeEndpointsRequest {}
15
16
  export interface DescribeEndpointsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeScheduledQueryCommandInput
14
15
  extends DescribeScheduledQueryRequest {}
15
16
  export interface DescribeScheduledQueryCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TimestreamQueryClientResolvedConfig,
8
8
  } from "../TimestreamQueryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ExecuteScheduledQueryCommandInput
11
12
  extends ExecuteScheduledQueryRequest {}
12
13
  export interface ExecuteScheduledQueryCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListScheduledQueriesCommandInput
14
15
  extends ListScheduledQueriesRequest {}
15
16
  export interface ListScheduledQueriesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TimestreamQueryClientResolvedConfig,
8
8
  } from "../TimestreamQueryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PrepareQueryCommandInput extends PrepareQueryRequest {}
11
12
  export interface PrepareQueryCommandOutput
12
13
  extends PrepareQueryResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TimestreamQueryClientResolvedConfig,
8
8
  } from "../TimestreamQueryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface QueryCommandInput extends QueryRequest {}
11
12
  export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {}
12
13
  declare const QueryCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TimestreamQueryClientResolvedConfig,
8
8
  } from "../TimestreamQueryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TimestreamQueryClientResolvedConfig,
11
11
  } from "../TimestreamQueryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAccountSettingsCommandInput
14
15
  extends UpdateAccountSettingsRequest {}
15
16
  export interface UpdateAccountSettingsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TimestreamQueryClientResolvedConfig,
8
8
  } from "../TimestreamQueryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateScheduledQueryCommandInput
11
12
  extends UpdateScheduledQueryRequest {}
12
13
  export interface UpdateScheduledQueryCommandOutput extends __MetadataBearer {}
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class TimestreamQueryServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
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.588.0",
4
+ "version": "3.592.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-endpoint-discovery": "3.587.0",
28
28
  "@aws-sdk/middleware-host-header": "3.577.0",
29
29
  "@aws-sdk/middleware-logger": "3.577.0",
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/util-user-agent-browser": "3.577.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.587.0",
37
37
  "@smithy/config-resolver": "^3.0.1",
38
- "@smithy/core": "^2.1.1",
38
+ "@smithy/core": "^2.2.0",
39
39
  "@smithy/fetch-http-handler": "^3.0.1",
40
40
  "@smithy/hash-node": "^3.0.0",
41
41
  "@smithy/invalid-dependency": "^3.0.0",