@aws-sdk/client-redshift-serverless 3.362.0 → 3.369.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 (215) hide show
  1. package/dist-cjs/RedshiftServerless.js +1 -1
  2. package/dist-cjs/RedshiftServerlessClient.js +5 -5
  3. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -3
  4. package/dist-cjs/commands/CreateEndpointAccessCommand.js +3 -3
  5. package/dist-cjs/commands/CreateNamespaceCommand.js +3 -3
  6. package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
  7. package/dist-cjs/commands/CreateUsageLimitCommand.js +3 -3
  8. package/dist-cjs/commands/CreateWorkgroupCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteUsageLimitCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteWorkgroupCommand.js +3 -3
  15. package/dist-cjs/commands/GetCredentialsCommand.js +3 -3
  16. package/dist-cjs/commands/GetEndpointAccessCommand.js +3 -3
  17. package/dist-cjs/commands/GetNamespaceCommand.js +3 -3
  18. package/dist-cjs/commands/GetRecoveryPointCommand.js +3 -3
  19. package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
  20. package/dist-cjs/commands/GetSnapshotCommand.js +3 -3
  21. package/dist-cjs/commands/GetTableRestoreStatusCommand.js +3 -3
  22. package/dist-cjs/commands/GetUsageLimitCommand.js +3 -3
  23. package/dist-cjs/commands/GetWorkgroupCommand.js +3 -3
  24. package/dist-cjs/commands/ListEndpointAccessCommand.js +3 -3
  25. package/dist-cjs/commands/ListNamespacesCommand.js +3 -3
  26. package/dist-cjs/commands/ListRecoveryPointsCommand.js +3 -3
  27. package/dist-cjs/commands/ListSnapshotsCommand.js +3 -3
  28. package/dist-cjs/commands/ListTableRestoreStatusCommand.js +3 -3
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  30. package/dist-cjs/commands/ListUsageLimitsCommand.js +3 -3
  31. package/dist-cjs/commands/ListWorkgroupsCommand.js +3 -3
  32. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  33. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +3 -3
  34. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +3 -3
  35. package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +3 -3
  36. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  37. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  38. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +3 -3
  39. package/dist-cjs/commands/UpdateNamespaceCommand.js +3 -3
  40. package/dist-cjs/commands/UpdateSnapshotCommand.js +3 -3
  41. package/dist-cjs/commands/UpdateUsageLimitCommand.js +3 -3
  42. package/dist-cjs/commands/UpdateWorkgroupCommand.js +3 -3
  43. package/dist-cjs/models/RedshiftServerlessServiceException.js +1 -1
  44. package/dist-cjs/models/models_0.js +1 -1
  45. package/dist-cjs/protocols/Aws_json1_1.js +1 -1
  46. package/dist-cjs/runtimeConfig.browser.js +7 -7
  47. package/dist-cjs/runtimeConfig.js +10 -10
  48. package/dist-cjs/runtimeConfig.shared.js +4 -4
  49. package/dist-es/RedshiftServerless.js +1 -1
  50. package/dist-es/RedshiftServerlessClient.js +5 -5
  51. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -3
  52. package/dist-es/commands/CreateEndpointAccessCommand.js +3 -3
  53. package/dist-es/commands/CreateNamespaceCommand.js +3 -3
  54. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  55. package/dist-es/commands/CreateUsageLimitCommand.js +3 -3
  56. package/dist-es/commands/CreateWorkgroupCommand.js +3 -3
  57. package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -3
  58. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  59. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  60. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  61. package/dist-es/commands/DeleteUsageLimitCommand.js +3 -3
  62. package/dist-es/commands/DeleteWorkgroupCommand.js +3 -3
  63. package/dist-es/commands/GetCredentialsCommand.js +3 -3
  64. package/dist-es/commands/GetEndpointAccessCommand.js +3 -3
  65. package/dist-es/commands/GetNamespaceCommand.js +3 -3
  66. package/dist-es/commands/GetRecoveryPointCommand.js +3 -3
  67. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  68. package/dist-es/commands/GetSnapshotCommand.js +3 -3
  69. package/dist-es/commands/GetTableRestoreStatusCommand.js +3 -3
  70. package/dist-es/commands/GetUsageLimitCommand.js +3 -3
  71. package/dist-es/commands/GetWorkgroupCommand.js +3 -3
  72. package/dist-es/commands/ListEndpointAccessCommand.js +3 -3
  73. package/dist-es/commands/ListNamespacesCommand.js +3 -3
  74. package/dist-es/commands/ListRecoveryPointsCommand.js +3 -3
  75. package/dist-es/commands/ListSnapshotsCommand.js +3 -3
  76. package/dist-es/commands/ListTableRestoreStatusCommand.js +3 -3
  77. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  78. package/dist-es/commands/ListUsageLimitsCommand.js +3 -3
  79. package/dist-es/commands/ListWorkgroupsCommand.js +3 -3
  80. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  81. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -3
  82. package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
  83. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +3 -3
  84. package/dist-es/commands/TagResourceCommand.js +3 -3
  85. package/dist-es/commands/UntagResourceCommand.js +3 -3
  86. package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -3
  87. package/dist-es/commands/UpdateNamespaceCommand.js +3 -3
  88. package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
  89. package/dist-es/commands/UpdateUsageLimitCommand.js +3 -3
  90. package/dist-es/commands/UpdateWorkgroupCommand.js +3 -3
  91. package/dist-es/models/RedshiftServerlessServiceException.js +1 -1
  92. package/dist-es/models/models_0.js +1 -1
  93. package/dist-es/protocols/Aws_json1_1.js +1 -1
  94. package/dist-es/runtimeConfig.browser.js +7 -7
  95. package/dist-es/runtimeConfig.js +10 -10
  96. package/dist-es/runtimeConfig.shared.js +4 -4
  97. package/dist-types/RedshiftServerless.d.ts +1 -1
  98. package/dist-types/RedshiftServerlessClient.d.ts +8 -8
  99. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +3 -3
  100. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +3 -3
  101. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
  102. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
  103. package/dist-types/commands/CreateUsageLimitCommand.d.ts +3 -3
  104. package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -3
  105. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -3
  106. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
  107. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  108. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -3
  109. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -3
  110. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -3
  111. package/dist-types/commands/GetCredentialsCommand.d.ts +3 -3
  112. package/dist-types/commands/GetEndpointAccessCommand.d.ts +3 -3
  113. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -3
  114. package/dist-types/commands/GetRecoveryPointCommand.d.ts +3 -3
  115. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
  116. package/dist-types/commands/GetSnapshotCommand.d.ts +3 -3
  117. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +3 -3
  118. package/dist-types/commands/GetUsageLimitCommand.d.ts +3 -3
  119. package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -3
  120. package/dist-types/commands/ListEndpointAccessCommand.d.ts +3 -3
  121. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -3
  122. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +3 -3
  123. package/dist-types/commands/ListSnapshotsCommand.d.ts +3 -3
  124. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +3 -3
  125. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  126. package/dist-types/commands/ListUsageLimitsCommand.d.ts +3 -3
  127. package/dist-types/commands/ListWorkgroupsCommand.d.ts +3 -3
  128. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  129. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -3
  130. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -3
  131. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +3 -3
  132. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  133. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  134. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +3 -3
  135. package/dist-types/commands/UpdateNamespaceCommand.d.ts +3 -3
  136. package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -3
  137. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +3 -3
  138. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -3
  139. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  140. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  141. package/dist-types/endpoint/ruleset.d.ts +1 -1
  142. package/dist-types/models/RedshiftServerlessServiceException.d.ts +1 -1
  143. package/dist-types/models/models_0.d.ts +1 -1
  144. package/dist-types/pagination/Interfaces.d.ts +1 -1
  145. package/dist-types/pagination/ListEndpointAccessPaginator.d.ts +1 -1
  146. package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
  147. package/dist-types/pagination/ListRecoveryPointsPaginator.d.ts +1 -1
  148. package/dist-types/pagination/ListSnapshotsPaginator.d.ts +1 -1
  149. package/dist-types/pagination/ListTableRestoreStatusPaginator.d.ts +1 -1
  150. package/dist-types/pagination/ListUsageLimitsPaginator.d.ts +1 -1
  151. package/dist-types/pagination/ListWorkgroupsPaginator.d.ts +1 -1
  152. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  153. package/dist-types/runtimeConfig.d.ts +20 -20
  154. package/dist-types/runtimeConfig.native.d.ts +19 -19
  155. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  156. package/dist-types/ts3.4/RedshiftServerless.d.ts +1 -1
  157. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +19 -21
  158. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +3 -3
  159. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +3 -3
  160. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +3 -3
  162. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +3 -3
  163. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +3 -3
  164. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +3 -3
  165. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +3 -3
  166. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  167. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +3 -3
  168. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +3 -3
  169. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +3 -3
  170. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +3 -3
  171. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +3 -3
  172. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +3 -3
  173. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +3 -3
  174. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +3 -3
  175. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +3 -3
  176. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +3 -3
  177. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +3 -3
  178. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +3 -3
  179. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +3 -3
  180. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +3 -3
  181. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +3 -3
  182. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +3 -3
  183. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +3 -3
  184. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  185. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +3 -3
  186. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +3 -3
  187. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +3 -3
  188. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +3 -3
  189. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +3 -3
  190. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +3 -3
  191. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  192. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  193. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +3 -3
  194. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +3 -3
  195. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +3 -3
  196. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +3 -3
  197. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +3 -3
  198. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  199. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  200. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  201. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +1 -1
  202. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  203. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  204. package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +1 -1
  205. package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +1 -1
  206. package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +1 -1
  207. package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +1 -1
  208. package/dist-types/ts3.4/pagination/ListTableRestoreStatusPaginator.d.ts +1 -1
  209. package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +1 -1
  210. package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +1 -1
  211. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  212. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  213. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  214. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  215. package/package.json +34 -33
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateWorkgroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateWorkgroupCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RedshiftServerlessServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class RedshiftServerlessServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RestoreFromSnapshotResponseFilterSensitiveLog = exports.RestoreFromRecoveryPointResponseFilterSensitiveLog = exports.UpdateNamespaceResponseFilterSensitiveLog = exports.UpdateNamespaceRequestFilterSensitiveLog = exports.ListNamespacesResponseFilterSensitiveLog = exports.GetNamespaceResponseFilterSensitiveLog = exports.GetCredentialsResponseFilterSensitiveLog = exports.DeleteNamespaceResponseFilterSensitiveLog = exports.CreateNamespaceResponseFilterSensitiveLog = exports.NamespaceFilterSensitiveLog = exports.CreateNamespaceRequestFilterSensitiveLog = exports.ThrottlingException = exports.InvalidPaginationException = exports.InsufficientCapacityException = exports.WorkgroupStatus = exports.UsageLimitUsageType = exports.UsageLimitPeriod = exports.UsageLimitBreachAction = exports.NamespaceStatus = exports.LogExport = exports.ValidationException = exports.TooManyTagsException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.SnapshotStatus = exports.ConflictException = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const RedshiftServerlessServiceException_1 = require("./RedshiftServerlessServiceException");
6
6
  class AccessDeniedException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
7
7
  constructor(opts) {
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.de_DeleteSnapshotCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeleteNamespaceCommand = exports.de_DeleteEndpointAccessCommand = exports.de_CreateWorkgroupCommand = exports.de_CreateUsageLimitCommand = exports.de_CreateSnapshotCommand = exports.de_CreateNamespaceCommand = exports.de_CreateEndpointAccessCommand = exports.de_ConvertRecoveryPointToSnapshotCommand = exports.se_UpdateWorkgroupCommand = exports.se_UpdateUsageLimitCommand = exports.se_UpdateSnapshotCommand = exports.se_UpdateNamespaceCommand = exports.se_UpdateEndpointAccessCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_RestoreTableFromSnapshotCommand = exports.se_RestoreFromSnapshotCommand = exports.se_RestoreFromRecoveryPointCommand = exports.se_PutResourcePolicyCommand = exports.se_ListWorkgroupsCommand = exports.se_ListUsageLimitsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListTableRestoreStatusCommand = exports.se_ListSnapshotsCommand = exports.se_ListRecoveryPointsCommand = exports.se_ListNamespacesCommand = exports.se_ListEndpointAccessCommand = exports.se_GetWorkgroupCommand = exports.se_GetUsageLimitCommand = exports.se_GetTableRestoreStatusCommand = exports.se_GetSnapshotCommand = exports.se_GetResourcePolicyCommand = exports.se_GetRecoveryPointCommand = exports.se_GetNamespaceCommand = exports.se_GetEndpointAccessCommand = exports.se_GetCredentialsCommand = exports.se_DeleteWorkgroupCommand = exports.se_DeleteUsageLimitCommand = exports.se_DeleteSnapshotCommand = exports.se_DeleteResourcePolicyCommand = exports.se_DeleteNamespaceCommand = exports.se_DeleteEndpointAccessCommand = exports.se_CreateWorkgroupCommand = exports.se_CreateUsageLimitCommand = exports.se_CreateSnapshotCommand = exports.se_CreateNamespaceCommand = exports.se_CreateEndpointAccessCommand = exports.se_ConvertRecoveryPointToSnapshotCommand = void 0;
4
4
  exports.de_UpdateWorkgroupCommand = exports.de_UpdateUsageLimitCommand = exports.de_UpdateSnapshotCommand = exports.de_UpdateNamespaceCommand = exports.de_UpdateEndpointAccessCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_RestoreTableFromSnapshotCommand = exports.de_RestoreFromSnapshotCommand = exports.de_RestoreFromRecoveryPointCommand = exports.de_PutResourcePolicyCommand = exports.de_ListWorkgroupsCommand = exports.de_ListUsageLimitsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListTableRestoreStatusCommand = exports.de_ListSnapshotsCommand = exports.de_ListRecoveryPointsCommand = exports.de_ListNamespacesCommand = exports.de_ListEndpointAccessCommand = exports.de_GetWorkgroupCommand = exports.de_GetUsageLimitCommand = exports.de_GetTableRestoreStatusCommand = exports.de_GetSnapshotCommand = exports.de_GetResourcePolicyCommand = exports.de_GetRecoveryPointCommand = exports.de_GetNamespaceCommand = exports.de_GetEndpointAccessCommand = exports.de_GetCredentialsCommand = exports.de_DeleteWorkgroupCommand = exports.de_DeleteUsageLimitCommand = void 0;
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
5
  const protocol_http_1 = require("@smithy/protocol-http");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const RedshiftServerlessServiceException_1 = require("../models/RedshiftServerlessServiceException");
9
9
  const se_ConvertRecoveryPointToSnapshotCommand = async (input, context) => {
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
7
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const hash_node_1 = require("@aws-sdk/hash-node");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
- const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
14
- const util_retry_1 = require("@aws-sdk/util-retry");
15
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const hash_node_1 = require("@smithy/hash-node");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_retry_1 = require("@smithy/util-retry");
16
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@aws-sdk/smithy-client");
18
- const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
- const smithy_client_2 = require("@aws-sdk/smithy-client");
17
+ const smithy_client_1 = require("@smithy/smithy-client");
18
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
+ const smithy_client_2 = require("@smithy/smithy-client");
20
20
  const getRuntimeConfig = (config) => {
21
21
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
22
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
- const url_parser_1 = require("@aws-sdk/url-parser");
6
- const util_base64_1 = require("@aws-sdk/util-base64");
7
- const util_utf8_1 = require("@aws-sdk/util-utf8");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ const url_parser_1 = require("@smithy/url-parser");
6
+ const util_base64_1 = require("@smithy/util-base64");
7
+ const util_utf8_1 = require("@smithy/util-utf8");
8
8
  const endpointResolver_1 = require("./endpoint/endpointResolver");
9
9
  const getRuntimeConfig = (config) => ({
10
10
  apiVersion: "2021-04-21",
@@ -1,4 +1,4 @@
1
- import { createAggregatedClient } from "@aws-sdk/smithy-client";
1
+ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { ConvertRecoveryPointToSnapshotCommand, } from "./commands/ConvertRecoveryPointToSnapshotCommand";
3
3
  import { CreateEndpointAccessCommand, } from "./commands/CreateEndpointAccessCommand";
4
4
  import { CreateNamespaceCommand, } from "./commands/CreateNamespaceCommand";
@@ -1,13 +1,13 @@
1
- import { resolveRegionConfig } from "@aws-sdk/config-resolver";
2
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
- import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
4
1
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
2
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
3
  import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
7
- import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
4
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
5
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
- import { Client as __Client, } from "@aws-sdk/smithy-client";
6
+ import { resolveRegionConfig } from "@smithy/config-resolver";
7
+ import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
+ import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
+ import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { Client as __Client, } from "@smithy/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
13
  export { __Client };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ConvertRecoveryPointToSnapshotCommand, se_ConvertRecoveryPointToSnapshotCommand, } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ConvertRecoveryPointToSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateEndpointAccessCommand, se_CreateEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateEndpointAccessCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { CreateNamespaceRequestFilterSensitiveLog, CreateNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateNamespaceCommand, se_CreateNamespaceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateUsageLimitCommand, se_CreateUsageLimitCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateUsageLimitCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateWorkgroupCommand, se_CreateWorkgroupCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateWorkgroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteEndpointAccessCommand, se_DeleteEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteEndpointAccessCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { DeleteNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteResourcePolicyCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteUsageLimitCommand, se_DeleteUsageLimitCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteUsageLimitCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteWorkgroupCommand, se_DeleteWorkgroupCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteWorkgroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { GetCredentialsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetCredentialsCommand, se_GetCredentialsCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_GetEndpointAccessCommand, se_GetEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class GetEndpointAccessCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { GetNamespaceResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetNamespaceCommand, se_GetNamespaceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_GetRecoveryPointCommand, se_GetRecoveryPointCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class GetRecoveryPointCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class GetResourcePolicyCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_GetSnapshotCommand, se_GetSnapshotCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class GetSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_GetTableRestoreStatusCommand, se_GetTableRestoreStatusCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class GetTableRestoreStatusCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_GetUsageLimitCommand, se_GetUsageLimitCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class GetUsageLimitCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_GetWorkgroupCommand, se_GetWorkgroupCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class GetWorkgroupCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListEndpointAccessCommand, se_ListEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListEndpointAccessCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { ListNamespacesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListRecoveryPointsCommand, se_ListRecoveryPointsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListRecoveryPointsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListSnapshotsCommand, se_ListSnapshotsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListSnapshotsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListTableRestoreStatusCommand, se_ListTableRestoreStatusCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListTableRestoreStatusCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListUsageLimitsCommand, se_ListUsageLimitsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListUsageLimitsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_ListWorkgroupsCommand, se_ListWorkgroupsCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class ListWorkgroupsCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class PutResourcePolicyCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { RestoreFromRecoveryPointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_RestoreFromRecoveryPointCommand, se_RestoreFromRecoveryPointCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { RestoreFromSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_RestoreFromSnapshotCommand, se_RestoreFromSnapshotCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_RestoreTableFromSnapshotCommand, se_RestoreTableFromSnapshotCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class RestoreTableFromSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateEndpointAccessCommand, se_UpdateEndpointAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class UpdateEndpointAccessCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { UpdateNamespaceRequestFilterSensitiveLog, UpdateNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateNamespaceCommand, se_UpdateNamespaceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateSnapshotCommand, se_UpdateSnapshotCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class UpdateSnapshotCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_UpdateUsageLimitCommand, se_UpdateUsageLimitCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class UpdateUsageLimitCommand extends $Command {