@aws-sdk/client-finspace 3.477.0 → 3.481.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 (225) hide show
  1. package/dist-cjs/commands/CreateEnvironmentCommand.js +18 -41
  2. package/dist-cjs/commands/CreateKxChangesetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateKxClusterCommand.js +18 -41
  4. package/dist-cjs/commands/CreateKxDatabaseCommand.js +18 -41
  5. package/dist-cjs/commands/CreateKxDataviewCommand.js +18 -41
  6. package/dist-cjs/commands/CreateKxEnvironmentCommand.js +18 -41
  7. package/dist-cjs/commands/CreateKxScalingGroupCommand.js +18 -41
  8. package/dist-cjs/commands/CreateKxUserCommand.js +18 -41
  9. package/dist-cjs/commands/CreateKxVolumeCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteEnvironmentCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteKxClusterCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteKxDatabaseCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteKxDataviewCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteKxEnvironmentCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteKxScalingGroupCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteKxUserCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteKxVolumeCommand.js +18 -41
  18. package/dist-cjs/commands/GetEnvironmentCommand.js +18 -41
  19. package/dist-cjs/commands/GetKxChangesetCommand.js +18 -41
  20. package/dist-cjs/commands/GetKxClusterCommand.js +18 -41
  21. package/dist-cjs/commands/GetKxConnectionStringCommand.js +18 -41
  22. package/dist-cjs/commands/GetKxDatabaseCommand.js +18 -41
  23. package/dist-cjs/commands/GetKxDataviewCommand.js +18 -41
  24. package/dist-cjs/commands/GetKxEnvironmentCommand.js +18 -41
  25. package/dist-cjs/commands/GetKxScalingGroupCommand.js +18 -41
  26. package/dist-cjs/commands/GetKxUserCommand.js +18 -41
  27. package/dist-cjs/commands/GetKxVolumeCommand.js +18 -41
  28. package/dist-cjs/commands/ListEnvironmentsCommand.js +18 -41
  29. package/dist-cjs/commands/ListKxChangesetsCommand.js +18 -41
  30. package/dist-cjs/commands/ListKxClusterNodesCommand.js +18 -41
  31. package/dist-cjs/commands/ListKxClustersCommand.js +18 -41
  32. package/dist-cjs/commands/ListKxDatabasesCommand.js +18 -41
  33. package/dist-cjs/commands/ListKxDataviewsCommand.js +18 -41
  34. package/dist-cjs/commands/ListKxEnvironmentsCommand.js +18 -41
  35. package/dist-cjs/commands/ListKxScalingGroupsCommand.js +18 -41
  36. package/dist-cjs/commands/ListKxUsersCommand.js +18 -41
  37. package/dist-cjs/commands/ListKxVolumesCommand.js +18 -41
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  39. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  40. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  41. package/dist-cjs/commands/UpdateEnvironmentCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateKxClusterCodeConfigurationCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateKxClusterDatabasesCommand.js +18 -41
  44. package/dist-cjs/commands/UpdateKxDatabaseCommand.js +18 -41
  45. package/dist-cjs/commands/UpdateKxDataviewCommand.js +18 -41
  46. package/dist-cjs/commands/UpdateKxEnvironmentCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateKxEnvironmentNetworkCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateKxUserCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateKxVolumeCommand.js +18 -41
  50. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  51. package/dist-cjs/pagination/ListKxChangesetsPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListKxClusterNodesPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListKxDatabasesPaginator.js +2 -24
  54. package/dist-cjs/pagination/ListKxDataviewsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListKxEnvironmentsPaginator.js +2 -24
  56. package/dist-cjs/pagination/ListKxScalingGroupsPaginator.js +2 -24
  57. package/dist-es/commands/CreateEnvironmentCommand.js +18 -41
  58. package/dist-es/commands/CreateKxChangesetCommand.js +18 -41
  59. package/dist-es/commands/CreateKxClusterCommand.js +18 -41
  60. package/dist-es/commands/CreateKxDatabaseCommand.js +18 -41
  61. package/dist-es/commands/CreateKxDataviewCommand.js +18 -41
  62. package/dist-es/commands/CreateKxEnvironmentCommand.js +18 -41
  63. package/dist-es/commands/CreateKxScalingGroupCommand.js +18 -41
  64. package/dist-es/commands/CreateKxUserCommand.js +18 -41
  65. package/dist-es/commands/CreateKxVolumeCommand.js +18 -41
  66. package/dist-es/commands/DeleteEnvironmentCommand.js +18 -41
  67. package/dist-es/commands/DeleteKxClusterCommand.js +18 -41
  68. package/dist-es/commands/DeleteKxDatabaseCommand.js +18 -41
  69. package/dist-es/commands/DeleteKxDataviewCommand.js +18 -41
  70. package/dist-es/commands/DeleteKxEnvironmentCommand.js +18 -41
  71. package/dist-es/commands/DeleteKxScalingGroupCommand.js +18 -41
  72. package/dist-es/commands/DeleteKxUserCommand.js +18 -41
  73. package/dist-es/commands/DeleteKxVolumeCommand.js +18 -41
  74. package/dist-es/commands/GetEnvironmentCommand.js +18 -41
  75. package/dist-es/commands/GetKxChangesetCommand.js +18 -41
  76. package/dist-es/commands/GetKxClusterCommand.js +18 -41
  77. package/dist-es/commands/GetKxConnectionStringCommand.js +18 -41
  78. package/dist-es/commands/GetKxDatabaseCommand.js +18 -41
  79. package/dist-es/commands/GetKxDataviewCommand.js +18 -41
  80. package/dist-es/commands/GetKxEnvironmentCommand.js +18 -41
  81. package/dist-es/commands/GetKxScalingGroupCommand.js +18 -41
  82. package/dist-es/commands/GetKxUserCommand.js +18 -41
  83. package/dist-es/commands/GetKxVolumeCommand.js +18 -41
  84. package/dist-es/commands/ListEnvironmentsCommand.js +18 -41
  85. package/dist-es/commands/ListKxChangesetsCommand.js +18 -41
  86. package/dist-es/commands/ListKxClusterNodesCommand.js +18 -41
  87. package/dist-es/commands/ListKxClustersCommand.js +18 -41
  88. package/dist-es/commands/ListKxDatabasesCommand.js +18 -41
  89. package/dist-es/commands/ListKxDataviewsCommand.js +18 -41
  90. package/dist-es/commands/ListKxEnvironmentsCommand.js +18 -41
  91. package/dist-es/commands/ListKxScalingGroupsCommand.js +18 -41
  92. package/dist-es/commands/ListKxUsersCommand.js +18 -41
  93. package/dist-es/commands/ListKxVolumesCommand.js +18 -41
  94. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  95. package/dist-es/commands/TagResourceCommand.js +18 -41
  96. package/dist-es/commands/UntagResourceCommand.js +18 -41
  97. package/dist-es/commands/UpdateEnvironmentCommand.js +18 -41
  98. package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +18 -41
  99. package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +18 -41
  100. package/dist-es/commands/UpdateKxDatabaseCommand.js +18 -41
  101. package/dist-es/commands/UpdateKxDataviewCommand.js +18 -41
  102. package/dist-es/commands/UpdateKxEnvironmentCommand.js +18 -41
  103. package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +18 -41
  104. package/dist-es/commands/UpdateKxUserCommand.js +18 -41
  105. package/dist-es/commands/UpdateKxVolumeCommand.js +18 -41
  106. package/dist-es/endpoint/EndpointParameters.js +6 -0
  107. package/dist-es/pagination/ListKxChangesetsPaginator.js +2 -23
  108. package/dist-es/pagination/ListKxClusterNodesPaginator.js +2 -23
  109. package/dist-es/pagination/ListKxDatabasesPaginator.js +2 -23
  110. package/dist-es/pagination/ListKxDataviewsPaginator.js +2 -23
  111. package/dist-es/pagination/ListKxEnvironmentsPaginator.js +2 -23
  112. package/dist-es/pagination/ListKxScalingGroupsPaginator.js +2 -23
  113. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateKxChangesetCommand.d.ts +6 -21
  115. package/dist-types/commands/CreateKxClusterCommand.d.ts +6 -21
  116. package/dist-types/commands/CreateKxDatabaseCommand.d.ts +6 -21
  117. package/dist-types/commands/CreateKxDataviewCommand.d.ts +6 -21
  118. package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +6 -21
  119. package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +6 -21
  120. package/dist-types/commands/CreateKxUserCommand.d.ts +6 -21
  121. package/dist-types/commands/CreateKxVolumeCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteKxClusterCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +6 -21
  125. package/dist-types/commands/DeleteKxDataviewCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +6 -21
  127. package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +6 -21
  128. package/dist-types/commands/DeleteKxUserCommand.d.ts +6 -21
  129. package/dist-types/commands/DeleteKxVolumeCommand.d.ts +6 -21
  130. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -21
  131. package/dist-types/commands/GetKxChangesetCommand.d.ts +6 -21
  132. package/dist-types/commands/GetKxClusterCommand.d.ts +6 -21
  133. package/dist-types/commands/GetKxConnectionStringCommand.d.ts +6 -21
  134. package/dist-types/commands/GetKxDatabaseCommand.d.ts +6 -21
  135. package/dist-types/commands/GetKxDataviewCommand.d.ts +6 -21
  136. package/dist-types/commands/GetKxEnvironmentCommand.d.ts +6 -21
  137. package/dist-types/commands/GetKxScalingGroupCommand.d.ts +6 -21
  138. package/dist-types/commands/GetKxUserCommand.d.ts +6 -21
  139. package/dist-types/commands/GetKxVolumeCommand.d.ts +6 -21
  140. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -21
  141. package/dist-types/commands/ListKxChangesetsCommand.d.ts +6 -21
  142. package/dist-types/commands/ListKxClusterNodesCommand.d.ts +6 -21
  143. package/dist-types/commands/ListKxClustersCommand.d.ts +6 -21
  144. package/dist-types/commands/ListKxDatabasesCommand.d.ts +6 -21
  145. package/dist-types/commands/ListKxDataviewsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +6 -21
  147. package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +6 -21
  148. package/dist-types/commands/ListKxUsersCommand.d.ts +6 -21
  149. package/dist-types/commands/ListKxVolumesCommand.d.ts +6 -21
  150. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  151. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  152. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  153. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -21
  154. package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +6 -21
  155. package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +6 -21
  156. package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +6 -21
  157. package/dist-types/commands/UpdateKxDataviewCommand.d.ts +6 -21
  158. package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +6 -21
  159. package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +6 -21
  160. package/dist-types/commands/UpdateKxUserCommand.d.ts +6 -21
  161. package/dist-types/commands/UpdateKxVolumeCommand.d.ts +6 -21
  162. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  163. package/dist-types/pagination/ListKxChangesetsPaginator.d.ts +1 -1
  164. package/dist-types/pagination/ListKxClusterNodesPaginator.d.ts +1 -1
  165. package/dist-types/pagination/ListKxDatabasesPaginator.d.ts +1 -1
  166. package/dist-types/pagination/ListKxDataviewsPaginator.d.ts +1 -1
  167. package/dist-types/pagination/ListKxEnvironmentsPaginator.d.ts +1 -1
  168. package/dist-types/pagination/ListKxScalingGroupsPaginator.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  219. package/dist-types/ts3.4/pagination/ListKxChangesetsPaginator.d.ts +3 -3
  220. package/dist-types/ts3.4/pagination/ListKxClusterNodesPaginator.d.ts +3 -3
  221. package/dist-types/ts3.4/pagination/ListKxDatabasesPaginator.d.ts +3 -3
  222. package/dist-types/ts3.4/pagination/ListKxDataviewsPaginator.d.ts +3 -3
  223. package/dist-types/ts3.4/pagination/ListKxEnvironmentsPaginator.d.ts +3 -3
  224. package/dist-types/ts3.4/pagination/ListKxScalingGroupsPaginator.d.ts +3 -3
  225. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { ListKxUsersRequest, ListKxUsersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListKxUsersCommandInput extends ListKxUsersRequest {
21
20
  */
22
21
  export interface ListKxUsersCommandOutput extends ListKxUsersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListKxUsersCommand_base: {
24
+ new (input: ListKxUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxUsersCommandInput, ListKxUsersCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the users in a kdb environment.</p>
@@ -78,23 +81,5 @@ export interface ListKxUsersCommandOutput extends ListKxUsersResponse, __Metadat
78
81
  * <p>Base exception class for all service exceptions from Finspace service.</p>
79
82
  *
80
83
  */
81
- export declare class ListKxUsersCommand extends $Command<ListKxUsersCommandInput, ListKxUsersCommandOutput, FinspaceClientResolvedConfig> {
82
- readonly input: ListKxUsersCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListKxUsersCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKxUsersCommandInput, ListKxUsersCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListKxUsersCommand extends ListKxUsersCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { ListKxVolumesRequest, ListKxVolumesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListKxVolumesCommandInput extends ListKxVolumesRequest {
21
20
  */
22
21
  export interface ListKxVolumesCommandOutput extends ListKxVolumesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListKxVolumesCommand_base: {
24
+ new (input: ListKxVolumesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxVolumesCommandInput, ListKxVolumesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -93,23 +96,5 @@ export interface ListKxVolumesCommandOutput extends ListKxVolumesResponse, __Met
93
96
  * <p>Base exception class for all service exceptions from Finspace service.</p>
94
97
  *
95
98
  */
96
- export declare class ListKxVolumesCommand extends $Command<ListKxVolumesCommandInput, ListKxVolumesCommandOutput, FinspaceClientResolvedConfig> {
97
- readonly input: ListKxVolumesCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ListKxVolumesCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKxVolumesCommandInput, ListKxVolumesCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ListKxVolumesCommand extends ListKxVolumesCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>A list of all tags for a resource.</p>
@@ -63,23 +66,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
63
66
  * <p>Base exception class for all service exceptions from Finspace service.</p>
64
67
  *
65
68
  */
66
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FinspaceClientResolvedConfig> {
67
- readonly input: ListTagsForResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: ListTagsForResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds metadata tags to a FinSpace resource.</p>
@@ -62,23 +65,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
62
65
  * <p>Base exception class for all service exceptions from Finspace service.</p>
63
66
  *
64
67
  */
65
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FinspaceClientResolvedConfig> {
66
- readonly input: TagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: TagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class TagResourceCommand extends TagResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes metadata tags from a FinSpace resource.</p>
@@ -62,23 +65,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
62
65
  * <p>Base exception class for all service exceptions from Finspace service.</p>
63
66
  *
64
67
  */
65
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FinspaceClientResolvedConfig> {
66
- readonly input: UntagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: UntagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest
21
20
  */
22
21
  export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEnvironmentCommand_base: {
24
+ new (input: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -104,23 +107,5 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
104
107
  * <p>Base exception class for all service exceptions from Finspace service.</p>
105
108
  *
106
109
  */
107
- export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, FinspaceClientResolvedConfig> {
108
- readonly input: UpdateEnvironmentCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: UpdateEnvironmentCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
126
111
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxClusterCodeConfigurationRequest, UpdateKxClusterCodeConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxClusterCodeConfigurationCommandInput extends UpdateKxCl
21
20
  */
22
21
  export interface UpdateKxClusterCodeConfigurationCommandOutput extends UpdateKxClusterCodeConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxClusterCodeConfigurationCommand_base: {
24
+ new (input: UpdateKxClusterCodeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxClusterCodeConfigurationCommandInput, UpdateKxClusterCodeConfigurationCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -91,23 +94,5 @@ export interface UpdateKxClusterCodeConfigurationCommandOutput extends UpdateKxC
91
94
  * <p>Base exception class for all service exceptions from Finspace service.</p>
92
95
  *
93
96
  */
94
- export declare class UpdateKxClusterCodeConfigurationCommand extends $Command<UpdateKxClusterCodeConfigurationCommandInput, UpdateKxClusterCodeConfigurationCommandOutput, FinspaceClientResolvedConfig> {
95
- readonly input: UpdateKxClusterCodeConfigurationCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: UpdateKxClusterCodeConfigurationCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxClusterCodeConfigurationCommandInput, UpdateKxClusterCodeConfigurationCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class UpdateKxClusterCodeConfigurationCommand extends UpdateKxClusterCodeConfigurationCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxClusterDatabasesRequest, UpdateKxClusterDatabasesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxClusterDatabasesCommandInput extends UpdateKxClusterDat
21
20
  */
22
21
  export interface UpdateKxClusterDatabasesCommandOutput extends UpdateKxClusterDatabasesResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxClusterDatabasesCommand_base: {
24
+ new (input: UpdateKxClusterDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the databases mounted on a kdb cluster, which includes the <code>changesetId</code> and all the dbPaths to be cached. This API does not allow you to change a database name or add a database if you created a cluster without one. </p>
@@ -106,23 +109,5 @@ export interface UpdateKxClusterDatabasesCommandOutput extends UpdateKxClusterDa
106
109
  * <p>Base exception class for all service exceptions from Finspace service.</p>
107
110
  *
108
111
  */
109
- export declare class UpdateKxClusterDatabasesCommand extends $Command<UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput, FinspaceClientResolvedConfig> {
110
- readonly input: UpdateKxClusterDatabasesCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: UpdateKxClusterDatabasesCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class UpdateKxClusterDatabasesCommand extends UpdateKxClusterDatabasesCommand_base {
128
113
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxDatabaseRequest, UpdateKxDatabaseResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxDatabaseCommandInput extends UpdateKxDatabaseRequest {
21
20
  */
22
21
  export interface UpdateKxDatabaseCommandOutput extends UpdateKxDatabaseResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxDatabaseCommand_base: {
24
+ new (input: UpdateKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates information for the given kdb database.</p>
@@ -76,23 +79,5 @@ export interface UpdateKxDatabaseCommandOutput extends UpdateKxDatabaseResponse,
76
79
  * <p>Base exception class for all service exceptions from Finspace service.</p>
77
80
  *
78
81
  */
79
- export declare class UpdateKxDatabaseCommand extends $Command<UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput, FinspaceClientResolvedConfig> {
80
- readonly input: UpdateKxDatabaseCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: UpdateKxDatabaseCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class UpdateKxDatabaseCommand extends UpdateKxDatabaseCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxDataviewRequest, UpdateKxDataviewResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxDataviewCommandInput extends UpdateKxDataviewRequest {
21
20
  */
22
21
  export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxDataviewCommand_base: {
24
+ new (input: UpdateKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxDataviewCommandInput, UpdateKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -123,23 +126,5 @@ export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse,
123
126
  * <p>Base exception class for all service exceptions from Finspace service.</p>
124
127
  *
125
128
  */
126
- export declare class UpdateKxDataviewCommand extends $Command<UpdateKxDataviewCommandInput, UpdateKxDataviewCommandOutput, FinspaceClientResolvedConfig> {
127
- readonly input: UpdateKxDataviewCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: UpdateKxDataviewCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxDataviewCommandInput, UpdateKxDataviewCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class UpdateKxDataviewCommand extends UpdateKxDataviewCommand_base {
145
130
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxEnvironmentRequest, UpdateKxEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxEnvironmentCommandInput extends UpdateKxEnvironmentRequ
21
20
  */
22
21
  export interface UpdateKxEnvironmentCommandOutput extends UpdateKxEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxEnvironmentCommand_base: {
24
+ new (input: UpdateKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates information for the given kdb environment.</p>
@@ -114,23 +117,5 @@ export interface UpdateKxEnvironmentCommandOutput extends UpdateKxEnvironmentRes
114
117
  * <p>Base exception class for all service exceptions from Finspace service.</p>
115
118
  *
116
119
  */
117
- export declare class UpdateKxEnvironmentCommand extends $Command<UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig> {
118
- readonly input: UpdateKxEnvironmentCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: UpdateKxEnvironmentCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class UpdateKxEnvironmentCommand extends UpdateKxEnvironmentCommand_base {
136
121
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxEnvironmentNetworkRequest, UpdateKxEnvironmentNetworkResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxEnvironmentNetworkCommandInput extends UpdateKxEnvironm
21
20
  */
22
21
  export interface UpdateKxEnvironmentNetworkCommandOutput extends UpdateKxEnvironmentNetworkResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxEnvironmentNetworkCommand_base: {
24
+ new (input: UpdateKxEnvironmentNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates environment network to connect to your internal network by using a transit gateway. This API supports request to create a transit gateway attachment from FinSpace VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.</p>
@@ -139,23 +142,5 @@ export interface UpdateKxEnvironmentNetworkCommandOutput extends UpdateKxEnviron
139
142
  * <p>Base exception class for all service exceptions from Finspace service.</p>
140
143
  *
141
144
  */
142
- export declare class UpdateKxEnvironmentNetworkCommand extends $Command<UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput, FinspaceClientResolvedConfig> {
143
- readonly input: UpdateKxEnvironmentNetworkCommandInput;
144
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
145
- /**
146
- * @public
147
- */
148
- constructor(input: UpdateKxEnvironmentNetworkCommandInput);
149
- /**
150
- * @internal
151
- */
152
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput>;
153
- /**
154
- * @internal
155
- */
156
- private serialize;
157
- /**
158
- * @internal
159
- */
160
- private deserialize;
145
+ export declare class UpdateKxEnvironmentNetworkCommand extends UpdateKxEnvironmentNetworkCommand_base {
161
146
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxUserRequest, UpdateKxUserResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxUserCommandInput extends UpdateKxUserRequest {
21
20
  */
22
21
  export interface UpdateKxUserCommandOutput extends UpdateKxUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxUserCommand_base: {
24
+ new (input: UpdateKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxUserCommandInput, UpdateKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the user details. You can only update the IAM role associated with a user.</p>
@@ -79,23 +82,5 @@ export interface UpdateKxUserCommandOutput extends UpdateKxUserResponse, __Metad
79
82
  * <p>Base exception class for all service exceptions from Finspace service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateKxUserCommand extends $Command<UpdateKxUserCommandInput, UpdateKxUserCommandOutput, FinspaceClientResolvedConfig> {
83
- readonly input: UpdateKxUserCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateKxUserCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxUserCommandInput, UpdateKxUserCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateKxUserCommand extends UpdateKxUserCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
4
  import { UpdateKxVolumeRequest, UpdateKxVolumeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateKxVolumeCommandInput extends UpdateKxVolumeRequest {
21
20
  */
22
21
  export interface UpdateKxVolumeCommandOutput extends UpdateKxVolumeResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateKxVolumeCommand_base: {
24
+ new (input: UpdateKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxVolumeCommandInput, UpdateKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -106,23 +109,5 @@ export interface UpdateKxVolumeCommandOutput extends UpdateKxVolumeResponse, __M
106
109
  * <p>Base exception class for all service exceptions from Finspace service.</p>
107
110
  *
108
111
  */
109
- export declare class UpdateKxVolumeCommand extends $Command<UpdateKxVolumeCommandInput, UpdateKxVolumeCommandOutput, FinspaceClientResolvedConfig> {
110
- readonly input: UpdateKxVolumeCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: UpdateKxVolumeCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateKxVolumeCommandInput, UpdateKxVolumeCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class UpdateKxVolumeCommand extends UpdateKxVolumeCommand_base {
128
113
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { FinspacePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListKxChangesets(config: FinspacePaginationConfiguration, input: ListKxChangesetsCommandInput, ...additionalArguments: any): Paginator<ListKxChangesetsCommandOutput>;
7
+ export declare const paginateListKxChangesets: (config: FinspacePaginationConfiguration, input: ListKxChangesetsCommandInput, ...rest: any[]) => Paginator<ListKxChangesetsCommandOutput>;