@aws-sdk/client-dynamodb 3.650.0 → 3.654.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 (115) hide show
  1. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetItemCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchWriteItemCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateBackupCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateGlobalTableCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateTableCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteBackupCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteItemCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteTableCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeBackupCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeExportCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeGlobalTableCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeImportCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeLimitsCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeTableCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +11 -0
  24. package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +11 -0
  25. package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +11 -0
  26. package/dist-types/commands/ExecuteStatementCommand.d.ts +11 -0
  27. package/dist-types/commands/ExecuteTransactionCommand.d.ts +11 -0
  28. package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +11 -0
  29. package/dist-types/commands/GetItemCommand.d.ts +11 -0
  30. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  31. package/dist-types/commands/ImportTableCommand.d.ts +11 -0
  32. package/dist-types/commands/ListBackupsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListContributorInsightsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListExportsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListGlobalTablesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListImportsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListTablesCommand.d.ts +11 -0
  38. package/dist-types/commands/ListTagsOfResourceCommand.d.ts +11 -0
  39. package/dist-types/commands/PutItemCommand.d.ts +11 -0
  40. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  41. package/dist-types/commands/QueryCommand.d.ts +11 -0
  42. package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +11 -0
  43. package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +11 -0
  44. package/dist-types/commands/ScanCommand.d.ts +11 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  46. package/dist-types/commands/TransactGetItemsCommand.d.ts +11 -0
  47. package/dist-types/commands/TransactWriteItemsCommand.d.ts +11 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateGlobalTableCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateItemCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateTableCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +11 -0
  58. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/GetItemCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/PutItemCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ScanCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +12 -1
  115. package/package.json +37 -37
@@ -33,4 +33,15 @@ declare const DescribeTableCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeTableCommand extends DescribeTableCommand_base {}
36
+ export declare class DescribeTableCommand extends DescribeTableCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeTableInput;
40
+ output: DescribeTableOutput;
41
+ };
42
+ sdk: {
43
+ input: DescribeTableCommandInput;
44
+ output: DescribeTableCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeTableReplicaAutoScalingCommand extends DescribeTableReplicaAutoScalingCommand_base {}
40
+ export declare class DescribeTableReplicaAutoScalingCommand extends DescribeTableReplicaAutoScalingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeTableReplicaAutoScalingInput;
44
+ output: DescribeTableReplicaAutoScalingOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeTableReplicaAutoScalingCommandInput;
48
+ output: DescribeTableReplicaAutoScalingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeTimeToLiveCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeTimeToLiveCommand extends DescribeTimeToLiveCommand_base {}
40
+ export declare class DescribeTimeToLiveCommand extends DescribeTimeToLiveCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeTimeToLiveInput;
44
+ output: DescribeTimeToLiveOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeTimeToLiveCommandInput;
48
+ output: DescribeTimeToLiveCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisableKinesisStreamingDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisableKinesisStreamingDestinationCommand extends DisableKinesisStreamingDestinationCommand_base {}
40
+ export declare class DisableKinesisStreamingDestinationCommand extends DisableKinesisStreamingDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: KinesisStreamingDestinationInput;
44
+ output: KinesisStreamingDestinationOutput;
45
+ };
46
+ sdk: {
47
+ input: DisableKinesisStreamingDestinationCommandInput;
48
+ output: DisableKinesisStreamingDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const EnableKinesisStreamingDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class EnableKinesisStreamingDestinationCommand extends EnableKinesisStreamingDestinationCommand_base {}
40
+ export declare class EnableKinesisStreamingDestinationCommand extends EnableKinesisStreamingDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: KinesisStreamingDestinationInput;
44
+ output: KinesisStreamingDestinationOutput;
45
+ };
46
+ sdk: {
47
+ input: EnableKinesisStreamingDestinationCommandInput;
48
+ output: EnableKinesisStreamingDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ExecuteStatementCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {}
39
+ export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ExecuteStatementInput;
43
+ output: ExecuteStatementOutput;
44
+ };
45
+ sdk: {
46
+ input: ExecuteStatementCommandInput;
47
+ output: ExecuteStatementCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ExecuteTransactionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ExecuteTransactionCommand extends ExecuteTransactionCommand_base {}
40
+ export declare class ExecuteTransactionCommand extends ExecuteTransactionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ExecuteTransactionInput;
44
+ output: ExecuteTransactionOutput;
45
+ };
46
+ sdk: {
47
+ input: ExecuteTransactionCommandInput;
48
+ output: ExecuteTransactionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ExportTableToPointInTimeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base {}
40
+ export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ExportTableToPointInTimeInput;
44
+ output: ExportTableToPointInTimeOutput;
45
+ };
46
+ sdk: {
47
+ input: ExportTableToPointInTimeCommandInput;
48
+ output: ExportTableToPointInTimeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const GetItemCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetItemCommand extends GetItemCommand_base {}
30
+ export declare class GetItemCommand extends GetItemCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetItemInput;
34
+ output: GetItemOutput;
35
+ };
36
+ sdk: {
37
+ input: GetItemCommandInput;
38
+ output: GetItemCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -36,4 +36,15 @@ declare const GetResourcePolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
39
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetResourcePolicyInput;
43
+ output: GetResourcePolicyOutput;
44
+ };
45
+ sdk: {
46
+ input: GetResourcePolicyCommandInput;
47
+ output: GetResourcePolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ImportTableCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ImportTableCommand extends ImportTableCommand_base {}
36
+ export declare class ImportTableCommand extends ImportTableCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ImportTableInput;
40
+ output: ImportTableOutput;
41
+ };
42
+ sdk: {
43
+ input: ImportTableCommandInput;
44
+ output: ImportTableCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListBackupsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListBackupsCommand extends ListBackupsCommand_base {}
36
+ export declare class ListBackupsCommand extends ListBackupsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListBackupsInput;
40
+ output: ListBackupsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListBackupsCommandInput;
44
+ output: ListBackupsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListContributorInsightsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListContributorInsightsCommand extends ListContributorInsightsCommand_base {}
40
+ export declare class ListContributorInsightsCommand extends ListContributorInsightsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListContributorInsightsInput;
44
+ output: ListContributorInsightsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListContributorInsightsCommandInput;
48
+ output: ListContributorInsightsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListExportsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListExportsCommand extends ListExportsCommand_base {}
36
+ export declare class ListExportsCommand extends ListExportsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListExportsInput;
40
+ output: ListExportsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListExportsCommandInput;
44
+ output: ListExportsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListGlobalTablesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListGlobalTablesCommand extends ListGlobalTablesCommand_base {}
39
+ export declare class ListGlobalTablesCommand extends ListGlobalTablesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListGlobalTablesInput;
43
+ output: ListGlobalTablesOutput;
44
+ };
45
+ sdk: {
46
+ input: ListGlobalTablesCommandInput;
47
+ output: ListGlobalTablesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListImportsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListImportsCommand extends ListImportsCommand_base {}
36
+ export declare class ListImportsCommand extends ListImportsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListImportsInput;
40
+ output: ListImportsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListImportsCommandInput;
44
+ output: ListImportsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListTablesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListTablesCommand extends ListTablesCommand_base {}
36
+ export declare class ListTablesCommand extends ListTablesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTablesInput;
40
+ output: ListTablesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListTablesCommandInput;
44
+ output: ListTablesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsOfResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsOfResourceCommand extends ListTagsOfResourceCommand_base {}
40
+ export declare class ListTagsOfResourceCommand extends ListTagsOfResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsOfResourceInput;
44
+ output: ListTagsOfResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsOfResourceCommandInput;
48
+ output: ListTagsOfResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const PutItemCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class PutItemCommand extends PutItemCommand_base {}
30
+ export declare class PutItemCommand extends PutItemCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: PutItemInput;
34
+ output: PutItemOutput;
35
+ };
36
+ sdk: {
37
+ input: PutItemCommandInput;
38
+ output: PutItemCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -36,4 +36,15 @@ declare const PutResourcePolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
39
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutResourcePolicyInput;
43
+ output: PutResourcePolicyOutput;
44
+ };
45
+ sdk: {
46
+ input: PutResourcePolicyCommandInput;
47
+ output: PutResourcePolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -27,4 +27,15 @@ declare const QueryCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class QueryCommand extends QueryCommand_base {}
30
+ export declare class QueryCommand extends QueryCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: QueryInput;
34
+ output: QueryOutput;
35
+ };
36
+ sdk: {
37
+ input: QueryCommandInput;
38
+ output: QueryCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -37,4 +37,15 @@ declare const RestoreTableFromBackupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RestoreTableFromBackupCommand extends RestoreTableFromBackupCommand_base {}
40
+ export declare class RestoreTableFromBackupCommand extends RestoreTableFromBackupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestoreTableFromBackupInput;
44
+ output: RestoreTableFromBackupOutput;
45
+ };
46
+ sdk: {
47
+ input: RestoreTableFromBackupCommandInput;
48
+ output: RestoreTableFromBackupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RestoreTableToPointInTimeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RestoreTableToPointInTimeCommand extends RestoreTableToPointInTimeCommand_base {}
40
+ export declare class RestoreTableToPointInTimeCommand extends RestoreTableToPointInTimeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestoreTableToPointInTimeInput;
44
+ output: RestoreTableToPointInTimeOutput;
45
+ };
46
+ sdk: {
47
+ input: RestoreTableToPointInTimeCommandInput;
48
+ output: RestoreTableToPointInTimeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const ScanCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class ScanCommand extends ScanCommand_base {}
30
+ export declare class ScanCommand extends ScanCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: ScanInput;
34
+ output: ScanOutput;
35
+ };
36
+ sdk: {
37
+ input: ScanCommandInput;
38
+ output: ScanCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const TransactGetItemsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class TransactGetItemsCommand extends TransactGetItemsCommand_base {}
39
+ export declare class TransactGetItemsCommand extends TransactGetItemsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: TransactGetItemsInput;
43
+ output: TransactGetItemsOutput;
44
+ };
45
+ sdk: {
46
+ input: TransactGetItemsCommandInput;
47
+ output: TransactGetItemsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const TransactWriteItemsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class TransactWriteItemsCommand extends TransactWriteItemsCommand_base {}
40
+ export declare class TransactWriteItemsCommand extends TransactWriteItemsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: TransactWriteItemsInput;
44
+ output: TransactWriteItemsOutput;
45
+ };
46
+ sdk: {
47
+ input: TransactWriteItemsCommandInput;
48
+ output: TransactWriteItemsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const UpdateContinuousBackupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateContinuousBackupsCommand extends UpdateContinuousBackupsCommand_base {}
40
+ export declare class UpdateContinuousBackupsCommand extends UpdateContinuousBackupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateContinuousBackupsInput;
44
+ output: UpdateContinuousBackupsOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateContinuousBackupsCommandInput;
48
+ output: UpdateContinuousBackupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateContributorInsightsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateContributorInsightsCommand extends UpdateContributorInsightsCommand_base {}
40
+ export declare class UpdateContributorInsightsCommand extends UpdateContributorInsightsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateContributorInsightsInput;
44
+ output: UpdateContributorInsightsOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateContributorInsightsCommandInput;
48
+ output: UpdateContributorInsightsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateGlobalTableCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateGlobalTableCommand extends UpdateGlobalTableCommand_base {}
39
+ export declare class UpdateGlobalTableCommand extends UpdateGlobalTableCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateGlobalTableInput;
43
+ output: UpdateGlobalTableOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateGlobalTableCommandInput;
47
+ output: UpdateGlobalTableCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateGlobalTableSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateGlobalTableSettingsCommand extends UpdateGlobalTableSettingsCommand_base {}
40
+ export declare class UpdateGlobalTableSettingsCommand extends UpdateGlobalTableSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateGlobalTableSettingsInput;
44
+ output: UpdateGlobalTableSettingsOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateGlobalTableSettingsCommandInput;
48
+ output: UpdateGlobalTableSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateItemCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateItemCommand extends UpdateItemCommand_base {}
36
+ export declare class UpdateItemCommand extends UpdateItemCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateItemInput;
40
+ output: UpdateItemOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateItemCommandInput;
44
+ output: UpdateItemCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateKinesisStreamingDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateKinesisStreamingDestinationCommand extends UpdateKinesisStreamingDestinationCommand_base {}
40
+ export declare class UpdateKinesisStreamingDestinationCommand extends UpdateKinesisStreamingDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateKinesisStreamingDestinationInput;
44
+ output: UpdateKinesisStreamingDestinationOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateKinesisStreamingDestinationCommandInput;
48
+ output: UpdateKinesisStreamingDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateTableCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateTableCommand extends UpdateTableCommand_base {}
36
+ export declare class UpdateTableCommand extends UpdateTableCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateTableInput;
40
+ output: UpdateTableOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateTableCommandInput;
44
+ output: UpdateTableCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {}
40
+ export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateTableReplicaAutoScalingInput;
44
+ output: UpdateTableReplicaAutoScalingOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateTableReplicaAutoScalingCommandInput;
48
+ output: UpdateTableReplicaAutoScalingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateTimeToLiveCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateTimeToLiveCommand extends UpdateTimeToLiveCommand_base {}
39
+ export declare class UpdateTimeToLiveCommand extends UpdateTimeToLiveCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateTimeToLiveInput;
43
+ output: UpdateTimeToLiveOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateTimeToLiveCommandInput;
47
+ output: UpdateTimeToLiveCommandOutput;
48
+ };
49
+ };
50
+ }