@aws-sdk/client-timestream-write 3.297.0 → 3.299.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/commands/CreateBatchLoadTaskCommand.js +1 -1
- package/dist-cjs/commands/CreateDatabaseCommand.js +2 -3
- package/dist-cjs/commands/CreateTableCommand.js +2 -3
- package/dist-cjs/commands/DeleteDatabaseCommand.js +2 -3
- package/dist-cjs/commands/DeleteTableCommand.js +2 -3
- package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +2 -3
- package/dist-cjs/commands/DescribeDatabaseCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-cjs/commands/DescribeTableCommand.js +2 -3
- package/dist-cjs/commands/ListBatchLoadTasksCommand.js +2 -3
- package/dist-cjs/commands/ListDatabasesCommand.js +2 -3
- package/dist-cjs/commands/ListTablesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDatabaseCommand.js +2 -3
- package/dist-cjs/commands/UpdateTableCommand.js +2 -3
- package/dist-cjs/commands/WriteRecordsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -254
- package/dist-es/commands/CreateBatchLoadTaskCommand.js +2 -2
- package/dist-es/commands/CreateDatabaseCommand.js +2 -3
- package/dist-es/commands/CreateTableCommand.js +2 -3
- package/dist-es/commands/DeleteDatabaseCommand.js +2 -3
- package/dist-es/commands/DeleteTableCommand.js +2 -3
- package/dist-es/commands/DescribeBatchLoadTaskCommand.js +2 -3
- package/dist-es/commands/DescribeDatabaseCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-es/commands/DescribeTableCommand.js +2 -3
- package/dist-es/commands/ListBatchLoadTasksCommand.js +2 -3
- package/dist-es/commands/ListDatabasesCommand.js +2 -3
- package/dist-es/commands/ListTablesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ResumeBatchLoadTaskCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDatabaseCommand.js +2 -3
- package/dist-es/commands/UpdateTableCommand.js +2 -3
- package/dist-es/commands/WriteRecordsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -189
- package/dist-types/models/models_0.d.ts +0 -252
- package/dist-types/ts3.4/models/models_0.d.ts +0 -173
- package/package.json +12 -11
|
@@ -1438,259 +1438,7 @@ export interface WriteRecordsResponse {
|
|
|
1438
1438
|
*/
|
|
1439
1439
|
RecordsIngested?: RecordsIngested;
|
|
1440
1440
|
}
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
|
-
export declare const BatchLoadProgressReportFilterSensitiveLog: (obj: BatchLoadProgressReport) => any;
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
*/
|
|
1448
|
-
export declare const BatchLoadTaskFilterSensitiveLog: (obj: BatchLoadTask) => any;
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
|
-
export declare const DimensionMappingFilterSensitiveLog: (obj: DimensionMapping) => any;
|
|
1453
|
-
/**
|
|
1454
|
-
* @internal
|
|
1455
|
-
*/
|
|
1456
|
-
export declare const MultiMeasureAttributeMappingFilterSensitiveLog: (obj: MultiMeasureAttributeMapping) => any;
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
|
-
export declare const MixedMeasureMappingFilterSensitiveLog: (obj: MixedMeasureMapping) => any;
|
|
1461
|
-
/**
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
1464
|
-
export declare const MultiMeasureMappingsFilterSensitiveLog: (obj: MultiMeasureMappings) => any;
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
export declare const DataModelFilterSensitiveLog: (obj: DataModel) => any;
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
*/
|
|
1472
|
-
export declare const DataModelS3ConfigurationFilterSensitiveLog: (obj: DataModelS3Configuration) => any;
|
|
1473
|
-
/**
|
|
1474
|
-
* @internal
|
|
1475
|
-
*/
|
|
1476
|
-
export declare const DataModelConfigurationFilterSensitiveLog: (obj: DataModelConfiguration) => any;
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
export declare const CsvConfigurationFilterSensitiveLog: (obj: CsvConfiguration) => any;
|
|
1481
|
-
/**
|
|
1482
|
-
* @internal
|
|
1483
|
-
*/
|
|
1484
|
-
export declare const DataSourceS3ConfigurationFilterSensitiveLog: (obj: DataSourceS3Configuration) => any;
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
|
-
export declare const DataSourceConfigurationFilterSensitiveLog: (obj: DataSourceConfiguration) => any;
|
|
1489
|
-
/**
|
|
1490
|
-
* @internal
|
|
1491
|
-
*/
|
|
1492
|
-
export declare const ReportS3ConfigurationFilterSensitiveLog: (obj: ReportS3Configuration) => any;
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
export declare const ReportConfigurationFilterSensitiveLog: (obj: ReportConfiguration) => any;
|
|
1497
|
-
/**
|
|
1498
|
-
* @internal
|
|
1499
|
-
*/
|
|
1500
|
-
export declare const BatchLoadTaskDescriptionFilterSensitiveLog: (obj: BatchLoadTaskDescription) => any;
|
|
1501
1441
|
/**
|
|
1502
1442
|
* @internal
|
|
1503
1443
|
*/
|
|
1504
1444
|
export declare const CreateBatchLoadTaskRequestFilterSensitiveLog: (obj: CreateBatchLoadTaskRequest) => any;
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
|
-
export declare const CreateBatchLoadTaskResponseFilterSensitiveLog: (obj: CreateBatchLoadTaskResponse) => any;
|
|
1509
|
-
/**
|
|
1510
|
-
* @internal
|
|
1511
|
-
*/
|
|
1512
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
export declare const CreateDatabaseRequestFilterSensitiveLog: (obj: CreateDatabaseRequest) => any;
|
|
1517
|
-
/**
|
|
1518
|
-
* @internal
|
|
1519
|
-
*/
|
|
1520
|
-
export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
export declare const CreateDatabaseResponseFilterSensitiveLog: (obj: CreateDatabaseResponse) => any;
|
|
1525
|
-
/**
|
|
1526
|
-
* @internal
|
|
1527
|
-
*/
|
|
1528
|
-
export declare const S3ConfigurationFilterSensitiveLog: (obj: S3Configuration) => any;
|
|
1529
|
-
/**
|
|
1530
|
-
* @internal
|
|
1531
|
-
*/
|
|
1532
|
-
export declare const MagneticStoreRejectedDataLocationFilterSensitiveLog: (obj: MagneticStoreRejectedDataLocation) => any;
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
|
-
export declare const MagneticStoreWritePropertiesFilterSensitiveLog: (obj: MagneticStoreWriteProperties) => any;
|
|
1537
|
-
/**
|
|
1538
|
-
* @internal
|
|
1539
|
-
*/
|
|
1540
|
-
export declare const RetentionPropertiesFilterSensitiveLog: (obj: RetentionProperties) => any;
|
|
1541
|
-
/**
|
|
1542
|
-
* @internal
|
|
1543
|
-
*/
|
|
1544
|
-
export declare const CreateTableRequestFilterSensitiveLog: (obj: CreateTableRequest) => any;
|
|
1545
|
-
/**
|
|
1546
|
-
* @internal
|
|
1547
|
-
*/
|
|
1548
|
-
export declare const TableFilterSensitiveLog: (obj: Table) => any;
|
|
1549
|
-
/**
|
|
1550
|
-
* @internal
|
|
1551
|
-
*/
|
|
1552
|
-
export declare const CreateTableResponseFilterSensitiveLog: (obj: CreateTableResponse) => any;
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
export declare const DeleteDatabaseRequestFilterSensitiveLog: (obj: DeleteDatabaseRequest) => any;
|
|
1557
|
-
/**
|
|
1558
|
-
* @internal
|
|
1559
|
-
*/
|
|
1560
|
-
export declare const DeleteTableRequestFilterSensitiveLog: (obj: DeleteTableRequest) => any;
|
|
1561
|
-
/**
|
|
1562
|
-
* @internal
|
|
1563
|
-
*/
|
|
1564
|
-
export declare const DescribeBatchLoadTaskRequestFilterSensitiveLog: (obj: DescribeBatchLoadTaskRequest) => any;
|
|
1565
|
-
/**
|
|
1566
|
-
* @internal
|
|
1567
|
-
*/
|
|
1568
|
-
export declare const DescribeBatchLoadTaskResponseFilterSensitiveLog: (obj: DescribeBatchLoadTaskResponse) => any;
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
*/
|
|
1572
|
-
export declare const DescribeDatabaseRequestFilterSensitiveLog: (obj: DescribeDatabaseRequest) => any;
|
|
1573
|
-
/**
|
|
1574
|
-
* @internal
|
|
1575
|
-
*/
|
|
1576
|
-
export declare const DescribeDatabaseResponseFilterSensitiveLog: (obj: DescribeDatabaseResponse) => any;
|
|
1577
|
-
/**
|
|
1578
|
-
* @internal
|
|
1579
|
-
*/
|
|
1580
|
-
export declare const DescribeEndpointsRequestFilterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
1581
|
-
/**
|
|
1582
|
-
* @internal
|
|
1583
|
-
*/
|
|
1584
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
1585
|
-
/**
|
|
1586
|
-
* @internal
|
|
1587
|
-
*/
|
|
1588
|
-
export declare const DescribeEndpointsResponseFilterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
1589
|
-
/**
|
|
1590
|
-
* @internal
|
|
1591
|
-
*/
|
|
1592
|
-
export declare const DescribeTableRequestFilterSensitiveLog: (obj: DescribeTableRequest) => any;
|
|
1593
|
-
/**
|
|
1594
|
-
* @internal
|
|
1595
|
-
*/
|
|
1596
|
-
export declare const DescribeTableResponseFilterSensitiveLog: (obj: DescribeTableResponse) => any;
|
|
1597
|
-
/**
|
|
1598
|
-
* @internal
|
|
1599
|
-
*/
|
|
1600
|
-
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
1601
|
-
/**
|
|
1602
|
-
* @internal
|
|
1603
|
-
*/
|
|
1604
|
-
export declare const ListBatchLoadTasksRequestFilterSensitiveLog: (obj: ListBatchLoadTasksRequest) => any;
|
|
1605
|
-
/**
|
|
1606
|
-
* @internal
|
|
1607
|
-
*/
|
|
1608
|
-
export declare const ListBatchLoadTasksResponseFilterSensitiveLog: (obj: ListBatchLoadTasksResponse) => any;
|
|
1609
|
-
/**
|
|
1610
|
-
* @internal
|
|
1611
|
-
*/
|
|
1612
|
-
export declare const ListDatabasesRequestFilterSensitiveLog: (obj: ListDatabasesRequest) => any;
|
|
1613
|
-
/**
|
|
1614
|
-
* @internal
|
|
1615
|
-
*/
|
|
1616
|
-
export declare const ListDatabasesResponseFilterSensitiveLog: (obj: ListDatabasesResponse) => any;
|
|
1617
|
-
/**
|
|
1618
|
-
* @internal
|
|
1619
|
-
*/
|
|
1620
|
-
export declare const ListTablesRequestFilterSensitiveLog: (obj: ListTablesRequest) => any;
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
export declare const ListTablesResponseFilterSensitiveLog: (obj: ListTablesResponse) => any;
|
|
1625
|
-
/**
|
|
1626
|
-
* @internal
|
|
1627
|
-
*/
|
|
1628
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1629
|
-
/**
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
1632
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1633
|
-
/**
|
|
1634
|
-
* @internal
|
|
1635
|
-
*/
|
|
1636
|
-
export declare const MeasureValueFilterSensitiveLog: (obj: MeasureValue) => any;
|
|
1637
|
-
/**
|
|
1638
|
-
* @internal
|
|
1639
|
-
*/
|
|
1640
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
1641
|
-
/**
|
|
1642
|
-
* @internal
|
|
1643
|
-
*/
|
|
1644
|
-
export declare const RecordsIngestedFilterSensitiveLog: (obj: RecordsIngested) => any;
|
|
1645
|
-
/**
|
|
1646
|
-
* @internal
|
|
1647
|
-
*/
|
|
1648
|
-
export declare const RejectedRecordFilterSensitiveLog: (obj: RejectedRecord) => any;
|
|
1649
|
-
/**
|
|
1650
|
-
* @internal
|
|
1651
|
-
*/
|
|
1652
|
-
export declare const ResumeBatchLoadTaskRequestFilterSensitiveLog: (obj: ResumeBatchLoadTaskRequest) => any;
|
|
1653
|
-
/**
|
|
1654
|
-
* @internal
|
|
1655
|
-
*/
|
|
1656
|
-
export declare const ResumeBatchLoadTaskResponseFilterSensitiveLog: (obj: ResumeBatchLoadTaskResponse) => any;
|
|
1657
|
-
/**
|
|
1658
|
-
* @internal
|
|
1659
|
-
*/
|
|
1660
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1661
|
-
/**
|
|
1662
|
-
* @internal
|
|
1663
|
-
*/
|
|
1664
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1669
|
-
/**
|
|
1670
|
-
* @internal
|
|
1671
|
-
*/
|
|
1672
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1676
|
-
export declare const UpdateDatabaseRequestFilterSensitiveLog: (obj: UpdateDatabaseRequest) => any;
|
|
1677
|
-
/**
|
|
1678
|
-
* @internal
|
|
1679
|
-
*/
|
|
1680
|
-
export declare const UpdateDatabaseResponseFilterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
|
|
1681
|
-
/**
|
|
1682
|
-
* @internal
|
|
1683
|
-
*/
|
|
1684
|
-
export declare const UpdateTableRequestFilterSensitiveLog: (obj: UpdateTableRequest) => any;
|
|
1685
|
-
/**
|
|
1686
|
-
* @internal
|
|
1687
|
-
*/
|
|
1688
|
-
export declare const UpdateTableResponseFilterSensitiveLog: (obj: UpdateTableResponse) => any;
|
|
1689
|
-
/**
|
|
1690
|
-
* @internal
|
|
1691
|
-
*/
|
|
1692
|
-
export declare const WriteRecordsRequestFilterSensitiveLog: (obj: WriteRecordsRequest) => any;
|
|
1693
|
-
/**
|
|
1694
|
-
* @internal
|
|
1695
|
-
*/
|
|
1696
|
-
export declare const WriteRecordsResponseFilterSensitiveLog: (obj: WriteRecordsResponse) => any;
|
|
@@ -412,179 +412,6 @@ export interface WriteRecordsRequest {
|
|
|
412
412
|
export interface WriteRecordsResponse {
|
|
413
413
|
RecordsIngested?: RecordsIngested;
|
|
414
414
|
}
|
|
415
|
-
export declare const BatchLoadProgressReportFilterSensitiveLog: (
|
|
416
|
-
obj: BatchLoadProgressReport
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const BatchLoadTaskFilterSensitiveLog: (
|
|
419
|
-
obj: BatchLoadTask
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const DimensionMappingFilterSensitiveLog: (
|
|
422
|
-
obj: DimensionMapping
|
|
423
|
-
) => any;
|
|
424
|
-
export declare const MultiMeasureAttributeMappingFilterSensitiveLog: (
|
|
425
|
-
obj: MultiMeasureAttributeMapping
|
|
426
|
-
) => any;
|
|
427
|
-
export declare const MixedMeasureMappingFilterSensitiveLog: (
|
|
428
|
-
obj: MixedMeasureMapping
|
|
429
|
-
) => any;
|
|
430
|
-
export declare const MultiMeasureMappingsFilterSensitiveLog: (
|
|
431
|
-
obj: MultiMeasureMappings
|
|
432
|
-
) => any;
|
|
433
|
-
export declare const DataModelFilterSensitiveLog: (obj: DataModel) => any;
|
|
434
|
-
export declare const DataModelS3ConfigurationFilterSensitiveLog: (
|
|
435
|
-
obj: DataModelS3Configuration
|
|
436
|
-
) => any;
|
|
437
|
-
export declare const DataModelConfigurationFilterSensitiveLog: (
|
|
438
|
-
obj: DataModelConfiguration
|
|
439
|
-
) => any;
|
|
440
|
-
export declare const CsvConfigurationFilterSensitiveLog: (
|
|
441
|
-
obj: CsvConfiguration
|
|
442
|
-
) => any;
|
|
443
|
-
export declare const DataSourceS3ConfigurationFilterSensitiveLog: (
|
|
444
|
-
obj: DataSourceS3Configuration
|
|
445
|
-
) => any;
|
|
446
|
-
export declare const DataSourceConfigurationFilterSensitiveLog: (
|
|
447
|
-
obj: DataSourceConfiguration
|
|
448
|
-
) => any;
|
|
449
|
-
export declare const ReportS3ConfigurationFilterSensitiveLog: (
|
|
450
|
-
obj: ReportS3Configuration
|
|
451
|
-
) => any;
|
|
452
|
-
export declare const ReportConfigurationFilterSensitiveLog: (
|
|
453
|
-
obj: ReportConfiguration
|
|
454
|
-
) => any;
|
|
455
|
-
export declare const BatchLoadTaskDescriptionFilterSensitiveLog: (
|
|
456
|
-
obj: BatchLoadTaskDescription
|
|
457
|
-
) => any;
|
|
458
415
|
export declare const CreateBatchLoadTaskRequestFilterSensitiveLog: (
|
|
459
416
|
obj: CreateBatchLoadTaskRequest
|
|
460
417
|
) => any;
|
|
461
|
-
export declare const CreateBatchLoadTaskResponseFilterSensitiveLog: (
|
|
462
|
-
obj: CreateBatchLoadTaskResponse
|
|
463
|
-
) => any;
|
|
464
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
465
|
-
export declare const CreateDatabaseRequestFilterSensitiveLog: (
|
|
466
|
-
obj: CreateDatabaseRequest
|
|
467
|
-
) => any;
|
|
468
|
-
export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
|
|
469
|
-
export declare const CreateDatabaseResponseFilterSensitiveLog: (
|
|
470
|
-
obj: CreateDatabaseResponse
|
|
471
|
-
) => any;
|
|
472
|
-
export declare const S3ConfigurationFilterSensitiveLog: (
|
|
473
|
-
obj: S3Configuration
|
|
474
|
-
) => any;
|
|
475
|
-
export declare const MagneticStoreRejectedDataLocationFilterSensitiveLog: (
|
|
476
|
-
obj: MagneticStoreRejectedDataLocation
|
|
477
|
-
) => any;
|
|
478
|
-
export declare const MagneticStoreWritePropertiesFilterSensitiveLog: (
|
|
479
|
-
obj: MagneticStoreWriteProperties
|
|
480
|
-
) => any;
|
|
481
|
-
export declare const RetentionPropertiesFilterSensitiveLog: (
|
|
482
|
-
obj: RetentionProperties
|
|
483
|
-
) => any;
|
|
484
|
-
export declare const CreateTableRequestFilterSensitiveLog: (
|
|
485
|
-
obj: CreateTableRequest
|
|
486
|
-
) => any;
|
|
487
|
-
export declare const TableFilterSensitiveLog: (obj: Table) => any;
|
|
488
|
-
export declare const CreateTableResponseFilterSensitiveLog: (
|
|
489
|
-
obj: CreateTableResponse
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const DeleteDatabaseRequestFilterSensitiveLog: (
|
|
492
|
-
obj: DeleteDatabaseRequest
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const DeleteTableRequestFilterSensitiveLog: (
|
|
495
|
-
obj: DeleteTableRequest
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const DescribeBatchLoadTaskRequestFilterSensitiveLog: (
|
|
498
|
-
obj: DescribeBatchLoadTaskRequest
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const DescribeBatchLoadTaskResponseFilterSensitiveLog: (
|
|
501
|
-
obj: DescribeBatchLoadTaskResponse
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const DescribeDatabaseRequestFilterSensitiveLog: (
|
|
504
|
-
obj: DescribeDatabaseRequest
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const DescribeDatabaseResponseFilterSensitiveLog: (
|
|
507
|
-
obj: DescribeDatabaseResponse
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const DescribeEndpointsRequestFilterSensitiveLog: (
|
|
510
|
-
obj: DescribeEndpointsRequest
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
513
|
-
export declare const DescribeEndpointsResponseFilterSensitiveLog: (
|
|
514
|
-
obj: DescribeEndpointsResponse
|
|
515
|
-
) => any;
|
|
516
|
-
export declare const DescribeTableRequestFilterSensitiveLog: (
|
|
517
|
-
obj: DescribeTableRequest
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const DescribeTableResponseFilterSensitiveLog: (
|
|
520
|
-
obj: DescribeTableResponse
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
523
|
-
export declare const ListBatchLoadTasksRequestFilterSensitiveLog: (
|
|
524
|
-
obj: ListBatchLoadTasksRequest
|
|
525
|
-
) => any;
|
|
526
|
-
export declare const ListBatchLoadTasksResponseFilterSensitiveLog: (
|
|
527
|
-
obj: ListBatchLoadTasksResponse
|
|
528
|
-
) => any;
|
|
529
|
-
export declare const ListDatabasesRequestFilterSensitiveLog: (
|
|
530
|
-
obj: ListDatabasesRequest
|
|
531
|
-
) => any;
|
|
532
|
-
export declare const ListDatabasesResponseFilterSensitiveLog: (
|
|
533
|
-
obj: ListDatabasesResponse
|
|
534
|
-
) => any;
|
|
535
|
-
export declare const ListTablesRequestFilterSensitiveLog: (
|
|
536
|
-
obj: ListTablesRequest
|
|
537
|
-
) => any;
|
|
538
|
-
export declare const ListTablesResponseFilterSensitiveLog: (
|
|
539
|
-
obj: ListTablesResponse
|
|
540
|
-
) => any;
|
|
541
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
542
|
-
obj: ListTagsForResourceRequest
|
|
543
|
-
) => any;
|
|
544
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
545
|
-
obj: ListTagsForResourceResponse
|
|
546
|
-
) => any;
|
|
547
|
-
export declare const MeasureValueFilterSensitiveLog: (obj: MeasureValue) => any;
|
|
548
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
549
|
-
export declare const RecordsIngestedFilterSensitiveLog: (
|
|
550
|
-
obj: RecordsIngested
|
|
551
|
-
) => any;
|
|
552
|
-
export declare const RejectedRecordFilterSensitiveLog: (
|
|
553
|
-
obj: RejectedRecord
|
|
554
|
-
) => any;
|
|
555
|
-
export declare const ResumeBatchLoadTaskRequestFilterSensitiveLog: (
|
|
556
|
-
obj: ResumeBatchLoadTaskRequest
|
|
557
|
-
) => any;
|
|
558
|
-
export declare const ResumeBatchLoadTaskResponseFilterSensitiveLog: (
|
|
559
|
-
obj: ResumeBatchLoadTaskResponse
|
|
560
|
-
) => any;
|
|
561
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
562
|
-
obj: TagResourceRequest
|
|
563
|
-
) => any;
|
|
564
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
565
|
-
obj: TagResourceResponse
|
|
566
|
-
) => any;
|
|
567
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
568
|
-
obj: UntagResourceRequest
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
571
|
-
obj: UntagResourceResponse
|
|
572
|
-
) => any;
|
|
573
|
-
export declare const UpdateDatabaseRequestFilterSensitiveLog: (
|
|
574
|
-
obj: UpdateDatabaseRequest
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const UpdateDatabaseResponseFilterSensitiveLog: (
|
|
577
|
-
obj: UpdateDatabaseResponse
|
|
578
|
-
) => any;
|
|
579
|
-
export declare const UpdateTableRequestFilterSensitiveLog: (
|
|
580
|
-
obj: UpdateTableRequest
|
|
581
|
-
) => any;
|
|
582
|
-
export declare const UpdateTableResponseFilterSensitiveLog: (
|
|
583
|
-
obj: UpdateTableResponse
|
|
584
|
-
) => any;
|
|
585
|
-
export declare const WriteRecordsRequestFilterSensitiveLog: (
|
|
586
|
-
obj: WriteRecordsRequest
|
|
587
|
-
) => any;
|
|
588
|
-
export declare const WriteRecordsResponseFilterSensitiveLog: (
|
|
589
|
-
obj: WriteRecordsResponse
|
|
590
|
-
) => 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.299.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo timestream-write"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,23 +21,23 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
32
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.299.0",
|
|
32
33
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
36
37
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
39
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
41
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
41
42
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
43
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -47,11 +48,11 @@
|
|
|
47
48
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
50
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
51
52
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
53
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
55
56
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
57
|
"tslib": "^2.5.0",
|
|
57
58
|
"uuid": "^8.3.2"
|