@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.
Files changed (78) hide show
  1. package/dist-cjs/index.js +3099 -3619
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DynamoDBClient.js +2 -0
  4. package/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
  5. package/dist-es/commands/BatchGetItemCommand.js +3 -9
  6. package/dist-es/commands/BatchWriteItemCommand.js +3 -9
  7. package/dist-es/commands/CreateBackupCommand.js +3 -9
  8. package/dist-es/commands/CreateGlobalTableCommand.js +3 -9
  9. package/dist-es/commands/CreateTableCommand.js +3 -9
  10. package/dist-es/commands/DeleteBackupCommand.js +3 -9
  11. package/dist-es/commands/DeleteItemCommand.js +3 -9
  12. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeleteTableCommand.js +3 -9
  14. package/dist-es/commands/DescribeBackupCommand.js +3 -9
  15. package/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
  16. package/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
  17. package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  18. package/dist-es/commands/DescribeExportCommand.js +3 -9
  19. package/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
  20. package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
  21. package/dist-es/commands/DescribeImportCommand.js +3 -9
  22. package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
  23. package/dist-es/commands/DescribeLimitsCommand.js +3 -9
  24. package/dist-es/commands/DescribeTableCommand.js +3 -9
  25. package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
  26. package/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
  27. package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
  28. package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
  29. package/dist-es/commands/ExecuteStatementCommand.js +3 -9
  30. package/dist-es/commands/ExecuteTransactionCommand.js +3 -9
  31. package/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
  32. package/dist-es/commands/GetItemCommand.js +3 -9
  33. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  34. package/dist-es/commands/ImportTableCommand.js +3 -9
  35. package/dist-es/commands/ListBackupsCommand.js +3 -9
  36. package/dist-es/commands/ListContributorInsightsCommand.js +3 -9
  37. package/dist-es/commands/ListExportsCommand.js +3 -9
  38. package/dist-es/commands/ListGlobalTablesCommand.js +3 -9
  39. package/dist-es/commands/ListImportsCommand.js +3 -9
  40. package/dist-es/commands/ListTablesCommand.js +3 -9
  41. package/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
  42. package/dist-es/commands/PutItemCommand.js +3 -9
  43. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  44. package/dist-es/commands/QueryCommand.js +3 -9
  45. package/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
  46. package/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
  47. package/dist-es/commands/ScanCommand.js +3 -9
  48. package/dist-es/commands/TagResourceCommand.js +3 -9
  49. package/dist-es/commands/TransactGetItemsCommand.js +3 -9
  50. package/dist-es/commands/TransactWriteItemsCommand.js +3 -9
  51. package/dist-es/commands/UntagResourceCommand.js +3 -9
  52. package/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
  53. package/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
  54. package/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
  55. package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
  56. package/dist-es/commands/UpdateItemCommand.js +3 -9
  57. package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
  58. package/dist-es/commands/UpdateTableCommand.js +3 -9
  59. package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
  60. package/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
  61. package/dist-es/runtimeConfig.shared.js +7 -0
  62. package/dist-es/schemas/schemas_0.js +2878 -0
  63. package/dist-types/DynamoDBClient.d.ts +10 -1
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +397 -0
  69. package/dist-types/ts3.4/DynamoDBClient.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +403 -0
  75. package/package.json +8 -7
  76. package/dist-es/protocols/Aws_json1_0.js +0 -3108
  77. package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  78. 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 { de_DescribeTableReplicaAutoScalingCommand, se_DescribeTableReplicaAutoScalingCommand, } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_DescribeTimeToLiveCommand, se_DescribeTimeToLiveCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_DisableKinesisStreamingDestinationCommand, se_DisableKinesisStreamingDestinationCommand, } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_EnableKinesisStreamingDestinationCommand, se_EnableKinesisStreamingDestinationCommand, } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ExecuteTransactionCommand, se_ExecuteTransactionCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ExportTableToPointInTimeCommand, se_ExportTableToPointInTimeCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_GetItemCommand, se_GetItemCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ImportTableCommand, se_ImportTableCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ListBackupsCommand, se_ListBackupsCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ListContributorInsightsCommand, se_ListContributorInsightsCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ListGlobalTablesCommand, se_ListGlobalTablesCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_ListTagsOfResourceCommand, se_ListTagsOfResourceCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_PutItemCommand, se_PutItemCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_RestoreTableFromBackupCommand, se_RestoreTableFromBackupCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
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 { de_RestoreTableToPointInTimeCommand, se_RestoreTableToPointInTimeCommand } from "../protocols/Aws_json1_0";
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
- .f(void 0, void 0)
22
- .ser(se_RestoreTableToPointInTimeCommand)
23
- .de(de_RestoreTableToPointInTimeCommand)
17
+ .sc(RestoreTableToPointInTime)
24
18
  .build() {
25
19
  }