@aws-sdk/client-dynamodb 3.590.0 → 3.592.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 (119) hide show
  1. package/dist-cjs/index.js +0 -57
  2. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +2 -1
  3. package/dist-types/commands/BatchGetItemCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchWriteItemCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateGlobalTableCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateTableCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteItemCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeBackupCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeExportCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeImportCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeLimitsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTableCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +2 -1
  25. package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +2 -1
  27. package/dist-types/commands/ExecuteStatementCommand.d.ts +2 -1
  28. package/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -1
  29. package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +2 -1
  30. package/dist-types/commands/GetItemCommand.d.ts +2 -1
  31. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  32. package/dist-types/commands/ImportTableCommand.d.ts +2 -1
  33. package/dist-types/commands/ListBackupsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListContributorInsightsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListExportsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListGlobalTablesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListImportsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTablesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListTagsOfResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/PutItemCommand.d.ts +2 -1
  41. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  42. package/dist-types/commands/QueryCommand.d.ts +2 -1
  43. package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -1
  44. package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
  45. package/dist-types/commands/ScanCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/TransactGetItemsCommand.d.ts +2 -1
  48. package/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateGlobalTableCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateItemCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +2 -2
  60. package/dist-types/models/DynamoDBServiceException.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/GetItemCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/PutItemCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/QueryCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/ScanCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +2 -1
  119. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { DescribeTimeToLiveInput, DescribeTimeToLiveOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExecuteTransactionInput, ExecuteTransactionOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ExportTableToPointInTimeInput, ExportTableToPointInTimeOutput } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetItemInput, GetItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ImportTableInput, ImportTableOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListBackupsInput, ListBackupsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListContributorInsightsInput, ListContributorInsightsOutput } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListExportsInput, ListExportsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListGlobalTablesInput, ListGlobalTablesOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListImportsInput, ListImportsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTablesInput, ListTablesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsOfResourceInput, ListTagsOfResourceOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutItemInput, PutItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { QueryInput, QueryOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RestoreTableFromBackupInput, RestoreTableFromBackupOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RestoreTableToPointInTimeInput, RestoreTableToPointInTimeOutput } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ScanInput, ScanOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TransactGetItemsInput, TransactGetItemsOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TransactWriteItemsInput, TransactWriteItemsOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateContinuousBackupsInput, UpdateContinuousBackupsOutput } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateContributorInsightsInput, UpdateContributorInsightsOutput } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateGlobalTableInput, UpdateGlobalTableOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateGlobalTableSettingsInput, UpdateGlobalTableSettingsOutput } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateItemInput, UpdateItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateKinesisStreamingDestinationInput, UpdateKinesisStreamingDestinati
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateTableInput, UpdateTableOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateTableReplicaAutoScalingInput, UpdateTableReplicaAutoScalingOutput
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateTimeToLiveInput, UpdateTimeToLiveOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -22,8 +22,8 @@
22
22
  export * from "./DynamoDBClient";
23
23
  export * from "./DynamoDB";
24
24
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
25
- export { RuntimeExtension } from "./runtimeExtensions";
26
- export { DynamoDBExtensionConfiguration } from "./extensionConfiguration";
25
+ export type { RuntimeExtension } from "./runtimeExtensions";
26
+ export type { DynamoDBExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
28
  export * from "./pagination";
29
29
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  BatchExecuteStatementInput,
10
10
  BatchExecuteStatementOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchExecuteStatementCommandInput
14
15
  extends BatchExecuteStatementInput {}
15
16
  export interface BatchExecuteStatementCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface BatchGetItemCommandInput extends BatchGetItemInput {}
11
12
  export interface BatchGetItemCommandOutput
12
13
  extends BatchGetItemOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface BatchWriteItemCommandInput extends BatchWriteItemInput {}
11
12
  export interface BatchWriteItemCommandOutput
12
13
  extends BatchWriteItemOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateBackupCommandInput extends CreateBackupInput {}
11
12
  export interface CreateBackupCommandOutput
12
13
  extends CreateBackupOutput,
@@ -9,7 +9,8 @@ import {
9
9
  CreateGlobalTableInput,
10
10
  CreateGlobalTableOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateGlobalTableCommandInput extends CreateGlobalTableInput {}
14
15
  export interface CreateGlobalTableCommandOutput
15
16
  extends CreateGlobalTableOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { CreateTableInput, CreateTableOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateTableCommandInput extends CreateTableInput {}
11
12
  export interface CreateTableCommandOutput
12
13
  extends CreateTableOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DeleteBackupInput, DeleteBackupOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteBackupCommandInput extends DeleteBackupInput {}
11
12
  export interface DeleteBackupCommandOutput
12
13
  extends DeleteBackupOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DeleteItemInput, DeleteItemOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteItemCommandInput extends DeleteItemInput {}
11
12
  export interface DeleteItemCommandOutput
12
13
  extends DeleteItemOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteResourcePolicyInput,
10
10
  DeleteResourcePolicyOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteResourcePolicyCommandInput
14
15
  extends DeleteResourcePolicyInput {}
15
16
  export interface DeleteResourcePolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DeleteTableInput, DeleteTableOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteTableCommandInput extends DeleteTableInput {}
11
12
  export interface DeleteTableCommandOutput
12
13
  extends DeleteTableOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DescribeBackupInput, DescribeBackupOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeBackupCommandInput extends DescribeBackupInput {}
11
12
  export interface DescribeBackupCommandOutput
12
13
  extends DescribeBackupOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeContinuousBackupsInput,
10
10
  DescribeContinuousBackupsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeContinuousBackupsCommandInput
14
15
  extends DescribeContinuousBackupsInput {}
15
16
  export interface DescribeContinuousBackupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeContributorInsightsInput,
10
10
  DescribeContributorInsightsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeContributorInsightsCommandInput
14
15
  extends DescribeContributorInsightsInput {}
15
16
  export interface DescribeContributorInsightsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEndpointsRequest,
10
10
  DescribeEndpointsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEndpointsCommandInput
14
15
  extends DescribeEndpointsRequest {}
15
16
  export interface DescribeEndpointsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DescribeExportInput, DescribeExportOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeExportCommandInput extends DescribeExportInput {}
11
12
  export interface DescribeExportCommandOutput
12
13
  extends DescribeExportOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeGlobalTableInput,
10
10
  DescribeGlobalTableOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeGlobalTableCommandInput
14
15
  extends DescribeGlobalTableInput {}
15
16
  export interface DescribeGlobalTableCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeGlobalTableSettingsInput,
10
10
  DescribeGlobalTableSettingsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeGlobalTableSettingsCommandInput
14
15
  extends DescribeGlobalTableSettingsInput {}
15
16
  export interface DescribeGlobalTableSettingsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DescribeImportInput, DescribeImportOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeImportCommandInput extends DescribeImportInput {}
11
12
  export interface DescribeImportCommandOutput
12
13
  extends DescribeImportOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeKinesisStreamingDestinationInput,
10
10
  DescribeKinesisStreamingDestinationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeKinesisStreamingDestinationCommandInput
14
15
  extends DescribeKinesisStreamingDestinationInput {}
15
16
  export interface DescribeKinesisStreamingDestinationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeLimitsCommandInput extends DescribeLimitsInput {}
11
12
  export interface DescribeLimitsCommandOutput
12
13
  extends DescribeLimitsOutput,