@aws-sdk/client-dynamodb 3.590.0 → 3.596.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
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { DescribeTableInput, DescribeTableOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeTableCommandInput extends DescribeTableInput {}
11
12
  export interface DescribeTableCommandOutput
12
13
  extends DescribeTableOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeTableReplicaAutoScalingInput,
10
10
  DescribeTableReplicaAutoScalingOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTableReplicaAutoScalingCommandInput
14
15
  extends DescribeTableReplicaAutoScalingInput {}
15
16
  export interface DescribeTableReplicaAutoScalingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeTimeToLiveInput,
10
10
  DescribeTimeToLiveOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTimeToLiveCommandInput
14
15
  extends DescribeTimeToLiveInput {}
15
16
  export interface DescribeTimeToLiveCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  KinesisStreamingDestinationInput,
10
10
  KinesisStreamingDestinationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisableKinesisStreamingDestinationCommandInput
14
15
  extends KinesisStreamingDestinationInput {}
15
16
  export interface DisableKinesisStreamingDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  KinesisStreamingDestinationInput,
10
10
  KinesisStreamingDestinationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface EnableKinesisStreamingDestinationCommandInput
14
15
  extends KinesisStreamingDestinationInput {}
15
16
  export interface EnableKinesisStreamingDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ExecuteStatementInput,
10
10
  ExecuteStatementOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExecuteStatementCommandInput extends ExecuteStatementInput {}
14
15
  export interface ExecuteStatementCommandOutput
15
16
  extends ExecuteStatementOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ExecuteTransactionInput,
10
10
  ExecuteTransactionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExecuteTransactionCommandInput
14
15
  extends ExecuteTransactionInput {}
15
16
  export interface ExecuteTransactionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ExportTableToPointInTimeInput,
10
10
  ExportTableToPointInTimeOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExportTableToPointInTimeCommandInput
14
15
  extends ExportTableToPointInTimeInput {}
15
16
  export interface ExportTableToPointInTimeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { GetItemInput, GetItemOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetItemCommandInput extends GetItemInput {}
11
12
  export interface GetItemCommandOutput extends GetItemOutput, __MetadataBearer {}
12
13
  declare const GetItemCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  GetResourcePolicyInput,
10
10
  GetResourcePolicyOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {}
14
15
  export interface GetResourcePolicyCommandOutput
15
16
  extends GetResourcePolicyOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { ImportTableInput, ImportTableOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ImportTableCommandInput extends ImportTableInput {}
11
12
  export interface ImportTableCommandOutput
12
13
  extends ImportTableOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { ListBackupsInput, ListBackupsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListBackupsCommandInput extends ListBackupsInput {}
11
12
  export interface ListBackupsCommandOutput
12
13
  extends ListBackupsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListContributorInsightsInput,
10
10
  ListContributorInsightsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListContributorInsightsCommandInput
14
15
  extends ListContributorInsightsInput {}
15
16
  export interface ListContributorInsightsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { ListExportsInput, ListExportsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListExportsCommandInput extends ListExportsInput {}
11
12
  export interface ListExportsCommandOutput
12
13
  extends ListExportsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListGlobalTablesInput,
10
10
  ListGlobalTablesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListGlobalTablesCommandInput extends ListGlobalTablesInput {}
14
15
  export interface ListGlobalTablesCommandOutput
15
16
  extends ListGlobalTablesOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { ListImportsInput, ListImportsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListImportsCommandInput extends ListImportsInput {}
11
12
  export interface ListImportsCommandOutput
12
13
  extends ListImportsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { ListTablesInput, ListTablesOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTablesCommandInput extends ListTablesInput {}
11
12
  export interface ListTablesCommandOutput
12
13
  extends ListTablesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsOfResourceInput,
10
10
  ListTagsOfResourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsOfResourceCommandInput
14
15
  extends ListTagsOfResourceInput {}
15
16
  export interface ListTagsOfResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { PutItemInput, PutItemOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutItemCommandInput extends PutItemInput {}
11
12
  export interface PutItemCommandOutput extends PutItemOutput, __MetadataBearer {}
12
13
  declare const PutItemCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  PutResourcePolicyInput,
10
10
  PutResourcePolicyOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
14
15
  export interface PutResourcePolicyCommandOutput
15
16
  extends PutResourcePolicyOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { QueryInput, QueryOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface QueryCommandInput extends QueryInput {}
11
12
  export interface QueryCommandOutput extends QueryOutput, __MetadataBearer {}
12
13
  declare const QueryCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  RestoreTableFromBackupInput,
10
10
  RestoreTableFromBackupOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RestoreTableFromBackupCommandInput
14
15
  extends RestoreTableFromBackupInput {}
15
16
  export interface RestoreTableFromBackupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  RestoreTableToPointInTimeInput,
10
10
  RestoreTableToPointInTimeOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RestoreTableToPointInTimeCommandInput
14
15
  extends RestoreTableToPointInTimeInput {}
15
16
  export interface RestoreTableToPointInTimeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { ScanInput, ScanOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ScanCommandInput extends ScanInput {}
11
12
  export interface ScanCommandOutput extends ScanOutput, __MetadataBearer {}
12
13
  declare const ScanCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { TagResourceInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const TagResourceCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  TransactGetItemsInput,
10
10
  TransactGetItemsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface TransactGetItemsCommandInput extends TransactGetItemsInput {}
14
15
  export interface TransactGetItemsCommandOutput
15
16
  extends TransactGetItemsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  TransactWriteItemsInput,
10
10
  TransactWriteItemsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface TransactWriteItemsCommandInput
14
15
  extends TransactWriteItemsInput {}
15
16
  export interface TransactWriteItemsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { UntagResourceInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const UntagResourceCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  UpdateContinuousBackupsInput,
10
10
  UpdateContinuousBackupsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateContinuousBackupsCommandInput
14
15
  extends UpdateContinuousBackupsInput {}
15
16
  export interface UpdateContinuousBackupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateContributorInsightsInput,
10
10
  UpdateContributorInsightsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateContributorInsightsCommandInput
14
15
  extends UpdateContributorInsightsInput {}
15
16
  export interface UpdateContributorInsightsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateGlobalTableInput,
10
10
  UpdateGlobalTableOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateGlobalTableCommandInput extends UpdateGlobalTableInput {}
14
15
  export interface UpdateGlobalTableCommandOutput
15
16
  extends UpdateGlobalTableOutput,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateGlobalTableSettingsInput,
10
10
  UpdateGlobalTableSettingsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateGlobalTableSettingsCommandInput
14
15
  extends UpdateGlobalTableSettingsInput {}
15
16
  export interface UpdateGlobalTableSettingsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { UpdateItemInput, UpdateItemOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateItemCommandInput extends UpdateItemInput {}
11
12
  export interface UpdateItemCommandOutput
12
13
  extends UpdateItemOutput,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateKinesisStreamingDestinationInput,
10
10
  UpdateKinesisStreamingDestinationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateKinesisStreamingDestinationCommandInput
14
15
  extends UpdateKinesisStreamingDestinationInput {}
15
16
  export interface UpdateKinesisStreamingDestinationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DynamoDBClient";
8
8
  import { UpdateTableInput, UpdateTableOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateTableCommandInput extends UpdateTableInput {}
11
12
  export interface UpdateTableCommandOutput
12
13
  extends UpdateTableOutput,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateTableReplicaAutoScalingInput,
10
10
  UpdateTableReplicaAutoScalingOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateTableReplicaAutoScalingCommandInput
14
15
  extends UpdateTableReplicaAutoScalingInput {}
15
16
  export interface UpdateTableReplicaAutoScalingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateTimeToLiveInput,
10
10
  UpdateTimeToLiveOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateTimeToLiveCommandInput extends UpdateTimeToLiveInput {}
14
15
  export interface UpdateTimeToLiveCommandOutput
15
16
  extends UpdateTimeToLiveOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class DynamoDBServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dynamodb",
3
3
  "description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-endpoint-discovery": "3.587.0",
28
28
  "@aws-sdk/middleware-host-header": "3.577.0",
29
29
  "@aws-sdk/middleware-logger": "3.577.0",
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/util-user-agent-browser": "3.577.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.587.0",
37
37
  "@smithy/config-resolver": "^3.0.1",
38
- "@smithy/core": "^2.1.1",
38
+ "@smithy/core": "^2.2.0",
39
39
  "@smithy/fetch-http-handler": "^3.0.1",
40
40
  "@smithy/hash-node": "^3.0.0",
41
41
  "@smithy/invalid-dependency": "^3.0.0",