@aws-sdk/client-timestream-query 3.758.0 → 3.774.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 (2) hide show
  1. package/dist-cjs/index.js +39 -39
  2. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  CancelQueryCommand: () => CancelQueryCommand,
26
26
  ComputeMode: () => ComputeMode,
@@ -72,7 +72,7 @@ __export(src_exports, {
72
72
  paginateListTagsForResource: () => paginateListTagsForResource,
73
73
  paginateQuery: () => paginateQuery
74
74
  });
75
- module.exports = __toCommonJS(src_exports);
75
+ module.exports = __toCommonJS(index_exports);
76
76
 
77
77
  // src/TimestreamQueryClient.ts
78
78
  var import_middleware_endpoint_discovery = require("@aws-sdk/middleware-endpoint-discovery");
@@ -834,7 +834,7 @@ var se_CreateScheduledQueryRequest = /* @__PURE__ */ __name((input, context) =>
834
834
  var se_ExecuteScheduledQueryRequest = /* @__PURE__ */ __name((input, context) => {
835
835
  return (0, import_smithy_client.take)(input, {
836
836
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
837
- InvocationTime: (_) => _.getTime() / 1e3,
837
+ InvocationTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "InvocationTime"),
838
838
  QueryInsights: import_smithy_client._json,
839
839
  ScheduledQueryArn: []
840
840
  });
@@ -851,7 +851,7 @@ var se_QueryRequest = /* @__PURE__ */ __name((input, context) => {
851
851
  var de_ColumnInfo = /* @__PURE__ */ __name((output, context) => {
852
852
  return (0, import_smithy_client.take)(output, {
853
853
  Name: import_smithy_client.expectString,
854
- Type: (_) => de_Type(_, context)
854
+ Type: /* @__PURE__ */ __name((_) => de_Type(_, context), "Type")
855
855
  });
856
856
  }, "de_ColumnInfo");
857
857
  var de_ColumnInfoList = /* @__PURE__ */ __name((output, context) => {
@@ -862,11 +862,11 @@ var de_ColumnInfoList = /* @__PURE__ */ __name((output, context) => {
862
862
  }, "de_ColumnInfoList");
863
863
  var de_Datum = /* @__PURE__ */ __name((output, context) => {
864
864
  return (0, import_smithy_client.take)(output, {
865
- ArrayValue: (_) => de_DatumList(_, context),
865
+ ArrayValue: /* @__PURE__ */ __name((_) => de_DatumList(_, context), "ArrayValue"),
866
866
  NullValue: import_smithy_client.expectBoolean,
867
- RowValue: (_) => de_Row(_, context),
867
+ RowValue: /* @__PURE__ */ __name((_) => de_Row(_, context), "RowValue"),
868
868
  ScalarValue: import_smithy_client.expectString,
869
- TimeSeriesValue: (_) => de_TimeSeriesDataPointList(_, context)
869
+ TimeSeriesValue: /* @__PURE__ */ __name((_) => de_TimeSeriesDataPointList(_, context), "TimeSeriesValue")
870
870
  });
871
871
  }, "de_Datum");
872
872
  var de_DatumList = /* @__PURE__ */ __name((output, context) => {
@@ -877,19 +877,19 @@ var de_DatumList = /* @__PURE__ */ __name((output, context) => {
877
877
  }, "de_DatumList");
878
878
  var de_DescribeScheduledQueryResponse = /* @__PURE__ */ __name((output, context) => {
879
879
  return (0, import_smithy_client.take)(output, {
880
- ScheduledQuery: (_) => de_ScheduledQueryDescription(_, context)
880
+ ScheduledQuery: /* @__PURE__ */ __name((_) => de_ScheduledQueryDescription(_, context), "ScheduledQuery")
881
881
  });
882
882
  }, "de_DescribeScheduledQueryResponse");
883
883
  var de_ListScheduledQueriesResponse = /* @__PURE__ */ __name((output, context) => {
884
884
  return (0, import_smithy_client.take)(output, {
885
885
  NextToken: import_smithy_client.expectString,
886
- ScheduledQueries: (_) => de_ScheduledQueryList(_, context)
886
+ ScheduledQueries: /* @__PURE__ */ __name((_) => de_ScheduledQueryList(_, context), "ScheduledQueries")
887
887
  });
888
888
  }, "de_ListScheduledQueriesResponse");
889
889
  var de_ParameterMapping = /* @__PURE__ */ __name((output, context) => {
890
890
  return (0, import_smithy_client.take)(output, {
891
891
  Name: import_smithy_client.expectString,
892
- Type: (_) => de_Type(_, context)
892
+ Type: /* @__PURE__ */ __name((_) => de_Type(_, context), "Type")
893
893
  });
894
894
  }, "de_ParameterMapping");
895
895
  var de_ParameterMappingList = /* @__PURE__ */ __name((output, context) => {
@@ -900,8 +900,8 @@ var de_ParameterMappingList = /* @__PURE__ */ __name((output, context) => {
900
900
  }, "de_ParameterMappingList");
901
901
  var de_PrepareQueryResponse = /* @__PURE__ */ __name((output, context) => {
902
902
  return (0, import_smithy_client.take)(output, {
903
- Columns: (_) => de_SelectColumnList(_, context),
904
- Parameters: (_) => de_ParameterMappingList(_, context),
903
+ Columns: /* @__PURE__ */ __name((_) => de_SelectColumnList(_, context), "Columns"),
904
+ Parameters: /* @__PURE__ */ __name((_) => de_ParameterMappingList(_, context), "Parameters"),
905
905
  QueryString: import_smithy_client.expectString
906
906
  });
907
907
  }, "de_PrepareQueryResponse");
@@ -909,7 +909,7 @@ var de_QueryInsightsResponse = /* @__PURE__ */ __name((output, context) => {
909
909
  return (0, import_smithy_client.take)(output, {
910
910
  OutputBytes: import_smithy_client.expectLong,
911
911
  OutputRows: import_smithy_client.expectLong,
912
- QuerySpatialCoverage: (_) => de_QuerySpatialCoverage(_, context),
912
+ QuerySpatialCoverage: /* @__PURE__ */ __name((_) => de_QuerySpatialCoverage(_, context), "QuerySpatialCoverage"),
913
913
  QueryTableCount: import_smithy_client.expectLong,
914
914
  QueryTemporalRange: import_smithy_client._json,
915
915
  UnloadPartitionCount: import_smithy_client.expectLong,
@@ -919,17 +919,17 @@ var de_QueryInsightsResponse = /* @__PURE__ */ __name((output, context) => {
919
919
  }, "de_QueryInsightsResponse");
920
920
  var de_QueryResponse = /* @__PURE__ */ __name((output, context) => {
921
921
  return (0, import_smithy_client.take)(output, {
922
- ColumnInfo: (_) => de_ColumnInfoList(_, context),
922
+ ColumnInfo: /* @__PURE__ */ __name((_) => de_ColumnInfoList(_, context), "ColumnInfo"),
923
923
  NextToken: import_smithy_client.expectString,
924
924
  QueryId: import_smithy_client.expectString,
925
- QueryInsightsResponse: (_) => de_QueryInsightsResponse(_, context),
926
- QueryStatus: (_) => de_QueryStatus(_, context),
927
- Rows: (_) => de_RowList(_, context)
925
+ QueryInsightsResponse: /* @__PURE__ */ __name((_) => de_QueryInsightsResponse(_, context), "QueryInsightsResponse"),
926
+ QueryStatus: /* @__PURE__ */ __name((_) => de_QueryStatus(_, context), "QueryStatus"),
927
+ Rows: /* @__PURE__ */ __name((_) => de_RowList(_, context), "Rows")
928
928
  });
929
929
  }, "de_QueryResponse");
930
930
  var de_QuerySpatialCoverage = /* @__PURE__ */ __name((output, context) => {
931
931
  return (0, import_smithy_client.take)(output, {
932
- Max: (_) => de_QuerySpatialCoverageMax(_, context)
932
+ Max: /* @__PURE__ */ __name((_) => de_QuerySpatialCoverageMax(_, context), "Max")
933
933
  });
934
934
  }, "de_QuerySpatialCoverage");
935
935
  var de_QuerySpatialCoverageMax = /* @__PURE__ */ __name((output, context) => {
@@ -948,7 +948,7 @@ var de_QueryStatus = /* @__PURE__ */ __name((output, context) => {
948
948
  }, "de_QueryStatus");
949
949
  var de_Row = /* @__PURE__ */ __name((output, context) => {
950
950
  return (0, import_smithy_client.take)(output, {
951
- Data: (_) => de_DatumList(_, context)
951
+ Data: /* @__PURE__ */ __name((_) => de_DatumList(_, context), "Data")
952
952
  });
953
953
  }, "de_Row");
954
954
  var de_RowList = /* @__PURE__ */ __name((output, context) => {
@@ -960,12 +960,12 @@ var de_RowList = /* @__PURE__ */ __name((output, context) => {
960
960
  var de_ScheduledQuery = /* @__PURE__ */ __name((output, context) => {
961
961
  return (0, import_smithy_client.take)(output, {
962
962
  Arn: import_smithy_client.expectString,
963
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
963
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
964
964
  ErrorReportConfiguration: import_smithy_client._json,
965
965
  LastRunStatus: import_smithy_client.expectString,
966
966
  Name: import_smithy_client.expectString,
967
- NextInvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
968
- PreviousInvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
967
+ NextInvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "NextInvocationTime"),
968
+ PreviousInvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PreviousInvocationTime"),
969
969
  State: import_smithy_client.expectString,
970
970
  TargetDestination: import_smithy_client._json
971
971
  });
@@ -973,16 +973,16 @@ var de_ScheduledQuery = /* @__PURE__ */ __name((output, context) => {
973
973
  var de_ScheduledQueryDescription = /* @__PURE__ */ __name((output, context) => {
974
974
  return (0, import_smithy_client.take)(output, {
975
975
  Arn: import_smithy_client.expectString,
976
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
976
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
977
977
  ErrorReportConfiguration: import_smithy_client._json,
978
978
  KmsKeyId: import_smithy_client.expectString,
979
- LastRunSummary: (_) => de_ScheduledQueryRunSummary(_, context),
979
+ LastRunSummary: /* @__PURE__ */ __name((_) => de_ScheduledQueryRunSummary(_, context), "LastRunSummary"),
980
980
  Name: import_smithy_client.expectString,
981
- NextInvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
981
+ NextInvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "NextInvocationTime"),
982
982
  NotificationConfiguration: import_smithy_client._json,
983
- PreviousInvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
983
+ PreviousInvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PreviousInvocationTime"),
984
984
  QueryString: import_smithy_client.expectString,
985
- RecentlyFailedRuns: (_) => de_ScheduledQueryRunSummaryList(_, context),
985
+ RecentlyFailedRuns: /* @__PURE__ */ __name((_) => de_ScheduledQueryRunSummaryList(_, context), "RecentlyFailedRuns"),
986
986
  ScheduleConfiguration: import_smithy_client._json,
987
987
  ScheduledQueryExecutionRoleArn: import_smithy_client.expectString,
988
988
  State: import_smithy_client.expectString,
@@ -993,7 +993,7 @@ var de_ScheduledQueryInsightsResponse = /* @__PURE__ */ __name((output, context)
993
993
  return (0, import_smithy_client.take)(output, {
994
994
  OutputBytes: import_smithy_client.expectLong,
995
995
  OutputRows: import_smithy_client.expectLong,
996
- QuerySpatialCoverage: (_) => de_QuerySpatialCoverage(_, context),
996
+ QuerySpatialCoverage: /* @__PURE__ */ __name((_) => de_QuerySpatialCoverage(_, context), "QuerySpatialCoverage"),
997
997
  QueryTableCount: import_smithy_client.expectLong,
998
998
  QueryTemporalRange: import_smithy_client._json
999
999
  });
@@ -1009,10 +1009,10 @@ var de_ScheduledQueryRunSummary = /* @__PURE__ */ __name((output, context) => {
1009
1009
  ErrorReportLocation: import_smithy_client._json,
1010
1010
  ExecutionStats: import_smithy_client._json,
1011
1011
  FailureReason: import_smithy_client.expectString,
1012
- InvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1013
- QueryInsightsResponse: (_) => de_ScheduledQueryInsightsResponse(_, context),
1012
+ InvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InvocationTime"),
1013
+ QueryInsightsResponse: /* @__PURE__ */ __name((_) => de_ScheduledQueryInsightsResponse(_, context), "QueryInsightsResponse"),
1014
1014
  RunStatus: import_smithy_client.expectString,
1015
- TriggerTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1015
+ TriggerTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "TriggerTime")
1016
1016
  });
1017
1017
  }, "de_ScheduledQueryRunSummary");
1018
1018
  var de_ScheduledQueryRunSummaryList = /* @__PURE__ */ __name((output, context) => {
@@ -1027,7 +1027,7 @@ var de_SelectColumn = /* @__PURE__ */ __name((output, context) => {
1027
1027
  DatabaseName: import_smithy_client.expectString,
1028
1028
  Name: import_smithy_client.expectString,
1029
1029
  TableName: import_smithy_client.expectString,
1030
- Type: (_) => de_Type(_, context)
1030
+ Type: /* @__PURE__ */ __name((_) => de_Type(_, context), "Type")
1031
1031
  });
1032
1032
  }, "de_SelectColumn");
1033
1033
  var de_SelectColumnList = /* @__PURE__ */ __name((output, context) => {
@@ -1039,7 +1039,7 @@ var de_SelectColumnList = /* @__PURE__ */ __name((output, context) => {
1039
1039
  var de_TimeSeriesDataPoint = /* @__PURE__ */ __name((output, context) => {
1040
1040
  return (0, import_smithy_client.take)(output, {
1041
1041
  Time: import_smithy_client.expectString,
1042
- Value: (_) => de_Datum(_, context)
1042
+ Value: /* @__PURE__ */ __name((_) => de_Datum(_, context), "Value")
1043
1043
  });
1044
1044
  }, "de_TimeSeriesDataPoint");
1045
1045
  var de_TimeSeriesDataPointList = /* @__PURE__ */ __name((output, context) => {
@@ -1050,10 +1050,10 @@ var de_TimeSeriesDataPointList = /* @__PURE__ */ __name((output, context) => {
1050
1050
  }, "de_TimeSeriesDataPointList");
1051
1051
  var de_Type = /* @__PURE__ */ __name((output, context) => {
1052
1052
  return (0, import_smithy_client.take)(output, {
1053
- ArrayColumnInfo: (_) => de_ColumnInfo(_, context),
1054
- RowColumnInfo: (_) => de_ColumnInfoList(_, context),
1053
+ ArrayColumnInfo: /* @__PURE__ */ __name((_) => de_ColumnInfo(_, context), "ArrayColumnInfo"),
1054
+ RowColumnInfo: /* @__PURE__ */ __name((_) => de_ColumnInfoList(_, context), "RowColumnInfo"),
1055
1055
  ScalarType: import_smithy_client.expectString,
1056
- TimeSeriesMeasureValueColumnInfo: (_) => de_ColumnInfo(_, context)
1056
+ TimeSeriesMeasureValueColumnInfo: /* @__PURE__ */ __name((_) => de_ColumnInfo(_, context), "TimeSeriesMeasureValueColumnInfo")
1057
1057
  });
1058
1058
  }, "de_Type");
1059
1059
  var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
@@ -1200,9 +1200,9 @@ var TimestreamQueryClient = class extends import_smithy_client.Client {
1200
1200
  this.middlewareStack.use(
1201
1201
  (0, import_core2.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
1202
1202
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultTimestreamQueryHttpAuthSchemeParametersProvider,
1203
- identityProviderConfigProvider: async (config) => new import_core2.DefaultIdentityProviderConfig({
1203
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core2.DefaultIdentityProviderConfig({
1204
1204
  "aws.auth#sigv4": config.credentials
1205
- })
1205
+ }), "identityProviderConfigProvider")
1206
1206
  })
1207
1207
  );
1208
1208
  this.middlewareStack.use((0, import_core2.getHttpSigningPlugin)(this.config));
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.758.0",
4
+ "version": "3.774.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,18 +20,18 @@
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.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-endpoint-discovery": "3.734.0",
26
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-endpoint-discovery": "3.774.0",
26
+ "@aws-sdk/middleware-host-header": "3.774.0",
27
27
  "@aws-sdk/middleware-logger": "3.734.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
29
- "@aws-sdk/middleware-user-agent": "3.758.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
29
+ "@aws-sdk/middleware-user-agent": "3.774.0",
30
30
  "@aws-sdk/region-config-resolver": "3.734.0",
31
31
  "@aws-sdk/types": "3.734.0",
32
32
  "@aws-sdk/util-endpoints": "3.743.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.734.0",
34
- "@aws-sdk/util-user-agent-node": "3.758.0",
34
+ "@aws-sdk/util-user-agent-node": "3.774.0",
35
35
  "@smithy/config-resolver": "^4.0.1",
36
36
  "@smithy/core": "^3.1.5",
37
37
  "@smithy/fetch-http-handler": "^5.0.1",