@aws-sdk/client-timestream-write 3.496.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +26 -25
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2092,12 +2092,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2092
2092
  // Annotate the CommonJS export names for ESM import in node:
2093
2093
 
2094
2094
  0 && (module.exports = {
2095
- AccessDeniedException,
2096
- BatchLoadDataFormat,
2097
- BatchLoadStatus,
2098
- ConflictException,
2095
+ TimestreamWriteServiceException,
2096
+ __Client,
2097
+ TimestreamWriteClient,
2098
+ TimestreamWrite,
2099
+ $Command,
2099
2100
  CreateBatchLoadTaskCommand,
2100
- CreateBatchLoadTaskRequestFilterSensitiveLog,
2101
2101
  CreateDatabaseCommand,
2102
2102
  CreateTableCommand,
2103
2103
  DeleteDatabaseCommand,
@@ -2106,37 +2106,38 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2106
2106
  DescribeDatabaseCommand,
2107
2107
  DescribeEndpointsCommand,
2108
2108
  DescribeTableCommand,
2109
- DimensionValueType,
2110
- InternalServerException,
2111
- InvalidEndpointException,
2112
2109
  ListBatchLoadTasksCommand,
2113
2110
  ListDatabasesCommand,
2114
2111
  ListTablesCommand,
2115
2112
  ListTagsForResourceCommand,
2116
- MeasureValueType,
2117
- PartitionKeyEnforcementLevel,
2118
- PartitionKeyType,
2119
- RejectedRecordsException,
2120
- ResourceNotFoundException,
2121
2113
  ResumeBatchLoadTaskCommand,
2122
- S3EncryptionOption,
2123
- ScalarMeasureValueType,
2124
- ServiceQuotaExceededException,
2125
- TableStatus,
2126
2114
  TagResourceCommand,
2127
- ThrottlingException,
2128
- TimeUnit,
2129
- TimestreamWrite,
2130
- TimestreamWriteClient,
2131
- TimestreamWriteServiceException,
2132
2115
  UntagResourceCommand,
2133
2116
  UpdateDatabaseCommand,
2134
2117
  UpdateTableCommand,
2135
- ValidationException,
2136
2118
  WriteRecordsCommand,
2137
- __Client,
2138
2119
  paginateListBatchLoadTasks,
2139
2120
  paginateListDatabases,
2140
- 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
2141
2142
  });
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.496.0",
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,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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.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",