@aws-sdk/client-dynamodb 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3099 -3619
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/DynamoDBClient.js +2 -0
- package/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
- package/dist-es/commands/BatchGetItemCommand.js +3 -9
- package/dist-es/commands/BatchWriteItemCommand.js +3 -9
- package/dist-es/commands/CreateBackupCommand.js +3 -9
- package/dist-es/commands/CreateGlobalTableCommand.js +3 -9
- package/dist-es/commands/CreateTableCommand.js +3 -9
- package/dist-es/commands/DeleteBackupCommand.js +3 -9
- package/dist-es/commands/DeleteItemCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteTableCommand.js +3 -9
- package/dist-es/commands/DescribeBackupCommand.js +3 -9
- package/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
- package/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
- package/dist-es/commands/DescribeExportCommand.js +3 -9
- package/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
- package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
- package/dist-es/commands/DescribeImportCommand.js +3 -9
- package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
- package/dist-es/commands/DescribeLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeTableCommand.js +3 -9
- package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
- package/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
- package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
- package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
- package/dist-es/commands/ExecuteStatementCommand.js +3 -9
- package/dist-es/commands/ExecuteTransactionCommand.js +3 -9
- package/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
- package/dist-es/commands/GetItemCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ImportTableCommand.js +3 -9
- package/dist-es/commands/ListBackupsCommand.js +3 -9
- package/dist-es/commands/ListContributorInsightsCommand.js +3 -9
- package/dist-es/commands/ListExportsCommand.js +3 -9
- package/dist-es/commands/ListGlobalTablesCommand.js +3 -9
- package/dist-es/commands/ListImportsCommand.js +3 -9
- package/dist-es/commands/ListTablesCommand.js +3 -9
- package/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
- package/dist-es/commands/PutItemCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/QueryCommand.js +3 -9
- package/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
- package/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
- package/dist-es/commands/ScanCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TransactGetItemsCommand.js +3 -9
- package/dist-es/commands/TransactWriteItemsCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
- package/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
- package/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
- package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateItemCommand.js +3 -9
- package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
- package/dist-es/commands/UpdateTableCommand.js +3 -9
- package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
- package/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2878 -0
- package/dist-types/DynamoDBClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +397 -0
- package/dist-types/ts3.4/DynamoDBClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +403 -0
- package/package.json +8 -7
- package/dist-es/protocols/Aws_json1_0.js +0 -3108
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTableReplicaAutoScaling } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTableReplicaAutoScalingCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class DescribeTableReplicaAutoScalingCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "DescribeTableReplicaAutoScaling", {})
|
|
20
16
|
.n("DynamoDBClient", "DescribeTableReplicaAutoScalingCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_DescribeTableReplicaAutoScalingCommand)
|
|
23
|
-
.de(de_DescribeTableReplicaAutoScalingCommand)
|
|
17
|
+
.sc(DescribeTableReplicaAutoScaling)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTimeToLive } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTimeToLiveCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class DescribeTimeToLiveCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "DescribeTimeToLive", {})
|
|
20
16
|
.n("DynamoDBClient", "DescribeTimeToLiveCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_DescribeTimeToLiveCommand)
|
|
23
|
-
.de(de_DescribeTimeToLiveCommand)
|
|
17
|
+
.sc(DescribeTimeToLive)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DisableKinesisStreamingDestination } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisableKinesisStreamingDestinationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class DisableKinesisStreamingDestinationCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "DisableKinesisStreamingDestination", {})
|
|
20
16
|
.n("DynamoDBClient", "DisableKinesisStreamingDestinationCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_DisableKinesisStreamingDestinationCommand)
|
|
23
|
-
.de(de_DisableKinesisStreamingDestinationCommand)
|
|
17
|
+
.sc(DisableKinesisStreamingDestination)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { EnableKinesisStreamingDestination } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class EnableKinesisStreamingDestinationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class EnableKinesisStreamingDestinationCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "EnableKinesisStreamingDestination", {})
|
|
20
16
|
.n("DynamoDBClient", "EnableKinesisStreamingDestinationCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_EnableKinesisStreamingDestinationCommand)
|
|
23
|
-
.de(de_EnableKinesisStreamingDestinationCommand)
|
|
17
|
+
.sc(EnableKinesisStreamingDestination)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ExecuteStatement } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ExecuteStatementCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("DynamoDB_20120810", "ExecuteStatement", {})
|
|
17
13
|
.n("DynamoDBClient", "ExecuteStatementCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ExecuteStatementCommand)
|
|
20
|
-
.de(de_ExecuteStatementCommand)
|
|
14
|
+
.sc(ExecuteStatement)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ExecuteTransaction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ExecuteTransactionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("DynamoDB_20120810", "ExecuteTransaction", {})
|
|
17
13
|
.n("DynamoDBClient", "ExecuteTransactionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ExecuteTransactionCommand)
|
|
20
|
-
.de(de_ExecuteTransactionCommand)
|
|
14
|
+
.sc(ExecuteTransaction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ExportTableToPointInTime } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ExportTableToPointInTimeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class ExportTableToPointInTimeCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableArn" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "ExportTableToPointInTime", {})
|
|
20
16
|
.n("DynamoDBClient", "ExportTableToPointInTimeCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ExportTableToPointInTimeCommand)
|
|
23
|
-
.de(de_ExportTableToPointInTimeCommand)
|
|
17
|
+
.sc(ExportTableToPointInTime)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetItem } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetItemCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class GetItemCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "GetItem", {})
|
|
20
16
|
.n("DynamoDBClient", "GetItemCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_GetItemCommand)
|
|
23
|
-
.de(de_GetItemCommand)
|
|
17
|
+
.sc(GetItem)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResourcePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResourcePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class GetResourcePolicyCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "GetResourcePolicy", {})
|
|
20
16
|
.n("DynamoDBClient", "GetResourcePolicyCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_GetResourcePolicyCommand)
|
|
23
|
-
.de(de_GetResourcePolicyCommand)
|
|
17
|
+
.sc(GetResourcePolicy)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportTable } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportTableCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class ImportTableCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "operationContextParams", get: (input) => input?.TableCreationParameters?.TableName },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "ImportTable", {})
|
|
20
16
|
.n("DynamoDBClient", "ImportTableCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ImportTableCommand)
|
|
23
|
-
.de(de_ImportTableCommand)
|
|
17
|
+
.sc(ImportTable)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListBackups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBackupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class ListBackupsCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "ListBackups", {})
|
|
20
16
|
.n("DynamoDBClient", "ListBackupsCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ListBackupsCommand)
|
|
23
|
-
.de(de_ListBackupsCommand)
|
|
17
|
+
.sc(ListBackups)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListContributorInsights } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListContributorInsightsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class ListContributorInsightsCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "ListContributorInsights", {})
|
|
20
16
|
.n("DynamoDBClient", "ListContributorInsightsCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ListContributorInsightsCommand)
|
|
23
|
-
.de(de_ListContributorInsightsCommand)
|
|
17
|
+
.sc(ListContributorInsights)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListExports } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListExportsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class ListExportsCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableArn" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "ListExports", {})
|
|
20
16
|
.n("DynamoDBClient", "ListExportsCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ListExportsCommand)
|
|
23
|
-
.de(de_ListExportsCommand)
|
|
17
|
+
.sc(ListExports)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListGlobalTables } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListGlobalTablesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("DynamoDB_20120810", "ListGlobalTables", {})
|
|
17
13
|
.n("DynamoDBClient", "ListGlobalTablesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListGlobalTablesCommand)
|
|
20
|
-
.de(de_ListGlobalTablesCommand)
|
|
14
|
+
.sc(ListGlobalTables)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListImports } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListImportsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class ListImportsCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableArn" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "ListImports", {})
|
|
20
16
|
.n("DynamoDBClient", "ListImportsCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ListImportsCommand)
|
|
23
|
-
.de(de_ListImportsCommand)
|
|
17
|
+
.sc(ListImports)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTables } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTablesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("DynamoDB_20120810", "ListTables", {})
|
|
17
13
|
.n("DynamoDBClient", "ListTablesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTablesCommand)
|
|
20
|
-
.de(de_ListTablesCommand)
|
|
14
|
+
.sc(ListTables)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTagsOfResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsOfResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class ListTagsOfResourceCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "ListTagsOfResource", {})
|
|
20
16
|
.n("DynamoDBClient", "ListTagsOfResourceCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_ListTagsOfResourceCommand)
|
|
23
|
-
.de(de_ListTagsOfResourceCommand)
|
|
17
|
+
.sc(ListTagsOfResource)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutItem } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutItemCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class PutItemCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "PutItem", {})
|
|
20
16
|
.n("DynamoDBClient", "PutItemCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_PutItemCommand)
|
|
23
|
-
.de(de_PutItemCommand)
|
|
17
|
+
.sc(PutItem)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutResourcePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutResourcePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class PutResourcePolicyCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "PutResourcePolicy", {})
|
|
20
16
|
.n("DynamoDBClient", "PutResourcePolicyCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_PutResourcePolicyCommand)
|
|
23
|
-
.de(de_PutResourcePolicyCommand)
|
|
17
|
+
.sc(PutResourcePolicy)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { Query } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class QueryCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class QueryCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "Query", {})
|
|
20
16
|
.n("DynamoDBClient", "QueryCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_QueryCommand)
|
|
23
|
-
.de(de_QueryCommand)
|
|
17
|
+
.sc(Query)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RestoreTableFromBackup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RestoreTableFromBackupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class RestoreTableFromBackupCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TargetTableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "RestoreTableFromBackup", {})
|
|
20
16
|
.n("DynamoDBClient", "RestoreTableFromBackupCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_RestoreTableFromBackupCommand)
|
|
23
|
-
.de(de_RestoreTableFromBackupCommand)
|
|
17
|
+
.sc(RestoreTableFromBackup)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RestoreTableToPointInTime } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RestoreTableToPointInTimeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
@@ -11,15 +10,10 @@ export class RestoreTableToPointInTimeCommand extends $Command
|
|
|
11
10
|
ResourceArn: { type: "contextParams", name: "TargetTableName" },
|
|
12
11
|
})
|
|
13
12
|
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
13
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18
14
|
})
|
|
19
15
|
.s("DynamoDB_20120810", "RestoreTableToPointInTime", {})
|
|
20
16
|
.n("DynamoDBClient", "RestoreTableToPointInTimeCommand")
|
|
21
|
-
.
|
|
22
|
-
.ser(se_RestoreTableToPointInTimeCommand)
|
|
23
|
-
.de(de_RestoreTableToPointInTimeCommand)
|
|
17
|
+
.sc(RestoreTableToPointInTime)
|
|
24
18
|
.build() {
|
|
25
19
|
}
|