@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
@@ -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 { GetTableRestoreStatusRequest, GetTableRestoreStatusResponse } 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 { GetUsageLimitRequest, GetUsageLimitResponse } 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 { GetWorkgroupRequest, GetWorkgroupResponse } 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 { ListEndpointAccessRequest, ListEndpointAccessResponse } 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 { ListNamespacesRequest, ListNamespacesResponse } 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 { ListRecoveryPointsRequest, ListRecoveryPointsResponse } 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 { ListSnapshotsRequest, ListSnapshotsResponse } 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 { ListTableRestoreStatusRequest, ListTableRestoreStatusResponse } 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 { ListUsageLimitsRequest, ListUsageLimitsResponse } 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 { ListWorkgroupsRequest, ListWorkgroupsResponse } 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 { PutResourcePolicyRequest, PutResourcePolicyResponse } 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 { RestoreFromRecoveryPointRequest, RestoreFromRecoveryPointResponse } 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 { RestoreFromSnapshotRequest, RestoreFromSnapshotResponse } 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 { RestoreTableFromSnapshotRequest, RestoreTableFromSnapshotResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateEndpointAccessRequest, UpdateEndpointAccessResponse } 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 { UpdateNamespaceRequest, UpdateNamespaceResponse } 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 { UpdateSnapshotRequest, UpdateSnapshotResponse } 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 { UpdateUsageLimitRequest, UpdateUsageLimitResponse } 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 { UpdateWorkgroupRequest, UpdateWorkgroupResponse } 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
  *
@@ -1,6 +1,22 @@
1
- export * from "./RedshiftServerless";
1
+ /**
2
+ * <p>This is an interface reference for Amazon Redshift Serverless.
3
+ * It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
4
+ * </p>
5
+ * <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
6
+ * underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high
7
+ * performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you
8
+ * focus on using your data to acquire new insights for your business and customers.
9
+ * </p>
10
+ * <p>
11
+ * To learn more about Amazon Redshift Serverless,
12
+ * see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless</a>.
13
+ * </p>
14
+ *
15
+ * @packageDocumentation
16
+ */
2
17
  export * from "./RedshiftServerlessClient";
18
+ export * from "./RedshiftServerless";
3
19
  export * from "./commands";
4
- export * from "./models";
5
20
  export * from "./pagination";
21
+ export * from "./models";
6
22
  export { RedshiftServerlessServiceException } from "./models/RedshiftServerlessServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -211,6 +211,7 @@ import {
211
211
  ClientResolvedEndpointParameters,
212
212
  EndpointParameters,
213
213
  } from "./endpoint/EndpointParameters";
214
+ export { __Client };
214
215
  export type ServiceInputTypes =
215
216
  | ConvertRecoveryPointToSnapshotCommandInput
216
217
  | CreateEndpointAccessCommandInput
@@ -317,7 +318,7 @@ export interface ClientDefaults
317
318
  logger?: __Logger;
318
319
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
319
320
  }
320
- type RedshiftServerlessClientConfigType = Partial<
321
+ export type RedshiftServerlessClientConfigType = Partial<
321
322
  __SmithyConfiguration<__HttpHandlerOptions>
322
323
  > &
323
324
  ClientDefaults &
@@ -330,7 +331,7 @@ type RedshiftServerlessClientConfigType = Partial<
330
331
  ClientInputEndpointParameters;
331
332
  export interface RedshiftServerlessClientConfig
332
333
  extends RedshiftServerlessClientConfigType {}
333
- type RedshiftServerlessClientResolvedConfigType =
334
+ export type RedshiftServerlessClientResolvedConfigType =
334
335
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
335
336
  Required<ClientDefaults> &
336
337
  RegionResolvedConfig &
@@ -352,4 +353,3 @@ export declare class RedshiftServerlessClient extends __Client<
352
353
  constructor(configuration: RedshiftServerlessClientConfig);
353
354
  destroy(): void;
354
355
  }
355
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ConvertRecoveryPointToSnapshotCommandInput
19
20
  extends ConvertRecoveryPointToSnapshotRequest {}
20
21
  export interface ConvertRecoveryPointToSnapshotCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateEndpointAccessCommandInput
19
20
  extends CreateEndpointAccessRequest {}
20
21
  export interface CreateEndpointAccessCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {}
19
20
  export interface CreateNamespaceCommandOutput
20
21
  extends CreateNamespaceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
19
20
  export interface CreateSnapshotCommandOutput
20
21
  extends CreateSnapshotResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {}
19
20
  export interface CreateUsageLimitCommandOutput
20
21
  extends CreateUsageLimitResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {}
19
20
  export interface CreateWorkgroupCommandOutput
20
21
  extends CreateWorkgroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteEndpointAccessCommandInput
19
20
  extends DeleteEndpointAccessRequest {}
20
21
  export interface DeleteEndpointAccessCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
19
20
  export interface DeleteNamespaceCommandOutput
20
21
  extends DeleteNamespaceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteResourcePolicyCommandInput
19
20
  extends DeleteResourcePolicyRequest {}
20
21
  export interface DeleteResourcePolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
19
20
  export interface DeleteSnapshotCommandOutput
20
21
  extends DeleteSnapshotResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {}
19
20
  export interface DeleteUsageLimitCommandOutput
20
21
  extends DeleteUsageLimitResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {}
19
20
  export interface DeleteWorkgroupCommandOutput
20
21
  extends DeleteWorkgroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetCredentialsCommandInput extends GetCredentialsRequest {}
19
20
  export interface GetCredentialsCommandOutput
20
21
  extends GetCredentialsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetEndpointAccessCommandInput
19
20
  extends GetEndpointAccessRequest {}
20
21
  export interface GetEndpointAccessCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../RedshiftServerlessClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetNamespaceCommandInput extends GetNamespaceRequest {}
16
17
  export interface GetNamespaceCommandOutput
17
18
  extends GetNamespaceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {}
19
20
  export interface GetRecoveryPointCommandOutput
20
21
  extends GetRecoveryPointResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetResourcePolicyCommandInput
19
20
  extends GetResourcePolicyRequest {}
20
21
  export interface GetResourcePolicyCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../RedshiftServerlessClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetSnapshotCommandInput extends GetSnapshotRequest {}
16
17
  export interface GetSnapshotCommandOutput
17
18
  extends GetSnapshotResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTableRestoreStatusCommandInput
19
20
  extends GetTableRestoreStatusRequest {}
20
21
  export interface GetTableRestoreStatusCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetUsageLimitCommandInput extends GetUsageLimitRequest {}
19
20
  export interface GetUsageLimitCommandOutput
20
21
  extends GetUsageLimitResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../RedshiftServerlessClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetWorkgroupCommandInput extends GetWorkgroupRequest {}
16
17
  export interface GetWorkgroupCommandOutput
17
18
  extends GetWorkgroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListEndpointAccessCommandInput
19
20
  extends ListEndpointAccessRequest {}
20
21
  export interface ListEndpointAccessCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
19
20
  export interface ListNamespacesCommandOutput
20
21
  extends ListNamespacesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRecoveryPointsCommandInput
19
20
  extends ListRecoveryPointsRequest {}
20
21
  export interface ListRecoveryPointsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListSnapshotsCommandInput extends ListSnapshotsRequest {}
19
20
  export interface ListSnapshotsCommandOutput
20
21
  extends ListSnapshotsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTableRestoreStatusCommandInput
19
20
  extends ListTableRestoreStatusRequest {}
20
21
  export interface ListTableRestoreStatusCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListUsageLimitsCommandInput extends ListUsageLimitsRequest {}
19
20
  export interface ListUsageLimitsCommandOutput
20
21
  extends ListUsageLimitsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListWorkgroupsCommandInput extends ListWorkgroupsRequest {}
19
20
  export interface ListWorkgroupsCommandOutput
20
21
  extends ListWorkgroupsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutResourcePolicyCommandInput
19
20
  extends PutResourcePolicyRequest {}
20
21
  export interface PutResourcePolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RestoreFromRecoveryPointCommandInput
19
20
  extends RestoreFromRecoveryPointRequest {}
20
21
  export interface RestoreFromRecoveryPointCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../RedshiftServerlessClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RestoreFromSnapshotCommandInput
19
20
  extends RestoreFromSnapshotRequest {}
20
21
  export interface RestoreFromSnapshotCommandOutput