@aws-sdk/client-timestream-write 3.170.0 → 3.171.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 (25) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/TimestreamWrite.d.ts +0 -15
  3. package/dist-types/ts3.4/TimestreamWriteClient.d.ts +0 -26
  4. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/models/TimestreamWriteServiceException.d.ts +0 -1
  20. package/dist-types/ts3.4/models/models_0.d.ts +0 -128
  21. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  22. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  23. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  24. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  25. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-timestream-write
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-timestream-write
@@ -60,7 +60,6 @@ import {
60
60
  WriteRecordsCommandOutput,
61
61
  } from "./commands/WriteRecordsCommand";
62
62
  import { TimestreamWriteClient } from "./TimestreamWriteClient";
63
-
64
63
  export declare class TimestreamWrite extends TimestreamWriteClient {
65
64
  createDatabase(
66
65
  args: CreateDatabaseCommandInput,
@@ -75,7 +74,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
75
74
  options: __HttpHandlerOptions,
76
75
  cb: (err: any, data?: CreateDatabaseCommandOutput) => void
77
76
  ): void;
78
-
79
77
  createTable(
80
78
  args: CreateTableCommandInput,
81
79
  options?: __HttpHandlerOptions
@@ -89,7 +87,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
89
87
  options: __HttpHandlerOptions,
90
88
  cb: (err: any, data?: CreateTableCommandOutput) => void
91
89
  ): void;
92
-
93
90
  deleteDatabase(
94
91
  args: DeleteDatabaseCommandInput,
95
92
  options?: __HttpHandlerOptions
@@ -103,7 +100,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
103
100
  options: __HttpHandlerOptions,
104
101
  cb: (err: any, data?: DeleteDatabaseCommandOutput) => void
105
102
  ): void;
106
-
107
103
  deleteTable(
108
104
  args: DeleteTableCommandInput,
109
105
  options?: __HttpHandlerOptions
@@ -117,7 +113,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
117
113
  options: __HttpHandlerOptions,
118
114
  cb: (err: any, data?: DeleteTableCommandOutput) => void
119
115
  ): void;
120
-
121
116
  describeDatabase(
122
117
  args: DescribeDatabaseCommandInput,
123
118
  options?: __HttpHandlerOptions
@@ -131,7 +126,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
131
126
  options: __HttpHandlerOptions,
132
127
  cb: (err: any, data?: DescribeDatabaseCommandOutput) => void
133
128
  ): void;
134
-
135
129
  describeEndpoints(
136
130
  args: DescribeEndpointsCommandInput,
137
131
  options?: __HttpHandlerOptions
@@ -145,7 +139,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
145
139
  options: __HttpHandlerOptions,
146
140
  cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
147
141
  ): void;
148
-
149
142
  describeTable(
150
143
  args: DescribeTableCommandInput,
151
144
  options?: __HttpHandlerOptions
@@ -159,7 +152,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
159
152
  options: __HttpHandlerOptions,
160
153
  cb: (err: any, data?: DescribeTableCommandOutput) => void
161
154
  ): void;
162
-
163
155
  listDatabases(
164
156
  args: ListDatabasesCommandInput,
165
157
  options?: __HttpHandlerOptions
@@ -173,7 +165,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
173
165
  options: __HttpHandlerOptions,
174
166
  cb: (err: any, data?: ListDatabasesCommandOutput) => void
175
167
  ): void;
176
-
177
168
  listTables(
178
169
  args: ListTablesCommandInput,
179
170
  options?: __HttpHandlerOptions
@@ -187,7 +178,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
187
178
  options: __HttpHandlerOptions,
188
179
  cb: (err: any, data?: ListTablesCommandOutput) => void
189
180
  ): void;
190
-
191
181
  listTagsForResource(
192
182
  args: ListTagsForResourceCommandInput,
193
183
  options?: __HttpHandlerOptions
@@ -201,7 +191,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
201
191
  options: __HttpHandlerOptions,
202
192
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
203
193
  ): void;
204
-
205
194
  tagResource(
206
195
  args: TagResourceCommandInput,
207
196
  options?: __HttpHandlerOptions
@@ -215,7 +204,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
215
204
  options: __HttpHandlerOptions,
216
205
  cb: (err: any, data?: TagResourceCommandOutput) => void
217
206
  ): void;
218
-
219
207
  untagResource(
220
208
  args: UntagResourceCommandInput,
221
209
  options?: __HttpHandlerOptions
@@ -229,7 +217,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
229
217
  options: __HttpHandlerOptions,
230
218
  cb: (err: any, data?: UntagResourceCommandOutput) => void
231
219
  ): void;
232
-
233
220
  updateDatabase(
234
221
  args: UpdateDatabaseCommandInput,
235
222
  options?: __HttpHandlerOptions
@@ -243,7 +230,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
243
230
  options: __HttpHandlerOptions,
244
231
  cb: (err: any, data?: UpdateDatabaseCommandOutput) => void
245
232
  ): void;
246
-
247
233
  updateTable(
248
234
  args: UpdateTableCommandInput,
249
235
  options?: __HttpHandlerOptions
@@ -257,7 +243,6 @@ export declare class TimestreamWrite extends TimestreamWriteClient {
257
243
  options: __HttpHandlerOptions,
258
244
  cb: (err: any, data?: UpdateTableCommandOutput) => void
259
245
  ): void;
260
-
261
246
  writeRecords(
262
247
  args: WriteRecordsCommandInput,
263
248
  options?: __HttpHandlerOptions
@@ -141,49 +141,27 @@ export declare type ServiceOutputTypes =
141
141
  export interface ClientDefaults
142
142
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
143
143
  requestHandler?: __HttpHandler;
144
-
145
144
  sha256?: __HashConstructor;
146
-
147
145
  urlParser?: __UrlParser;
148
-
149
146
  bodyLengthChecker?: __BodyLengthCalculator;
150
-
151
147
  streamCollector?: __StreamCollector;
152
-
153
148
  base64Decoder?: __Decoder;
154
-
155
149
  base64Encoder?: __Encoder;
156
-
157
150
  utf8Decoder?: __Decoder;
158
-
159
151
  utf8Encoder?: __Encoder;
160
-
161
152
  runtime?: string;
162
-
163
153
  disableHostPrefix?: boolean;
164
-
165
154
  maxAttempts?: number | __Provider<number>;
166
-
167
155
  retryMode?: string | __Provider<string>;
168
-
169
156
  logger?: __Logger;
170
-
171
157
  useDualstackEndpoint?: boolean | __Provider<boolean>;
172
-
173
158
  useFipsEndpoint?: boolean | __Provider<boolean>;
174
-
175
159
  serviceId?: string;
176
-
177
160
  region?: string | __Provider<string>;
178
-
179
161
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
180
-
181
162
  regionInfoProvider?: RegionInfoProvider;
182
-
183
163
  defaultUserAgentProvider?: Provider<__UserAgent>;
184
-
185
164
  endpointDiscoveryEnabledProvider?: __Provider<boolean | undefined>;
186
-
187
165
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
188
166
  }
189
167
  declare type TimestreamWriteClientConfigType = Partial<
@@ -197,7 +175,6 @@ declare type TimestreamWriteClientConfigType = Partial<
197
175
  AwsAuthInputConfig &
198
176
  UserAgentInputConfig &
199
177
  EndpointDiscoveryInputConfig;
200
-
201
178
  export interface TimestreamWriteClientConfig
202
179
  extends TimestreamWriteClientConfigType {}
203
180
  declare type TimestreamWriteClientResolvedConfigType =
@@ -210,10 +187,8 @@ declare type TimestreamWriteClientResolvedConfigType =
210
187
  AwsAuthResolvedConfig &
211
188
  UserAgentResolvedConfig &
212
189
  EndpointDiscoveryResolvedConfig;
213
-
214
190
  export interface TimestreamWriteClientResolvedConfig
215
191
  extends TimestreamWriteClientResolvedConfigType {}
216
-
217
192
  export declare class TimestreamWriteClient extends __Client<
218
193
  __HttpHandlerOptions,
219
194
  ServiceInputTypes,
@@ -222,7 +197,6 @@ export declare class TimestreamWriteClient extends __Client<
222
197
  > {
223
198
  readonly config: TimestreamWriteClientResolvedConfig;
224
199
  constructor(configuration: TimestreamWriteClientConfig);
225
-
226
200
  destroy(): void;
227
201
  }
228
202
  export {};
@@ -18,7 +18,6 @@ export interface CreateDatabaseCommandInput extends CreateDatabaseRequest {}
18
18
  export interface CreateDatabaseCommandOutput
19
19
  extends CreateDatabaseResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateDatabaseCommand extends $Command<
23
22
  CreateDatabaseCommandInput,
24
23
  CreateDatabaseCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateDatabaseCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateDatabaseCommandInput;
28
27
  constructor(input: CreateDatabaseCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: TimestreamWriteClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateTableCommandInput extends CreateTableRequest {}
15
15
  export interface CreateTableCommandOutput
16
16
  extends CreateTableResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateTableCommand extends $Command<
20
19
  CreateTableCommandInput,
21
20
  CreateTableCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateTableCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateTableCommandInput;
25
24
  constructor(input: CreateTableCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: TimestreamWriteClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../TimestreamWriteClient";
14
14
  export interface DeleteDatabaseCommandInput extends DeleteDatabaseRequest {}
15
15
  export interface DeleteDatabaseCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteDatabaseCommand extends $Command<
18
17
  DeleteDatabaseCommandInput,
19
18
  DeleteDatabaseCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteDatabaseCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteDatabaseCommandInput;
23
22
  constructor(input: DeleteDatabaseCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: TimestreamWriteClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../TimestreamWriteClient";
14
14
  export interface DeleteTableCommandInput extends DeleteTableRequest {}
15
15
  export interface DeleteTableCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteTableCommand extends $Command<
18
17
  DeleteTableCommandInput,
19
18
  DeleteTableCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteTableCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteTableCommandInput;
23
22
  constructor(input: DeleteTableCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: TimestreamWriteClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeDatabaseCommandInput extends DescribeDatabaseRequest {}
18
18
  export interface DescribeDatabaseCommandOutput
19
19
  extends DescribeDatabaseResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeDatabaseCommand extends $Command<
23
22
  DescribeDatabaseCommandInput,
24
23
  DescribeDatabaseCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeDatabaseCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeDatabaseCommandInput;
28
27
  constructor(input: DescribeDatabaseCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: TimestreamWriteClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEndpointsCommandInput
19
19
  export interface DescribeEndpointsCommandOutput
20
20
  extends DescribeEndpointsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEndpointsCommand extends $Command<
24
23
  DescribeEndpointsCommandInput,
25
24
  DescribeEndpointsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEndpointsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEndpointsCommandInput;
29
28
  constructor(input: DescribeEndpointsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TimestreamWriteClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeTableCommandInput extends DescribeTableRequest {}
18
18
  export interface DescribeTableCommandOutput
19
19
  extends DescribeTableResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeTableCommand extends $Command<
23
22
  DescribeTableCommandInput,
24
23
  DescribeTableCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeTableCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeTableCommandInput;
28
27
  constructor(input: DescribeTableCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: TimestreamWriteClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListDatabasesCommandInput extends ListDatabasesRequest {}
18
18
  export interface ListDatabasesCommandOutput
19
19
  extends ListDatabasesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListDatabasesCommand extends $Command<
23
22
  ListDatabasesCommandInput,
24
23
  ListDatabasesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListDatabasesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListDatabasesCommandInput;
28
27
  constructor(input: ListDatabasesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: TimestreamWriteClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListTablesCommandInput extends ListTablesRequest {}
15
15
  export interface ListTablesCommandOutput
16
16
  extends ListTablesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListTablesCommand extends $Command<
20
19
  ListTablesCommandInput,
21
20
  ListTablesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListTablesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListTablesCommandInput;
25
24
  constructor(input: ListTablesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: TimestreamWriteClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: TimestreamWriteClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: TimestreamWriteClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: TimestreamWriteClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {}
18
18
  export interface UpdateDatabaseCommandOutput
19
19
  extends UpdateDatabaseResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateDatabaseCommand extends $Command<
23
22
  UpdateDatabaseCommandInput,
24
23
  UpdateDatabaseCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateDatabaseCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateDatabaseCommandInput;
28
27
  constructor(input: UpdateDatabaseCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: TimestreamWriteClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateTableCommandInput extends UpdateTableRequest {}
15
15
  export interface UpdateTableCommandOutput
16
16
  extends UpdateTableResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateTableCommand extends $Command<
20
19
  UpdateTableCommandInput,
21
20
  UpdateTableCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateTableCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateTableCommandInput;
25
24
  constructor(input: UpdateTableCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: TimestreamWriteClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface WriteRecordsCommandInput extends WriteRecordsRequest {}
15
15
  export interface WriteRecordsCommandOutput
16
16
  extends WriteRecordsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class WriteRecordsCommand extends $Command<
20
19
  WriteRecordsCommandInput,
21
20
  WriteRecordsCommandOutput,
@@ -23,7 +22,6 @@ export declare class WriteRecordsCommand extends $Command<
23
22
  > {
24
23
  readonly input: WriteRecordsCommandInput;
25
24
  constructor(input: WriteRecordsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: TimestreamWriteClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class TimestreamWriteServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,99 +1,75 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { TimestreamWriteServiceException as __BaseException } from "./TimestreamWriteServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
6
  Message: string | undefined;
8
-
9
7
  constructor(
10
8
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
9
  );
12
10
  }
13
-
14
11
  export declare class ConflictException extends __BaseException {
15
12
  readonly name: "ConflictException";
16
13
  readonly $fault: "client";
17
14
  Message: string | undefined;
18
-
19
15
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
20
16
  }
21
-
22
17
  export interface Tag {
23
18
  Key: string | undefined;
24
-
25
19
  Value: string | undefined;
26
20
  }
27
21
  export interface CreateDatabaseRequest {
28
22
  DatabaseName: string | undefined;
29
-
30
23
  KmsKeyId?: string;
31
-
32
24
  Tags?: Tag[];
33
25
  }
34
-
35
26
  export interface Database {
36
27
  Arn?: string;
37
-
38
28
  DatabaseName?: string;
39
-
40
29
  TableCount?: number;
41
-
42
30
  KmsKeyId?: string;
43
-
44
31
  CreationTime?: Date;
45
-
46
32
  LastUpdatedTime?: Date;
47
33
  }
48
34
  export interface CreateDatabaseResponse {
49
35
  Database?: Database;
50
36
  }
51
-
52
37
  export declare class InternalServerException extends __BaseException {
53
38
  readonly name: "InternalServerException";
54
39
  readonly $fault: "server";
55
40
  Message: string | undefined;
56
-
57
41
  constructor(
58
42
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
59
43
  );
60
44
  }
61
-
62
45
  export declare class InvalidEndpointException extends __BaseException {
63
46
  readonly name: "InvalidEndpointException";
64
47
  readonly $fault: "client";
65
48
  Message?: string;
66
-
67
49
  constructor(
68
50
  opts: __ExceptionOptionType<InvalidEndpointException, __BaseException>
69
51
  );
70
52
  }
71
-
72
53
  export declare class ServiceQuotaExceededException extends __BaseException {
73
54
  readonly name: "ServiceQuotaExceededException";
74
55
  readonly $fault: "client";
75
56
  Message?: string;
76
-
77
57
  constructor(
78
58
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
79
59
  );
80
60
  }
81
-
82
61
  export declare class ThrottlingException extends __BaseException {
83
62
  readonly name: "ThrottlingException";
84
63
  readonly $fault: "client";
85
64
  Message: string | undefined;
86
-
87
65
  constructor(
88
66
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
89
67
  );
90
68
  }
91
-
92
69
  export declare class ValidationException extends __BaseException {
93
70
  readonly name: "ValidationException";
94
71
  readonly $fault: "client";
95
72
  Message: string | undefined;
96
-
97
73
  constructor(
98
74
  opts: __ExceptionOptionType<ValidationException, __BaseException>
99
75
  );
@@ -102,74 +78,51 @@ export declare enum S3EncryptionOption {
102
78
  SSE_KMS = "SSE_KMS",
103
79
  SSE_S3 = "SSE_S3",
104
80
  }
105
-
106
81
  export interface S3Configuration {
107
82
  BucketName?: string;
108
-
109
83
  ObjectKeyPrefix?: string;
110
-
111
84
  EncryptionOption?: S3EncryptionOption | string;
112
-
113
85
  KmsKeyId?: string;
114
86
  }
115
-
116
87
  export interface MagneticStoreRejectedDataLocation {
117
88
  S3Configuration?: S3Configuration;
118
89
  }
119
-
120
90
  export interface MagneticStoreWriteProperties {
121
91
  EnableMagneticStoreWrites: boolean | undefined;
122
-
123
92
  MagneticStoreRejectedDataLocation?: MagneticStoreRejectedDataLocation;
124
93
  }
125
-
126
94
  export interface RetentionProperties {
127
95
  MemoryStoreRetentionPeriodInHours: number | undefined;
128
-
129
96
  MagneticStoreRetentionPeriodInDays: number | undefined;
130
97
  }
131
98
  export interface CreateTableRequest {
132
99
  DatabaseName: string | undefined;
133
-
134
100
  TableName: string | undefined;
135
-
136
101
  RetentionProperties?: RetentionProperties;
137
-
138
102
  Tags?: Tag[];
139
-
140
103
  MagneticStoreWriteProperties?: MagneticStoreWriteProperties;
141
104
  }
142
105
  export declare enum TableStatus {
143
106
  ACTIVE = "ACTIVE",
144
107
  DELETING = "DELETING",
145
108
  }
146
-
147
109
  export interface Table {
148
110
  Arn?: string;
149
-
150
111
  TableName?: string;
151
-
152
112
  DatabaseName?: string;
153
-
154
113
  TableStatus?: TableStatus | string;
155
-
156
114
  RetentionProperties?: RetentionProperties;
157
-
158
115
  CreationTime?: Date;
159
-
160
116
  LastUpdatedTime?: Date;
161
-
162
117
  MagneticStoreWriteProperties?: MagneticStoreWriteProperties;
163
118
  }
164
119
  export interface CreateTableResponse {
165
120
  Table?: Table;
166
121
  }
167
-
168
122
  export declare class ResourceNotFoundException extends __BaseException {
169
123
  readonly name: "ResourceNotFoundException";
170
124
  readonly $fault: "client";
171
125
  Message?: string;
172
-
173
126
  constructor(
174
127
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
175
128
  );
@@ -179,7 +132,6 @@ export interface DeleteDatabaseRequest {
179
132
  }
180
133
  export interface DeleteTableRequest {
181
134
  DatabaseName: string | undefined;
182
-
183
135
  TableName: string | undefined;
184
136
  }
185
137
  export interface DescribeDatabaseRequest {
@@ -189,10 +141,8 @@ export interface DescribeDatabaseResponse {
189
141
  Database?: Database;
190
142
  }
191
143
  export interface DescribeEndpointsRequest {}
192
-
193
144
  export interface Endpoint {
194
145
  Address: string | undefined;
195
-
196
146
  CachePeriodInMinutes: number | undefined;
197
147
  }
198
148
  export interface DescribeEndpointsResponse {
@@ -200,7 +150,6 @@ export interface DescribeEndpointsResponse {
200
150
  }
201
151
  export interface DescribeTableRequest {
202
152
  DatabaseName: string | undefined;
203
-
204
153
  TableName: string | undefined;
205
154
  }
206
155
  export interface DescribeTableResponse {
@@ -209,34 +158,26 @@ export interface DescribeTableResponse {
209
158
  export declare enum DimensionValueType {
210
159
  VARCHAR = "VARCHAR",
211
160
  }
212
-
213
161
  export interface Dimension {
214
162
  Name: string | undefined;
215
-
216
163
  Value: string | undefined;
217
-
218
164
  DimensionValueType?: DimensionValueType | string;
219
165
  }
220
166
  export interface ListDatabasesRequest {
221
167
  NextToken?: string;
222
-
223
168
  MaxResults?: number;
224
169
  }
225
170
  export interface ListDatabasesResponse {
226
171
  Databases?: Database[];
227
-
228
172
  NextToken?: string;
229
173
  }
230
174
  export interface ListTablesRequest {
231
175
  DatabaseName?: string;
232
-
233
176
  NextToken?: string;
234
-
235
177
  MaxResults?: number;
236
178
  }
237
179
  export interface ListTablesResponse {
238
180
  Tables?: Table[];
239
-
240
181
  NextToken?: string;
241
182
  }
242
183
  export interface ListTagsForResourceRequest {
@@ -253,12 +194,9 @@ export declare enum MeasureValueType {
253
194
  TIMESTAMP = "TIMESTAMP",
254
195
  VARCHAR = "VARCHAR",
255
196
  }
256
-
257
197
  export interface MeasureValue {
258
198
  Name: string | undefined;
259
-
260
199
  Value: string | undefined;
261
-
262
200
  Type: MeasureValueType | string | undefined;
263
201
  }
264
202
  export declare enum TimeUnit {
@@ -267,66 +205,47 @@ export declare enum TimeUnit {
267
205
  NANOSECONDS = "NANOSECONDS",
268
206
  SECONDS = "SECONDS",
269
207
  }
270
-
271
208
  export interface _Record {
272
209
  Dimensions?: Dimension[];
273
-
274
210
  MeasureName?: string;
275
-
276
211
  MeasureValue?: string;
277
-
278
212
  MeasureValueType?: MeasureValueType | string;
279
-
280
213
  Time?: string;
281
-
282
214
  TimeUnit?: TimeUnit | string;
283
-
284
215
  Version?: number;
285
-
286
216
  MeasureValues?: MeasureValue[];
287
217
  }
288
-
289
218
  export interface RecordsIngested {
290
219
  Total?: number;
291
-
292
220
  MemoryStore?: number;
293
-
294
221
  MagneticStore?: number;
295
222
  }
296
-
297
223
  export interface RejectedRecord {
298
224
  RecordIndex?: number;
299
-
300
225
  Reason?: string;
301
-
302
226
  ExistingVersion?: number;
303
227
  }
304
-
305
228
  export declare class RejectedRecordsException extends __BaseException {
306
229
  readonly name: "RejectedRecordsException";
307
230
  readonly $fault: "client";
308
231
  Message?: string;
309
232
  RejectedRecords?: RejectedRecord[];
310
-
311
233
  constructor(
312
234
  opts: __ExceptionOptionType<RejectedRecordsException, __BaseException>
313
235
  );
314
236
  }
315
237
  export interface TagResourceRequest {
316
238
  ResourceARN: string | undefined;
317
-
318
239
  Tags: Tag[] | undefined;
319
240
  }
320
241
  export interface TagResourceResponse {}
321
242
  export interface UntagResourceRequest {
322
243
  ResourceARN: string | undefined;
323
-
324
244
  TagKeys: string[] | undefined;
325
245
  }
326
246
  export interface UntagResourceResponse {}
327
247
  export interface UpdateDatabaseRequest {
328
248
  DatabaseName: string | undefined;
329
-
330
249
  KmsKeyId: string | undefined;
331
250
  }
332
251
  export interface UpdateDatabaseResponse {
@@ -334,11 +253,8 @@ export interface UpdateDatabaseResponse {
334
253
  }
335
254
  export interface UpdateTableRequest {
336
255
  DatabaseName: string | undefined;
337
-
338
256
  TableName: string | undefined;
339
-
340
257
  RetentionProperties?: RetentionProperties;
341
-
342
258
  MagneticStoreWriteProperties?: MagneticStoreWriteProperties;
343
259
  }
344
260
  export interface UpdateTableResponse {
@@ -346,163 +262,119 @@ export interface UpdateTableResponse {
346
262
  }
347
263
  export interface WriteRecordsRequest {
348
264
  DatabaseName: string | undefined;
349
-
350
265
  TableName: string | undefined;
351
-
352
266
  CommonAttributes?: _Record;
353
-
354
267
  Records: _Record[] | undefined;
355
268
  }
356
269
  export interface WriteRecordsResponse {
357
270
  RecordsIngested?: RecordsIngested;
358
271
  }
359
-
360
272
  export declare const TagFilterSensitiveLog: (obj: Tag) => any;
361
-
362
273
  export declare const CreateDatabaseRequestFilterSensitiveLog: (
363
274
  obj: CreateDatabaseRequest
364
275
  ) => any;
365
-
366
276
  export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
367
-
368
277
  export declare const CreateDatabaseResponseFilterSensitiveLog: (
369
278
  obj: CreateDatabaseResponse
370
279
  ) => any;
371
-
372
280
  export declare const S3ConfigurationFilterSensitiveLog: (
373
281
  obj: S3Configuration
374
282
  ) => any;
375
-
376
283
  export declare const MagneticStoreRejectedDataLocationFilterSensitiveLog: (
377
284
  obj: MagneticStoreRejectedDataLocation
378
285
  ) => any;
379
-
380
286
  export declare const MagneticStoreWritePropertiesFilterSensitiveLog: (
381
287
  obj: MagneticStoreWriteProperties
382
288
  ) => any;
383
-
384
289
  export declare const RetentionPropertiesFilterSensitiveLog: (
385
290
  obj: RetentionProperties
386
291
  ) => any;
387
-
388
292
  export declare const CreateTableRequestFilterSensitiveLog: (
389
293
  obj: CreateTableRequest
390
294
  ) => any;
391
-
392
295
  export declare const TableFilterSensitiveLog: (obj: Table) => any;
393
-
394
296
  export declare const CreateTableResponseFilterSensitiveLog: (
395
297
  obj: CreateTableResponse
396
298
  ) => any;
397
-
398
299
  export declare const DeleteDatabaseRequestFilterSensitiveLog: (
399
300
  obj: DeleteDatabaseRequest
400
301
  ) => any;
401
-
402
302
  export declare const DeleteTableRequestFilterSensitiveLog: (
403
303
  obj: DeleteTableRequest
404
304
  ) => any;
405
-
406
305
  export declare const DescribeDatabaseRequestFilterSensitiveLog: (
407
306
  obj: DescribeDatabaseRequest
408
307
  ) => any;
409
-
410
308
  export declare const DescribeDatabaseResponseFilterSensitiveLog: (
411
309
  obj: DescribeDatabaseResponse
412
310
  ) => any;
413
-
414
311
  export declare const DescribeEndpointsRequestFilterSensitiveLog: (
415
312
  obj: DescribeEndpointsRequest
416
313
  ) => any;
417
-
418
314
  export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
419
-
420
315
  export declare const DescribeEndpointsResponseFilterSensitiveLog: (
421
316
  obj: DescribeEndpointsResponse
422
317
  ) => any;
423
-
424
318
  export declare const DescribeTableRequestFilterSensitiveLog: (
425
319
  obj: DescribeTableRequest
426
320
  ) => any;
427
-
428
321
  export declare const DescribeTableResponseFilterSensitiveLog: (
429
322
  obj: DescribeTableResponse
430
323
  ) => any;
431
-
432
324
  export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
433
-
434
325
  export declare const ListDatabasesRequestFilterSensitiveLog: (
435
326
  obj: ListDatabasesRequest
436
327
  ) => any;
437
-
438
328
  export declare const ListDatabasesResponseFilterSensitiveLog: (
439
329
  obj: ListDatabasesResponse
440
330
  ) => any;
441
-
442
331
  export declare const ListTablesRequestFilterSensitiveLog: (
443
332
  obj: ListTablesRequest
444
333
  ) => any;
445
-
446
334
  export declare const ListTablesResponseFilterSensitiveLog: (
447
335
  obj: ListTablesResponse
448
336
  ) => any;
449
-
450
337
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
451
338
  obj: ListTagsForResourceRequest
452
339
  ) => any;
453
-
454
340
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
455
341
  obj: ListTagsForResourceResponse
456
342
  ) => any;
457
-
458
343
  export declare const MeasureValueFilterSensitiveLog: (obj: MeasureValue) => any;
459
-
460
344
  export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
461
-
462
345
  export declare const RecordsIngestedFilterSensitiveLog: (
463
346
  obj: RecordsIngested
464
347
  ) => any;
465
-
466
348
  export declare const RejectedRecordFilterSensitiveLog: (
467
349
  obj: RejectedRecord
468
350
  ) => any;
469
-
470
351
  export declare const TagResourceRequestFilterSensitiveLog: (
471
352
  obj: TagResourceRequest
472
353
  ) => any;
473
-
474
354
  export declare const TagResourceResponseFilterSensitiveLog: (
475
355
  obj: TagResourceResponse
476
356
  ) => any;
477
-
478
357
  export declare const UntagResourceRequestFilterSensitiveLog: (
479
358
  obj: UntagResourceRequest
480
359
  ) => any;
481
-
482
360
  export declare const UntagResourceResponseFilterSensitiveLog: (
483
361
  obj: UntagResourceResponse
484
362
  ) => any;
485
-
486
363
  export declare const UpdateDatabaseRequestFilterSensitiveLog: (
487
364
  obj: UpdateDatabaseRequest
488
365
  ) => any;
489
-
490
366
  export declare const UpdateDatabaseResponseFilterSensitiveLog: (
491
367
  obj: UpdateDatabaseResponse
492
368
  ) => any;
493
-
494
369
  export declare const UpdateTableRequestFilterSensitiveLog: (
495
370
  obj: UpdateTableRequest
496
371
  ) => any;
497
-
498
372
  export declare const UpdateTableResponseFilterSensitiveLog: (
499
373
  obj: UpdateTableResponse
500
374
  ) => any;
501
-
502
375
  export declare const WriteRecordsRequestFilterSensitiveLog: (
503
376
  obj: WriteRecordsRequest
504
377
  ) => any;
505
-
506
378
  export declare const WriteRecordsResponseFilterSensitiveLog: (
507
379
  obj: WriteRecordsResponse
508
380
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { TimestreamWriteClientConfig } from "./TimestreamWriteClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: TimestreamWriteClientConfig
6
5
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { TimestreamWriteClientConfig } from "./TimestreamWriteClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: TimestreamWriteClientConfig
6
5
  ) => {
@@ -1,5 +1,4 @@
1
1
  import { TimestreamWriteClientConfig } from "./TimestreamWriteClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: TimestreamWriteClientConfig
5
4
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { TimestreamWriteClientConfig } from "./TimestreamWriteClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: TimestreamWriteClientConfig
6
5
  ) => {
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.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,36 +19,36 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-endpoint-discovery": "3.170.0",
30
- "@aws-sdk/middleware-host-header": "3.170.0",
31
- "@aws-sdk/middleware-logger": "3.170.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
33
- "@aws-sdk/middleware-retry": "3.170.0",
34
- "@aws-sdk/middleware-serde": "3.170.0",
35
- "@aws-sdk/middleware-signing": "3.170.0",
36
- "@aws-sdk/middleware-stack": "3.170.0",
37
- "@aws-sdk/middleware-user-agent": "3.170.0",
38
- "@aws-sdk/node-config-provider": "3.170.0",
39
- "@aws-sdk/node-http-handler": "3.170.0",
40
- "@aws-sdk/protocol-http": "3.170.0",
41
- "@aws-sdk/smithy-client": "3.170.0",
42
- "@aws-sdk/types": "3.170.0",
43
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-endpoint-discovery": "3.171.0",
30
+ "@aws-sdk/middleware-host-header": "3.171.0",
31
+ "@aws-sdk/middleware-logger": "3.171.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
33
+ "@aws-sdk/middleware-retry": "3.171.0",
34
+ "@aws-sdk/middleware-serde": "3.171.0",
35
+ "@aws-sdk/middleware-signing": "3.171.0",
36
+ "@aws-sdk/middleware-stack": "3.171.0",
37
+ "@aws-sdk/middleware-user-agent": "3.171.0",
38
+ "@aws-sdk/node-config-provider": "3.171.0",
39
+ "@aws-sdk/node-http-handler": "3.171.0",
40
+ "@aws-sdk/protocol-http": "3.171.0",
41
+ "@aws-sdk/smithy-client": "3.171.0",
42
+ "@aws-sdk/types": "3.171.0",
43
+ "@aws-sdk/url-parser": "3.171.0",
44
44
  "@aws-sdk/util-base64-browser": "3.170.0",
45
45
  "@aws-sdk/util-base64-node": "3.170.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.170.0",
47
47
  "@aws-sdk/util-body-length-node": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
50
- "@aws-sdk/util-user-agent-browser": "3.170.0",
51
- "@aws-sdk/util-user-agent-node": "3.170.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
50
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
51
+ "@aws-sdk/util-user-agent-node": "3.171.0",
52
52
  "@aws-sdk/util-utf8-browser": "3.170.0",
53
53
  "@aws-sdk/util-utf8-node": "3.170.0",
54
54
  "tslib": "^2.3.1"