@aws-sdk/client-dynamodb 3.890.0 → 3.893.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-types/commands/BatchExecuteStatementCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetItemCommand.d.ts +2 -0
- package/dist-types/commands/BatchWriteItemCommand.d.ts +2 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +2 -0
- package/dist-types/commands/CreateGlobalTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBackupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteItemCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBackupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +2 -0
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -0
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +2 -0
- package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTableCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +2 -0
- package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +2 -0
- package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteStatementCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -0
- package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +2 -0
- package/dist-types/commands/GetItemCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/ImportTableCommand.d.ts +2 -0
- package/dist-types/commands/ListBackupsCommand.d.ts +2 -0
- package/dist-types/commands/ListContributorInsightsCommand.d.ts +2 -0
- package/dist-types/commands/ListExportsCommand.d.ts +2 -0
- package/dist-types/commands/ListGlobalTablesCommand.d.ts +2 -0
- package/dist-types/commands/ListImportsCommand.d.ts +2 -0
- package/dist-types/commands/ListTablesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsOfResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutItemCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/QueryCommand.d.ts +2 -0
- package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -0
- package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -0
- package/dist-types/commands/ScanCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TransactGetItemsCommand.d.ts +2 -0
- package/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateItemCommand.d.ts +2 -0
- package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +2 -0
- package/package.json +20 -20
|
@@ -45,6 +45,8 @@ declare const BatchExecuteStatementCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { DynamoDBClient, BatchExecuteStatementCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
47
47
|
* // const { DynamoDBClient, BatchExecuteStatementCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
48
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
49
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
48
50
|
* const client = new DynamoDBClient(config);
|
|
49
51
|
* const input = { // BatchExecuteStatementInput
|
|
50
52
|
* Statements: [ // PartiQLBatchRequest // required
|
|
@@ -84,6 +84,8 @@ declare const BatchGetItemCommand_base: {
|
|
|
84
84
|
* ```javascript
|
|
85
85
|
* import { DynamoDBClient, BatchGetItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
86
86
|
* // const { DynamoDBClient, BatchGetItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
87
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
88
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
87
89
|
* const client = new DynamoDBClient(config);
|
|
88
90
|
* const input = { // BatchGetItemInput
|
|
89
91
|
* RequestItems: { // BatchGetRequestMap // required
|
|
@@ -122,6 +122,8 @@ declare const BatchWriteItemCommand_base: {
|
|
|
122
122
|
* ```javascript
|
|
123
123
|
* import { DynamoDBClient, BatchWriteItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
124
124
|
* // const { DynamoDBClient, BatchWriteItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
125
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
126
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
125
127
|
* const client = new DynamoDBClient(config);
|
|
126
128
|
* const input = { // BatchWriteItemInput
|
|
127
129
|
* RequestItems: { // BatchWriteItemRequestMap // required
|
|
@@ -62,6 +62,8 @@ declare const CreateBackupCommand_base: {
|
|
|
62
62
|
* ```javascript
|
|
63
63
|
* import { DynamoDBClient, CreateBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
64
64
|
* // const { DynamoDBClient, CreateBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
65
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
66
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
65
67
|
* const client = new DynamoDBClient(config);
|
|
66
68
|
* const input = { // CreateBackupInput
|
|
67
69
|
* TableName: "STRING_VALUE", // required
|
|
@@ -87,6 +87,8 @@ declare const CreateGlobalTableCommand_base: {
|
|
|
87
87
|
* ```javascript
|
|
88
88
|
* import { DynamoDBClient, CreateGlobalTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
89
89
|
* // const { DynamoDBClient, CreateGlobalTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
90
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
91
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
90
92
|
* const client = new DynamoDBClient(config);
|
|
91
93
|
* const input = { // CreateGlobalTableInput
|
|
92
94
|
* GlobalTableName: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const CreateTableCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { DynamoDBClient, CreateTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
47
47
|
* // const { DynamoDBClient, CreateTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
48
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
49
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
48
50
|
* const client = new DynamoDBClient(config);
|
|
49
51
|
* const input = { // CreateTableInput
|
|
50
52
|
* AttributeDefinitions: [ // AttributeDefinitions // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteBackupCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DynamoDBClient, DeleteBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
37
37
|
* // const { DynamoDBClient, DeleteBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
38
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
39
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
38
40
|
* const client = new DynamoDBClient(config);
|
|
39
41
|
* const input = { // DeleteBackupInput
|
|
40
42
|
* BackupArn: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const DeleteItemCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { DynamoDBClient, DeleteItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
45
45
|
* // const { DynamoDBClient, DeleteItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
46
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
47
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
46
48
|
* const client = new DynamoDBClient(config);
|
|
47
49
|
* const input = { // DeleteItemInput
|
|
48
50
|
* TableName: "STRING_VALUE", // required
|
|
@@ -54,6 +54,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { DynamoDBClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
56
56
|
* // const { DynamoDBClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
57
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
58
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
57
59
|
* const client = new DynamoDBClient(config);
|
|
58
60
|
* const input = { // DeleteResourcePolicyInput
|
|
59
61
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const DeleteTableCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { DynamoDBClient, DeleteTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
53
53
|
* // const { DynamoDBClient, DeleteTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
54
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
55
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
54
56
|
* const client = new DynamoDBClient(config);
|
|
55
57
|
* const input = { // DeleteTableInput
|
|
56
58
|
* TableName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeBackupCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DynamoDBClient, DescribeBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
37
37
|
* // const { DynamoDBClient, DescribeBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
38
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
39
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
38
40
|
* const client = new DynamoDBClient(config);
|
|
39
41
|
* const input = { // DescribeBackupInput
|
|
40
42
|
* BackupArn: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const DescribeContinuousBackupsCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { DynamoDBClient, DescribeContinuousBackupsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
47
47
|
* // const { DynamoDBClient, DescribeContinuousBackupsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
48
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
49
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
48
50
|
* const client = new DynamoDBClient(config);
|
|
49
51
|
* const input = { // DescribeContinuousBackupsInput
|
|
50
52
|
* TableName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeContributorInsightsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DynamoDBClient, DescribeContributorInsightsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
36
36
|
* // const { DynamoDBClient, DescribeContributorInsightsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
37
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
38
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
37
39
|
* const client = new DynamoDBClient(config);
|
|
38
40
|
* const input = { // DescribeContributorInsightsInput
|
|
39
41
|
* TableName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DynamoDBClient, DescribeEndpointsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
36
36
|
* // const { DynamoDBClient, DescribeEndpointsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
37
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
38
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
37
39
|
* const client = new DynamoDBClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new DescribeEndpointsCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const DescribeExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, DescribeExportCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, DescribeExportCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // DescribeExportInput
|
|
38
40
|
* ExportArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DynamoDBClient, DescribeGlobalTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
39
39
|
* // const { DynamoDBClient, DescribeGlobalTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
40
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
41
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
40
42
|
* const client = new DynamoDBClient(config);
|
|
41
43
|
* const input = { // DescribeGlobalTableInput
|
|
42
44
|
* GlobalTableName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeGlobalTableSettingsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DynamoDBClient, DescribeGlobalTableSettingsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
39
39
|
* // const { DynamoDBClient, DescribeGlobalTableSettingsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
40
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
41
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
40
42
|
* const client = new DynamoDBClient(config);
|
|
41
43
|
* const input = { // DescribeGlobalTableSettingsInput
|
|
42
44
|
* GlobalTableName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeImportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, DescribeImportCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, DescribeImportCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // DescribeImportInput
|
|
38
40
|
* ImportArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeKinesisStreamingDestinationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, DescribeKinesisStreamingDestinationCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, DescribeKinesisStreamingDestinationCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // DescribeKinesisStreamingDestinationInput
|
|
38
40
|
* TableName: "STRING_VALUE", // required
|
|
@@ -102,6 +102,8 @@ declare const DescribeLimitsCommand_base: {
|
|
|
102
102
|
* ```javascript
|
|
103
103
|
* import { DynamoDBClient, DescribeLimitsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
104
104
|
* // const { DynamoDBClient, DescribeLimitsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
105
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
106
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
105
107
|
* const client = new DynamoDBClient(config);
|
|
106
108
|
* const input = {};
|
|
107
109
|
* const command = new DescribeLimitsCommand(input);
|
|
@@ -42,6 +42,8 @@ declare const DescribeTableCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { DynamoDBClient, DescribeTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
44
44
|
* // const { DynamoDBClient, DescribeTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
45
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
46
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
45
47
|
* const client = new DynamoDBClient(config);
|
|
46
48
|
* const input = { // DescribeTableInput
|
|
47
49
|
* TableName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, DescribeTableReplicaAutoScalingCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, DescribeTableReplicaAutoScalingCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // DescribeTableReplicaAutoScalingInput
|
|
38
40
|
* TableName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeTimeToLiveCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, DescribeTimeToLiveCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, DescribeTimeToLiveCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // DescribeTimeToLiveInput
|
|
38
40
|
* TableName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DisableKinesisStreamingDestinationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DynamoDBClient, DisableKinesisStreamingDestinationCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
36
36
|
* // const { DynamoDBClient, DisableKinesisStreamingDestinationCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
37
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
38
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
37
39
|
* const client = new DynamoDBClient(config);
|
|
38
40
|
* const input = { // KinesisStreamingDestinationInput
|
|
39
41
|
* TableName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const EnableKinesisStreamingDestinationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DynamoDBClient, EnableKinesisStreamingDestinationCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
38
38
|
* // const { DynamoDBClient, EnableKinesisStreamingDestinationCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
39
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
40
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
39
41
|
* const client = new DynamoDBClient(config);
|
|
40
42
|
* const input = { // KinesisStreamingDestinationInput
|
|
41
43
|
* TableName: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const ExecuteStatementCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { DynamoDBClient, ExecuteStatementCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
47
47
|
* // const { DynamoDBClient, ExecuteStatementCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
48
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
49
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
48
50
|
* const client = new DynamoDBClient(config);
|
|
49
51
|
* const input = { // ExecuteStatementInput
|
|
50
52
|
* Statement: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const ExecuteTransactionCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { DynamoDBClient, ExecuteTransactionCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
42
42
|
* // const { DynamoDBClient, ExecuteTransactionCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
43
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
44
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
43
45
|
* const client = new DynamoDBClient(config);
|
|
44
46
|
* const input = { // ExecuteTransactionInput
|
|
45
47
|
* TransactStatements: [ // ParameterizedStatements // required
|
|
@@ -35,6 +35,8 @@ declare const ExportTableToPointInTimeCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DynamoDBClient, ExportTableToPointInTimeCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
37
37
|
* // const { DynamoDBClient, ExportTableToPointInTimeCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
38
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
39
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
38
40
|
* const client = new DynamoDBClient(config);
|
|
39
41
|
* const input = { // ExportTableToPointInTimeInput
|
|
40
42
|
* TableArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetItemCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { DynamoDBClient, GetItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
42
42
|
* // const { DynamoDBClient, GetItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
43
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
44
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
43
45
|
* const client = new DynamoDBClient(config);
|
|
44
46
|
* const input = { // GetItemInput
|
|
45
47
|
* TableName: "STRING_VALUE", // required
|
|
@@ -68,6 +68,8 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
68
68
|
* ```javascript
|
|
69
69
|
* import { DynamoDBClient, GetResourcePolicyCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
70
70
|
* // const { DynamoDBClient, GetResourcePolicyCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
71
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
72
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
71
73
|
* const client = new DynamoDBClient(config);
|
|
72
74
|
* const input = { // GetResourcePolicyInput
|
|
73
75
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ImportTableCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, ImportTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, ImportTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // ImportTableInput
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -44,6 +44,8 @@ declare const ListBackupsCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { DynamoDBClient, ListBackupsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
46
46
|
* // const { DynamoDBClient, ListBackupsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
47
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
48
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
47
49
|
* const client = new DynamoDBClient(config);
|
|
48
50
|
* const input = { // ListBackupsInput
|
|
49
51
|
* TableName: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListContributorInsightsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DynamoDBClient, ListContributorInsightsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
36
36
|
* // const { DynamoDBClient, ListContributorInsightsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
37
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
38
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
37
39
|
* const client = new DynamoDBClient(config);
|
|
38
40
|
* const input = { // ListContributorInsightsInput
|
|
39
41
|
* TableName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListExportsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, ListExportsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, ListExportsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // ListExportsInput
|
|
38
40
|
* TableArn: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListGlobalTablesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DynamoDBClient, ListGlobalTablesCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
39
39
|
* // const { DynamoDBClient, ListGlobalTablesCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
40
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
41
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
40
42
|
* const client = new DynamoDBClient(config);
|
|
41
43
|
* const input = { // ListGlobalTablesInput
|
|
42
44
|
* ExclusiveStartGlobalTableName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListImportsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, ListImportsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, ListImportsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // ListImportsInput
|
|
38
40
|
* TableArn: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListTablesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DynamoDBClient, ListTablesCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
37
37
|
* // const { DynamoDBClient, ListTablesCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
38
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
39
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
38
40
|
* const client = new DynamoDBClient(config);
|
|
39
41
|
* const input = { // ListTablesInput
|
|
40
42
|
* ExclusiveStartTableName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListTagsOfResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DynamoDBClient, ListTagsOfResourceCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
38
38
|
* // const { DynamoDBClient, ListTagsOfResourceCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
39
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
40
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
39
41
|
* const client = new DynamoDBClient(config);
|
|
40
42
|
* const input = { // ListTagsOfResourceInput
|
|
41
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const PutItemCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { DynamoDBClient, PutItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
55
55
|
* // const { DynamoDBClient, PutItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
56
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
57
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
56
58
|
* const client = new DynamoDBClient(config);
|
|
57
59
|
* const input = { // PutItemInput
|
|
58
60
|
* TableName: "STRING_VALUE", // required
|
|
@@ -54,6 +54,8 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { DynamoDBClient, PutResourcePolicyCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
56
56
|
* // const { DynamoDBClient, PutResourcePolicyCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
57
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
58
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
57
59
|
* const client = new DynamoDBClient(config);
|
|
58
60
|
* const input = { // PutResourcePolicyInput
|
|
59
61
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -83,6 +83,8 @@ declare const QueryCommand_base: {
|
|
|
83
83
|
* ```javascript
|
|
84
84
|
* import { DynamoDBClient, QueryCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
85
85
|
* // const { DynamoDBClient, QueryCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
86
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
87
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
86
88
|
* const client = new DynamoDBClient(config);
|
|
87
89
|
* const input = { // QueryInput
|
|
88
90
|
* TableName: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const RestoreTableFromBackupCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { DynamoDBClient, RestoreTableFromBackupCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
59
59
|
* // const { DynamoDBClient, RestoreTableFromBackupCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
60
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
61
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
60
62
|
* const client = new DynamoDBClient(config);
|
|
61
63
|
* const input = { // RestoreTableFromBackupInput
|
|
62
64
|
* TargetTableName: "STRING_VALUE", // required
|
|
@@ -83,6 +83,8 @@ declare const RestoreTableToPointInTimeCommand_base: {
|
|
|
83
83
|
* ```javascript
|
|
84
84
|
* import { DynamoDBClient, RestoreTableToPointInTimeCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
85
85
|
* // const { DynamoDBClient, RestoreTableToPointInTimeCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
86
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
87
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
86
88
|
* const client = new DynamoDBClient(config);
|
|
87
89
|
* const input = { // RestoreTableToPointInTimeInput
|
|
88
90
|
* SourceTableArn: "STRING_VALUE",
|
|
@@ -75,6 +75,8 @@ declare const ScanCommand_base: {
|
|
|
75
75
|
* ```javascript
|
|
76
76
|
* import { DynamoDBClient, ScanCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
77
77
|
* // const { DynamoDBClient, ScanCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
78
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
79
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
78
80
|
* const client = new DynamoDBClient(config);
|
|
79
81
|
* const input = { // ScanInput
|
|
80
82
|
* TableName: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const TagResourceCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { DynamoDBClient, TagResourceCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
58
58
|
* // const { DynamoDBClient, TagResourceCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
59
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
60
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
59
61
|
* const client = new DynamoDBClient(config);
|
|
60
62
|
* const input = { // TagResourceInput
|
|
61
63
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -59,6 +59,8 @@ declare const TransactGetItemsCommand_base: {
|
|
|
59
59
|
* ```javascript
|
|
60
60
|
* import { DynamoDBClient, TransactGetItemsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
61
61
|
* // const { DynamoDBClient, TransactGetItemsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
62
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
63
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
62
64
|
* const client = new DynamoDBClient(config);
|
|
63
65
|
* const input = { // TransactGetItemsInput
|
|
64
66
|
* TransactItems: [ // TransactGetItemList // required
|
|
@@ -106,6 +106,8 @@ declare const TransactWriteItemsCommand_base: {
|
|
|
106
106
|
* ```javascript
|
|
107
107
|
* import { DynamoDBClient, TransactWriteItemsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
108
108
|
* // const { DynamoDBClient, TransactWriteItemsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
109
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
110
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
109
111
|
* const client = new DynamoDBClient(config);
|
|
110
112
|
* const input = { // TransactWriteItemsInput
|
|
111
113
|
* TransactItems: [ // TransactWriteItemList // required
|
|
@@ -54,6 +54,8 @@ declare const UntagResourceCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { DynamoDBClient, UntagResourceCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
56
56
|
* // const { DynamoDBClient, UntagResourceCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
57
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
58
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
57
59
|
* const client = new DynamoDBClient(config);
|
|
58
60
|
* const input = { // UntagResourceInput
|
|
59
61
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const UpdateContinuousBackupsCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { DynamoDBClient, UpdateContinuousBackupsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
47
47
|
* // const { DynamoDBClient, UpdateContinuousBackupsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
48
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
49
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
48
50
|
* const client = new DynamoDBClient(config);
|
|
49
51
|
* const input = { // UpdateContinuousBackupsInput
|
|
50
52
|
* TableName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const UpdateContributorInsightsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { DynamoDBClient, UpdateContributorInsightsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
41
41
|
* // const { DynamoDBClient, UpdateContributorInsightsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
42
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
43
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
42
44
|
* const client = new DynamoDBClient(config);
|
|
43
45
|
* const input = { // UpdateContributorInsightsInput
|
|
44
46
|
* TableName: "STRING_VALUE", // required
|
|
@@ -62,6 +62,8 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
62
62
|
* ```javascript
|
|
63
63
|
* import { DynamoDBClient, UpdateGlobalTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
64
64
|
* // const { DynamoDBClient, UpdateGlobalTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
65
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
66
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
65
67
|
* const client = new DynamoDBClient(config);
|
|
66
68
|
* const input = { // UpdateGlobalTableInput
|
|
67
69
|
* GlobalTableName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DynamoDBClient, UpdateGlobalTableSettingsCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
39
39
|
* // const { DynamoDBClient, UpdateGlobalTableSettingsCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
40
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
41
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
40
42
|
* const client = new DynamoDBClient(config);
|
|
41
43
|
* const input = { // UpdateGlobalTableSettingsInput
|
|
42
44
|
* GlobalTableName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const UpdateItemCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { DynamoDBClient, UpdateItemCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
41
41
|
* // const { DynamoDBClient, UpdateItemCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
42
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
43
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
42
44
|
* const client = new DynamoDBClient(config);
|
|
43
45
|
* const input = { // UpdateItemInput
|
|
44
46
|
* TableName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateKinesisStreamingDestinationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, UpdateKinesisStreamingDestinationCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, UpdateKinesisStreamingDestinationCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // UpdateKinesisStreamingDestinationInput
|
|
38
40
|
* TableName: "STRING_VALUE", // required
|
|
@@ -54,6 +54,8 @@ declare const UpdateTableCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { DynamoDBClient, UpdateTableCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
56
56
|
* // const { DynamoDBClient, UpdateTableCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
57
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
58
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
57
59
|
* const client = new DynamoDBClient(config);
|
|
58
60
|
* const input = { // UpdateTableInput
|
|
59
61
|
* AttributeDefinitions: [ // AttributeDefinitions
|
|
@@ -33,6 +33,8 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DynamoDBClient, UpdateTableReplicaAutoScalingCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
35
35
|
* // const { DynamoDBClient, UpdateTableReplicaAutoScalingCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
36
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
37
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
36
38
|
* const client = new DynamoDBClient(config);
|
|
37
39
|
* const input = { // UpdateTableReplicaAutoScalingInput
|
|
38
40
|
* GlobalSecondaryIndexUpdates: [ // GlobalSecondaryIndexAutoScalingUpdateList
|
|
@@ -57,6 +57,8 @@ declare const UpdateTimeToLiveCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { DynamoDBClient, UpdateTimeToLiveCommand } from "@aws-sdk/client-dynamodb"; // ES Modules import
|
|
59
59
|
* // const { DynamoDBClient, UpdateTimeToLiveCommand } = require("@aws-sdk/client-dynamodb"); // CommonJS import
|
|
60
|
+
* // import type { DynamoDBClientConfig } from "@aws-sdk/client-dynamodb";
|
|
61
|
+
* const config = {}; // type is DynamoDBClientConfig
|
|
60
62
|
* const client = new DynamoDBClient(config);
|
|
61
63
|
* const input = { // UpdateTimeToLiveInput
|
|
62
64
|
* TableName: "STRING_VALUE", // required
|
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.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
31
|
+
"@aws-sdk/types": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.2.2",
|
|
36
|
-
"@smithy/core": "^3.11.
|
|
36
|
+
"@smithy/core": "^3.11.1",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
38
38
|
"@smithy/hash-node": "^4.1.1",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
42
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
42
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
43
43
|
"@smithy/middleware-serde": "^4.1.1",
|
|
44
44
|
"@smithy/middleware-stack": "^4.1.1",
|
|
45
45
|
"@smithy/node-config-provider": "^4.2.2",
|
|
46
46
|
"@smithy/node-http-handler": "^4.2.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^4.6.
|
|
48
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
49
49
|
"@smithy/types": "^4.5.0",
|
|
50
50
|
"@smithy/url-parser": "^4.1.1",
|
|
51
51
|
"@smithy/util-base64": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
56
56
|
"@smithy/util-endpoints": "^3.1.2",
|
|
57
57
|
"@smithy/util-middleware": "^4.1.1",
|
|
58
|
-
"@smithy/util-retry": "^4.1.
|
|
58
|
+
"@smithy/util-retry": "^4.1.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.1.0",
|
|
60
60
|
"@smithy/util-waiter": "^4.1.1",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|