@aws-sdk/client-dynamodb 3.1045.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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeContinuousBackupsInput, DescribeContinuousBackupsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeContinuousBackupsCommandInput extends DescribeContinuou
|
|
|
22
22
|
export interface DescribeContinuousBackupsCommandOutput extends DescribeContinuousBackupsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeContinuousBackupsCommand_base: {
|
|
25
|
-
new (input: DescribeContinuousBackupsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeContinuousBackupsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeContinuousBackupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeContinuousBackupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Checks the status of continuous backups and point in time recovery on the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeContributorInsightsInput, DescribeContributorInsightsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeContributorInsightsCommandInput extends DescribeContrib
|
|
|
22
22
|
export interface DescribeContributorInsightsCommandOutput extends DescribeContributorInsightsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeContributorInsightsCommand_base: {
|
|
25
|
-
new (input: DescribeContributorInsightsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeContributorInsightsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeContributorInsightsCommandInput): import("@smithy/core/client").CommandImpl<DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeContributorInsightsCommandInput): import("@smithy/core/client").CommandImpl<DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about contributor insights for a given table or global secondary
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEndpointsCommandInput extends DescribeEndpointsRequest
|
|
|
22
22
|
export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEndpointsCommand_base: {
|
|
25
|
-
new (input: DescribeEndpointsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEndpointsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the regional endpoint information. For more information on policy permissions,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeExportInput, DescribeExportOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeExportCommandInput extends DescribeExportInput {
|
|
|
22
22
|
export interface DescribeExportCommandOutput extends DescribeExportOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeExportCommand_base: {
|
|
25
|
-
new (input: DescribeExportCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeExportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeExportCommandInput): import("@smithy/core/client").CommandImpl<DescribeExportCommandInput, DescribeExportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeExportCommandInput): import("@smithy/core/client").CommandImpl<DescribeExportCommandInput, DescribeExportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes an existing table export.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeGlobalTableInput, DescribeGlobalTableOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeGlobalTableCommandInput extends DescribeGlobalTableInpu
|
|
|
22
22
|
export interface DescribeGlobalTableCommandOutput extends DescribeGlobalTableOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeGlobalTableCommand_base: {
|
|
25
|
-
new (input: DescribeGlobalTableCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeGlobalTableCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeGlobalTableCommandInput): import("@smithy/core/client").CommandImpl<DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeGlobalTableCommandInput): import("@smithy/core/client").CommandImpl<DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the specified global table.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeGlobalTableSettingsInput, DescribeGlobalTableSettingsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeGlobalTableSettingsCommandInput extends DescribeGlobalT
|
|
|
22
22
|
export interface DescribeGlobalTableSettingsCommandOutput extends DescribeGlobalTableSettingsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeGlobalTableSettingsCommand_base: {
|
|
25
|
-
new (input: DescribeGlobalTableSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeGlobalTableSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeGlobalTableSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeGlobalTableSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes Region-specific settings for a global table.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeImportInput, DescribeImportOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImportCommandInput extends DescribeImportInput {
|
|
|
22
22
|
export interface DescribeImportCommandOutput extends DescribeImportOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImportCommand_base: {
|
|
25
|
-
new (input: DescribeImportCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeImportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImportCommandInput): import("@smithy/core/client").CommandImpl<DescribeImportCommandInput, DescribeImportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeImportCommandInput): import("@smithy/core/client").CommandImpl<DescribeImportCommandInput, DescribeImportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Represents the properties of the import. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeKinesisStreamingDestinationInput, DescribeKinesisStreamingDestinationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeKinesisStreamingDestinationCommandInput extends Describ
|
|
|
22
22
|
export interface DescribeKinesisStreamingDestinationCommandOutput extends DescribeKinesisStreamingDestinationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeKinesisStreamingDestinationCommand_base: {
|
|
25
|
-
new (input: DescribeKinesisStreamingDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeKinesisStreamingDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeKinesisStreamingDestinationCommandInput): import("@smithy/core/client").CommandImpl<DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeKinesisStreamingDestinationCommandInput): import("@smithy/core/client").CommandImpl<DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the status of Kinesis streaming.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLimitsCommandInput extends DescribeLimitsInput {
|
|
|
22
22
|
export interface DescribeLimitsCommandOutput extends DescribeLimitsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLimitsCommand_base: {
|
|
25
|
-
new (input: DescribeLimitsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeLimitsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLimitsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeLimitsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the current provisioned-capacity quotas for your Amazon Web Services account in
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeTableInput, DescribeTableOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTableCommandInput extends DescribeTableInput {
|
|
|
22
22
|
export interface DescribeTableCommandOutput extends DescribeTableOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTableCommand_base: {
|
|
25
|
-
new (input: DescribeTableCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTableCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTableCommandInput): import("@smithy/core/client").CommandImpl<DescribeTableCommandInput, DescribeTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTableCommandInput): import("@smithy/core/client").CommandImpl<DescribeTableCommandInput, DescribeTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the table, including the current status of the table, when
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeTableReplicaAutoScalingInput, DescribeTableReplicaAutoScalingOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTableReplicaAutoScalingCommandInput extends DescribeTab
|
|
|
22
22
|
export interface DescribeTableReplicaAutoScalingCommandOutput extends DescribeTableReplicaAutoScalingOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
25
|
-
new (input: DescribeTableReplicaAutoScalingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTableReplicaAutoScalingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTableReplicaAutoScalingCommandInput): import("@smithy/core/client").CommandImpl<DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTableReplicaAutoScalingCommandInput): import("@smithy/core/client").CommandImpl<DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes auto scaling settings across replicas of the global table at once.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { DescribeTimeToLiveInput, DescribeTimeToLiveOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTimeToLiveCommandInput extends DescribeTimeToLiveInput
|
|
|
22
22
|
export interface DescribeTimeToLiveCommandOutput extends DescribeTimeToLiveOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTimeToLiveCommand_base: {
|
|
25
|
-
new (input: DescribeTimeToLiveCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTimeToLiveCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTimeToLiveCommandInput): import("@smithy/core/client").CommandImpl<DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTimeToLiveCommandInput): import("@smithy/core/client").CommandImpl<DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gives a description of the Time to Live (TTL) status on the specified table. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisableKinesisStreamingDestinationCommandInput extends KinesisS
|
|
|
22
22
|
export interface DisableKinesisStreamingDestinationCommandOutput extends KinesisStreamingDestinationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableKinesisStreamingDestinationCommand_base: {
|
|
25
|
-
new (input: DisableKinesisStreamingDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableKinesisStreamingDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableKinesisStreamingDestinationCommandInput): import("@smithy/core/client").CommandImpl<DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableKinesisStreamingDestinationCommandInput): import("@smithy/core/client").CommandImpl<DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops replication from the DynamoDB table to the Kinesis data stream. This
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EnableKinesisStreamingDestinationCommandInput extends KinesisSt
|
|
|
22
22
|
export interface EnableKinesisStreamingDestinationCommandOutput extends KinesisStreamingDestinationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableKinesisStreamingDestinationCommand_base: {
|
|
25
|
-
new (input: EnableKinesisStreamingDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableKinesisStreamingDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableKinesisStreamingDestinationCommandInput): import("@smithy/core/client").CommandImpl<EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableKinesisStreamingDestinationCommandInput): import("@smithy/core/client").CommandImpl<EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts table data replication to the specified Kinesis data stream at a timestamp
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExecuteStatementCommandInput extends ExecuteStatementInput {
|
|
|
22
22
|
export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExecuteStatementCommand_base: {
|
|
25
|
-
new (input: ExecuteStatementCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExecuteStatementCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExecuteStatementCommandInput): import("@smithy/core/client").CommandImpl<ExecuteStatementCommandInput, ExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExecuteStatementCommandInput): import("@smithy/core/client").CommandImpl<ExecuteStatementCommandInput, ExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation allows you to perform reads and singleton writes on data stored in
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ExecuteTransactionInput, ExecuteTransactionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExecuteTransactionCommandInput extends ExecuteTransactionInput
|
|
|
22
22
|
export interface ExecuteTransactionCommandOutput extends ExecuteTransactionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExecuteTransactionCommand_base: {
|
|
25
|
-
new (input: ExecuteTransactionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExecuteTransactionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExecuteTransactionCommandInput): import("@smithy/core/client").CommandImpl<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExecuteTransactionCommandInput): import("@smithy/core/client").CommandImpl<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation allows you to perform transactional reads or writes on data stored in
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ExportTableToPointInTimeInput, ExportTableToPointInTimeOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportTableToPointInTimeCommandInput extends ExportTableToPoint
|
|
|
22
22
|
export interface ExportTableToPointInTimeCommandOutput extends ExportTableToPointInTimeOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportTableToPointInTimeCommand_base: {
|
|
25
|
-
new (input: ExportTableToPointInTimeCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportTableToPointInTimeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportTableToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportTableToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Exports table data to an S3 bucket. The table must have point in time recovery
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { GetItemInput, GetItemOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetItemCommandInput extends GetItemInput {
|
|
|
22
22
|
export interface GetItemCommandOutput extends GetItemOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetItemCommand_base: {
|
|
25
|
-
new (input: GetItemCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetItemCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetItemCommandInput): import("@smithy/core/client").CommandImpl<GetItemCommandInput, GetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetItemCommandInput): import("@smithy/core/client").CommandImpl<GetItemCommandInput, GetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The <code>GetItem</code> operation returns a set of attributes for the item with the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
|
|
|
22
22
|
export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResourcePolicyCommand_base: {
|
|
25
|
-
new (input: GetResourcePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetResourcePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the resource-based policy document attached to the resource, which can be a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ImportTableInput, ImportTableOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportTableCommandInput extends ImportTableInput {
|
|
|
22
22
|
export interface ImportTableCommandOutput extends ImportTableOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportTableCommand_base: {
|
|
25
|
-
new (input: ImportTableCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportTableCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportTableCommandInput): import("@smithy/core/client").CommandImpl<ImportTableCommandInput, ImportTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportTableCommandInput): import("@smithy/core/client").CommandImpl<ImportTableCommandInput, ImportTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Imports table data from an S3 bucket. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ListBackupsInput, ListBackupsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBackupsCommandInput extends ListBackupsInput {
|
|
|
22
22
|
export interface ListBackupsCommandOutput extends ListBackupsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBackupsCommand_base: {
|
|
25
|
-
new (input: ListBackupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListBackupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListBackupsCommandInput): import("@smithy/core/client").CommandImpl<ListBackupsCommandInput, ListBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListBackupsCommandInput]): import("@smithy/core/client").CommandImpl<ListBackupsCommandInput, ListBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List DynamoDB backups that are associated with an Amazon Web Services account and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ListContributorInsightsInput, ListContributorInsightsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListContributorInsightsCommandInput extends ListContributorInsi
|
|
|
22
22
|
export interface ListContributorInsightsCommandOutput extends ListContributorInsightsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListContributorInsightsCommand_base: {
|
|
25
|
-
new (input: ListContributorInsightsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListContributorInsightsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListContributorInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListContributorInsightsCommandInput]): import("@smithy/core/client").CommandImpl<ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of ContributorInsightsSummary for a table and all its global secondary
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ListExportsInput, ListExportsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListExportsCommandInput extends ListExportsInput {
|
|
|
22
22
|
export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListExportsCommand_base: {
|
|
25
|
-
new (input: ListExportsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListExportsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListExportsCommandInput): import("@smithy/core/client").CommandImpl<ListExportsCommandInput, ListExportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListExportsCommandInput]): import("@smithy/core/client").CommandImpl<ListExportsCommandInput, ListExportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists completed exports within the past 90 days, in reverse alphanumeric order of <code>ExportArn</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ListGlobalTablesInput, ListGlobalTablesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGlobalTablesCommandInput extends ListGlobalTablesInput {
|
|
|
22
22
|
export interface ListGlobalTablesCommandOutput extends ListGlobalTablesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGlobalTablesCommand_base: {
|
|
25
|
-
new (input: ListGlobalTablesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListGlobalTablesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGlobalTablesCommandInput): import("@smithy/core/client").CommandImpl<ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListGlobalTablesCommandInput]): import("@smithy/core/client").CommandImpl<ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all global tables that have a replica in the specified Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ListImportsInput, ListImportsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImportsCommandInput extends ListImportsInput {
|
|
|
22
22
|
export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImportsCommand_base: {
|
|
25
|
-
new (input: ListImportsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListImportsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImportsCommandInput): import("@smithy/core/client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImportsCommandInput]): import("@smithy/core/client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists completed imports within the past 90 days. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
|
|
4
4
|
import type { ListTablesInput, ListTablesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTablesCommandInput extends ListTablesInput {
|
|
|
22
22
|
export interface ListTablesCommandOutput extends ListTablesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTablesCommand_base: {
|
|
25
|
-
new (input: ListTablesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTablesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTablesCommandInput): import("@smithy/core/client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTablesCommandInput]): import("@smithy/core/client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns an array of table names associated with the current account and endpoint. The
|