@aws-sdk/client-dynamodb 3.648.0 → 3.650.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 (67) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +57 -171
  3. package/dist-es/commands/BatchExecuteStatementCommand.js +1 -3
  4. package/dist-es/commands/BatchGetItemCommand.js +1 -3
  5. package/dist-es/commands/BatchWriteItemCommand.js +1 -3
  6. package/dist-es/commands/CreateBackupCommand.js +1 -3
  7. package/dist-es/commands/CreateGlobalTableCommand.js +1 -3
  8. package/dist-es/commands/CreateTableCommand.js +1 -3
  9. package/dist-es/commands/DeleteBackupCommand.js +1 -3
  10. package/dist-es/commands/DeleteItemCommand.js +1 -3
  11. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  12. package/dist-es/commands/DeleteTableCommand.js +1 -3
  13. package/dist-es/commands/DescribeBackupCommand.js +1 -3
  14. package/dist-es/commands/DescribeContinuousBackupsCommand.js +1 -3
  15. package/dist-es/commands/DescribeContributorInsightsCommand.js +1 -3
  16. package/dist-es/commands/DescribeEndpointsCommand.js +1 -3
  17. package/dist-es/commands/DescribeExportCommand.js +1 -3
  18. package/dist-es/commands/DescribeGlobalTableCommand.js +1 -3
  19. package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +1 -3
  20. package/dist-es/commands/DescribeImportCommand.js +1 -3
  21. package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +1 -3
  22. package/dist-es/commands/DescribeLimitsCommand.js +1 -3
  23. package/dist-es/commands/DescribeTableCommand.js +1 -3
  24. package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +1 -3
  25. package/dist-es/commands/DescribeTimeToLiveCommand.js +1 -3
  26. package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +1 -3
  27. package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +1 -3
  28. package/dist-es/commands/ExecuteStatementCommand.js +1 -3
  29. package/dist-es/commands/ExecuteTransactionCommand.js +1 -3
  30. package/dist-es/commands/ExportTableToPointInTimeCommand.js +1 -3
  31. package/dist-es/commands/GetItemCommand.js +1 -3
  32. package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
  33. package/dist-es/commands/ImportTableCommand.js +1 -3
  34. package/dist-es/commands/ListBackupsCommand.js +1 -3
  35. package/dist-es/commands/ListContributorInsightsCommand.js +1 -3
  36. package/dist-es/commands/ListExportsCommand.js +1 -3
  37. package/dist-es/commands/ListGlobalTablesCommand.js +1 -3
  38. package/dist-es/commands/ListImportsCommand.js +1 -3
  39. package/dist-es/commands/ListTablesCommand.js +1 -3
  40. package/dist-es/commands/ListTagsOfResourceCommand.js +1 -3
  41. package/dist-es/commands/PutItemCommand.js +1 -3
  42. package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  43. package/dist-es/commands/QueryCommand.js +1 -3
  44. package/dist-es/commands/RestoreTableFromBackupCommand.js +1 -3
  45. package/dist-es/commands/RestoreTableToPointInTimeCommand.js +1 -3
  46. package/dist-es/commands/ScanCommand.js +1 -3
  47. package/dist-es/commands/TagResourceCommand.js +1 -3
  48. package/dist-es/commands/TransactGetItemsCommand.js +1 -3
  49. package/dist-es/commands/TransactWriteItemsCommand.js +1 -3
  50. package/dist-es/commands/UntagResourceCommand.js +1 -3
  51. package/dist-es/commands/UpdateContinuousBackupsCommand.js +1 -3
  52. package/dist-es/commands/UpdateContributorInsightsCommand.js +1 -3
  53. package/dist-es/commands/UpdateGlobalTableCommand.js +1 -3
  54. package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +1 -3
  55. package/dist-es/commands/UpdateItemCommand.js +1 -3
  56. package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +1 -3
  57. package/dist-es/commands/UpdateTableCommand.js +1 -3
  58. package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +1 -3
  59. package/dist-es/commands/UpdateTimeToLiveCommand.js +1 -3
  60. package/dist-es/endpoint/endpointResolver.js +7 -3
  61. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  62. package/dist-types/runtimeConfig.d.ts +2 -0
  63. package/dist-types/runtimeConfig.native.d.ts +2 -0
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  67. package/package.json +37 -37
@@ -6,9 +6,7 @@ import { de_BatchWriteItemCommand, se_BatchWriteItemCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class BatchWriteItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class CreateBackupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateGlobalTableCommand, se_CreateGlobalTableCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateGlobalTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class CreateTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeleteBackupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteItemCommand, se_DeleteItemCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class DeleteItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteResourcePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DeleteTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeBackupCommand, se_DescribeBackupCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeBackupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeContinuousBackupsCommand, se_DescribeContinuousBackupsComman
6
6
  export { $Command };
7
7
  export class DescribeContinuousBackupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeContributorInsightsCommand, se_DescribeContributorInsightsCo
6
6
  export { $Command };
7
7
  export class DescribeContributorInsightsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeEndpointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeExportCommand, se_DescribeExportCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeExportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeGlobalTableCommand, se_DescribeGlobalTableCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeGlobalTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeGlobalTableSettingsCommand, se_DescribeGlobalTableSettingsCo
6
6
  export { $Command };
7
7
  export class DescribeGlobalTableSettingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeImportCommand, se_DescribeImportCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeImportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeKinesisStreamingDestinationCommand, se_DescribeKinesisStream
6
6
  export { $Command };
7
7
  export class DescribeKinesisStreamingDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLimitsCommand, se_DescribeLimitsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeLimitsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DescribeTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTableReplicaAutoScalingCommand, se_DescribeTableReplicaAutoS
6
6
  export { $Command };
7
7
  export class DescribeTableReplicaAutoScalingCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTimeToLiveCommand, se_DescribeTimeToLiveCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeTimeToLiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisableKinesisStreamingDestinationCommand, se_DisableKinesisStreamin
6
6
  export { $Command };
7
7
  export class DisableKinesisStreamingDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_EnableKinesisStreamingDestinationCommand, se_EnableKinesisStreamingD
6
6
  export { $Command };
7
7
  export class EnableKinesisStreamingDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ExecuteStatementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecuteTransactionCommand, se_ExecuteTransactionCommand } from "../p
6
6
  export { $Command };
7
7
  export class ExecuteTransactionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExportTableToPointInTimeCommand, se_ExportTableToPointInTimeCommand
6
6
  export { $Command };
7
7
  export class ExportTableToPointInTimeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetItemCommand, se_GetItemCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
7
  export class GetItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetResourcePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ImportTableCommand, se_ImportTableCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ImportTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListBackupsCommand, se_ListBackupsCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ListBackupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListContributorInsightsCommand, se_ListContributorInsightsCommand }
6
6
  export { $Command };
7
7
  export class ListContributorInsightsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ListExportsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListGlobalTablesCommand, se_ListGlobalTablesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListGlobalTablesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ListImportsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class ListTablesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsOfResourceCommand, se_ListTagsOfResourceCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListTagsOfResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutItemCommand, se_PutItemCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
7
  export class PutItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../pro
6
6
  export { $Command };
7
7
  export class PutResourcePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
7
  export class QueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RestoreTableFromBackupCommand, se_RestoreTableFromBackupCommand } fr
6
6
  export { $Command };
7
7
  export class RestoreTableFromBackupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RestoreTableToPointInTimeCommand, se_RestoreTableToPointInTimeComman
6
6
  export { $Command };
7
7
  export class RestoreTableToPointInTimeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ScanCommand, se_ScanCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
7
  export class ScanCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TransactGetItemsCommand, se_TransactGetItemsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class TransactGetItemsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TransactWriteItemsCommand, se_TransactWriteItemsCommand } from "../p
6
6
  export { $Command };
7
7
  export class TransactWriteItemsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateContinuousBackupsCommand, se_UpdateContinuousBackupsCommand }
6
6
  export { $Command };
7
7
  export class UpdateContinuousBackupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateContributorInsightsCommand, se_UpdateContributorInsightsComman
6
6
  export { $Command };
7
7
  export class UpdateContributorInsightsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateGlobalTableCommand, se_UpdateGlobalTableCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateGlobalTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateGlobalTableSettingsCommand, se_UpdateGlobalTableSettingsComman
6
6
  export { $Command };
7
7
  export class UpdateGlobalTableSettingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateItemCommand, se_UpdateItemCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class UpdateItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateKinesisStreamingDestinationCommand, se_UpdateKinesisStreamingD
6
6
  export { $Command };
7
7
  export class UpdateKinesisStreamingDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class UpdateTableCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),