@aws-sdk/client-dynamodb 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +178 -180
- package/dist-cjs/models/DynamoDBServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +12 -13
- package/dist-es/DynamoDB.js +1 -1
- package/dist-es/DynamoDBClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
- package/dist-es/commands/BatchGetItemCommand.js +2 -2
- package/dist-es/commands/BatchWriteItemCommand.js +2 -2
- package/dist-es/commands/CreateBackupCommand.js +2 -2
- package/dist-es/commands/CreateGlobalTableCommand.js +2 -2
- package/dist-es/commands/CreateTableCommand.js +2 -2
- package/dist-es/commands/DeleteBackupCommand.js +2 -2
- package/dist-es/commands/DeleteItemCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTableCommand.js +2 -2
- package/dist-es/commands/DescribeBackupCommand.js +2 -2
- package/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
- package/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-es/commands/DescribeExportCommand.js +2 -2
- package/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
- package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeImportCommand.js +2 -2
- package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/DescribeLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeTableCommand.js +2 -2
- package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
- package/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
- package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/ExecuteStatementCommand.js +2 -2
- package/dist-es/commands/ExecuteTransactionCommand.js +2 -2
- package/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
- package/dist-es/commands/GetItemCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/ImportTableCommand.js +2 -2
- package/dist-es/commands/ListBackupsCommand.js +2 -2
- package/dist-es/commands/ListContributorInsightsCommand.js +2 -2
- package/dist-es/commands/ListExportsCommand.js +2 -2
- package/dist-es/commands/ListGlobalTablesCommand.js +2 -2
- package/dist-es/commands/ListImportsCommand.js +2 -2
- package/dist-es/commands/ListTablesCommand.js +2 -2
- package/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
- package/dist-es/commands/PutItemCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/QueryCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
- package/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
- package/dist-es/commands/ScanCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TransactGetItemsCommand.js +2 -2
- package/dist-es/commands/TransactWriteItemsCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
- package/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateItemCommand.js +2 -2
- package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateTableCommand.js +2 -2
- package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
- package/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DynamoDBServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +4 -5
- package/dist-es/runtimeExtensions.js +2 -2
- 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 +1 -1
- package/dist-types/DynamoDBClient.d.ts +5 -5
- package/dist-types/commands/BatchExecuteStatementCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetItemCommand.d.ts +6 -4
- package/dist-types/commands/BatchWriteItemCommand.d.ts +6 -4
- package/dist-types/commands/CreateBackupCommand.d.ts +6 -4
- package/dist-types/commands/CreateGlobalTableCommand.d.ts +6 -4
- package/dist-types/commands/CreateTableCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBackupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteItemCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableCommand.d.ts +6 -4
- package/dist-types/commands/DescribeBackupCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExportCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImportCommand.d.ts +6 -4
- package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTableCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +6 -4
- package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteStatementCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteTransactionCommand.d.ts +6 -4
- package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +6 -4
- package/dist-types/commands/GetItemCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/ImportTableCommand.d.ts +6 -4
- package/dist-types/commands/ListBackupsCommand.d.ts +6 -4
- package/dist-types/commands/ListContributorInsightsCommand.d.ts +6 -4
- package/dist-types/commands/ListExportsCommand.d.ts +6 -4
- package/dist-types/commands/ListGlobalTablesCommand.d.ts +6 -4
- package/dist-types/commands/ListImportsCommand.d.ts +6 -4
- package/dist-types/commands/ListTablesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsOfResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutItemCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/QueryCommand.d.ts +6 -4
- package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +6 -4
- package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +6 -4
- package/dist-types/commands/ScanCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TransactGetItemsCommand.d.ts +6 -4
- package/dist-types/commands/TransactWriteItemsCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateItemCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTableCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DynamoDBServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DynamoDB.d.ts +1 -1
- package/dist-types/ts3.4/DynamoDBClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ScanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTableExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +1 -1
- package/dist-types/waiters/waitForExportCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForImportCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +1 -1
- package/dist-types/waiters/waitForTableExists.d.ts +1 -1
- package/dist-types/waiters/waitForTableNotExists.d.ts +1 -1
- package/package.json +16 -38
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class DynamoDBServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { DynamoDBServiceException as __BaseException } from "./DynamoDBServiceException";
|
|
3
3
|
import {
|
|
4
4
|
AttributeValue,
|
|
@@ -3,7 +3,7 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
accountIdEndpointMode:
|
|
9
9
|
| "disabled"
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
25
25
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
26
26
|
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
requestHandler:
|
|
28
|
-
| import("@smithy/
|
|
28
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
29
29
|
| RequestHandler;
|
|
30
30
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
31
31
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
accountIdEndpointMode:
|
|
9
9
|
| "disabled"
|
|
@@ -29,7 +29,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
29
29
|
region: string | import("@smithy/types").Provider<string>;
|
|
30
30
|
requestHandler:
|
|
31
31
|
| RequestHandler
|
|
32
|
-
| import("@smithy/
|
|
32
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
33
33
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
34
34
|
sha256: import("@smithy/types").HashConstructor;
|
|
35
35
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
6
6
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
7
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
8
|
| Record<string, unknown>
|
|
9
|
-
| import("@smithy/
|
|
9
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean;
|
|
12
12
|
protocol:
|
|
@@ -51,9 +51,9 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
51
51
|
logger: import("@smithy/types").Logger;
|
|
52
52
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
53
53
|
defaultsMode:
|
|
54
|
-
| import("@smithy/
|
|
54
|
+
| import("@smithy/core/client").DefaultsMode
|
|
55
55
|
| import("@smithy/types").Provider<
|
|
56
|
-
import("@smithy/
|
|
56
|
+
import("@smithy/core/client").DefaultsMode
|
|
57
57
|
>;
|
|
58
58
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
|
|
59
59
|
boolean | undefined
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeContributorInsightsCommandInput, type DescribeContributorInsightsCommandOutput } from "../commands/DescribeContributorInsightsCommand";
|
|
3
3
|
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
import type { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeExportCommandInput, type DescribeExportCommandOutput } from "../commands/DescribeExportCommand";
|
|
3
3
|
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
import type { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeImportCommandInput, type DescribeImportCommandOutput } from "../commands/DescribeImportCommand";
|
|
3
3
|
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
import type { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeKinesisStreamingDestinationCommandInput, type DescribeKinesisStreamingDestinationCommandOutput } from "../commands/DescribeKinesisStreamingDestinationCommand";
|
|
3
3
|
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
import type { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeTableCommandInput, type DescribeTableCommandOutput } from "../commands/DescribeTableCommand";
|
|
3
3
|
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
import type { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeTableCommandInput, type DescribeTableCommandOutput } from "../commands/DescribeTableCommand";
|
|
3
3
|
import type { DynamoDBClient } from "../DynamoDBClient";
|
|
4
4
|
import type { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
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.1046.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,27 @@
|
|
|
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.974.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/dynamodb-codec": "^3.973.
|
|
33
|
-
"@aws-sdk/middleware-endpoint-discovery": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.974.9",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.40",
|
|
32
|
+
"@aws-sdk/dynamodb-codec": "^3.973.9",
|
|
33
|
+
"@aws-sdk/middleware-endpoint-discovery": "^3.972.12",
|
|
34
|
+
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
35
35
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
36
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
38
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
36
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "^3.972.39",
|
|
38
|
+
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
39
39
|
"@aws-sdk/types": "^3.973.8",
|
|
40
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
41
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
42
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
43
|
-
"@smithy/
|
|
44
|
-
"@smithy/
|
|
45
|
-
"@smithy/
|
|
46
|
-
"@smithy/hash-node": "^4.2.14",
|
|
47
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
48
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
49
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
50
|
-
"@smithy/middleware-retry": "^4.5.7",
|
|
51
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
52
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
53
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
54
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
55
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
56
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
40
|
+
"@aws-sdk/util-endpoints": "^3.996.9",
|
|
41
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.11",
|
|
42
|
+
"@aws-sdk/util-user-agent-node": "^3.973.25",
|
|
43
|
+
"@smithy/core": "^3.24.1",
|
|
44
|
+
"@smithy/fetch-http-handler": "^5.4.1",
|
|
45
|
+
"@smithy/node-http-handler": "^4.7.1",
|
|
57
46
|
"@smithy/types": "^4.14.1",
|
|
58
|
-
"@smithy/url-parser": "^4.2.14",
|
|
59
|
-
"@smithy/util-base64": "^4.3.2",
|
|
60
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
61
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
62
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
63
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
64
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
65
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
66
|
-
"@smithy/util-retry": "^4.3.6",
|
|
67
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
68
|
-
"@smithy/util-waiter": "^4.3.0",
|
|
69
47
|
"tslib": "^2.6.2"
|
|
70
48
|
},
|
|
71
49
|
"devDependencies": {
|
|
72
|
-
"@smithy/snapshot-testing": "^2.
|
|
50
|
+
"@smithy/snapshot-testing": "^2.1.1",
|
|
73
51
|
"@tsconfig/node20": "20.1.8",
|
|
74
52
|
"@types/node": "^20.14.8",
|
|
75
53
|
"concurrently": "7.0.0",
|