@aws-sdk/client-finspace 3.1077.0 → 3.1079.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.
- package/dist-cjs/index.js +156 -601
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateKxChangesetCommand.js +2 -14
- package/dist-es/commands/CreateKxClusterCommand.js +2 -14
- package/dist-es/commands/CreateKxDatabaseCommand.js +2 -14
- package/dist-es/commands/CreateKxDataviewCommand.js +2 -14
- package/dist-es/commands/CreateKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateKxScalingGroupCommand.js +2 -14
- package/dist-es/commands/CreateKxUserCommand.js +2 -14
- package/dist-es/commands/CreateKxVolumeCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteKxClusterCommand.js +2 -14
- package/dist-es/commands/DeleteKxClusterNodeCommand.js +2 -14
- package/dist-es/commands/DeleteKxDatabaseCommand.js +2 -14
- package/dist-es/commands/DeleteKxDataviewCommand.js +2 -14
- package/dist-es/commands/DeleteKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteKxScalingGroupCommand.js +2 -14
- package/dist-es/commands/DeleteKxUserCommand.js +2 -14
- package/dist-es/commands/DeleteKxVolumeCommand.js +2 -14
- package/dist-es/commands/GetEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetKxChangesetCommand.js +2 -14
- package/dist-es/commands/GetKxClusterCommand.js +2 -14
- package/dist-es/commands/GetKxConnectionStringCommand.js +2 -14
- package/dist-es/commands/GetKxDatabaseCommand.js +2 -14
- package/dist-es/commands/GetKxDataviewCommand.js +2 -14
- package/dist-es/commands/GetKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetKxScalingGroupCommand.js +2 -14
- package/dist-es/commands/GetKxUserCommand.js +2 -14
- package/dist-es/commands/GetKxVolumeCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListKxChangesetsCommand.js +2 -14
- package/dist-es/commands/ListKxClusterNodesCommand.js +2 -14
- package/dist-es/commands/ListKxClustersCommand.js +2 -14
- package/dist-es/commands/ListKxDatabasesCommand.js +2 -14
- package/dist-es/commands/ListKxDataviewsCommand.js +2 -14
- package/dist-es/commands/ListKxEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListKxScalingGroupsCommand.js +2 -14
- package/dist-es/commands/ListKxUsersCommand.js +2 -14
- package/dist-es/commands/ListKxVolumesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateKxClusterCodeConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +2 -14
- package/dist-es/commands/UpdateKxDatabaseCommand.js +2 -14
- package/dist-es/commands/UpdateKxDataviewCommand.js +2 -14
- package/dist-es/commands/UpdateKxEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +2 -14
- package/dist-es/commands/UpdateKxUserCommand.js +2 -14
- package/dist-es/commands/UpdateKxVolumeCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxChangesetCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateKxVolumeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxClusterNodeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKxVolumeCommand.d.ts +3 -8
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetKxChangesetCommand.d.ts +3 -8
- package/dist-types/commands/GetKxClusterCommand.d.ts +3 -8
- package/dist-types/commands/GetKxConnectionStringCommand.d.ts +3 -8
- package/dist-types/commands/GetKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/GetKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/GetKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetKxScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetKxUserCommand.d.ts +3 -8
- package/dist-types/commands/GetKxVolumeCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxChangesetsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxClusterNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListKxClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListKxDatabasesCommand.d.ts +3 -8
- package/dist-types/commands/ListKxDataviewsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListKxUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListKxVolumesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxDataviewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKxVolumeCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- 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,
|
|
4
|
-
|
|
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.
|
|
72
|
+
var version = "3.1078.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
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
}
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
|
|
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");
|