@aws-sdk/client-timestream-write 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateDatabaseCommand.js +2 -2
- package/dist-cjs/commands/CreateTableCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatabaseCommand.js +1 -1
- package/dist-cjs/commands/DeleteTableCommand.js +1 -1
- package/dist-cjs/commands/DescribeDatabaseCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTableCommand.js +2 -2
- package/dist-cjs/commands/ListDatabasesCommand.js +2 -2
- package/dist-cjs/commands/ListTablesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatabaseCommand.js +2 -2
- package/dist-cjs/commands/UpdateTableCommand.js +2 -2
- package/dist-cjs/commands/WriteRecordsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +166 -248
- package/dist-cjs/protocols/Aws_json1_0.js +75 -135
- package/dist-es/commands/CreateDatabaseCommand.js +3 -3
- package/dist-es/commands/CreateTableCommand.js +3 -3
- package/dist-es/commands/DeleteDatabaseCommand.js +2 -2
- package/dist-es/commands/DeleteTableCommand.js +2 -2
- package/dist-es/commands/DescribeDatabaseCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DescribeTableCommand.js +3 -3
- package/dist-es/commands/ListDatabasesCommand.js +3 -3
- package/dist-es/commands/ListTablesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDatabaseCommand.js +3 -3
- package/dist-es/commands/UpdateTableCommand.js +3 -3
- package/dist-es/commands/WriteRecordsCommand.js +3 -3
- package/dist-es/models/models_0.js +41 -164
- package/dist-es/protocols/Aws_json1_0.js +121 -136
- package/dist-types/models/models_0.d.ts +164 -246
- package/dist-types/ts3.4/models/models_0.d.ts +82 -164
- package/package.json +6 -6
|
@@ -23,10 +23,6 @@ export interface Tag {
|
|
|
23
23
|
|
|
24
24
|
Value: string | undefined;
|
|
25
25
|
}
|
|
26
|
-
export declare namespace Tag {
|
|
27
|
-
|
|
28
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
29
|
-
}
|
|
30
26
|
export interface CreateDatabaseRequest {
|
|
31
27
|
|
|
32
28
|
DatabaseName: string | undefined;
|
|
@@ -35,10 +31,6 @@ export interface CreateDatabaseRequest {
|
|
|
35
31
|
|
|
36
32
|
Tags?: Tag[];
|
|
37
33
|
}
|
|
38
|
-
export declare namespace CreateDatabaseRequest {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: CreateDatabaseRequest) => any;
|
|
41
|
-
}
|
|
42
34
|
|
|
43
35
|
export interface Database {
|
|
44
36
|
|
|
@@ -54,18 +46,10 @@ export interface Database {
|
|
|
54
46
|
|
|
55
47
|
LastUpdatedTime?: Date;
|
|
56
48
|
}
|
|
57
|
-
export declare namespace Database {
|
|
58
|
-
|
|
59
|
-
const filterSensitiveLog: (obj: Database) => any;
|
|
60
|
-
}
|
|
61
49
|
export interface CreateDatabaseResponse {
|
|
62
50
|
|
|
63
51
|
Database?: Database;
|
|
64
52
|
}
|
|
65
|
-
export declare namespace CreateDatabaseResponse {
|
|
66
|
-
|
|
67
|
-
const filterSensitiveLog: (obj: CreateDatabaseResponse) => any;
|
|
68
|
-
}
|
|
69
53
|
|
|
70
54
|
export declare class InternalServerException extends __BaseException {
|
|
71
55
|
readonly name: "InternalServerException";
|
|
@@ -121,19 +105,11 @@ export interface S3Configuration {
|
|
|
121
105
|
|
|
122
106
|
KmsKeyId?: string;
|
|
123
107
|
}
|
|
124
|
-
export declare namespace S3Configuration {
|
|
125
|
-
|
|
126
|
-
const filterSensitiveLog: (obj: S3Configuration) => any;
|
|
127
|
-
}
|
|
128
108
|
|
|
129
109
|
export interface MagneticStoreRejectedDataLocation {
|
|
130
110
|
|
|
131
111
|
S3Configuration?: S3Configuration;
|
|
132
112
|
}
|
|
133
|
-
export declare namespace MagneticStoreRejectedDataLocation {
|
|
134
|
-
|
|
135
|
-
const filterSensitiveLog: (obj: MagneticStoreRejectedDataLocation) => any;
|
|
136
|
-
}
|
|
137
113
|
|
|
138
114
|
export interface MagneticStoreWriteProperties {
|
|
139
115
|
|
|
@@ -141,10 +117,6 @@ export interface MagneticStoreWriteProperties {
|
|
|
141
117
|
|
|
142
118
|
MagneticStoreRejectedDataLocation?: MagneticStoreRejectedDataLocation;
|
|
143
119
|
}
|
|
144
|
-
export declare namespace MagneticStoreWriteProperties {
|
|
145
|
-
|
|
146
|
-
const filterSensitiveLog: (obj: MagneticStoreWriteProperties) => any;
|
|
147
|
-
}
|
|
148
120
|
|
|
149
121
|
export interface RetentionProperties {
|
|
150
122
|
|
|
@@ -152,10 +124,6 @@ export interface RetentionProperties {
|
|
|
152
124
|
|
|
153
125
|
MagneticStoreRetentionPeriodInDays: number | undefined;
|
|
154
126
|
}
|
|
155
|
-
export declare namespace RetentionProperties {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: RetentionProperties) => any;
|
|
158
|
-
}
|
|
159
127
|
export interface CreateTableRequest {
|
|
160
128
|
|
|
161
129
|
DatabaseName: string | undefined;
|
|
@@ -168,10 +136,6 @@ export interface CreateTableRequest {
|
|
|
168
136
|
|
|
169
137
|
MagneticStoreWriteProperties?: MagneticStoreWriteProperties;
|
|
170
138
|
}
|
|
171
|
-
export declare namespace CreateTableRequest {
|
|
172
|
-
|
|
173
|
-
const filterSensitiveLog: (obj: CreateTableRequest) => any;
|
|
174
|
-
}
|
|
175
139
|
export declare enum TableStatus {
|
|
176
140
|
ACTIVE = "ACTIVE",
|
|
177
141
|
DELETING = "DELETING"
|
|
@@ -195,18 +159,10 @@ export interface Table {
|
|
|
195
159
|
|
|
196
160
|
MagneticStoreWriteProperties?: MagneticStoreWriteProperties;
|
|
197
161
|
}
|
|
198
|
-
export declare namespace Table {
|
|
199
|
-
|
|
200
|
-
const filterSensitiveLog: (obj: Table) => any;
|
|
201
|
-
}
|
|
202
162
|
export interface CreateTableResponse {
|
|
203
163
|
|
|
204
164
|
Table?: Table;
|
|
205
165
|
}
|
|
206
|
-
export declare namespace CreateTableResponse {
|
|
207
|
-
|
|
208
|
-
const filterSensitiveLog: (obj: CreateTableResponse) => any;
|
|
209
|
-
}
|
|
210
166
|
|
|
211
167
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
212
168
|
readonly name: "ResourceNotFoundException";
|
|
@@ -219,42 +175,22 @@ export interface DeleteDatabaseRequest {
|
|
|
219
175
|
|
|
220
176
|
DatabaseName: string | undefined;
|
|
221
177
|
}
|
|
222
|
-
export declare namespace DeleteDatabaseRequest {
|
|
223
|
-
|
|
224
|
-
const filterSensitiveLog: (obj: DeleteDatabaseRequest) => any;
|
|
225
|
-
}
|
|
226
178
|
export interface DeleteTableRequest {
|
|
227
179
|
|
|
228
180
|
DatabaseName: string | undefined;
|
|
229
181
|
|
|
230
182
|
TableName: string | undefined;
|
|
231
183
|
}
|
|
232
|
-
export declare namespace DeleteTableRequest {
|
|
233
|
-
|
|
234
|
-
const filterSensitiveLog: (obj: DeleteTableRequest) => any;
|
|
235
|
-
}
|
|
236
184
|
export interface DescribeDatabaseRequest {
|
|
237
185
|
|
|
238
186
|
DatabaseName: string | undefined;
|
|
239
187
|
}
|
|
240
|
-
export declare namespace DescribeDatabaseRequest {
|
|
241
|
-
|
|
242
|
-
const filterSensitiveLog: (obj: DescribeDatabaseRequest) => any;
|
|
243
|
-
}
|
|
244
188
|
export interface DescribeDatabaseResponse {
|
|
245
189
|
|
|
246
190
|
Database?: Database;
|
|
247
191
|
}
|
|
248
|
-
export declare namespace DescribeDatabaseResponse {
|
|
249
|
-
|
|
250
|
-
const filterSensitiveLog: (obj: DescribeDatabaseResponse) => any;
|
|
251
|
-
}
|
|
252
192
|
export interface DescribeEndpointsRequest {
|
|
253
193
|
}
|
|
254
|
-
export declare namespace DescribeEndpointsRequest {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
257
|
-
}
|
|
258
194
|
|
|
259
195
|
export interface Endpoint {
|
|
260
196
|
|
|
@@ -262,36 +198,20 @@ export interface Endpoint {
|
|
|
262
198
|
|
|
263
199
|
CachePeriodInMinutes: number | undefined;
|
|
264
200
|
}
|
|
265
|
-
export declare namespace Endpoint {
|
|
266
|
-
|
|
267
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
268
|
-
}
|
|
269
201
|
export interface DescribeEndpointsResponse {
|
|
270
202
|
|
|
271
203
|
Endpoints: Endpoint[] | undefined;
|
|
272
204
|
}
|
|
273
|
-
export declare namespace DescribeEndpointsResponse {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
276
|
-
}
|
|
277
205
|
export interface DescribeTableRequest {
|
|
278
206
|
|
|
279
207
|
DatabaseName: string | undefined;
|
|
280
208
|
|
|
281
209
|
TableName: string | undefined;
|
|
282
210
|
}
|
|
283
|
-
export declare namespace DescribeTableRequest {
|
|
284
|
-
|
|
285
|
-
const filterSensitiveLog: (obj: DescribeTableRequest) => any;
|
|
286
|
-
}
|
|
287
211
|
export interface DescribeTableResponse {
|
|
288
212
|
|
|
289
213
|
Table?: Table;
|
|
290
214
|
}
|
|
291
|
-
export declare namespace DescribeTableResponse {
|
|
292
|
-
|
|
293
|
-
const filterSensitiveLog: (obj: DescribeTableResponse) => any;
|
|
294
|
-
}
|
|
295
215
|
export declare enum DimensionValueType {
|
|
296
216
|
VARCHAR = "VARCHAR"
|
|
297
217
|
}
|
|
@@ -304,30 +224,18 @@ export interface Dimension {
|
|
|
304
224
|
|
|
305
225
|
DimensionValueType?: DimensionValueType | string;
|
|
306
226
|
}
|
|
307
|
-
export declare namespace Dimension {
|
|
308
|
-
|
|
309
|
-
const filterSensitiveLog: (obj: Dimension) => any;
|
|
310
|
-
}
|
|
311
227
|
export interface ListDatabasesRequest {
|
|
312
228
|
|
|
313
229
|
NextToken?: string;
|
|
314
230
|
|
|
315
231
|
MaxResults?: number;
|
|
316
232
|
}
|
|
317
|
-
export declare namespace ListDatabasesRequest {
|
|
318
|
-
|
|
319
|
-
const filterSensitiveLog: (obj: ListDatabasesRequest) => any;
|
|
320
|
-
}
|
|
321
233
|
export interface ListDatabasesResponse {
|
|
322
234
|
|
|
323
235
|
Databases?: Database[];
|
|
324
236
|
|
|
325
237
|
NextToken?: string;
|
|
326
238
|
}
|
|
327
|
-
export declare namespace ListDatabasesResponse {
|
|
328
|
-
|
|
329
|
-
const filterSensitiveLog: (obj: ListDatabasesResponse) => any;
|
|
330
|
-
}
|
|
331
239
|
export interface ListTablesRequest {
|
|
332
240
|
|
|
333
241
|
DatabaseName?: string;
|
|
@@ -336,36 +244,20 @@ export interface ListTablesRequest {
|
|
|
336
244
|
|
|
337
245
|
MaxResults?: number;
|
|
338
246
|
}
|
|
339
|
-
export declare namespace ListTablesRequest {
|
|
340
|
-
|
|
341
|
-
const filterSensitiveLog: (obj: ListTablesRequest) => any;
|
|
342
|
-
}
|
|
343
247
|
export interface ListTablesResponse {
|
|
344
248
|
|
|
345
249
|
Tables?: Table[];
|
|
346
250
|
|
|
347
251
|
NextToken?: string;
|
|
348
252
|
}
|
|
349
|
-
export declare namespace ListTablesResponse {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: ListTablesResponse) => any;
|
|
352
|
-
}
|
|
353
253
|
export interface ListTagsForResourceRequest {
|
|
354
254
|
|
|
355
255
|
ResourceARN: string | undefined;
|
|
356
256
|
}
|
|
357
|
-
export declare namespace ListTagsForResourceRequest {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
360
|
-
}
|
|
361
257
|
export interface ListTagsForResourceResponse {
|
|
362
258
|
|
|
363
259
|
Tags?: Tag[];
|
|
364
260
|
}
|
|
365
|
-
export declare namespace ListTagsForResourceResponse {
|
|
366
|
-
|
|
367
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
368
|
-
}
|
|
369
261
|
export declare enum MeasureValueType {
|
|
370
262
|
BIGINT = "BIGINT",
|
|
371
263
|
BOOLEAN = "BOOLEAN",
|
|
@@ -383,10 +275,6 @@ export interface MeasureValue {
|
|
|
383
275
|
|
|
384
276
|
Type: MeasureValueType | string | undefined;
|
|
385
277
|
}
|
|
386
|
-
export declare namespace MeasureValue {
|
|
387
|
-
|
|
388
|
-
const filterSensitiveLog: (obj: MeasureValue) => any;
|
|
389
|
-
}
|
|
390
278
|
export declare enum TimeUnit {
|
|
391
279
|
MICROSECONDS = "MICROSECONDS",
|
|
392
280
|
MILLISECONDS = "MILLISECONDS",
|
|
@@ -412,10 +300,6 @@ export interface _Record {
|
|
|
412
300
|
|
|
413
301
|
MeasureValues?: MeasureValue[];
|
|
414
302
|
}
|
|
415
|
-
export declare namespace _Record {
|
|
416
|
-
|
|
417
|
-
const filterSensitiveLog: (obj: _Record) => any;
|
|
418
|
-
}
|
|
419
303
|
|
|
420
304
|
export interface RecordsIngested {
|
|
421
305
|
|
|
@@ -425,10 +309,6 @@ export interface RecordsIngested {
|
|
|
425
309
|
|
|
426
310
|
MagneticStore?: number;
|
|
427
311
|
}
|
|
428
|
-
export declare namespace RecordsIngested {
|
|
429
|
-
|
|
430
|
-
const filterSensitiveLog: (obj: RecordsIngested) => any;
|
|
431
|
-
}
|
|
432
312
|
|
|
433
313
|
export interface RejectedRecord {
|
|
434
314
|
|
|
@@ -438,10 +318,6 @@ export interface RejectedRecord {
|
|
|
438
318
|
|
|
439
319
|
ExistingVersion?: number;
|
|
440
320
|
}
|
|
441
|
-
export declare namespace RejectedRecord {
|
|
442
|
-
|
|
443
|
-
const filterSensitiveLog: (obj: RejectedRecord) => any;
|
|
444
|
-
}
|
|
445
321
|
|
|
446
322
|
export declare class RejectedRecordsException extends __BaseException {
|
|
447
323
|
readonly name: "RejectedRecordsException";
|
|
@@ -457,50 +333,26 @@ export interface TagResourceRequest {
|
|
|
457
333
|
|
|
458
334
|
Tags: Tag[] | undefined;
|
|
459
335
|
}
|
|
460
|
-
export declare namespace TagResourceRequest {
|
|
461
|
-
|
|
462
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
463
|
-
}
|
|
464
336
|
export interface TagResourceResponse {
|
|
465
337
|
}
|
|
466
|
-
export declare namespace TagResourceResponse {
|
|
467
|
-
|
|
468
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
469
|
-
}
|
|
470
338
|
export interface UntagResourceRequest {
|
|
471
339
|
|
|
472
340
|
ResourceARN: string | undefined;
|
|
473
341
|
|
|
474
342
|
TagKeys: string[] | undefined;
|
|
475
343
|
}
|
|
476
|
-
export declare namespace UntagResourceRequest {
|
|
477
|
-
|
|
478
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
479
|
-
}
|
|
480
344
|
export interface UntagResourceResponse {
|
|
481
345
|
}
|
|
482
|
-
export declare namespace UntagResourceResponse {
|
|
483
|
-
|
|
484
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
485
|
-
}
|
|
486
346
|
export interface UpdateDatabaseRequest {
|
|
487
347
|
|
|
488
348
|
DatabaseName: string | undefined;
|
|
489
349
|
|
|
490
350
|
KmsKeyId: string | undefined;
|
|
491
351
|
}
|
|
492
|
-
export declare namespace UpdateDatabaseRequest {
|
|
493
|
-
|
|
494
|
-
const filterSensitiveLog: (obj: UpdateDatabaseRequest) => any;
|
|
495
|
-
}
|
|
496
352
|
export interface UpdateDatabaseResponse {
|
|
497
353
|
|
|
498
354
|
Database?: Database;
|
|
499
355
|
}
|
|
500
|
-
export declare namespace UpdateDatabaseResponse {
|
|
501
|
-
|
|
502
|
-
const filterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
|
|
503
|
-
}
|
|
504
356
|
export interface UpdateTableRequest {
|
|
505
357
|
|
|
506
358
|
DatabaseName: string | undefined;
|
|
@@ -511,18 +363,10 @@ export interface UpdateTableRequest {
|
|
|
511
363
|
|
|
512
364
|
MagneticStoreWriteProperties?: MagneticStoreWriteProperties;
|
|
513
365
|
}
|
|
514
|
-
export declare namespace UpdateTableRequest {
|
|
515
|
-
|
|
516
|
-
const filterSensitiveLog: (obj: UpdateTableRequest) => any;
|
|
517
|
-
}
|
|
518
366
|
export interface UpdateTableResponse {
|
|
519
367
|
|
|
520
368
|
Table?: Table;
|
|
521
369
|
}
|
|
522
|
-
export declare namespace UpdateTableResponse {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: UpdateTableResponse) => any;
|
|
525
|
-
}
|
|
526
370
|
export interface WriteRecordsRequest {
|
|
527
371
|
|
|
528
372
|
DatabaseName: string | undefined;
|
|
@@ -533,15 +377,89 @@ export interface WriteRecordsRequest {
|
|
|
533
377
|
|
|
534
378
|
Records: _Record[] | undefined;
|
|
535
379
|
}
|
|
536
|
-
export declare namespace WriteRecordsRequest {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: WriteRecordsRequest) => any;
|
|
539
|
-
}
|
|
540
380
|
export interface WriteRecordsResponse {
|
|
541
381
|
|
|
542
382
|
RecordsIngested?: RecordsIngested;
|
|
543
383
|
}
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
384
|
+
|
|
385
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
386
|
+
|
|
387
|
+
export declare const CreateDatabaseRequestFilterSensitiveLog: (obj: CreateDatabaseRequest) => any;
|
|
388
|
+
|
|
389
|
+
export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
|
|
390
|
+
|
|
391
|
+
export declare const CreateDatabaseResponseFilterSensitiveLog: (obj: CreateDatabaseResponse) => any;
|
|
392
|
+
|
|
393
|
+
export declare const S3ConfigurationFilterSensitiveLog: (obj: S3Configuration) => any;
|
|
394
|
+
|
|
395
|
+
export declare const MagneticStoreRejectedDataLocationFilterSensitiveLog: (obj: MagneticStoreRejectedDataLocation) => any;
|
|
396
|
+
|
|
397
|
+
export declare const MagneticStoreWritePropertiesFilterSensitiveLog: (obj: MagneticStoreWriteProperties) => any;
|
|
398
|
+
|
|
399
|
+
export declare const RetentionPropertiesFilterSensitiveLog: (obj: RetentionProperties) => any;
|
|
400
|
+
|
|
401
|
+
export declare const CreateTableRequestFilterSensitiveLog: (obj: CreateTableRequest) => any;
|
|
402
|
+
|
|
403
|
+
export declare const TableFilterSensitiveLog: (obj: Table) => any;
|
|
404
|
+
|
|
405
|
+
export declare const CreateTableResponseFilterSensitiveLog: (obj: CreateTableResponse) => any;
|
|
406
|
+
|
|
407
|
+
export declare const DeleteDatabaseRequestFilterSensitiveLog: (obj: DeleteDatabaseRequest) => any;
|
|
408
|
+
|
|
409
|
+
export declare const DeleteTableRequestFilterSensitiveLog: (obj: DeleteTableRequest) => any;
|
|
410
|
+
|
|
411
|
+
export declare const DescribeDatabaseRequestFilterSensitiveLog: (obj: DescribeDatabaseRequest) => any;
|
|
412
|
+
|
|
413
|
+
export declare const DescribeDatabaseResponseFilterSensitiveLog: (obj: DescribeDatabaseResponse) => any;
|
|
414
|
+
|
|
415
|
+
export declare const DescribeEndpointsRequestFilterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
416
|
+
|
|
417
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
418
|
+
|
|
419
|
+
export declare const DescribeEndpointsResponseFilterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
420
|
+
|
|
421
|
+
export declare const DescribeTableRequestFilterSensitiveLog: (obj: DescribeTableRequest) => any;
|
|
422
|
+
|
|
423
|
+
export declare const DescribeTableResponseFilterSensitiveLog: (obj: DescribeTableResponse) => any;
|
|
424
|
+
|
|
425
|
+
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
426
|
+
|
|
427
|
+
export declare const ListDatabasesRequestFilterSensitiveLog: (obj: ListDatabasesRequest) => any;
|
|
428
|
+
|
|
429
|
+
export declare const ListDatabasesResponseFilterSensitiveLog: (obj: ListDatabasesResponse) => any;
|
|
430
|
+
|
|
431
|
+
export declare const ListTablesRequestFilterSensitiveLog: (obj: ListTablesRequest) => any;
|
|
432
|
+
|
|
433
|
+
export declare const ListTablesResponseFilterSensitiveLog: (obj: ListTablesResponse) => any;
|
|
434
|
+
|
|
435
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
436
|
+
|
|
437
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
438
|
+
|
|
439
|
+
export declare const MeasureValueFilterSensitiveLog: (obj: MeasureValue) => any;
|
|
440
|
+
|
|
441
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
442
|
+
|
|
443
|
+
export declare const RecordsIngestedFilterSensitiveLog: (obj: RecordsIngested) => any;
|
|
444
|
+
|
|
445
|
+
export declare const RejectedRecordFilterSensitiveLog: (obj: RejectedRecord) => any;
|
|
446
|
+
|
|
447
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
448
|
+
|
|
449
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
450
|
+
|
|
451
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
452
|
+
|
|
453
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
454
|
+
|
|
455
|
+
export declare const UpdateDatabaseRequestFilterSensitiveLog: (obj: UpdateDatabaseRequest) => any;
|
|
456
|
+
|
|
457
|
+
export declare const UpdateDatabaseResponseFilterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
|
|
458
|
+
|
|
459
|
+
export declare const UpdateTableRequestFilterSensitiveLog: (obj: UpdateTableRequest) => any;
|
|
460
|
+
|
|
461
|
+
export declare const UpdateTableResponseFilterSensitiveLog: (obj: UpdateTableResponse) => any;
|
|
462
|
+
|
|
463
|
+
export declare const WriteRecordsRequestFilterSensitiveLog: (obj: WriteRecordsRequest) => any;
|
|
464
|
+
|
|
465
|
+
export declare const WriteRecordsResponseFilterSensitiveLog: (obj: WriteRecordsResponse) => any;
|
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.142.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
38
38
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
39
39
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
41
41
|
"@aws-sdk/types": "3.127.0",
|
|
42
42
|
"@aws-sdk/url-parser": "3.127.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|