@aws-sdk/client-finspace 3.344.0 → 3.346.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/README.md +208 -0
  2. package/dist-cjs/Finspace.js +52 -0
  3. package/dist-cjs/commands/CreateKxChangesetCommand.js +46 -0
  4. package/dist-cjs/commands/CreateKxClusterCommand.js +46 -0
  5. package/dist-cjs/commands/CreateKxDatabaseCommand.js +46 -0
  6. package/dist-cjs/commands/CreateKxEnvironmentCommand.js +46 -0
  7. package/dist-cjs/commands/CreateKxUserCommand.js +46 -0
  8. package/dist-cjs/commands/DeleteKxClusterCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteKxDatabaseCommand.js +46 -0
  10. package/dist-cjs/commands/DeleteKxEnvironmentCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteKxUserCommand.js +46 -0
  12. package/dist-cjs/commands/GetKxChangesetCommand.js +46 -0
  13. package/dist-cjs/commands/GetKxClusterCommand.js +46 -0
  14. package/dist-cjs/commands/GetKxConnectionStringCommand.js +47 -0
  15. package/dist-cjs/commands/GetKxDatabaseCommand.js +46 -0
  16. package/dist-cjs/commands/GetKxEnvironmentCommand.js +46 -0
  17. package/dist-cjs/commands/GetKxUserCommand.js +46 -0
  18. package/dist-cjs/commands/ListKxChangesetsCommand.js +46 -0
  19. package/dist-cjs/commands/ListKxClusterNodesCommand.js +46 -0
  20. package/dist-cjs/commands/ListKxClustersCommand.js +46 -0
  21. package/dist-cjs/commands/ListKxDatabasesCommand.js +46 -0
  22. package/dist-cjs/commands/ListKxEnvironmentsCommand.js +46 -0
  23. package/dist-cjs/commands/ListKxUsersCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateKxClusterDatabasesCommand.js +46 -0
  25. package/dist-cjs/commands/UpdateKxDatabaseCommand.js +46 -0
  26. package/dist-cjs/commands/UpdateKxEnvironmentCommand.js +46 -0
  27. package/dist-cjs/commands/UpdateKxEnvironmentNetworkCommand.js +46 -0
  28. package/dist-cjs/commands/UpdateKxUserCommand.js +46 -0
  29. package/dist-cjs/commands/index.js +26 -0
  30. package/dist-cjs/endpoint/ruleset.js +3 -3
  31. package/dist-cjs/index.js +1 -0
  32. package/dist-cjs/models/models_0.js +98 -1
  33. package/dist-cjs/pagination/Interfaces.js +2 -0
  34. package/dist-cjs/pagination/ListKxChangesetsPaginator.js +29 -0
  35. package/dist-cjs/pagination/ListKxClusterNodesPaginator.js +29 -0
  36. package/dist-cjs/pagination/ListKxDatabasesPaginator.js +29 -0
  37. package/dist-cjs/pagination/ListKxEnvironmentsPaginator.js +29 -0
  38. package/dist-cjs/pagination/index.js +8 -0
  39. package/dist-cjs/protocols/Aws_restJson1.js +2270 -125
  40. package/dist-es/Finspace.js +52 -0
  41. package/dist-es/commands/CreateKxChangesetCommand.js +42 -0
  42. package/dist-es/commands/CreateKxClusterCommand.js +42 -0
  43. package/dist-es/commands/CreateKxDatabaseCommand.js +42 -0
  44. package/dist-es/commands/CreateKxEnvironmentCommand.js +42 -0
  45. package/dist-es/commands/CreateKxUserCommand.js +42 -0
  46. package/dist-es/commands/DeleteKxClusterCommand.js +42 -0
  47. package/dist-es/commands/DeleteKxDatabaseCommand.js +42 -0
  48. package/dist-es/commands/DeleteKxEnvironmentCommand.js +42 -0
  49. package/dist-es/commands/DeleteKxUserCommand.js +42 -0
  50. package/dist-es/commands/GetKxChangesetCommand.js +42 -0
  51. package/dist-es/commands/GetKxClusterCommand.js +42 -0
  52. package/dist-es/commands/GetKxConnectionStringCommand.js +43 -0
  53. package/dist-es/commands/GetKxDatabaseCommand.js +42 -0
  54. package/dist-es/commands/GetKxEnvironmentCommand.js +42 -0
  55. package/dist-es/commands/GetKxUserCommand.js +42 -0
  56. package/dist-es/commands/ListKxChangesetsCommand.js +42 -0
  57. package/dist-es/commands/ListKxClusterNodesCommand.js +42 -0
  58. package/dist-es/commands/ListKxClustersCommand.js +42 -0
  59. package/dist-es/commands/ListKxDatabasesCommand.js +42 -0
  60. package/dist-es/commands/ListKxEnvironmentsCommand.js +42 -0
  61. package/dist-es/commands/ListKxUsersCommand.js +42 -0
  62. package/dist-es/commands/UpdateKxClusterDatabasesCommand.js +42 -0
  63. package/dist-es/commands/UpdateKxDatabaseCommand.js +42 -0
  64. package/dist-es/commands/UpdateKxEnvironmentCommand.js +42 -0
  65. package/dist-es/commands/UpdateKxEnvironmentNetworkCommand.js +42 -0
  66. package/dist-es/commands/UpdateKxUserCommand.js +42 -0
  67. package/dist-es/commands/index.js +26 -0
  68. package/dist-es/endpoint/ruleset.js +3 -3
  69. package/dist-es/index.js +1 -0
  70. package/dist-es/models/models_0.js +94 -0
  71. package/dist-es/pagination/Interfaces.js +1 -0
  72. package/dist-es/pagination/ListKxChangesetsPaginator.js +25 -0
  73. package/dist-es/pagination/ListKxClusterNodesPaginator.js +25 -0
  74. package/dist-es/pagination/ListKxDatabasesPaginator.js +25 -0
  75. package/dist-es/pagination/ListKxEnvironmentsPaginator.js +25 -0
  76. package/dist-es/pagination/index.js +5 -0
  77. package/dist-es/protocols/Aws_restJson1.js +2192 -100
  78. package/dist-types/Finspace.d.ts +182 -0
  79. package/dist-types/FinspaceClient.d.ts +28 -2
  80. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateKxChangesetCommand.d.ts +122 -0
  82. package/dist-types/commands/CreateKxClusterCommand.d.ts +233 -0
  83. package/dist-types/commands/CreateKxDatabaseCommand.d.ts +109 -0
  84. package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +108 -0
  85. package/dist-types/commands/CreateKxUserCommand.d.ts +107 -0
  86. package/dist-types/commands/DeleteKxClusterCommand.d.ts +95 -0
  87. package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +92 -0
  88. package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +87 -0
  89. package/dist-types/commands/DeleteKxUserCommand.d.ts +88 -0
  90. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -2
  91. package/dist-types/commands/GetKxChangesetCommand.d.ts +108 -0
  92. package/dist-types/commands/GetKxClusterCommand.d.ts +164 -0
  93. package/dist-types/commands/GetKxConnectionStringCommand.d.ts +91 -0
  94. package/dist-types/commands/GetKxDatabaseCommand.d.ts +99 -0
  95. package/dist-types/commands/GetKxEnvironmentCommand.d.ts +112 -0
  96. package/dist-types/commands/GetKxUserCommand.d.ts +93 -0
  97. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -2
  98. package/dist-types/commands/ListKxChangesetsCommand.d.ts +101 -0
  99. package/dist-types/commands/ListKxClusterNodesCommand.d.ts +102 -0
  100. package/dist-types/commands/ListKxClustersCommand.d.ts +114 -0
  101. package/dist-types/commands/ListKxDatabasesCommand.d.ts +98 -0
  102. package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +112 -0
  103. package/dist-types/commands/ListKxUsersCommand.d.ts +100 -0
  104. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
  105. package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +107 -0
  106. package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +98 -0
  107. package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +120 -0
  108. package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +129 -0
  109. package/dist-types/commands/UpdateKxUserCommand.d.ts +101 -0
  110. package/dist-types/commands/index.d.ts +26 -0
  111. package/dist-types/index.d.ts +1 -0
  112. package/dist-types/models/models_0.d.ts +2390 -105
  113. package/dist-types/pagination/Interfaces.d.ts +8 -0
  114. package/dist-types/pagination/ListKxChangesetsPaginator.d.ts +7 -0
  115. package/dist-types/pagination/ListKxClusterNodesPaginator.d.ts +7 -0
  116. package/dist-types/pagination/ListKxDatabasesPaginator.d.ts +7 -0
  117. package/dist-types/pagination/ListKxEnvironmentsPaginator.d.ts +7 -0
  118. package/dist-types/pagination/index.d.ts +5 -0
  119. package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
  120. package/dist-types/ts3.4/Finspace.d.ts +442 -0
  121. package/dist-types/ts3.4/FinspaceClient.d.ts +158 -2
  122. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +39 -0
  123. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +38 -0
  124. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +38 -0
  125. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +39 -0
  126. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +35 -0
  127. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +38 -0
  128. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +38 -0
  129. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +35 -0
  131. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +38 -0
  132. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +35 -0
  133. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +42 -0
  134. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +38 -0
  135. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +38 -0
  136. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +35 -0
  137. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +38 -0
  138. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +39 -0
  139. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +38 -0
  140. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +38 -0
  141. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +39 -0
  142. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +35 -0
  143. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +42 -0
  144. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +38 -0
  145. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +39 -0
  146. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +42 -0
  147. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +35 -0
  148. package/dist-types/ts3.4/commands/index.d.ts +26 -0
  149. package/dist-types/ts3.4/index.d.ts +1 -0
  150. package/dist-types/ts3.4/models/models_0.d.ts +575 -3
  151. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  152. package/dist-types/ts3.4/pagination/ListKxChangesetsPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/ListKxClusterNodesPaginator.d.ts +11 -0
  154. package/dist-types/ts3.4/pagination/ListKxDatabasesPaginator.d.ts +11 -0
  155. package/dist-types/ts3.4/pagination/ListKxEnvironmentsPaginator.d.ts +11 -0
  156. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  157. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
  158. package/package.json +9 -7
@@ -0,0 +1,8 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { FinspaceClient } from "../FinspaceClient";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface FinspacePaginationConfiguration extends PaginationConfiguration {
7
+ client: FinspaceClient;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput } from "../commands/ListKxChangesetsCommand";
3
+ import { FinspacePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListKxChangesets(config: FinspacePaginationConfiguration, input: ListKxChangesetsCommandInput, ...additionalArguments: any): Paginator<ListKxChangesetsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput } from "../commands/ListKxClusterNodesCommand";
3
+ import { FinspacePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListKxClusterNodes(config: FinspacePaginationConfiguration, input: ListKxClusterNodesCommandInput, ...additionalArguments: any): Paginator<ListKxClusterNodesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListKxDatabasesCommandInput, ListKxDatabasesCommandOutput } from "../commands/ListKxDatabasesCommand";
3
+ import { FinspacePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListKxDatabases(config: FinspacePaginationConfiguration, input: ListKxDatabasesCommandInput, ...additionalArguments: any): Paginator<ListKxDatabasesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListKxEnvironmentsCommandInput, ListKxEnvironmentsCommandOutput } from "../commands/ListKxEnvironmentsCommand";
3
+ import { FinspacePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListKxEnvironments(config: FinspacePaginationConfiguration, input: ListKxEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListKxEnvironmentsCommandOutput>;
@@ -0,0 +1,5 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListKxChangesetsPaginator";
3
+ export * from "./ListKxClusterNodesPaginator";
4
+ export * from "./ListKxDatabasesPaginator";
5
+ export * from "./ListKxEnvironmentsPaginator";
@@ -1,29 +1,139 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
4
+ import { CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput } from "../commands/CreateKxChangesetCommand";
5
+ import { CreateKxClusterCommandInput, CreateKxClusterCommandOutput } from "../commands/CreateKxClusterCommand";
6
+ import { CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput } from "../commands/CreateKxDatabaseCommand";
7
+ import { CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput } from "../commands/CreateKxEnvironmentCommand";
8
+ import { CreateKxUserCommandInput, CreateKxUserCommandOutput } from "../commands/CreateKxUserCommand";
4
9
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
10
+ import { DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput } from "../commands/DeleteKxClusterCommand";
11
+ import { DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput } from "../commands/DeleteKxDatabaseCommand";
12
+ import { DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput } from "../commands/DeleteKxEnvironmentCommand";
13
+ import { DeleteKxUserCommandInput, DeleteKxUserCommandOutput } from "../commands/DeleteKxUserCommand";
5
14
  import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
15
+ import { GetKxChangesetCommandInput, GetKxChangesetCommandOutput } from "../commands/GetKxChangesetCommand";
16
+ import { GetKxClusterCommandInput, GetKxClusterCommandOutput } from "../commands/GetKxClusterCommand";
17
+ import { GetKxConnectionStringCommandInput, GetKxConnectionStringCommandOutput } from "../commands/GetKxConnectionStringCommand";
18
+ import { GetKxDatabaseCommandInput, GetKxDatabaseCommandOutput } from "../commands/GetKxDatabaseCommand";
19
+ import { GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput } from "../commands/GetKxEnvironmentCommand";
20
+ import { GetKxUserCommandInput, GetKxUserCommandOutput } from "../commands/GetKxUserCommand";
6
21
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
22
+ import { ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput } from "../commands/ListKxChangesetsCommand";
23
+ import { ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput } from "../commands/ListKxClusterNodesCommand";
24
+ import { ListKxClustersCommandInput, ListKxClustersCommandOutput } from "../commands/ListKxClustersCommand";
25
+ import { ListKxDatabasesCommandInput, ListKxDatabasesCommandOutput } from "../commands/ListKxDatabasesCommand";
26
+ import { ListKxEnvironmentsCommandInput, ListKxEnvironmentsCommandOutput } from "../commands/ListKxEnvironmentsCommand";
27
+ import { ListKxUsersCommandInput, ListKxUsersCommandOutput } from "../commands/ListKxUsersCommand";
7
28
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
8
29
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
9
30
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
10
31
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
32
+ import { UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput } from "../commands/UpdateKxClusterDatabasesCommand";
33
+ import { UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput } from "../commands/UpdateKxDatabaseCommand";
34
+ import { UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput } from "../commands/UpdateKxEnvironmentCommand";
35
+ import { UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput } from "../commands/UpdateKxEnvironmentNetworkCommand";
36
+ import { UpdateKxUserCommandInput, UpdateKxUserCommandOutput } from "../commands/UpdateKxUserCommand";
11
37
  /**
12
38
  * serializeAws_restJson1CreateEnvironmentCommand
13
39
  */
14
40
  export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1CreateKxChangesetCommand
43
+ */
44
+ export declare const se_CreateKxChangesetCommand: (input: CreateKxChangesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1CreateKxClusterCommand
47
+ */
48
+ export declare const se_CreateKxClusterCommand: (input: CreateKxClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1CreateKxDatabaseCommand
51
+ */
52
+ export declare const se_CreateKxDatabaseCommand: (input: CreateKxDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1CreateKxEnvironmentCommand
55
+ */
56
+ export declare const se_CreateKxEnvironmentCommand: (input: CreateKxEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1CreateKxUserCommand
59
+ */
60
+ export declare const se_CreateKxUserCommand: (input: CreateKxUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
61
  /**
16
62
  * serializeAws_restJson1DeleteEnvironmentCommand
17
63
  */
18
64
  export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1DeleteKxClusterCommand
67
+ */
68
+ export declare const se_DeleteKxClusterCommand: (input: DeleteKxClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1DeleteKxDatabaseCommand
71
+ */
72
+ export declare const se_DeleteKxDatabaseCommand: (input: DeleteKxDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1DeleteKxEnvironmentCommand
75
+ */
76
+ export declare const se_DeleteKxEnvironmentCommand: (input: DeleteKxEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1DeleteKxUserCommand
79
+ */
80
+ export declare const se_DeleteKxUserCommand: (input: DeleteKxUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
81
  /**
20
82
  * serializeAws_restJson1GetEnvironmentCommand
21
83
  */
22
84
  export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1GetKxChangesetCommand
87
+ */
88
+ export declare const se_GetKxChangesetCommand: (input: GetKxChangesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1GetKxClusterCommand
91
+ */
92
+ export declare const se_GetKxClusterCommand: (input: GetKxClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1GetKxConnectionStringCommand
95
+ */
96
+ export declare const se_GetKxConnectionStringCommand: (input: GetKxConnectionStringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1GetKxDatabaseCommand
99
+ */
100
+ export declare const se_GetKxDatabaseCommand: (input: GetKxDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1GetKxEnvironmentCommand
103
+ */
104
+ export declare const se_GetKxEnvironmentCommand: (input: GetKxEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1GetKxUserCommand
107
+ */
108
+ export declare const se_GetKxUserCommand: (input: GetKxUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
109
  /**
24
110
  * serializeAws_restJson1ListEnvironmentsCommand
25
111
  */
26
112
  export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1ListKxChangesetsCommand
115
+ */
116
+ export declare const se_ListKxChangesetsCommand: (input: ListKxChangesetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1ListKxClusterNodesCommand
119
+ */
120
+ export declare const se_ListKxClusterNodesCommand: (input: ListKxClusterNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1ListKxClustersCommand
123
+ */
124
+ export declare const se_ListKxClustersCommand: (input: ListKxClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1ListKxDatabasesCommand
127
+ */
128
+ export declare const se_ListKxDatabasesCommand: (input: ListKxDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1ListKxEnvironmentsCommand
131
+ */
132
+ export declare const se_ListKxEnvironmentsCommand: (input: ListKxEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1ListKxUsersCommand
135
+ */
136
+ export declare const se_ListKxUsersCommand: (input: ListKxUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
137
  /**
28
138
  * serializeAws_restJson1ListTagsForResourceCommand
29
139
  */
@@ -40,22 +150,126 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
40
150
  * serializeAws_restJson1UpdateEnvironmentCommand
41
151
  */
42
152
  export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_restJson1UpdateKxClusterDatabasesCommand
155
+ */
156
+ export declare const se_UpdateKxClusterDatabasesCommand: (input: UpdateKxClusterDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_restJson1UpdateKxDatabaseCommand
159
+ */
160
+ export declare const se_UpdateKxDatabaseCommand: (input: UpdateKxDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_restJson1UpdateKxEnvironmentCommand
163
+ */
164
+ export declare const se_UpdateKxEnvironmentCommand: (input: UpdateKxEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_restJson1UpdateKxEnvironmentNetworkCommand
167
+ */
168
+ export declare const se_UpdateKxEnvironmentNetworkCommand: (input: UpdateKxEnvironmentNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_restJson1UpdateKxUserCommand
171
+ */
172
+ export declare const se_UpdateKxUserCommand: (input: UpdateKxUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
173
  /**
44
174
  * deserializeAws_restJson1CreateEnvironmentCommand
45
175
  */
46
176
  export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
177
+ /**
178
+ * deserializeAws_restJson1CreateKxChangesetCommand
179
+ */
180
+ export declare const de_CreateKxChangesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKxChangesetCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1CreateKxClusterCommand
183
+ */
184
+ export declare const de_CreateKxClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKxClusterCommandOutput>;
185
+ /**
186
+ * deserializeAws_restJson1CreateKxDatabaseCommand
187
+ */
188
+ export declare const de_CreateKxDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKxDatabaseCommandOutput>;
189
+ /**
190
+ * deserializeAws_restJson1CreateKxEnvironmentCommand
191
+ */
192
+ export declare const de_CreateKxEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKxEnvironmentCommandOutput>;
193
+ /**
194
+ * deserializeAws_restJson1CreateKxUserCommand
195
+ */
196
+ export declare const de_CreateKxUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKxUserCommandOutput>;
47
197
  /**
48
198
  * deserializeAws_restJson1DeleteEnvironmentCommand
49
199
  */
50
200
  export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
201
+ /**
202
+ * deserializeAws_restJson1DeleteKxClusterCommand
203
+ */
204
+ export declare const de_DeleteKxClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKxClusterCommandOutput>;
205
+ /**
206
+ * deserializeAws_restJson1DeleteKxDatabaseCommand
207
+ */
208
+ export declare const de_DeleteKxDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKxDatabaseCommandOutput>;
209
+ /**
210
+ * deserializeAws_restJson1DeleteKxEnvironmentCommand
211
+ */
212
+ export declare const de_DeleteKxEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKxEnvironmentCommandOutput>;
213
+ /**
214
+ * deserializeAws_restJson1DeleteKxUserCommand
215
+ */
216
+ export declare const de_DeleteKxUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKxUserCommandOutput>;
51
217
  /**
52
218
  * deserializeAws_restJson1GetEnvironmentCommand
53
219
  */
54
220
  export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
221
+ /**
222
+ * deserializeAws_restJson1GetKxChangesetCommand
223
+ */
224
+ export declare const de_GetKxChangesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKxChangesetCommandOutput>;
225
+ /**
226
+ * deserializeAws_restJson1GetKxClusterCommand
227
+ */
228
+ export declare const de_GetKxClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKxClusterCommandOutput>;
229
+ /**
230
+ * deserializeAws_restJson1GetKxConnectionStringCommand
231
+ */
232
+ export declare const de_GetKxConnectionStringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKxConnectionStringCommandOutput>;
233
+ /**
234
+ * deserializeAws_restJson1GetKxDatabaseCommand
235
+ */
236
+ export declare const de_GetKxDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKxDatabaseCommandOutput>;
237
+ /**
238
+ * deserializeAws_restJson1GetKxEnvironmentCommand
239
+ */
240
+ export declare const de_GetKxEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKxEnvironmentCommandOutput>;
241
+ /**
242
+ * deserializeAws_restJson1GetKxUserCommand
243
+ */
244
+ export declare const de_GetKxUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKxUserCommandOutput>;
55
245
  /**
56
246
  * deserializeAws_restJson1ListEnvironmentsCommand
57
247
  */
58
248
  export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
249
+ /**
250
+ * deserializeAws_restJson1ListKxChangesetsCommand
251
+ */
252
+ export declare const de_ListKxChangesetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKxChangesetsCommandOutput>;
253
+ /**
254
+ * deserializeAws_restJson1ListKxClusterNodesCommand
255
+ */
256
+ export declare const de_ListKxClusterNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKxClusterNodesCommandOutput>;
257
+ /**
258
+ * deserializeAws_restJson1ListKxClustersCommand
259
+ */
260
+ export declare const de_ListKxClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKxClustersCommandOutput>;
261
+ /**
262
+ * deserializeAws_restJson1ListKxDatabasesCommand
263
+ */
264
+ export declare const de_ListKxDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKxDatabasesCommandOutput>;
265
+ /**
266
+ * deserializeAws_restJson1ListKxEnvironmentsCommand
267
+ */
268
+ export declare const de_ListKxEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKxEnvironmentsCommandOutput>;
269
+ /**
270
+ * deserializeAws_restJson1ListKxUsersCommand
271
+ */
272
+ export declare const de_ListKxUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKxUsersCommandOutput>;
59
273
  /**
60
274
  * deserializeAws_restJson1ListTagsForResourceCommand
61
275
  */
@@ -72,3 +286,23 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
72
286
  * deserializeAws_restJson1UpdateEnvironmentCommand
73
287
  */
74
288
  export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
289
+ /**
290
+ * deserializeAws_restJson1UpdateKxClusterDatabasesCommand
291
+ */
292
+ export declare const de_UpdateKxClusterDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKxClusterDatabasesCommandOutput>;
293
+ /**
294
+ * deserializeAws_restJson1UpdateKxDatabaseCommand
295
+ */
296
+ export declare const de_UpdateKxDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKxDatabaseCommandOutput>;
297
+ /**
298
+ * deserializeAws_restJson1UpdateKxEnvironmentCommand
299
+ */
300
+ export declare const de_UpdateKxEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKxEnvironmentCommandOutput>;
301
+ /**
302
+ * deserializeAws_restJson1UpdateKxEnvironmentNetworkCommand
303
+ */
304
+ export declare const de_UpdateKxEnvironmentNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKxEnvironmentNetworkCommandOutput>;
305
+ /**
306
+ * deserializeAws_restJson1UpdateKxUserCommand
307
+ */
308
+ export declare const de_UpdateKxUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKxUserCommandOutput>;