@aws-sdk/client-dynamodb 3.1019.0 → 3.1020.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-es/DynamoDB.js +11 -11
- package/dist-es/waiters/waitForContributorInsightsEnabled.js +1 -1
- package/dist-es/waiters/waitForExportCompleted.js +1 -1
- package/dist-es/waiters/waitForImportCompleted.js +1 -1
- package/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +1 -1
- package/dist-es/waiters/waitForTableExists.js +1 -1
- package/dist-es/waiters/waitForTableNotExists.js +1 -1
- package/dist-types/DynamoDB.d.ts +57 -57
- package/dist-types/DynamoDBClient.d.ts +60 -60
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryPaginator.d.ts +1 -1
- package/dist-types/pagination/ScanPaginator.d.ts +1 -1
- package/dist-types/ts3.4/DynamoDBClient.d.ts +3 -4
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +3 -3
- package/dist-types/waiters/waitForExportCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForImportCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +3 -3
- package/dist-types/waiters/waitForTableExists.d.ts +3 -3
- package/dist-types/waiters/waitForTableNotExists.d.ts +3 -3
- package/package.json +16 -16
package/dist-es/DynamoDB.js
CHANGED
|
@@ -4,11 +4,11 @@ import { BatchGetItemCommand, } from "./commands/BatchGetItemCommand";
|
|
|
4
4
|
import { BatchWriteItemCommand, } from "./commands/BatchWriteItemCommand";
|
|
5
5
|
import { CreateBackupCommand, } from "./commands/CreateBackupCommand";
|
|
6
6
|
import { CreateGlobalTableCommand, } from "./commands/CreateGlobalTableCommand";
|
|
7
|
-
import { CreateTableCommand } from "./commands/CreateTableCommand";
|
|
7
|
+
import { CreateTableCommand, } from "./commands/CreateTableCommand";
|
|
8
8
|
import { DeleteBackupCommand, } from "./commands/DeleteBackupCommand";
|
|
9
|
-
import { DeleteItemCommand } from "./commands/DeleteItemCommand";
|
|
9
|
+
import { DeleteItemCommand, } from "./commands/DeleteItemCommand";
|
|
10
10
|
import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
|
|
11
|
-
import { DeleteTableCommand } from "./commands/DeleteTableCommand";
|
|
11
|
+
import { DeleteTableCommand, } from "./commands/DeleteTableCommand";
|
|
12
12
|
import { DescribeBackupCommand, } from "./commands/DescribeBackupCommand";
|
|
13
13
|
import { DescribeContinuousBackupsCommand, } from "./commands/DescribeContinuousBackupsCommand";
|
|
14
14
|
import { DescribeContributorInsightsCommand, } from "./commands/DescribeContributorInsightsCommand";
|
|
@@ -29,13 +29,13 @@ import { ExecuteTransactionCommand, } from "./commands/ExecuteTransactionCommand
|
|
|
29
29
|
import { ExportTableToPointInTimeCommand, } from "./commands/ExportTableToPointInTimeCommand";
|
|
30
30
|
import { GetItemCommand } from "./commands/GetItemCommand";
|
|
31
31
|
import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
|
|
32
|
-
import { ImportTableCommand } from "./commands/ImportTableCommand";
|
|
33
|
-
import { ListBackupsCommand } from "./commands/ListBackupsCommand";
|
|
32
|
+
import { ImportTableCommand, } from "./commands/ImportTableCommand";
|
|
33
|
+
import { ListBackupsCommand, } from "./commands/ListBackupsCommand";
|
|
34
34
|
import { ListContributorInsightsCommand, } from "./commands/ListContributorInsightsCommand";
|
|
35
|
-
import { ListExportsCommand } from "./commands/ListExportsCommand";
|
|
35
|
+
import { ListExportsCommand, } from "./commands/ListExportsCommand";
|
|
36
36
|
import { ListGlobalTablesCommand, } from "./commands/ListGlobalTablesCommand";
|
|
37
|
-
import { ListImportsCommand } from "./commands/ListImportsCommand";
|
|
38
|
-
import { ListTablesCommand } from "./commands/ListTablesCommand";
|
|
37
|
+
import { ListImportsCommand, } from "./commands/ListImportsCommand";
|
|
38
|
+
import { ListTablesCommand, } from "./commands/ListTablesCommand";
|
|
39
39
|
import { ListTagsOfResourceCommand, } from "./commands/ListTagsOfResourceCommand";
|
|
40
40
|
import { PutItemCommand } from "./commands/PutItemCommand";
|
|
41
41
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
@@ -43,7 +43,7 @@ import { QueryCommand } from "./commands/QueryCommand";
|
|
|
43
43
|
import { RestoreTableFromBackupCommand, } from "./commands/RestoreTableFromBackupCommand";
|
|
44
44
|
import { RestoreTableToPointInTimeCommand, } from "./commands/RestoreTableToPointInTimeCommand";
|
|
45
45
|
import { ScanCommand } from "./commands/ScanCommand";
|
|
46
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
46
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
47
47
|
import { TransactGetItemsCommand, } from "./commands/TransactGetItemsCommand";
|
|
48
48
|
import { TransactWriteItemsCommand, } from "./commands/TransactWriteItemsCommand";
|
|
49
49
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -51,9 +51,9 @@ import { UpdateContinuousBackupsCommand, } from "./commands/UpdateContinuousBack
|
|
|
51
51
|
import { UpdateContributorInsightsCommand, } from "./commands/UpdateContributorInsightsCommand";
|
|
52
52
|
import { UpdateGlobalTableCommand, } from "./commands/UpdateGlobalTableCommand";
|
|
53
53
|
import { UpdateGlobalTableSettingsCommand, } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
54
|
-
import { UpdateItemCommand } from "./commands/UpdateItemCommand";
|
|
54
|
+
import { UpdateItemCommand, } from "./commands/UpdateItemCommand";
|
|
55
55
|
import { UpdateKinesisStreamingDestinationCommand, } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
56
|
-
import { UpdateTableCommand } from "./commands/UpdateTableCommand";
|
|
56
|
+
import { UpdateTableCommand, } from "./commands/UpdateTableCommand";
|
|
57
57
|
import { UpdateTableReplicaAutoScalingCommand, } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
58
58
|
import { UpdateTimeToLiveCommand, } from "./commands/UpdateTimeToLiveCommand";
|
|
59
59
|
import { DynamoDBClient } from "./DynamoDBClient";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeContributorInsightsCommand, } from "../commands/DescribeContributorInsightsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeExportCommand } from "../commands/DescribeExportCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeImportCommand } from "../commands/DescribeImportCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeKinesisStreamingDestinationCommand, } from "../commands/DescribeKinesisStreamingDestinationCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeTableCommand } from "../commands/DescribeTableCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeTableCommand } from "../commands/DescribeTableCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
package/dist-types/DynamoDB.d.ts
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
|
|
4
|
-
import { BatchGetItemCommandInput, BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
|
|
5
|
-
import { BatchWriteItemCommandInput, BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
|
|
6
|
-
import { CreateBackupCommandInput, CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
|
|
7
|
-
import { CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput } from "./commands/CreateGlobalTableCommand";
|
|
8
|
-
import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
9
|
-
import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
|
|
10
|
-
import { DeleteItemCommandInput, DeleteItemCommandOutput } from "./commands/DeleteItemCommand";
|
|
11
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
12
|
-
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
13
|
-
import { DescribeBackupCommandInput, DescribeBackupCommandOutput } from "./commands/DescribeBackupCommand";
|
|
14
|
-
import { DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput } from "./commands/DescribeContinuousBackupsCommand";
|
|
15
|
-
import { DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput } from "./commands/DescribeContributorInsightsCommand";
|
|
16
|
-
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
17
|
-
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
18
|
-
import { DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput } from "./commands/DescribeGlobalTableCommand";
|
|
19
|
-
import { DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput } from "./commands/DescribeGlobalTableSettingsCommand";
|
|
20
|
-
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
21
|
-
import { DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput } from "./commands/DescribeKinesisStreamingDestinationCommand";
|
|
22
|
-
import { DescribeLimitsCommandInput, DescribeLimitsCommandOutput } from "./commands/DescribeLimitsCommand";
|
|
23
|
-
import { DescribeTableCommandInput, DescribeTableCommandOutput } from "./commands/DescribeTableCommand";
|
|
24
|
-
import { DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput } from "./commands/DescribeTableReplicaAutoScalingCommand";
|
|
25
|
-
import { DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput } from "./commands/DescribeTimeToLiveCommand";
|
|
26
|
-
import { DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput } from "./commands/DisableKinesisStreamingDestinationCommand";
|
|
27
|
-
import { EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput } from "./commands/EnableKinesisStreamingDestinationCommand";
|
|
28
|
-
import { ExecuteStatementCommandInput, ExecuteStatementCommandOutput } from "./commands/ExecuteStatementCommand";
|
|
29
|
-
import { ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput } from "./commands/ExecuteTransactionCommand";
|
|
30
|
-
import { ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput } from "./commands/ExportTableToPointInTimeCommand";
|
|
31
|
-
import { GetItemCommandInput, GetItemCommandOutput } from "./commands/GetItemCommand";
|
|
32
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
33
|
-
import { ImportTableCommandInput, ImportTableCommandOutput } from "./commands/ImportTableCommand";
|
|
34
|
-
import { ListBackupsCommandInput, ListBackupsCommandOutput } from "./commands/ListBackupsCommand";
|
|
35
|
-
import { ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput } from "./commands/ListContributorInsightsCommand";
|
|
36
|
-
import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
37
|
-
import { ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput } from "./commands/ListGlobalTablesCommand";
|
|
38
|
-
import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
39
|
-
import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
40
|
-
import { ListTagsOfResourceCommandInput, ListTagsOfResourceCommandOutput } from "./commands/ListTagsOfResourceCommand";
|
|
41
|
-
import { PutItemCommandInput, PutItemCommandOutput } from "./commands/PutItemCommand";
|
|
42
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
43
|
-
import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
44
|
-
import { RestoreTableFromBackupCommandInput, RestoreTableFromBackupCommandOutput } from "./commands/RestoreTableFromBackupCommand";
|
|
45
|
-
import { RestoreTableToPointInTimeCommandInput, RestoreTableToPointInTimeCommandOutput } from "./commands/RestoreTableToPointInTimeCommand";
|
|
46
|
-
import { ScanCommandInput, ScanCommandOutput } from "./commands/ScanCommand";
|
|
47
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
-
import { TransactGetItemsCommandInput, TransactGetItemsCommandOutput } from "./commands/TransactGetItemsCommand";
|
|
49
|
-
import { TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput } from "./commands/TransactWriteItemsCommand";
|
|
50
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
51
|
-
import { UpdateContinuousBackupsCommandInput, UpdateContinuousBackupsCommandOutput } from "./commands/UpdateContinuousBackupsCommand";
|
|
52
|
-
import { UpdateContributorInsightsCommandInput, UpdateContributorInsightsCommandOutput } from "./commands/UpdateContributorInsightsCommand";
|
|
53
|
-
import { UpdateGlobalTableCommandInput, UpdateGlobalTableCommandOutput } from "./commands/UpdateGlobalTableCommand";
|
|
54
|
-
import { UpdateGlobalTableSettingsCommandInput, UpdateGlobalTableSettingsCommandOutput } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
55
|
-
import { UpdateItemCommandInput, UpdateItemCommandOutput } from "./commands/UpdateItemCommand";
|
|
56
|
-
import { UpdateKinesisStreamingDestinationCommandInput, UpdateKinesisStreamingDestinationCommandOutput } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
57
|
-
import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
|
|
58
|
-
import { UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
59
|
-
import { UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput } from "./commands/UpdateTimeToLiveCommand";
|
|
3
|
+
import { type BatchExecuteStatementCommandInput, type BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
|
|
4
|
+
import { type BatchGetItemCommandInput, type BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
|
|
5
|
+
import { type BatchWriteItemCommandInput, type BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
|
|
6
|
+
import { type CreateBackupCommandInput, type CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
|
|
7
|
+
import { type CreateGlobalTableCommandInput, type CreateGlobalTableCommandOutput } from "./commands/CreateGlobalTableCommand";
|
|
8
|
+
import { type CreateTableCommandInput, type CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
9
|
+
import { type DeleteBackupCommandInput, type DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
|
|
10
|
+
import { type DeleteItemCommandInput, type DeleteItemCommandOutput } from "./commands/DeleteItemCommand";
|
|
11
|
+
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
12
|
+
import { type DeleteTableCommandInput, type DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
13
|
+
import { type DescribeBackupCommandInput, type DescribeBackupCommandOutput } from "./commands/DescribeBackupCommand";
|
|
14
|
+
import { type DescribeContinuousBackupsCommandInput, type DescribeContinuousBackupsCommandOutput } from "./commands/DescribeContinuousBackupsCommand";
|
|
15
|
+
import { type DescribeContributorInsightsCommandInput, type DescribeContributorInsightsCommandOutput } from "./commands/DescribeContributorInsightsCommand";
|
|
16
|
+
import { type DescribeEndpointsCommandInput, type DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
17
|
+
import { type DescribeExportCommandInput, type DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
18
|
+
import { type DescribeGlobalTableCommandInput, type DescribeGlobalTableCommandOutput } from "./commands/DescribeGlobalTableCommand";
|
|
19
|
+
import { type DescribeGlobalTableSettingsCommandInput, type DescribeGlobalTableSettingsCommandOutput } from "./commands/DescribeGlobalTableSettingsCommand";
|
|
20
|
+
import { type DescribeImportCommandInput, type DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
21
|
+
import { type DescribeKinesisStreamingDestinationCommandInput, type DescribeKinesisStreamingDestinationCommandOutput } from "./commands/DescribeKinesisStreamingDestinationCommand";
|
|
22
|
+
import { type DescribeLimitsCommandInput, type DescribeLimitsCommandOutput } from "./commands/DescribeLimitsCommand";
|
|
23
|
+
import { type DescribeTableCommandInput, type DescribeTableCommandOutput } from "./commands/DescribeTableCommand";
|
|
24
|
+
import { type DescribeTableReplicaAutoScalingCommandInput, type DescribeTableReplicaAutoScalingCommandOutput } from "./commands/DescribeTableReplicaAutoScalingCommand";
|
|
25
|
+
import { type DescribeTimeToLiveCommandInput, type DescribeTimeToLiveCommandOutput } from "./commands/DescribeTimeToLiveCommand";
|
|
26
|
+
import { type DisableKinesisStreamingDestinationCommandInput, type DisableKinesisStreamingDestinationCommandOutput } from "./commands/DisableKinesisStreamingDestinationCommand";
|
|
27
|
+
import { type EnableKinesisStreamingDestinationCommandInput, type EnableKinesisStreamingDestinationCommandOutput } from "./commands/EnableKinesisStreamingDestinationCommand";
|
|
28
|
+
import { type ExecuteStatementCommandInput, type ExecuteStatementCommandOutput } from "./commands/ExecuteStatementCommand";
|
|
29
|
+
import { type ExecuteTransactionCommandInput, type ExecuteTransactionCommandOutput } from "./commands/ExecuteTransactionCommand";
|
|
30
|
+
import { type ExportTableToPointInTimeCommandInput, type ExportTableToPointInTimeCommandOutput } from "./commands/ExportTableToPointInTimeCommand";
|
|
31
|
+
import { type GetItemCommandInput, type GetItemCommandOutput } from "./commands/GetItemCommand";
|
|
32
|
+
import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
33
|
+
import { type ImportTableCommandInput, type ImportTableCommandOutput } from "./commands/ImportTableCommand";
|
|
34
|
+
import { type ListBackupsCommandInput, type ListBackupsCommandOutput } from "./commands/ListBackupsCommand";
|
|
35
|
+
import { type ListContributorInsightsCommandInput, type ListContributorInsightsCommandOutput } from "./commands/ListContributorInsightsCommand";
|
|
36
|
+
import { type ListExportsCommandInput, type ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
37
|
+
import { type ListGlobalTablesCommandInput, type ListGlobalTablesCommandOutput } from "./commands/ListGlobalTablesCommand";
|
|
38
|
+
import { type ListImportsCommandInput, type ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
39
|
+
import { type ListTablesCommandInput, type ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
40
|
+
import { type ListTagsOfResourceCommandInput, type ListTagsOfResourceCommandOutput } from "./commands/ListTagsOfResourceCommand";
|
|
41
|
+
import { type PutItemCommandInput, type PutItemCommandOutput } from "./commands/PutItemCommand";
|
|
42
|
+
import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
43
|
+
import { type QueryCommandInput, type QueryCommandOutput } from "./commands/QueryCommand";
|
|
44
|
+
import { type RestoreTableFromBackupCommandInput, type RestoreTableFromBackupCommandOutput } from "./commands/RestoreTableFromBackupCommand";
|
|
45
|
+
import { type RestoreTableToPointInTimeCommandInput, type RestoreTableToPointInTimeCommandOutput } from "./commands/RestoreTableToPointInTimeCommand";
|
|
46
|
+
import { type ScanCommandInput, type ScanCommandOutput } from "./commands/ScanCommand";
|
|
47
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
+
import { type TransactGetItemsCommandInput, type TransactGetItemsCommandOutput } from "./commands/TransactGetItemsCommand";
|
|
49
|
+
import { type TransactWriteItemsCommandInput, type TransactWriteItemsCommandOutput } from "./commands/TransactWriteItemsCommand";
|
|
50
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
51
|
+
import { type UpdateContinuousBackupsCommandInput, type UpdateContinuousBackupsCommandOutput } from "./commands/UpdateContinuousBackupsCommand";
|
|
52
|
+
import { type UpdateContributorInsightsCommandInput, type UpdateContributorInsightsCommandOutput } from "./commands/UpdateContributorInsightsCommand";
|
|
53
|
+
import { type UpdateGlobalTableCommandInput, type UpdateGlobalTableCommandOutput } from "./commands/UpdateGlobalTableCommand";
|
|
54
|
+
import { type UpdateGlobalTableSettingsCommandInput, type UpdateGlobalTableSettingsCommandOutput } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
55
|
+
import { type UpdateItemCommandInput, type UpdateItemCommandOutput } from "./commands/UpdateItemCommand";
|
|
56
|
+
import { type UpdateKinesisStreamingDestinationCommandInput, type UpdateKinesisStreamingDestinationCommandOutput } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
57
|
+
import { type UpdateTableCommandInput, type UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
|
|
58
|
+
import { type UpdateTableReplicaAutoScalingCommandInput, type UpdateTableReplicaAutoScalingCommandOutput } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
59
|
+
import { type UpdateTimeToLiveCommandInput, type UpdateTimeToLiveCommandOutput } from "./commands/UpdateTimeToLiveCommand";
|
|
60
60
|
import { DynamoDBClient } from "./DynamoDBClient";
|
|
61
61
|
export interface DynamoDB {
|
|
62
62
|
/**
|
|
@@ -7,66 +7,66 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
7
7
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
8
8
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
9
9
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
10
|
-
import {
|
|
10
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
11
11
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
12
|
-
import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
|
|
13
|
-
import { BatchGetItemCommandInput, BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
|
|
14
|
-
import { BatchWriteItemCommandInput, BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
|
|
15
|
-
import { CreateBackupCommandInput, CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
|
|
16
|
-
import { CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput } from "./commands/CreateGlobalTableCommand";
|
|
17
|
-
import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
18
|
-
import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
|
|
19
|
-
import { DeleteItemCommandInput, DeleteItemCommandOutput } from "./commands/DeleteItemCommand";
|
|
20
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
21
|
-
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
22
|
-
import { DescribeBackupCommandInput, DescribeBackupCommandOutput } from "./commands/DescribeBackupCommand";
|
|
23
|
-
import { DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput } from "./commands/DescribeContinuousBackupsCommand";
|
|
24
|
-
import { DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput } from "./commands/DescribeContributorInsightsCommand";
|
|
25
|
-
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
26
|
-
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
27
|
-
import { DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput } from "./commands/DescribeGlobalTableCommand";
|
|
28
|
-
import { DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput } from "./commands/DescribeGlobalTableSettingsCommand";
|
|
29
|
-
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
30
|
-
import { DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput } from "./commands/DescribeKinesisStreamingDestinationCommand";
|
|
31
|
-
import { DescribeLimitsCommandInput, DescribeLimitsCommandOutput } from "./commands/DescribeLimitsCommand";
|
|
32
|
-
import { DescribeTableCommandInput, DescribeTableCommandOutput } from "./commands/DescribeTableCommand";
|
|
33
|
-
import { DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput } from "./commands/DescribeTableReplicaAutoScalingCommand";
|
|
34
|
-
import { DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput } from "./commands/DescribeTimeToLiveCommand";
|
|
35
|
-
import { DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput } from "./commands/DisableKinesisStreamingDestinationCommand";
|
|
36
|
-
import { EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput } from "./commands/EnableKinesisStreamingDestinationCommand";
|
|
37
|
-
import { ExecuteStatementCommandInput, ExecuteStatementCommandOutput } from "./commands/ExecuteStatementCommand";
|
|
38
|
-
import { ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput } from "./commands/ExecuteTransactionCommand";
|
|
39
|
-
import { ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput } from "./commands/ExportTableToPointInTimeCommand";
|
|
40
|
-
import { GetItemCommandInput, GetItemCommandOutput } from "./commands/GetItemCommand";
|
|
41
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
42
|
-
import { ImportTableCommandInput, ImportTableCommandOutput } from "./commands/ImportTableCommand";
|
|
43
|
-
import { ListBackupsCommandInput, ListBackupsCommandOutput } from "./commands/ListBackupsCommand";
|
|
44
|
-
import { ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput } from "./commands/ListContributorInsightsCommand";
|
|
45
|
-
import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
46
|
-
import { ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput } from "./commands/ListGlobalTablesCommand";
|
|
47
|
-
import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
48
|
-
import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
49
|
-
import { ListTagsOfResourceCommandInput, ListTagsOfResourceCommandOutput } from "./commands/ListTagsOfResourceCommand";
|
|
50
|
-
import { PutItemCommandInput, PutItemCommandOutput } from "./commands/PutItemCommand";
|
|
51
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
52
|
-
import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
53
|
-
import { RestoreTableFromBackupCommandInput, RestoreTableFromBackupCommandOutput } from "./commands/RestoreTableFromBackupCommand";
|
|
54
|
-
import { RestoreTableToPointInTimeCommandInput, RestoreTableToPointInTimeCommandOutput } from "./commands/RestoreTableToPointInTimeCommand";
|
|
55
|
-
import { ScanCommandInput, ScanCommandOutput } from "./commands/ScanCommand";
|
|
56
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
57
|
-
import { TransactGetItemsCommandInput, TransactGetItemsCommandOutput } from "./commands/TransactGetItemsCommand";
|
|
58
|
-
import { TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput } from "./commands/TransactWriteItemsCommand";
|
|
59
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
|
-
import { UpdateContinuousBackupsCommandInput, UpdateContinuousBackupsCommandOutput } from "./commands/UpdateContinuousBackupsCommand";
|
|
61
|
-
import { UpdateContributorInsightsCommandInput, UpdateContributorInsightsCommandOutput } from "./commands/UpdateContributorInsightsCommand";
|
|
62
|
-
import { UpdateGlobalTableCommandInput, UpdateGlobalTableCommandOutput } from "./commands/UpdateGlobalTableCommand";
|
|
63
|
-
import { UpdateGlobalTableSettingsCommandInput, UpdateGlobalTableSettingsCommandOutput } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
64
|
-
import { UpdateItemCommandInput, UpdateItemCommandOutput } from "./commands/UpdateItemCommand";
|
|
65
|
-
import { UpdateKinesisStreamingDestinationCommandInput, UpdateKinesisStreamingDestinationCommandOutput } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
66
|
-
import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
|
|
67
|
-
import { UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
68
|
-
import { UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput } from "./commands/UpdateTimeToLiveCommand";
|
|
69
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
12
|
+
import type { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
|
|
13
|
+
import type { BatchGetItemCommandInput, BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
|
|
14
|
+
import type { BatchWriteItemCommandInput, BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
|
|
15
|
+
import type { CreateBackupCommandInput, CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
|
|
16
|
+
import type { CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput } from "./commands/CreateGlobalTableCommand";
|
|
17
|
+
import type { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
18
|
+
import type { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
|
|
19
|
+
import type { DeleteItemCommandInput, DeleteItemCommandOutput } from "./commands/DeleteItemCommand";
|
|
20
|
+
import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
21
|
+
import type { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
22
|
+
import type { DescribeBackupCommandInput, DescribeBackupCommandOutput } from "./commands/DescribeBackupCommand";
|
|
23
|
+
import type { DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput } from "./commands/DescribeContinuousBackupsCommand";
|
|
24
|
+
import type { DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput } from "./commands/DescribeContributorInsightsCommand";
|
|
25
|
+
import { type DescribeEndpointsCommandInput, type DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
26
|
+
import type { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
27
|
+
import type { DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput } from "./commands/DescribeGlobalTableCommand";
|
|
28
|
+
import type { DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput } from "./commands/DescribeGlobalTableSettingsCommand";
|
|
29
|
+
import type { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
30
|
+
import type { DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput } from "./commands/DescribeKinesisStreamingDestinationCommand";
|
|
31
|
+
import type { DescribeLimitsCommandInput, DescribeLimitsCommandOutput } from "./commands/DescribeLimitsCommand";
|
|
32
|
+
import type { DescribeTableCommandInput, DescribeTableCommandOutput } from "./commands/DescribeTableCommand";
|
|
33
|
+
import type { DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput } from "./commands/DescribeTableReplicaAutoScalingCommand";
|
|
34
|
+
import type { DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput } from "./commands/DescribeTimeToLiveCommand";
|
|
35
|
+
import type { DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput } from "./commands/DisableKinesisStreamingDestinationCommand";
|
|
36
|
+
import type { EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput } from "./commands/EnableKinesisStreamingDestinationCommand";
|
|
37
|
+
import type { ExecuteStatementCommandInput, ExecuteStatementCommandOutput } from "./commands/ExecuteStatementCommand";
|
|
38
|
+
import type { ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput } from "./commands/ExecuteTransactionCommand";
|
|
39
|
+
import type { ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput } from "./commands/ExportTableToPointInTimeCommand";
|
|
40
|
+
import type { GetItemCommandInput, GetItemCommandOutput } from "./commands/GetItemCommand";
|
|
41
|
+
import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
42
|
+
import type { ImportTableCommandInput, ImportTableCommandOutput } from "./commands/ImportTableCommand";
|
|
43
|
+
import type { ListBackupsCommandInput, ListBackupsCommandOutput } from "./commands/ListBackupsCommand";
|
|
44
|
+
import type { ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput } from "./commands/ListContributorInsightsCommand";
|
|
45
|
+
import type { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
46
|
+
import type { ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput } from "./commands/ListGlobalTablesCommand";
|
|
47
|
+
import type { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
48
|
+
import type { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
49
|
+
import type { ListTagsOfResourceCommandInput, ListTagsOfResourceCommandOutput } from "./commands/ListTagsOfResourceCommand";
|
|
50
|
+
import type { PutItemCommandInput, PutItemCommandOutput } from "./commands/PutItemCommand";
|
|
51
|
+
import type { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
52
|
+
import type { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
53
|
+
import type { RestoreTableFromBackupCommandInput, RestoreTableFromBackupCommandOutput } from "./commands/RestoreTableFromBackupCommand";
|
|
54
|
+
import type { RestoreTableToPointInTimeCommandInput, RestoreTableToPointInTimeCommandOutput } from "./commands/RestoreTableToPointInTimeCommand";
|
|
55
|
+
import type { ScanCommandInput, ScanCommandOutput } from "./commands/ScanCommand";
|
|
56
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
57
|
+
import type { TransactGetItemsCommandInput, TransactGetItemsCommandOutput } from "./commands/TransactGetItemsCommand";
|
|
58
|
+
import type { TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput } from "./commands/TransactWriteItemsCommand";
|
|
59
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
|
+
import type { UpdateContinuousBackupsCommandInput, UpdateContinuousBackupsCommandOutput } from "./commands/UpdateContinuousBackupsCommand";
|
|
61
|
+
import type { UpdateContributorInsightsCommandInput, UpdateContributorInsightsCommandOutput } from "./commands/UpdateContributorInsightsCommand";
|
|
62
|
+
import type { UpdateGlobalTableCommandInput, UpdateGlobalTableCommandOutput } from "./commands/UpdateGlobalTableCommand";
|
|
63
|
+
import type { UpdateGlobalTableSettingsCommandInput, UpdateGlobalTableSettingsCommandOutput } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
64
|
+
import type { UpdateItemCommandInput, UpdateItemCommandOutput } from "./commands/UpdateItemCommand";
|
|
65
|
+
import type { UpdateKinesisStreamingDestinationCommandInput, UpdateKinesisStreamingDestinationCommandOutput } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
66
|
+
import type { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
|
|
67
|
+
import type { UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
68
|
+
import type { UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput } from "./commands/UpdateTimeToLiveCommand";
|
|
69
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
70
70
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
71
71
|
export { __Client };
|
|
72
72
|
/**
|
|
@@ -179,7 +179,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
179
179
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
180
180
|
* @internal
|
|
181
181
|
*/
|
|
182
|
-
defaultUserAgentProvider?:
|
|
182
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
183
183
|
/**
|
|
184
184
|
* Default credentials provider; Not available in browser runtime.
|
|
185
185
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { DynamoDBHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export * from "./DynamoDBClient";
|
|
23
23
|
export * from "./DynamoDB";
|
|
24
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
24
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
25
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
26
|
export type { DynamoDBExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { DynamoDBServiceException as __BaseException } from "./DynamoDBServiceException";
|
|
3
|
-
import { AttributeValue, CancellationReason, ThrottlingReason } from "./models_0";
|
|
3
|
+
import type { AttributeValue, CancellationReason, ThrottlingReason } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* <p>There is another ongoing conflicting backup control plane operation on the table.
|
|
6
6
|
* The backup is either being created, deleted or restored to a table.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ApproximateCreationDateTimePrecision, AttributeAction, BackupStatus, BackupType, BackupTypeFilter, BatchStatementErrorCodeEnum, BillingMode, ComparisonOperator, ConditionalOperator, ContinuousBackupsStatus, ContributorInsightsAction, ContributorInsightsMode, ContributorInsightsStatus, DestinationStatus, ExportFormat, ExportStatus, ExportType, ExportViewType, GlobalTableSettingsReplicationMode, GlobalTableStatus, ImportStatus, IndexStatus, InputCompressionType, InputFormat, KeyType, MultiRegionConsistency, PointInTimeRecoveryStatus, ProjectionType, ReplicaStatus, ReturnConsumedCapacity, ReturnItemCollectionMetrics, ReturnValue, ReturnValuesOnConditionCheckFailure, S3SseAlgorithm, ScalarAttributeType, Select, SSEStatus, SSEType, StreamViewType, TableClass, TableStatus, TimeToLiveStatus, WitnessStatus } from "./enums";
|
|
1
|
+
import type { ApproximateCreationDateTimePrecision, AttributeAction, BackupStatus, BackupType, BackupTypeFilter, BatchStatementErrorCodeEnum, BillingMode, ComparisonOperator, ConditionalOperator, ContinuousBackupsStatus, ContributorInsightsAction, ContributorInsightsMode, ContributorInsightsStatus, DestinationStatus, ExportFormat, ExportStatus, ExportType, ExportViewType, GlobalTableSettingsReplicationMode, GlobalTableStatus, ImportStatus, IndexStatus, InputCompressionType, InputFormat, KeyType, MultiRegionConsistency, PointInTimeRecoveryStatus, ProjectionType, ReplicaStatus, ReturnConsumedCapacity, ReturnItemCollectionMetrics, ReturnValue, ReturnValuesOnConditionCheckFailure, S3SseAlgorithm, ScalarAttributeType, Select, SSEStatus, SSEType, StreamViewType, TableClass, TableStatus, TimeToLiveStatus, WitnessStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Contains details of a table archival operation.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput } from "../commands/ListContributorInsightsCommand";
|
|
3
|
-
import { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand";
|
|
3
|
-
import { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
|
|
3
|
-
import { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
|
|
3
|
-
import { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand";
|
|
3
|
-
import { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ScanCommandInput, ScanCommandOutput } from "../commands/ScanCommand";
|
|
3
|
-
import { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DynamoDBPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
Client as __Client,
|
|
36
36
|
} from "@smithy/smithy-client";
|
|
37
37
|
import {
|
|
38
|
+
AwsCredentialIdentityProvider,
|
|
38
39
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
39
40
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
40
41
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -43,11 +44,9 @@ import {
|
|
|
43
44
|
HashConstructor as __HashConstructor,
|
|
44
45
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
45
46
|
Logger as __Logger,
|
|
47
|
+
Provider as __Provider,
|
|
46
48
|
StreamCollector as __StreamCollector,
|
|
47
49
|
UrlParser as __UrlParser,
|
|
48
|
-
AwsCredentialIdentityProvider,
|
|
49
|
-
Provider,
|
|
50
|
-
Provider as __Provider,
|
|
51
50
|
UserAgent as __UserAgent,
|
|
52
51
|
} from "@smithy/types";
|
|
53
52
|
import {
|
|
@@ -420,7 +419,7 @@ export interface ClientDefaults
|
|
|
420
419
|
accountIdEndpointMode?:
|
|
421
420
|
| AccountIdEndpointMode
|
|
422
421
|
| __Provider<AccountIdEndpointMode>;
|
|
423
|
-
defaultUserAgentProvider?:
|
|
422
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
424
423
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
425
424
|
maxAttempts?: number | __Provider<number>;
|
|
426
425
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeContributorInsightsCommandInput } from "../commands/DescribeContributorInsightsCommand";
|
|
3
|
-
import { DynamoDBClient } from "../DynamoDBClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeContributorInsightsCommandInput } from "../commands/DescribeContributorInsightsCommand";
|
|
3
|
+
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilContributorInsightsEnabled instead. waitForContributorInsightsEnabled does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeExportCommandInput } from "../commands/DescribeExportCommand";
|
|
3
|
-
import { DynamoDBClient } from "../DynamoDBClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeExportCommandInput } from "../commands/DescribeExportCommand";
|
|
3
|
+
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilExportCompleted instead. waitForExportCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeImportCommandInput } from "../commands/DescribeImportCommand";
|
|
3
|
-
import { DynamoDBClient } from "../DynamoDBClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeImportCommandInput } from "../commands/DescribeImportCommand";
|
|
3
|
+
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilImportCompleted instead. waitForImportCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeKinesisStreamingDestinationCommandInput } from "../commands/DescribeKinesisStreamingDestinationCommand";
|
|
3
|
-
import { DynamoDBClient } from "../DynamoDBClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeKinesisStreamingDestinationCommandInput } from "../commands/DescribeKinesisStreamingDestinationCommand";
|
|
3
|
+
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilKinesisStreamingDestinationActive instead. waitForKinesisStreamingDestinationActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeTableCommandInput } from "../commands/DescribeTableCommand";
|
|
3
|
-
import { DynamoDBClient } from "../DynamoDBClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeTableCommandInput } from "../commands/DescribeTableCommand";
|
|
3
|
+
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilTableExists instead. waitForTableExists does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeTableCommandInput } from "../commands/DescribeTableCommand";
|
|
3
|
-
import { DynamoDBClient } from "../DynamoDBClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeTableCommandInput } from "../commands/DescribeTableCommand";
|
|
3
|
+
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilTableNotExists instead. waitForTableNotExists does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dynamodb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
|
|
@@ -27,49 +27,49 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/dynamodb-codec": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.973.26",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
32
|
+
"@aws-sdk/dynamodb-codec": "^3.972.27",
|
|
33
33
|
"@aws-sdk/middleware-endpoint-discovery": "^3.972.9",
|
|
34
34
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
35
35
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
36
36
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
38
38
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
39
39
|
"@aws-sdk/types": "^3.973.6",
|
|
40
40
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
41
41
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
42
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
42
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
43
43
|
"@smithy/config-resolver": "^4.4.13",
|
|
44
|
-
"@smithy/core": "^3.23.
|
|
44
|
+
"@smithy/core": "^3.23.13",
|
|
45
45
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
46
46
|
"@smithy/hash-node": "^4.2.12",
|
|
47
47
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
48
48
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
49
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
50
|
-
"@smithy/middleware-retry": "^4.4.
|
|
51
|
-
"@smithy/middleware-serde": "^4.2.
|
|
49
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
50
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
51
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
52
52
|
"@smithy/middleware-stack": "^4.2.12",
|
|
53
53
|
"@smithy/node-config-provider": "^4.3.12",
|
|
54
|
-
"@smithy/node-http-handler": "^4.5.
|
|
54
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
55
55
|
"@smithy/protocol-http": "^5.3.12",
|
|
56
|
-
"@smithy/smithy-client": "^4.12.
|
|
56
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
57
57
|
"@smithy/types": "^4.13.1",
|
|
58
58
|
"@smithy/url-parser": "^4.2.12",
|
|
59
59
|
"@smithy/util-base64": "^4.3.2",
|
|
60
60
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
61
61
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
62
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
63
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
62
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
63
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
64
64
|
"@smithy/util-endpoints": "^3.3.3",
|
|
65
65
|
"@smithy/util-middleware": "^4.2.12",
|
|
66
66
|
"@smithy/util-retry": "^4.2.12",
|
|
67
67
|
"@smithy/util-utf8": "^4.2.2",
|
|
68
|
-
"@smithy/util-waiter": "^4.2.
|
|
68
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
69
69
|
"tslib": "^2.6.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
72
|
+
"@smithy/snapshot-testing": "^2.0.4",
|
|
73
73
|
"@tsconfig/node20": "20.1.8",
|
|
74
74
|
"@types/node": "^20.14.8",
|
|
75
75
|
"concurrently": "7.0.0",
|