@aws-sdk/client-redshift-serverless 3.337.0 → 3.338.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 (173) hide show
  1. package/dist-cjs/RedshiftServerlessClient.js +2 -1
  2. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -1
  3. package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -1
  4. package/dist-cjs/commands/CreateNamespaceCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -1
  6. package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -1
  7. package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -1
  14. package/dist-cjs/commands/GetCredentialsCommand.js +2 -1
  15. package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -1
  16. package/dist-cjs/commands/GetNamespaceCommand.js +2 -1
  17. package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -1
  18. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -1
  19. package/dist-cjs/commands/GetSnapshotCommand.js +2 -1
  20. package/dist-cjs/commands/GetTableRestoreStatusCommand.js +2 -1
  21. package/dist-cjs/commands/GetUsageLimitCommand.js +2 -1
  22. package/dist-cjs/commands/GetWorkgroupCommand.js +2 -1
  23. package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -1
  24. package/dist-cjs/commands/ListNamespacesCommand.js +2 -1
  25. package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -1
  26. package/dist-cjs/commands/ListSnapshotsCommand.js +2 -1
  27. package/dist-cjs/commands/ListTableRestoreStatusCommand.js +2 -1
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  29. package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -1
  30. package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -1
  31. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
  32. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +2 -1
  33. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -1
  34. package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +2 -1
  35. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  36. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  37. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -1
  38. package/dist-cjs/commands/UpdateNamespaceCommand.js +2 -1
  39. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -1
  40. package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -1
  41. package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -1
  42. package/dist-cjs/index.js +2 -2
  43. package/dist-cjs/models/RedshiftServerlessServiceException.js +2 -1
  44. package/dist-es/RedshiftServerlessClient.js +1 -0
  45. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +1 -0
  46. package/dist-es/commands/CreateEndpointAccessCommand.js +1 -0
  47. package/dist-es/commands/CreateNamespaceCommand.js +1 -0
  48. package/dist-es/commands/CreateSnapshotCommand.js +1 -0
  49. package/dist-es/commands/CreateUsageLimitCommand.js +1 -0
  50. package/dist-es/commands/CreateWorkgroupCommand.js +1 -0
  51. package/dist-es/commands/DeleteEndpointAccessCommand.js +1 -0
  52. package/dist-es/commands/DeleteNamespaceCommand.js +1 -0
  53. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
  54. package/dist-es/commands/DeleteSnapshotCommand.js +1 -0
  55. package/dist-es/commands/DeleteUsageLimitCommand.js +1 -0
  56. package/dist-es/commands/DeleteWorkgroupCommand.js +1 -0
  57. package/dist-es/commands/GetCredentialsCommand.js +1 -0
  58. package/dist-es/commands/GetEndpointAccessCommand.js +1 -0
  59. package/dist-es/commands/GetNamespaceCommand.js +1 -0
  60. package/dist-es/commands/GetRecoveryPointCommand.js +1 -0
  61. package/dist-es/commands/GetResourcePolicyCommand.js +1 -0
  62. package/dist-es/commands/GetSnapshotCommand.js +1 -0
  63. package/dist-es/commands/GetTableRestoreStatusCommand.js +1 -0
  64. package/dist-es/commands/GetUsageLimitCommand.js +1 -0
  65. package/dist-es/commands/GetWorkgroupCommand.js +1 -0
  66. package/dist-es/commands/ListEndpointAccessCommand.js +1 -0
  67. package/dist-es/commands/ListNamespacesCommand.js +1 -0
  68. package/dist-es/commands/ListRecoveryPointsCommand.js +1 -0
  69. package/dist-es/commands/ListSnapshotsCommand.js +1 -0
  70. package/dist-es/commands/ListTableRestoreStatusCommand.js +1 -0
  71. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  72. package/dist-es/commands/ListUsageLimitsCommand.js +1 -0
  73. package/dist-es/commands/ListWorkgroupsCommand.js +1 -0
  74. package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
  75. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +1 -0
  76. package/dist-es/commands/RestoreFromSnapshotCommand.js +1 -0
  77. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +1 -0
  78. package/dist-es/commands/TagResourceCommand.js +1 -0
  79. package/dist-es/commands/UntagResourceCommand.js +1 -0
  80. package/dist-es/commands/UpdateEndpointAccessCommand.js +1 -0
  81. package/dist-es/commands/UpdateNamespaceCommand.js +1 -0
  82. package/dist-es/commands/UpdateSnapshotCommand.js +1 -0
  83. package/dist-es/commands/UpdateUsageLimitCommand.js +1 -0
  84. package/dist-es/commands/UpdateWorkgroupCommand.js +1 -0
  85. package/dist-es/index.js +2 -2
  86. package/dist-es/models/RedshiftServerlessServiceException.js +1 -0
  87. package/dist-types/RedshiftServerlessClient.d.ts +3 -3
  88. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +4 -0
  89. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +4 -0
  90. package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -0
  91. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -0
  92. package/dist-types/commands/CreateUsageLimitCommand.d.ts +4 -0
  93. package/dist-types/commands/CreateWorkgroupCommand.d.ts +4 -0
  94. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +4 -0
  95. package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
  96. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  97. package/dist-types/commands/DeleteSnapshotCommand.d.ts +4 -0
  98. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
  99. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +4 -0
  100. package/dist-types/commands/GetCredentialsCommand.d.ts +4 -0
  101. package/dist-types/commands/GetEndpointAccessCommand.d.ts +4 -0
  102. package/dist-types/commands/GetNamespaceCommand.d.ts +4 -0
  103. package/dist-types/commands/GetRecoveryPointCommand.d.ts +4 -0
  104. package/dist-types/commands/GetResourcePolicyCommand.d.ts +4 -0
  105. package/dist-types/commands/GetSnapshotCommand.d.ts +4 -0
  106. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +4 -0
  107. package/dist-types/commands/GetUsageLimitCommand.d.ts +4 -0
  108. package/dist-types/commands/GetWorkgroupCommand.d.ts +4 -0
  109. package/dist-types/commands/ListEndpointAccessCommand.d.ts +4 -0
  110. package/dist-types/commands/ListNamespacesCommand.d.ts +4 -0
  111. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +4 -0
  112. package/dist-types/commands/ListSnapshotsCommand.d.ts +4 -0
  113. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +4 -0
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  115. package/dist-types/commands/ListUsageLimitsCommand.d.ts +4 -0
  116. package/dist-types/commands/ListWorkgroupsCommand.d.ts +4 -0
  117. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  118. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +4 -0
  119. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +4 -0
  120. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +4 -0
  121. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  122. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  123. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +4 -0
  124. package/dist-types/commands/UpdateNamespaceCommand.d.ts +4 -0
  125. package/dist-types/commands/UpdateSnapshotCommand.d.ts +4 -0
  126. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +4 -0
  127. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +4 -0
  128. package/dist-types/index.d.ts +18 -2
  129. package/dist-types/models/RedshiftServerlessServiceException.d.ts +1 -0
  130. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +3 -3
  131. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/index.d.ts +2 -2
  172. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +1 -0
  173. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateUsageLimitCommand, se_CreateUsageLimitCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateUsageLimitCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateWorkgroupCommand, se_CreateWorkgroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateWorkgroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteEndpointAccessCommand, se_DeleteEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteEndpointAccessCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DeleteNamespaceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteResourcePolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteUsageLimitCommand, se_DeleteUsageLimitCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteUsageLimitCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteWorkgroupCommand, se_DeleteWorkgroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteWorkgroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetCredentialsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetCredentialsCommand, se_GetCredentialsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetCredentialsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetEndpointAccessCommand, se_GetEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetEndpointAccessCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetNamespaceResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetNamespaceCommand, se_GetNamespaceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetNamespaceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRecoveryPointCommand, se_GetRecoveryPointCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetRecoveryPointCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetResourcePolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSnapshotCommand, se_GetSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTableRestoreStatusCommand, se_GetTableRestoreStatusCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetTableRestoreStatusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetUsageLimitCommand, se_GetUsageLimitCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetUsageLimitCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetWorkgroupCommand, se_GetWorkgroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetWorkgroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListEndpointAccessCommand, se_ListEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListEndpointAccessCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListNamespacesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListNamespacesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRecoveryPointsCommand, se_ListRecoveryPointsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListRecoveryPointsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSnapshotsCommand, se_ListSnapshotsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListSnapshotsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTableRestoreStatusCommand, se_ListTableRestoreStatusCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTableRestoreStatusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListUsageLimitsCommand, se_ListUsageLimitsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListUsageLimitsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListWorkgroupsCommand, se_ListWorkgroupsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListWorkgroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutResourcePolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreFromRecoveryPointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_RestoreFromRecoveryPointCommand, se_RestoreFromRecoveryPointCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class RestoreFromRecoveryPointCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreFromSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_RestoreFromSnapshotCommand, se_RestoreFromSnapshotCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class RestoreFromSnapshotCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RestoreTableFromSnapshotCommand, se_RestoreTableFromSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RestoreTableFromSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateEndpointAccessCommand, se_UpdateEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateEndpointAccessCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateNamespaceRequestFilterSensitiveLog, UpdateNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateNamespaceCommand, se_UpdateNamespaceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateNamespaceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSnapshotCommand, se_UpdateSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateUsageLimitCommand, se_UpdateUsageLimitCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateUsageLimitCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateWorkgroupCommand, se_UpdateWorkgroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateWorkgroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./RedshiftServerless";
2
1
  export * from "./RedshiftServerlessClient";
2
+ export * from "./RedshiftServerless";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { RedshiftServerlessServiceException } from "./models/RedshiftServerlessServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class RedshiftServerlessServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -49,6 +49,7 @@ import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./comma
49
49
  import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
50
50
  import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
51
51
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
52
+ export { __Client };
52
53
  /**
53
54
  * @public
54
55
  */
@@ -163,7 +164,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
163
164
  /**
164
165
  * @public
165
166
  */
166
- type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
167
+ export type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
167
168
  /**
168
169
  * @public
169
170
  *
@@ -174,7 +175,7 @@ export interface RedshiftServerlessClientConfig extends RedshiftServerlessClient
174
175
  /**
175
176
  * @public
176
177
  */
177
- type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
178
+ export type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
178
179
  /**
179
180
  * @public
180
181
  *
@@ -210,4 +211,3 @@ export declare class RedshiftServerlessClient extends __Client<__HttpHandlerOpti
210
211
  */
211
212
  destroy(): void;
212
213
  }
213
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ConvertRecoveryPointToSnapshotRequest, ConvertRecoveryPointToSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateEndpointAccessRequest, CreateEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateUsageLimitRequest, CreateUsageLimitResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkgroupRequest, CreateWorkgroupResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteEndpointAccessRequest, DeleteEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteUsageLimitRequest, DeleteUsageLimitResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteWorkgroupRequest, DeleteWorkgroupResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetCredentialsRequest, GetCredentialsResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetEndpointAccessRequest, GetEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRecoveryPointRequest, GetRecoveryPointResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSnapshotRequest, GetSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *