@aws-sdk/client-dynamodb 3.588.0 → 3.592.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/index.js +0 -57
- package/dist-types/DynamoDBClient.d.ts +4 -4
- package/dist-types/commands/BatchExecuteStatementCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetItemCommand.d.ts +2 -1
- package/dist-types/commands/BatchWriteItemCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/commands/CreateGlobalTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteItemCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBackupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTableCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +2 -1
- package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteStatementCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -1
- package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +2 -1
- package/dist-types/commands/GetItemCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/ImportTableCommand.d.ts +2 -1
- package/dist-types/commands/ListBackupsCommand.d.ts +2 -1
- package/dist-types/commands/ListContributorInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListGlobalTablesCommand.d.ts +2 -1
- package/dist-types/commands/ListImportsCommand.d.ts +2 -1
- package/dist-types/commands/ListTablesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsOfResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutItemCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/QueryCommand.d.ts +2 -1
- package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -1
- package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
- package/dist-types/commands/ScanCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TransactGetItemsCommand.d.ts +2 -1
- package/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateItemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/DynamoDBServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DynamoDBClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetItemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutItemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ScanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-types/index.d.ts
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
export * from "./DynamoDBClient";
|
|
23
23
|
export * from "./DynamoDB";
|
|
24
24
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
26
|
-
export { DynamoDBExtensionConfiguration } from "./extensionConfiguration";
|
|
25
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
|
+
export type { DynamoDBExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
28
28
|
export * from "./pagination";
|
|
29
29
|
export * from "./waiters";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -410,8 +410,8 @@ export interface ClientDefaults
|
|
|
410
410
|
serviceId?: string;
|
|
411
411
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
412
412
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
413
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
414
413
|
region?: string | __Provider<string>;
|
|
414
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
415
415
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
416
416
|
maxAttempts?: number | __Provider<number>;
|
|
417
417
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchExecuteStatementInput,
|
|
10
10
|
BatchExecuteStatementOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchExecuteStatementCommandInput
|
|
14
15
|
extends BatchExecuteStatementInput {}
|
|
15
16
|
export interface BatchExecuteStatementCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface BatchGetItemCommandInput extends BatchGetItemInput {}
|
|
11
12
|
export interface BatchGetItemCommandOutput
|
|
12
13
|
extends BatchGetItemOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface BatchWriteItemCommandInput extends BatchWriteItemInput {}
|
|
11
12
|
export interface BatchWriteItemCommandOutput
|
|
12
13
|
extends BatchWriteItemOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateBackupCommandInput extends CreateBackupInput {}
|
|
11
12
|
export interface CreateBackupCommandOutput
|
|
12
13
|
extends CreateBackupOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateGlobalTableInput,
|
|
10
10
|
CreateGlobalTableOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateGlobalTableCommandInput extends CreateGlobalTableInput {}
|
|
14
15
|
export interface CreateGlobalTableCommandOutput
|
|
15
16
|
extends CreateGlobalTableOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { CreateTableInput, CreateTableOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTableCommandInput extends CreateTableInput {}
|
|
11
12
|
export interface CreateTableCommandOutput
|
|
12
13
|
extends CreateTableOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { DeleteBackupInput, DeleteBackupOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteBackupCommandInput extends DeleteBackupInput {}
|
|
11
12
|
export interface DeleteBackupCommandOutput
|
|
12
13
|
extends DeleteBackupOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { DeleteItemInput, DeleteItemOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteItemCommandInput extends DeleteItemInput {}
|
|
11
12
|
export interface DeleteItemCommandOutput
|
|
12
13
|
extends DeleteItemOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteResourcePolicyInput,
|
|
10
10
|
DeleteResourcePolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteResourcePolicyCommandInput
|
|
14
15
|
extends DeleteResourcePolicyInput {}
|
|
15
16
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { DeleteTableInput, DeleteTableOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTableCommandInput extends DeleteTableInput {}
|
|
11
12
|
export interface DeleteTableCommandOutput
|
|
12
13
|
extends DeleteTableOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { DescribeBackupInput, DescribeBackupOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeBackupCommandInput extends DescribeBackupInput {}
|
|
11
12
|
export interface DescribeBackupCommandOutput
|
|
12
13
|
extends DescribeBackupOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeContinuousBackupsInput,
|
|
10
10
|
DescribeContinuousBackupsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeContinuousBackupsCommandInput
|
|
14
15
|
extends DescribeContinuousBackupsInput {}
|
|
15
16
|
export interface DescribeContinuousBackupsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeContributorInsightsInput,
|
|
10
10
|
DescribeContributorInsightsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeContributorInsightsCommandInput
|
|
14
15
|
extends DescribeContributorInsightsInput {}
|
|
15
16
|
export interface DescribeContributorInsightsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeEndpointsRequest,
|
|
10
10
|
DescribeEndpointsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeEndpointsCommandInput
|
|
14
15
|
extends DescribeEndpointsRequest {}
|
|
15
16
|
export interface DescribeEndpointsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DynamoDBClient";
|
|
8
8
|
import { DescribeExportInput, DescribeExportOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeExportCommandInput extends DescribeExportInput {}
|
|
11
12
|
export interface DescribeExportCommandOutput
|
|
12
13
|
extends DescribeExportOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeGlobalTableInput,
|
|
10
10
|
DescribeGlobalTableOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeGlobalTableCommandInput
|
|
14
15
|
extends DescribeGlobalTableInput {}
|
|
15
16
|
export interface DescribeGlobalTableCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeGlobalTableSettingsInput,
|
|
10
10
|
DescribeGlobalTableSettingsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeGlobalTableSettingsCommandInput
|
|
14
15
|
extends DescribeGlobalTableSettingsInput {}
|
|
15
16
|
export interface DescribeGlobalTableSettingsCommandOutput
|