@aws-sdk/client-finspace 3.1076.0 → 3.1078.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 (170) hide show
  1. package/dist-cjs/index.js +159 -603
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  4. package/dist-es/commands/CreateKxChangesetCommand.js +2 -14
  5. package/dist-es/commands/CreateKxClusterCommand.js +2 -14
  6. package/dist-es/commands/CreateKxDatabaseCommand.js +2 -14
  7. package/dist-es/commands/CreateKxDataviewCommand.js +2 -14
  8. package/dist-es/commands/CreateKxEnvironmentCommand.js +2 -14
  9. package/dist-es/commands/CreateKxScalingGroupCommand.js +2 -14
  10. package/dist-es/commands/CreateKxUserCommand.js +2 -14
  11. package/dist-es/commands/CreateKxVolumeCommand.js +2 -14
  12. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
  13. package/dist-es/commands/DeleteKxClusterCommand.js +2 -14
  14. package/dist-es/commands/DeleteKxClusterNodeCommand.js +2 -14
  15. package/dist-es/commands/DeleteKxDatabaseCommand.js +2 -14
  16. package/dist-es/commands/DeleteKxDataviewCommand.js +2 -14
  17. package/dist-es/commands/DeleteKxEnvironmentCommand.js +2 -14
  18. package/dist-es/commands/DeleteKxScalingGroupCommand.js +2 -14
  19. package/dist-es/commands/DeleteKxUserCommand.js +2 -14
  20. package/dist-es/commands/DeleteKxVolumeCommand.js +2 -14
  21. package/dist-es/commands/GetEnvironmentCommand.js +2 -14
  22. package/dist-es/commands/GetKxChangesetCommand.js +2 -14
  23. package/dist-es/commands/GetKxClusterCommand.js +2 -14
  24. package/dist-es/commands/GetKxConnectionStringCommand.js +2 -14
  25. package/dist-es/commands/GetKxDatabaseCommand.js +2 -14
  26. package/dist-es/commands/GetKxDataviewCommand.js +2 -14
  27. package/dist-es/commands/GetKxEnvironmentCommand.js +2 -14
  28. package/dist-es/commands/GetKxScalingGroupCommand.js +2 -14
  29. package/dist-es/commands/GetKxUserCommand.js +2 -14
  30. package/dist-es/commands/GetKxVolumeCommand.js +2 -14
  31. package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
  32. package/dist-es/commands/ListKxChangesetsCommand.js +2 -14
  33. package/dist-es/commands/ListKxClusterNodesCommand.js +2 -14
  34. package/dist-es/commands/ListKxClustersCommand.js +2 -14
  35. package/dist-es/commands/ListKxDatabasesCommand.js +2 -14
  36. package/dist-es/commands/ListKxDataviewsCommand.js +2 -14
  37. package/dist-es/commands/ListKxEnvironmentsCommand.js +2 -14
  38. package/dist-es/commands/ListKxScalingGroupsCommand.js +2 -14
  39. package/dist-es/commands/ListKxUsersCommand.js +2 -14
  40. package/dist-es/commands/ListKxVolumesCommand.js +2 -14
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  42. package/dist-es/commands/TagResourceCommand.js +2 -14
  43. package/dist-es/commands/UntagResourceCommand.js +2 -14
  44. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
  45. package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +2 -14
  46. package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +2 -14
  47. package/dist-es/commands/UpdateKxDatabaseCommand.js +2 -14
  48. package/dist-es/commands/UpdateKxDataviewCommand.js +2 -14
  49. package/dist-es/commands/UpdateKxEnvironmentCommand.js +2 -14
  50. package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +2 -14
  51. package/dist-es/commands/UpdateKxUserCommand.js +2 -14
  52. package/dist-es/commands/UpdateKxVolumeCommand.js +2 -14
  53. package/dist-es/index.js +1 -0
  54. package/dist-es/runtimeConfig.browser.js +0 -2
  55. package/dist-es/runtimeConfig.js +1 -2
  56. package/dist-es/runtimeConfig.native.js +0 -2
  57. package/dist-es/runtimeConfig.shared.js +2 -0
  58. package/dist-types/commandBuilder.d.ts +18 -0
  59. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateKxChangesetCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateKxClusterCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateKxDatabaseCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateKxDataviewCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateKxUserCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateKxVolumeCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteKxClusterCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteKxClusterNodeCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteKxDataviewCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteKxUserCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteKxVolumeCommand.d.ts +3 -8
  77. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
  78. package/dist-types/commands/GetKxChangesetCommand.d.ts +3 -8
  79. package/dist-types/commands/GetKxClusterCommand.d.ts +3 -8
  80. package/dist-types/commands/GetKxConnectionStringCommand.d.ts +3 -8
  81. package/dist-types/commands/GetKxDatabaseCommand.d.ts +3 -8
  82. package/dist-types/commands/GetKxDataviewCommand.d.ts +3 -8
  83. package/dist-types/commands/GetKxEnvironmentCommand.d.ts +3 -8
  84. package/dist-types/commands/GetKxScalingGroupCommand.d.ts +3 -8
  85. package/dist-types/commands/GetKxUserCommand.d.ts +3 -8
  86. package/dist-types/commands/GetKxVolumeCommand.d.ts +3 -8
  87. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListKxChangesetsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListKxClusterNodesCommand.d.ts +3 -8
  90. package/dist-types/commands/ListKxClustersCommand.d.ts +3 -8
  91. package/dist-types/commands/ListKxDatabasesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListKxDataviewsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +3 -8
  95. package/dist-types/commands/ListKxUsersCommand.d.ts +3 -8
  96. package/dist-types/commands/ListKxVolumesCommand.d.ts +3 -8
  97. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  99. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateKxDataviewCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +3 -8
  107. package/dist-types/commands/UpdateKxUserCommand.d.ts +3 -8
  108. package/dist-types/commands/UpdateKxVolumeCommand.d.ts +3 -8
  109. package/dist-types/index.d.ts +1 -0
  110. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  111. package/dist-types/runtimeConfig.d.ts +1 -1
  112. package/dist-types/runtimeConfig.native.d.ts +1 -1
  113. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  114. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  115. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/index.d.ts +1 -0
  166. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  167. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  168. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  169. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  170. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultFinspaceHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1641,6 +1643,7 @@ const getRuntimeConfig$1 = (config) => {
1641
1643
  serviceTarget: "AWSHabaneroManagementService",
1642
1644
  },
1643
1645
  serviceId: config?.serviceId ?? "finspace",
1646
+ sha256: config?.sha256 ?? Sha256,
1644
1647
  urlParser: config?.urlParser ?? parseUrl,
1645
1648
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1646
1649
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1674,7 +1677,6 @@ const getRuntimeConfig = (config) => {
1674
1677
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1675
1678
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1676
1679
  }, config),
1677
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1678
1680
  streamCollector: config?.streamCollector ?? streamCollector,
1679
1681
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1680
1682
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1762,604 +1764,158 @@ class FinspaceClient extends Client {
1762
1764
  }
1763
1765
  }
1764
1766
 
1765
- class CreateEnvironmentCommand extends Command
1766
- .classBuilder()
1767
- .ep(commonParams)
1768
- .m(function (Command, cs, config, o) {
1769
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1770
- })
1771
- .s("AWSHabaneroManagementService", "CreateEnvironment", {})
1772
- .n("FinspaceClient", "CreateEnvironmentCommand")
1773
- .sc(CreateEnvironment$)
1774
- .build() {
1775
- }
1776
-
1777
- class CreateKxChangesetCommand extends Command
1778
- .classBuilder()
1779
- .ep(commonParams)
1780
- .m(function (Command, cs, config, o) {
1781
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1782
- })
1783
- .s("AWSHabaneroManagementService", "CreateKxChangeset", {})
1784
- .n("FinspaceClient", "CreateKxChangesetCommand")
1785
- .sc(CreateKxChangeset$)
1786
- .build() {
1787
- }
1788
-
1789
- class CreateKxClusterCommand extends Command
1790
- .classBuilder()
1791
- .ep(commonParams)
1792
- .m(function (Command, cs, config, o) {
1793
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1794
- })
1795
- .s("AWSHabaneroManagementService", "CreateKxCluster", {})
1796
- .n("FinspaceClient", "CreateKxClusterCommand")
1797
- .sc(CreateKxCluster$)
1798
- .build() {
1799
- }
1800
-
1801
- class CreateKxDatabaseCommand extends Command
1802
- .classBuilder()
1803
- .ep(commonParams)
1804
- .m(function (Command, cs, config, o) {
1805
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1806
- })
1807
- .s("AWSHabaneroManagementService", "CreateKxDatabase", {})
1808
- .n("FinspaceClient", "CreateKxDatabaseCommand")
1809
- .sc(CreateKxDatabase$)
1810
- .build() {
1811
- }
1812
-
1813
- class CreateKxDataviewCommand extends Command
1814
- .classBuilder()
1815
- .ep(commonParams)
1816
- .m(function (Command, cs, config, o) {
1817
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1818
- })
1819
- .s("AWSHabaneroManagementService", "CreateKxDataview", {})
1820
- .n("FinspaceClient", "CreateKxDataviewCommand")
1821
- .sc(CreateKxDataview$)
1822
- .build() {
1823
- }
1824
-
1825
- class CreateKxEnvironmentCommand extends Command
1826
- .classBuilder()
1827
- .ep(commonParams)
1828
- .m(function (Command, cs, config, o) {
1829
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1830
- })
1831
- .s("AWSHabaneroManagementService", "CreateKxEnvironment", {})
1832
- .n("FinspaceClient", "CreateKxEnvironmentCommand")
1833
- .sc(CreateKxEnvironment$)
1834
- .build() {
1835
- }
1836
-
1837
- class CreateKxScalingGroupCommand extends Command
1838
- .classBuilder()
1839
- .ep(commonParams)
1840
- .m(function (Command, cs, config, o) {
1841
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1842
- })
1843
- .s("AWSHabaneroManagementService", "CreateKxScalingGroup", {})
1844
- .n("FinspaceClient", "CreateKxScalingGroupCommand")
1845
- .sc(CreateKxScalingGroup$)
1846
- .build() {
1847
- }
1848
-
1849
- class CreateKxUserCommand extends Command
1850
- .classBuilder()
1851
- .ep(commonParams)
1852
- .m(function (Command, cs, config, o) {
1853
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1854
- })
1855
- .s("AWSHabaneroManagementService", "CreateKxUser", {})
1856
- .n("FinspaceClient", "CreateKxUserCommand")
1857
- .sc(CreateKxUser$)
1858
- .build() {
1859
- }
1860
-
1861
- class CreateKxVolumeCommand extends Command
1862
- .classBuilder()
1863
- .ep(commonParams)
1864
- .m(function (Command, cs, config, o) {
1865
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1866
- })
1867
- .s("AWSHabaneroManagementService", "CreateKxVolume", {})
1868
- .n("FinspaceClient", "CreateKxVolumeCommand")
1869
- .sc(CreateKxVolume$)
1870
- .build() {
1871
- }
1872
-
1873
- class DeleteEnvironmentCommand extends Command
1874
- .classBuilder()
1875
- .ep(commonParams)
1876
- .m(function (Command, cs, config, o) {
1877
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1878
- })
1879
- .s("AWSHabaneroManagementService", "DeleteEnvironment", {})
1880
- .n("FinspaceClient", "DeleteEnvironmentCommand")
1881
- .sc(DeleteEnvironment$)
1882
- .build() {
1883
- }
1884
-
1885
- class DeleteKxClusterCommand extends Command
1886
- .classBuilder()
1887
- .ep(commonParams)
1888
- .m(function (Command, cs, config, o) {
1889
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1890
- })
1891
- .s("AWSHabaneroManagementService", "DeleteKxCluster", {})
1892
- .n("FinspaceClient", "DeleteKxClusterCommand")
1893
- .sc(DeleteKxCluster$)
1894
- .build() {
1895
- }
1896
-
1897
- class DeleteKxClusterNodeCommand extends Command
1898
- .classBuilder()
1899
- .ep(commonParams)
1900
- .m(function (Command, cs, config, o) {
1901
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1902
- })
1903
- .s("AWSHabaneroManagementService", "DeleteKxClusterNode", {})
1904
- .n("FinspaceClient", "DeleteKxClusterNodeCommand")
1905
- .sc(DeleteKxClusterNode$)
1906
- .build() {
1907
- }
1908
-
1909
- class DeleteKxDatabaseCommand extends Command
1910
- .classBuilder()
1911
- .ep(commonParams)
1912
- .m(function (Command, cs, config, o) {
1913
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1914
- })
1915
- .s("AWSHabaneroManagementService", "DeleteKxDatabase", {})
1916
- .n("FinspaceClient", "DeleteKxDatabaseCommand")
1917
- .sc(DeleteKxDatabase$)
1918
- .build() {
1919
- }
1920
-
1921
- class DeleteKxDataviewCommand extends Command
1922
- .classBuilder()
1923
- .ep(commonParams)
1924
- .m(function (Command, cs, config, o) {
1925
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1926
- })
1927
- .s("AWSHabaneroManagementService", "DeleteKxDataview", {})
1928
- .n("FinspaceClient", "DeleteKxDataviewCommand")
1929
- .sc(DeleteKxDataview$)
1930
- .build() {
1931
- }
1932
-
1933
- class DeleteKxEnvironmentCommand extends Command
1934
- .classBuilder()
1935
- .ep(commonParams)
1936
- .m(function (Command, cs, config, o) {
1937
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1938
- })
1939
- .s("AWSHabaneroManagementService", "DeleteKxEnvironment", {})
1940
- .n("FinspaceClient", "DeleteKxEnvironmentCommand")
1941
- .sc(DeleteKxEnvironment$)
1942
- .build() {
1943
- }
1944
-
1945
- class DeleteKxScalingGroupCommand extends Command
1946
- .classBuilder()
1947
- .ep(commonParams)
1948
- .m(function (Command, cs, config, o) {
1949
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1950
- })
1951
- .s("AWSHabaneroManagementService", "DeleteKxScalingGroup", {})
1952
- .n("FinspaceClient", "DeleteKxScalingGroupCommand")
1953
- .sc(DeleteKxScalingGroup$)
1954
- .build() {
1955
- }
1956
-
1957
- class DeleteKxUserCommand extends Command
1958
- .classBuilder()
1959
- .ep(commonParams)
1960
- .m(function (Command, cs, config, o) {
1961
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1962
- })
1963
- .s("AWSHabaneroManagementService", "DeleteKxUser", {})
1964
- .n("FinspaceClient", "DeleteKxUserCommand")
1965
- .sc(DeleteKxUser$)
1966
- .build() {
1967
- }
1968
-
1969
- class DeleteKxVolumeCommand extends Command
1970
- .classBuilder()
1971
- .ep(commonParams)
1972
- .m(function (Command, cs, config, o) {
1973
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1974
- })
1975
- .s("AWSHabaneroManagementService", "DeleteKxVolume", {})
1976
- .n("FinspaceClient", "DeleteKxVolumeCommand")
1977
- .sc(DeleteKxVolume$)
1978
- .build() {
1979
- }
1980
-
1981
- class GetEnvironmentCommand extends Command
1982
- .classBuilder()
1983
- .ep(commonParams)
1984
- .m(function (Command, cs, config, o) {
1985
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1986
- })
1987
- .s("AWSHabaneroManagementService", "GetEnvironment", {})
1988
- .n("FinspaceClient", "GetEnvironmentCommand")
1989
- .sc(GetEnvironment$)
1990
- .build() {
1991
- }
1992
-
1993
- class GetKxChangesetCommand extends Command
1994
- .classBuilder()
1995
- .ep(commonParams)
1996
- .m(function (Command, cs, config, o) {
1997
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1998
- })
1999
- .s("AWSHabaneroManagementService", "GetKxChangeset", {})
2000
- .n("FinspaceClient", "GetKxChangesetCommand")
2001
- .sc(GetKxChangeset$)
2002
- .build() {
2003
- }
2004
-
2005
- class GetKxClusterCommand extends Command
2006
- .classBuilder()
2007
- .ep(commonParams)
2008
- .m(function (Command, cs, config, o) {
2009
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2010
- })
2011
- .s("AWSHabaneroManagementService", "GetKxCluster", {})
2012
- .n("FinspaceClient", "GetKxClusterCommand")
2013
- .sc(GetKxCluster$)
2014
- .build() {
2015
- }
2016
-
2017
- class GetKxConnectionStringCommand extends Command
2018
- .classBuilder()
2019
- .ep(commonParams)
2020
- .m(function (Command, cs, config, o) {
2021
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2022
- })
2023
- .s("AWSHabaneroManagementService", "GetKxConnectionString", {})
2024
- .n("FinspaceClient", "GetKxConnectionStringCommand")
2025
- .sc(GetKxConnectionString$)
2026
- .build() {
2027
- }
2028
-
2029
- class GetKxDatabaseCommand extends Command
2030
- .classBuilder()
2031
- .ep(commonParams)
2032
- .m(function (Command, cs, config, o) {
2033
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2034
- })
2035
- .s("AWSHabaneroManagementService", "GetKxDatabase", {})
2036
- .n("FinspaceClient", "GetKxDatabaseCommand")
2037
- .sc(GetKxDatabase$)
2038
- .build() {
2039
- }
2040
-
2041
- class GetKxDataviewCommand extends Command
2042
- .classBuilder()
2043
- .ep(commonParams)
2044
- .m(function (Command, cs, config, o) {
2045
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2046
- })
2047
- .s("AWSHabaneroManagementService", "GetKxDataview", {})
2048
- .n("FinspaceClient", "GetKxDataviewCommand")
2049
- .sc(GetKxDataview$)
2050
- .build() {
2051
- }
2052
-
2053
- class GetKxEnvironmentCommand extends Command
2054
- .classBuilder()
2055
- .ep(commonParams)
2056
- .m(function (Command, cs, config, o) {
2057
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2058
- })
2059
- .s("AWSHabaneroManagementService", "GetKxEnvironment", {})
2060
- .n("FinspaceClient", "GetKxEnvironmentCommand")
2061
- .sc(GetKxEnvironment$)
2062
- .build() {
2063
- }
2064
-
2065
- class GetKxScalingGroupCommand extends Command
2066
- .classBuilder()
2067
- .ep(commonParams)
2068
- .m(function (Command, cs, config, o) {
2069
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2070
- })
2071
- .s("AWSHabaneroManagementService", "GetKxScalingGroup", {})
2072
- .n("FinspaceClient", "GetKxScalingGroupCommand")
2073
- .sc(GetKxScalingGroup$)
2074
- .build() {
2075
- }
2076
-
2077
- class GetKxUserCommand extends Command
2078
- .classBuilder()
2079
- .ep(commonParams)
2080
- .m(function (Command, cs, config, o) {
2081
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2082
- })
2083
- .s("AWSHabaneroManagementService", "GetKxUser", {})
2084
- .n("FinspaceClient", "GetKxUserCommand")
2085
- .sc(GetKxUser$)
2086
- .build() {
2087
- }
2088
-
2089
- class GetKxVolumeCommand extends Command
2090
- .classBuilder()
2091
- .ep(commonParams)
2092
- .m(function (Command, cs, config, o) {
2093
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2094
- })
2095
- .s("AWSHabaneroManagementService", "GetKxVolume", {})
2096
- .n("FinspaceClient", "GetKxVolumeCommand")
2097
- .sc(GetKxVolume$)
2098
- .build() {
2099
- }
2100
-
2101
- class ListEnvironmentsCommand extends Command
2102
- .classBuilder()
2103
- .ep(commonParams)
2104
- .m(function (Command, cs, config, o) {
2105
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2106
- })
2107
- .s("AWSHabaneroManagementService", "ListEnvironments", {})
2108
- .n("FinspaceClient", "ListEnvironmentsCommand")
2109
- .sc(ListEnvironments$)
2110
- .build() {
2111
- }
2112
-
2113
- class ListKxChangesetsCommand extends Command
2114
- .classBuilder()
2115
- .ep(commonParams)
2116
- .m(function (Command, cs, config, o) {
2117
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2118
- })
2119
- .s("AWSHabaneroManagementService", "ListKxChangesets", {})
2120
- .n("FinspaceClient", "ListKxChangesetsCommand")
2121
- .sc(ListKxChangesets$)
2122
- .build() {
2123
- }
2124
-
2125
- class ListKxClusterNodesCommand extends Command
2126
- .classBuilder()
2127
- .ep(commonParams)
2128
- .m(function (Command, cs, config, o) {
2129
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2130
- })
2131
- .s("AWSHabaneroManagementService", "ListKxClusterNodes", {})
2132
- .n("FinspaceClient", "ListKxClusterNodesCommand")
2133
- .sc(ListKxClusterNodes$)
2134
- .build() {
2135
- }
2136
-
2137
- class ListKxClustersCommand extends Command
2138
- .classBuilder()
2139
- .ep(commonParams)
2140
- .m(function (Command, cs, config, o) {
2141
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2142
- })
2143
- .s("AWSHabaneroManagementService", "ListKxClusters", {})
2144
- .n("FinspaceClient", "ListKxClustersCommand")
2145
- .sc(ListKxClusters$)
2146
- .build() {
2147
- }
2148
-
2149
- class ListKxDatabasesCommand extends Command
2150
- .classBuilder()
2151
- .ep(commonParams)
2152
- .m(function (Command, cs, config, o) {
2153
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2154
- })
2155
- .s("AWSHabaneroManagementService", "ListKxDatabases", {})
2156
- .n("FinspaceClient", "ListKxDatabasesCommand")
2157
- .sc(ListKxDatabases$)
2158
- .build() {
2159
- }
2160
-
2161
- class ListKxDataviewsCommand extends Command
2162
- .classBuilder()
2163
- .ep(commonParams)
2164
- .m(function (Command, cs, config, o) {
2165
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2166
- })
2167
- .s("AWSHabaneroManagementService", "ListKxDataviews", {})
2168
- .n("FinspaceClient", "ListKxDataviewsCommand")
2169
- .sc(ListKxDataviews$)
2170
- .build() {
2171
- }
2172
-
2173
- class ListKxEnvironmentsCommand extends Command
2174
- .classBuilder()
2175
- .ep(commonParams)
2176
- .m(function (Command, cs, config, o) {
2177
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2178
- })
2179
- .s("AWSHabaneroManagementService", "ListKxEnvironments", {})
2180
- .n("FinspaceClient", "ListKxEnvironmentsCommand")
2181
- .sc(ListKxEnvironments$)
2182
- .build() {
2183
- }
2184
-
2185
- class ListKxScalingGroupsCommand extends Command
2186
- .classBuilder()
2187
- .ep(commonParams)
2188
- .m(function (Command, cs, config, o) {
2189
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2190
- })
2191
- .s("AWSHabaneroManagementService", "ListKxScalingGroups", {})
2192
- .n("FinspaceClient", "ListKxScalingGroupsCommand")
2193
- .sc(ListKxScalingGroups$)
2194
- .build() {
2195
- }
2196
-
2197
- class ListKxUsersCommand extends Command
2198
- .classBuilder()
2199
- .ep(commonParams)
2200
- .m(function (Command, cs, config, o) {
2201
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2202
- })
2203
- .s("AWSHabaneroManagementService", "ListKxUsers", {})
2204
- .n("FinspaceClient", "ListKxUsersCommand")
2205
- .sc(ListKxUsers$)
2206
- .build() {
2207
- }
2208
-
2209
- class ListKxVolumesCommand extends Command
2210
- .classBuilder()
2211
- .ep(commonParams)
2212
- .m(function (Command, cs, config, o) {
2213
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2214
- })
2215
- .s("AWSHabaneroManagementService", "ListKxVolumes", {})
2216
- .n("FinspaceClient", "ListKxVolumesCommand")
2217
- .sc(ListKxVolumes$)
2218
- .build() {
2219
- }
2220
-
2221
- class ListTagsForResourceCommand extends Command
2222
- .classBuilder()
2223
- .ep(commonParams)
2224
- .m(function (Command, cs, config, o) {
2225
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2226
- })
2227
- .s("AWSHabaneroManagementService", "ListTagsForResource", {})
2228
- .n("FinspaceClient", "ListTagsForResourceCommand")
2229
- .sc(ListTagsForResource$)
2230
- .build() {
2231
- }
2232
-
2233
- class TagResourceCommand extends Command
2234
- .classBuilder()
2235
- .ep(commonParams)
2236
- .m(function (Command, cs, config, o) {
2237
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2238
- })
2239
- .s("AWSHabaneroManagementService", "TagResource", {})
2240
- .n("FinspaceClient", "TagResourceCommand")
2241
- .sc(TagResource$)
2242
- .build() {
2243
- }
2244
-
2245
- class UntagResourceCommand extends Command
2246
- .classBuilder()
2247
- .ep(commonParams)
2248
- .m(function (Command, cs, config, o) {
2249
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2250
- })
2251
- .s("AWSHabaneroManagementService", "UntagResource", {})
2252
- .n("FinspaceClient", "UntagResourceCommand")
2253
- .sc(UntagResource$)
2254
- .build() {
2255
- }
2256
-
2257
- class UpdateEnvironmentCommand extends Command
2258
- .classBuilder()
2259
- .ep(commonParams)
2260
- .m(function (Command, cs, config, o) {
2261
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2262
- })
2263
- .s("AWSHabaneroManagementService", "UpdateEnvironment", {})
2264
- .n("FinspaceClient", "UpdateEnvironmentCommand")
2265
- .sc(UpdateEnvironment$)
2266
- .build() {
2267
- }
2268
-
2269
- class UpdateKxClusterCodeConfigurationCommand extends Command
2270
- .classBuilder()
2271
- .ep(commonParams)
2272
- .m(function (Command, cs, config, o) {
2273
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2274
- })
2275
- .s("AWSHabaneroManagementService", "UpdateKxClusterCodeConfiguration", {})
2276
- .n("FinspaceClient", "UpdateKxClusterCodeConfigurationCommand")
2277
- .sc(UpdateKxClusterCodeConfiguration$)
2278
- .build() {
2279
- }
2280
-
2281
- class UpdateKxClusterDatabasesCommand extends Command
2282
- .classBuilder()
2283
- .ep(commonParams)
2284
- .m(function (Command, cs, config, o) {
2285
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2286
- })
2287
- .s("AWSHabaneroManagementService", "UpdateKxClusterDatabases", {})
2288
- .n("FinspaceClient", "UpdateKxClusterDatabasesCommand")
2289
- .sc(UpdateKxClusterDatabases$)
2290
- .build() {
2291
- }
2292
-
2293
- class UpdateKxDatabaseCommand extends Command
2294
- .classBuilder()
2295
- .ep(commonParams)
2296
- .m(function (Command, cs, config, o) {
2297
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2298
- })
2299
- .s("AWSHabaneroManagementService", "UpdateKxDatabase", {})
2300
- .n("FinspaceClient", "UpdateKxDatabaseCommand")
2301
- .sc(UpdateKxDatabase$)
2302
- .build() {
2303
- }
2304
-
2305
- class UpdateKxDataviewCommand extends Command
2306
- .classBuilder()
2307
- .ep(commonParams)
2308
- .m(function (Command, cs, config, o) {
2309
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2310
- })
2311
- .s("AWSHabaneroManagementService", "UpdateKxDataview", {})
2312
- .n("FinspaceClient", "UpdateKxDataviewCommand")
2313
- .sc(UpdateKxDataview$)
2314
- .build() {
2315
- }
2316
-
2317
- class UpdateKxEnvironmentCommand extends Command
2318
- .classBuilder()
2319
- .ep(commonParams)
2320
- .m(function (Command, cs, config, o) {
2321
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2322
- })
2323
- .s("AWSHabaneroManagementService", "UpdateKxEnvironment", {})
2324
- .n("FinspaceClient", "UpdateKxEnvironmentCommand")
2325
- .sc(UpdateKxEnvironment$)
2326
- .build() {
2327
- }
2328
-
2329
- class UpdateKxEnvironmentNetworkCommand extends Command
2330
- .classBuilder()
2331
- .ep(commonParams)
2332
- .m(function (Command, cs, config, o) {
2333
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2334
- })
2335
- .s("AWSHabaneroManagementService", "UpdateKxEnvironmentNetwork", {})
2336
- .n("FinspaceClient", "UpdateKxEnvironmentNetworkCommand")
2337
- .sc(UpdateKxEnvironmentNetwork$)
2338
- .build() {
2339
- }
2340
-
2341
- class UpdateKxUserCommand extends Command
2342
- .classBuilder()
2343
- .ep(commonParams)
2344
- .m(function (Command, cs, config, o) {
2345
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2346
- })
2347
- .s("AWSHabaneroManagementService", "UpdateKxUser", {})
2348
- .n("FinspaceClient", "UpdateKxUserCommand")
2349
- .sc(UpdateKxUser$)
2350
- .build() {
2351
- }
2352
-
2353
- class UpdateKxVolumeCommand extends Command
2354
- .classBuilder()
2355
- .ep(commonParams)
2356
- .m(function (Command, cs, config, o) {
2357
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2358
- })
2359
- .s("AWSHabaneroManagementService", "UpdateKxVolume", {})
2360
- .n("FinspaceClient", "UpdateKxVolumeCommand")
2361
- .sc(UpdateKxVolume$)
2362
- .build() {
1767
+ const command = makeBuilder(commonParams, "AWSHabaneroManagementService", "FinspaceClient", getEndpointPlugin);
1768
+ const _ep0 = {};
1769
+ const _mw0 = (Command, cs, config, o) => [];
1770
+
1771
+ class CreateEnvironmentCommand extends command(_ep0, _mw0, "CreateEnvironment", CreateEnvironment$) {
1772
+ }
1773
+
1774
+ class CreateKxChangesetCommand extends command(_ep0, _mw0, "CreateKxChangeset", CreateKxChangeset$) {
1775
+ }
1776
+
1777
+ class CreateKxClusterCommand extends command(_ep0, _mw0, "CreateKxCluster", CreateKxCluster$) {
1778
+ }
1779
+
1780
+ class CreateKxDatabaseCommand extends command(_ep0, _mw0, "CreateKxDatabase", CreateKxDatabase$) {
1781
+ }
1782
+
1783
+ class CreateKxDataviewCommand extends command(_ep0, _mw0, "CreateKxDataview", CreateKxDataview$) {
1784
+ }
1785
+
1786
+ class CreateKxEnvironmentCommand extends command(_ep0, _mw0, "CreateKxEnvironment", CreateKxEnvironment$) {
1787
+ }
1788
+
1789
+ class CreateKxScalingGroupCommand extends command(_ep0, _mw0, "CreateKxScalingGroup", CreateKxScalingGroup$) {
1790
+ }
1791
+
1792
+ class CreateKxUserCommand extends command(_ep0, _mw0, "CreateKxUser", CreateKxUser$) {
1793
+ }
1794
+
1795
+ class CreateKxVolumeCommand extends command(_ep0, _mw0, "CreateKxVolume", CreateKxVolume$) {
1796
+ }
1797
+
1798
+ class DeleteEnvironmentCommand extends command(_ep0, _mw0, "DeleteEnvironment", DeleteEnvironment$) {
1799
+ }
1800
+
1801
+ class DeleteKxClusterCommand extends command(_ep0, _mw0, "DeleteKxCluster", DeleteKxCluster$) {
1802
+ }
1803
+
1804
+ class DeleteKxClusterNodeCommand extends command(_ep0, _mw0, "DeleteKxClusterNode", DeleteKxClusterNode$) {
1805
+ }
1806
+
1807
+ class DeleteKxDatabaseCommand extends command(_ep0, _mw0, "DeleteKxDatabase", DeleteKxDatabase$) {
1808
+ }
1809
+
1810
+ class DeleteKxDataviewCommand extends command(_ep0, _mw0, "DeleteKxDataview", DeleteKxDataview$) {
1811
+ }
1812
+
1813
+ class DeleteKxEnvironmentCommand extends command(_ep0, _mw0, "DeleteKxEnvironment", DeleteKxEnvironment$) {
1814
+ }
1815
+
1816
+ class DeleteKxScalingGroupCommand extends command(_ep0, _mw0, "DeleteKxScalingGroup", DeleteKxScalingGroup$) {
1817
+ }
1818
+
1819
+ class DeleteKxUserCommand extends command(_ep0, _mw0, "DeleteKxUser", DeleteKxUser$) {
1820
+ }
1821
+
1822
+ class DeleteKxVolumeCommand extends command(_ep0, _mw0, "DeleteKxVolume", DeleteKxVolume$) {
1823
+ }
1824
+
1825
+ class GetEnvironmentCommand extends command(_ep0, _mw0, "GetEnvironment", GetEnvironment$) {
1826
+ }
1827
+
1828
+ class GetKxChangesetCommand extends command(_ep0, _mw0, "GetKxChangeset", GetKxChangeset$) {
1829
+ }
1830
+
1831
+ class GetKxClusterCommand extends command(_ep0, _mw0, "GetKxCluster", GetKxCluster$) {
1832
+ }
1833
+
1834
+ class GetKxConnectionStringCommand extends command(_ep0, _mw0, "GetKxConnectionString", GetKxConnectionString$) {
1835
+ }
1836
+
1837
+ class GetKxDatabaseCommand extends command(_ep0, _mw0, "GetKxDatabase", GetKxDatabase$) {
1838
+ }
1839
+
1840
+ class GetKxDataviewCommand extends command(_ep0, _mw0, "GetKxDataview", GetKxDataview$) {
1841
+ }
1842
+
1843
+ class GetKxEnvironmentCommand extends command(_ep0, _mw0, "GetKxEnvironment", GetKxEnvironment$) {
1844
+ }
1845
+
1846
+ class GetKxScalingGroupCommand extends command(_ep0, _mw0, "GetKxScalingGroup", GetKxScalingGroup$) {
1847
+ }
1848
+
1849
+ class GetKxUserCommand extends command(_ep0, _mw0, "GetKxUser", GetKxUser$) {
1850
+ }
1851
+
1852
+ class GetKxVolumeCommand extends command(_ep0, _mw0, "GetKxVolume", GetKxVolume$) {
1853
+ }
1854
+
1855
+ class ListEnvironmentsCommand extends command(_ep0, _mw0, "ListEnvironments", ListEnvironments$) {
1856
+ }
1857
+
1858
+ class ListKxChangesetsCommand extends command(_ep0, _mw0, "ListKxChangesets", ListKxChangesets$) {
1859
+ }
1860
+
1861
+ class ListKxClusterNodesCommand extends command(_ep0, _mw0, "ListKxClusterNodes", ListKxClusterNodes$) {
1862
+ }
1863
+
1864
+ class ListKxClustersCommand extends command(_ep0, _mw0, "ListKxClusters", ListKxClusters$) {
1865
+ }
1866
+
1867
+ class ListKxDatabasesCommand extends command(_ep0, _mw0, "ListKxDatabases", ListKxDatabases$) {
1868
+ }
1869
+
1870
+ class ListKxDataviewsCommand extends command(_ep0, _mw0, "ListKxDataviews", ListKxDataviews$) {
1871
+ }
1872
+
1873
+ class ListKxEnvironmentsCommand extends command(_ep0, _mw0, "ListKxEnvironments", ListKxEnvironments$) {
1874
+ }
1875
+
1876
+ class ListKxScalingGroupsCommand extends command(_ep0, _mw0, "ListKxScalingGroups", ListKxScalingGroups$) {
1877
+ }
1878
+
1879
+ class ListKxUsersCommand extends command(_ep0, _mw0, "ListKxUsers", ListKxUsers$) {
1880
+ }
1881
+
1882
+ class ListKxVolumesCommand extends command(_ep0, _mw0, "ListKxVolumes", ListKxVolumes$) {
1883
+ }
1884
+
1885
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1886
+ }
1887
+
1888
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1889
+ }
1890
+
1891
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1892
+ }
1893
+
1894
+ class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
1895
+ }
1896
+
1897
+ class UpdateKxClusterCodeConfigurationCommand extends command(_ep0, _mw0, "UpdateKxClusterCodeConfiguration", UpdateKxClusterCodeConfiguration$) {
1898
+ }
1899
+
1900
+ class UpdateKxClusterDatabasesCommand extends command(_ep0, _mw0, "UpdateKxClusterDatabases", UpdateKxClusterDatabases$) {
1901
+ }
1902
+
1903
+ class UpdateKxDatabaseCommand extends command(_ep0, _mw0, "UpdateKxDatabase", UpdateKxDatabase$) {
1904
+ }
1905
+
1906
+ class UpdateKxDataviewCommand extends command(_ep0, _mw0, "UpdateKxDataview", UpdateKxDataview$) {
1907
+ }
1908
+
1909
+ class UpdateKxEnvironmentCommand extends command(_ep0, _mw0, "UpdateKxEnvironment", UpdateKxEnvironment$) {
1910
+ }
1911
+
1912
+ class UpdateKxEnvironmentNetworkCommand extends command(_ep0, _mw0, "UpdateKxEnvironmentNetwork", UpdateKxEnvironmentNetwork$) {
1913
+ }
1914
+
1915
+ class UpdateKxUserCommand extends command(_ep0, _mw0, "UpdateKxUser", UpdateKxUser$) {
1916
+ }
1917
+
1918
+ class UpdateKxVolumeCommand extends command(_ep0, _mw0, "UpdateKxVolume", UpdateKxVolume$) {
2363
1919
  }
2364
1920
 
2365
1921
  const paginateListKxChangesets = createPaginator(FinspaceClient, ListKxChangesetsCommand, "nextToken", "nextToken", "maxResults");