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