@aws-sdk/client-timestream-write 3.495.0 → 3.499.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 +28 -25
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -2090,13 +2090,14 @@ var paginateListTables = (0, import_core.createPaginator)(TimestreamWriteClient,
|
|
|
2090
2090
|
// src/index.ts
|
|
2091
2091
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2092
2092
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2093
|
+
|
|
2093
2094
|
0 && (module.exports = {
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2095
|
+
TimestreamWriteServiceException,
|
|
2096
|
+
__Client,
|
|
2097
|
+
TimestreamWriteClient,
|
|
2098
|
+
TimestreamWrite,
|
|
2099
|
+
$Command,
|
|
2098
2100
|
CreateBatchLoadTaskCommand,
|
|
2099
|
-
CreateBatchLoadTaskRequestFilterSensitiveLog,
|
|
2100
2101
|
CreateDatabaseCommand,
|
|
2101
2102
|
CreateTableCommand,
|
|
2102
2103
|
DeleteDatabaseCommand,
|
|
@@ -2105,36 +2106,38 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2105
2106
|
DescribeDatabaseCommand,
|
|
2106
2107
|
DescribeEndpointsCommand,
|
|
2107
2108
|
DescribeTableCommand,
|
|
2108
|
-
DimensionValueType,
|
|
2109
|
-
InternalServerException,
|
|
2110
|
-
InvalidEndpointException,
|
|
2111
2109
|
ListBatchLoadTasksCommand,
|
|
2112
2110
|
ListDatabasesCommand,
|
|
2113
2111
|
ListTablesCommand,
|
|
2114
2112
|
ListTagsForResourceCommand,
|
|
2115
|
-
MeasureValueType,
|
|
2116
|
-
PartitionKeyEnforcementLevel,
|
|
2117
|
-
PartitionKeyType,
|
|
2118
|
-
RejectedRecordsException,
|
|
2119
|
-
ResourceNotFoundException,
|
|
2120
2113
|
ResumeBatchLoadTaskCommand,
|
|
2121
|
-
S3EncryptionOption,
|
|
2122
|
-
ScalarMeasureValueType,
|
|
2123
|
-
ServiceQuotaExceededException,
|
|
2124
|
-
TableStatus,
|
|
2125
2114
|
TagResourceCommand,
|
|
2126
|
-
ThrottlingException,
|
|
2127
|
-
TimeUnit,
|
|
2128
|
-
TimestreamWrite,
|
|
2129
|
-
TimestreamWriteClient,
|
|
2130
|
-
TimestreamWriteServiceException,
|
|
2131
2115
|
UntagResourceCommand,
|
|
2132
2116
|
UpdateDatabaseCommand,
|
|
2133
2117
|
UpdateTableCommand,
|
|
2134
|
-
ValidationException,
|
|
2135
2118
|
WriteRecordsCommand,
|
|
2136
|
-
__Client,
|
|
2137
2119
|
paginateListBatchLoadTasks,
|
|
2138
2120
|
paginateListDatabases,
|
|
2139
|
-
paginateListTables
|
|
2121
|
+
paginateListTables,
|
|
2122
|
+
AccessDeniedException,
|
|
2123
|
+
BatchLoadDataFormat,
|
|
2124
|
+
BatchLoadStatus,
|
|
2125
|
+
MeasureValueType,
|
|
2126
|
+
ScalarMeasureValueType,
|
|
2127
|
+
TimeUnit,
|
|
2128
|
+
S3EncryptionOption,
|
|
2129
|
+
ConflictException,
|
|
2130
|
+
InternalServerException,
|
|
2131
|
+
InvalidEndpointException,
|
|
2132
|
+
ResourceNotFoundException,
|
|
2133
|
+
ServiceQuotaExceededException,
|
|
2134
|
+
ThrottlingException,
|
|
2135
|
+
ValidationException,
|
|
2136
|
+
PartitionKeyEnforcementLevel,
|
|
2137
|
+
PartitionKeyType,
|
|
2138
|
+
TableStatus,
|
|
2139
|
+
DimensionValueType,
|
|
2140
|
+
RejectedRecordsException,
|
|
2141
|
+
CreateBatchLoadTaskRequestFilterSensitiveLog
|
|
2140
2142
|
});
|
|
2143
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-timestream-write",
|
|
3
3
|
"description": "AWS SDK for JavaScript Timestream Write Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-write",
|
|
@@ -20,49 +20,49 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.1.
|
|
38
|
-
"@smithy/core": "^1.3.
|
|
39
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
40
|
-
"@smithy/hash-node": "^2.1.
|
|
41
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
44
|
-
"@smithy/middleware-retry": "^2.1.
|
|
45
|
-
"@smithy/middleware-serde": "^2.1.
|
|
46
|
-
"@smithy/middleware-stack": "^2.1.
|
|
47
|
-
"@smithy/node-config-provider": "^2.2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.3.
|
|
49
|
-
"@smithy/protocol-http": "^3.1.
|
|
50
|
-
"@smithy/smithy-client": "^2.3.
|
|
51
|
-
"@smithy/types": "^2.9.
|
|
52
|
-
"@smithy/url-parser": "^2.1.
|
|
53
|
-
"@smithy/util-base64": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
55
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
58
|
-
"@smithy/util-endpoints": "^1.1.
|
|
59
|
-
"@smithy/util-retry": "^2.1.
|
|
60
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
33
|
+
"@aws-sdk/types": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
38
|
+
"@smithy/core": "^1.3.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
40
|
+
"@smithy/hash-node": "^2.1.1",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
44
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
47
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
48
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
49
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
50
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
51
|
+
"@smithy/types": "^2.9.1",
|
|
52
|
+
"@smithy/url-parser": "^2.1.1",
|
|
53
|
+
"@smithy/util-base64": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
58
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
59
|
+
"@smithy/util-retry": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0",
|
|
62
62
|
"uuid": "^8.3.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"@types/uuid": "^8.3.0",
|