@aws-sdk/client-timestream-query 3.496.0 → 3.501.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.
- package/dist-cjs/index.js +29 -28
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1717,48 +1717,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1717
1717
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1718
1718
|
|
|
1719
1719
|
0 && (module.exports = {
|
|
1720
|
-
|
|
1720
|
+
TimestreamQueryServiceException,
|
|
1721
|
+
__Client,
|
|
1722
|
+
TimestreamQueryClient,
|
|
1723
|
+
TimestreamQuery,
|
|
1724
|
+
$Command,
|
|
1721
1725
|
CancelQueryCommand,
|
|
1722
|
-
ConflictException,
|
|
1723
1726
|
CreateScheduledQueryCommand,
|
|
1724
|
-
CreateScheduledQueryRequestFilterSensitiveLog,
|
|
1725
1727
|
DeleteScheduledQueryCommand,
|
|
1726
1728
|
DescribeEndpointsCommand,
|
|
1727
1729
|
DescribeScheduledQueryCommand,
|
|
1728
|
-
DescribeScheduledQueryResponseFilterSensitiveLog,
|
|
1729
|
-
DimensionValueType,
|
|
1730
1730
|
ExecuteScheduledQueryCommand,
|
|
1731
|
-
ExecuteScheduledQueryRequestFilterSensitiveLog,
|
|
1732
|
-
InternalServerException,
|
|
1733
|
-
InvalidEndpointException,
|
|
1734
1731
|
ListScheduledQueriesCommand,
|
|
1735
1732
|
ListTagsForResourceCommand,
|
|
1736
|
-
MeasureValueType,
|
|
1737
1733
|
PrepareQueryCommand,
|
|
1738
|
-
PrepareQueryRequestFilterSensitiveLog,
|
|
1739
|
-
PrepareQueryResponseFilterSensitiveLog,
|
|
1740
1734
|
QueryCommand,
|
|
1741
|
-
QueryExecutionException,
|
|
1742
|
-
QueryRequestFilterSensitiveLog,
|
|
1743
|
-
ResourceNotFoundException,
|
|
1744
|
-
S3EncryptionOption,
|
|
1745
|
-
ScalarMeasureValueType,
|
|
1746
|
-
ScalarType,
|
|
1747
|
-
ScheduledQueryDescriptionFilterSensitiveLog,
|
|
1748
|
-
ScheduledQueryRunStatus,
|
|
1749
|
-
ScheduledQueryState,
|
|
1750
|
-
ServiceQuotaExceededException,
|
|
1751
1735
|
TagResourceCommand,
|
|
1752
|
-
ThrottlingException,
|
|
1753
|
-
TimestreamQuery,
|
|
1754
|
-
TimestreamQueryClient,
|
|
1755
|
-
TimestreamQueryServiceException,
|
|
1756
1736
|
UntagResourceCommand,
|
|
1757
1737
|
UpdateScheduledQueryCommand,
|
|
1758
|
-
ValidationException,
|
|
1759
|
-
__Client,
|
|
1760
1738
|
paginateListScheduledQueries,
|
|
1761
1739
|
paginateListTagsForResource,
|
|
1762
|
-
paginateQuery
|
|
1740
|
+
paginateQuery,
|
|
1741
|
+
AccessDeniedException,
|
|
1742
|
+
InternalServerException,
|
|
1743
|
+
InvalidEndpointException,
|
|
1744
|
+
ThrottlingException,
|
|
1745
|
+
ValidationException,
|
|
1746
|
+
ScalarType,
|
|
1747
|
+
ConflictException,
|
|
1748
|
+
S3EncryptionOption,
|
|
1749
|
+
DimensionValueType,
|
|
1750
|
+
MeasureValueType,
|
|
1751
|
+
ScalarMeasureValueType,
|
|
1752
|
+
ServiceQuotaExceededException,
|
|
1753
|
+
ResourceNotFoundException,
|
|
1754
|
+
ScheduledQueryRunStatus,
|
|
1755
|
+
ScheduledQueryState,
|
|
1756
|
+
QueryExecutionException,
|
|
1757
|
+
CreateScheduledQueryRequestFilterSensitiveLog,
|
|
1758
|
+
ScheduledQueryDescriptionFilterSensitiveLog,
|
|
1759
|
+
DescribeScheduledQueryResponseFilterSensitiveLog,
|
|
1760
|
+
ExecuteScheduledQueryRequestFilterSensitiveLog,
|
|
1761
|
+
PrepareQueryRequestFilterSensitiveLog,
|
|
1762
|
+
QueryRequestFilterSensitiveLog,
|
|
1763
|
+
PrepareQueryResponseFilterSensitiveLog
|
|
1763
1764
|
});
|
|
1764
1765
|
|
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.
|
|
4
|
+
"version": "3.501.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,9 +20,9 @@
|
|
|
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-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-endpoint-discovery": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.496.0",
|