@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
@@ -1,12 +1,38 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
3
+ import { CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput } from "./commands/CreateKxChangesetCommand";
4
+ import { CreateKxClusterCommandInput, CreateKxClusterCommandOutput } from "./commands/CreateKxClusterCommand";
5
+ import { CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput } from "./commands/CreateKxDatabaseCommand";
6
+ import { CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput } from "./commands/CreateKxEnvironmentCommand";
7
+ import { CreateKxUserCommandInput, CreateKxUserCommandOutput } from "./commands/CreateKxUserCommand";
3
8
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
9
+ import { DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput } from "./commands/DeleteKxClusterCommand";
10
+ import { DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput } from "./commands/DeleteKxDatabaseCommand";
11
+ import { DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput } from "./commands/DeleteKxEnvironmentCommand";
12
+ import { DeleteKxUserCommandInput, DeleteKxUserCommandOutput } from "./commands/DeleteKxUserCommand";
4
13
  import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
14
+ import { GetKxChangesetCommandInput, GetKxChangesetCommandOutput } from "./commands/GetKxChangesetCommand";
15
+ import { GetKxClusterCommandInput, GetKxClusterCommandOutput } from "./commands/GetKxClusterCommand";
16
+ import { GetKxConnectionStringCommandInput, GetKxConnectionStringCommandOutput } from "./commands/GetKxConnectionStringCommand";
17
+ import { GetKxDatabaseCommandInput, GetKxDatabaseCommandOutput } from "./commands/GetKxDatabaseCommand";
18
+ import { GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput } from "./commands/GetKxEnvironmentCommand";
19
+ import { GetKxUserCommandInput, GetKxUserCommandOutput } from "./commands/GetKxUserCommand";
5
20
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
21
+ import { ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput } from "./commands/ListKxChangesetsCommand";
22
+ import { ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput } from "./commands/ListKxClusterNodesCommand";
23
+ import { ListKxClustersCommandInput, ListKxClustersCommandOutput } from "./commands/ListKxClustersCommand";
24
+ import { ListKxDatabasesCommandInput, ListKxDatabasesCommandOutput } from "./commands/ListKxDatabasesCommand";
25
+ import { ListKxEnvironmentsCommandInput, ListKxEnvironmentsCommandOutput } from "./commands/ListKxEnvironmentsCommand";
26
+ import { ListKxUsersCommandInput, ListKxUsersCommandOutput } from "./commands/ListKxUsersCommand";
6
27
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
7
28
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
8
29
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
9
30
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
31
+ import { UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput } from "./commands/UpdateKxClusterDatabasesCommand";
32
+ import { UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput } from "./commands/UpdateKxDatabaseCommand";
33
+ import { UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput } from "./commands/UpdateKxEnvironmentCommand";
34
+ import { UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput } from "./commands/UpdateKxEnvironmentNetworkCommand";
35
+ import { UpdateKxUserCommandInput, UpdateKxUserCommandOutput } from "./commands/UpdateKxUserCommand";
10
36
  import { FinspaceClient } from "./FinspaceClient";
11
37
  export interface Finspace {
12
38
  /**
@@ -15,24 +41,150 @@ export interface Finspace {
15
41
  createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
16
42
  createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
17
43
  createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
44
+ /**
45
+ * @see {@link CreateKxChangesetCommand}
46
+ */
47
+ createKxChangeset(args: CreateKxChangesetCommandInput, options?: __HttpHandlerOptions): Promise<CreateKxChangesetCommandOutput>;
48
+ createKxChangeset(args: CreateKxChangesetCommandInput, cb: (err: any, data?: CreateKxChangesetCommandOutput) => void): void;
49
+ createKxChangeset(args: CreateKxChangesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKxChangesetCommandOutput) => void): void;
50
+ /**
51
+ * @see {@link CreateKxClusterCommand}
52
+ */
53
+ createKxCluster(args: CreateKxClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateKxClusterCommandOutput>;
54
+ createKxCluster(args: CreateKxClusterCommandInput, cb: (err: any, data?: CreateKxClusterCommandOutput) => void): void;
55
+ createKxCluster(args: CreateKxClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKxClusterCommandOutput) => void): void;
56
+ /**
57
+ * @see {@link CreateKxDatabaseCommand}
58
+ */
59
+ createKxDatabase(args: CreateKxDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateKxDatabaseCommandOutput>;
60
+ createKxDatabase(args: CreateKxDatabaseCommandInput, cb: (err: any, data?: CreateKxDatabaseCommandOutput) => void): void;
61
+ createKxDatabase(args: CreateKxDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKxDatabaseCommandOutput) => void): void;
62
+ /**
63
+ * @see {@link CreateKxEnvironmentCommand}
64
+ */
65
+ createKxEnvironment(args: CreateKxEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateKxEnvironmentCommandOutput>;
66
+ createKxEnvironment(args: CreateKxEnvironmentCommandInput, cb: (err: any, data?: CreateKxEnvironmentCommandOutput) => void): void;
67
+ createKxEnvironment(args: CreateKxEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKxEnvironmentCommandOutput) => void): void;
68
+ /**
69
+ * @see {@link CreateKxUserCommand}
70
+ */
71
+ createKxUser(args: CreateKxUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateKxUserCommandOutput>;
72
+ createKxUser(args: CreateKxUserCommandInput, cb: (err: any, data?: CreateKxUserCommandOutput) => void): void;
73
+ createKxUser(args: CreateKxUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKxUserCommandOutput) => void): void;
18
74
  /**
19
75
  * @see {@link DeleteEnvironmentCommand}
20
76
  */
21
77
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentCommandOutput>;
22
78
  deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
23
79
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
80
+ /**
81
+ * @see {@link DeleteKxClusterCommand}
82
+ */
83
+ deleteKxCluster(args: DeleteKxClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKxClusterCommandOutput>;
84
+ deleteKxCluster(args: DeleteKxClusterCommandInput, cb: (err: any, data?: DeleteKxClusterCommandOutput) => void): void;
85
+ deleteKxCluster(args: DeleteKxClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKxClusterCommandOutput) => void): void;
86
+ /**
87
+ * @see {@link DeleteKxDatabaseCommand}
88
+ */
89
+ deleteKxDatabase(args: DeleteKxDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKxDatabaseCommandOutput>;
90
+ deleteKxDatabase(args: DeleteKxDatabaseCommandInput, cb: (err: any, data?: DeleteKxDatabaseCommandOutput) => void): void;
91
+ deleteKxDatabase(args: DeleteKxDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKxDatabaseCommandOutput) => void): void;
92
+ /**
93
+ * @see {@link DeleteKxEnvironmentCommand}
94
+ */
95
+ deleteKxEnvironment(args: DeleteKxEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKxEnvironmentCommandOutput>;
96
+ deleteKxEnvironment(args: DeleteKxEnvironmentCommandInput, cb: (err: any, data?: DeleteKxEnvironmentCommandOutput) => void): void;
97
+ deleteKxEnvironment(args: DeleteKxEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKxEnvironmentCommandOutput) => void): void;
98
+ /**
99
+ * @see {@link DeleteKxUserCommand}
100
+ */
101
+ deleteKxUser(args: DeleteKxUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKxUserCommandOutput>;
102
+ deleteKxUser(args: DeleteKxUserCommandInput, cb: (err: any, data?: DeleteKxUserCommandOutput) => void): void;
103
+ deleteKxUser(args: DeleteKxUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKxUserCommandOutput) => void): void;
24
104
  /**
25
105
  * @see {@link GetEnvironmentCommand}
26
106
  */
27
107
  getEnvironment(args: GetEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentCommandOutput>;
28
108
  getEnvironment(args: GetEnvironmentCommandInput, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
29
109
  getEnvironment(args: GetEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
110
+ /**
111
+ * @see {@link GetKxChangesetCommand}
112
+ */
113
+ getKxChangeset(args: GetKxChangesetCommandInput, options?: __HttpHandlerOptions): Promise<GetKxChangesetCommandOutput>;
114
+ getKxChangeset(args: GetKxChangesetCommandInput, cb: (err: any, data?: GetKxChangesetCommandOutput) => void): void;
115
+ getKxChangeset(args: GetKxChangesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKxChangesetCommandOutput) => void): void;
116
+ /**
117
+ * @see {@link GetKxClusterCommand}
118
+ */
119
+ getKxCluster(args: GetKxClusterCommandInput, options?: __HttpHandlerOptions): Promise<GetKxClusterCommandOutput>;
120
+ getKxCluster(args: GetKxClusterCommandInput, cb: (err: any, data?: GetKxClusterCommandOutput) => void): void;
121
+ getKxCluster(args: GetKxClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKxClusterCommandOutput) => void): void;
122
+ /**
123
+ * @see {@link GetKxConnectionStringCommand}
124
+ */
125
+ getKxConnectionString(args: GetKxConnectionStringCommandInput, options?: __HttpHandlerOptions): Promise<GetKxConnectionStringCommandOutput>;
126
+ getKxConnectionString(args: GetKxConnectionStringCommandInput, cb: (err: any, data?: GetKxConnectionStringCommandOutput) => void): void;
127
+ getKxConnectionString(args: GetKxConnectionStringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKxConnectionStringCommandOutput) => void): void;
128
+ /**
129
+ * @see {@link GetKxDatabaseCommand}
130
+ */
131
+ getKxDatabase(args: GetKxDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<GetKxDatabaseCommandOutput>;
132
+ getKxDatabase(args: GetKxDatabaseCommandInput, cb: (err: any, data?: GetKxDatabaseCommandOutput) => void): void;
133
+ getKxDatabase(args: GetKxDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKxDatabaseCommandOutput) => void): void;
134
+ /**
135
+ * @see {@link GetKxEnvironmentCommand}
136
+ */
137
+ getKxEnvironment(args: GetKxEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetKxEnvironmentCommandOutput>;
138
+ getKxEnvironment(args: GetKxEnvironmentCommandInput, cb: (err: any, data?: GetKxEnvironmentCommandOutput) => void): void;
139
+ getKxEnvironment(args: GetKxEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKxEnvironmentCommandOutput) => void): void;
140
+ /**
141
+ * @see {@link GetKxUserCommand}
142
+ */
143
+ getKxUser(args: GetKxUserCommandInput, options?: __HttpHandlerOptions): Promise<GetKxUserCommandOutput>;
144
+ getKxUser(args: GetKxUserCommandInput, cb: (err: any, data?: GetKxUserCommandOutput) => void): void;
145
+ getKxUser(args: GetKxUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKxUserCommandOutput) => void): void;
30
146
  /**
31
147
  * @see {@link ListEnvironmentsCommand}
32
148
  */
33
149
  listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
34
150
  listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
35
151
  listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
152
+ /**
153
+ * @see {@link ListKxChangesetsCommand}
154
+ */
155
+ listKxChangesets(args: ListKxChangesetsCommandInput, options?: __HttpHandlerOptions): Promise<ListKxChangesetsCommandOutput>;
156
+ listKxChangesets(args: ListKxChangesetsCommandInput, cb: (err: any, data?: ListKxChangesetsCommandOutput) => void): void;
157
+ listKxChangesets(args: ListKxChangesetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKxChangesetsCommandOutput) => void): void;
158
+ /**
159
+ * @see {@link ListKxClusterNodesCommand}
160
+ */
161
+ listKxClusterNodes(args: ListKxClusterNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListKxClusterNodesCommandOutput>;
162
+ listKxClusterNodes(args: ListKxClusterNodesCommandInput, cb: (err: any, data?: ListKxClusterNodesCommandOutput) => void): void;
163
+ listKxClusterNodes(args: ListKxClusterNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKxClusterNodesCommandOutput) => void): void;
164
+ /**
165
+ * @see {@link ListKxClustersCommand}
166
+ */
167
+ listKxClusters(args: ListKxClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListKxClustersCommandOutput>;
168
+ listKxClusters(args: ListKxClustersCommandInput, cb: (err: any, data?: ListKxClustersCommandOutput) => void): void;
169
+ listKxClusters(args: ListKxClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKxClustersCommandOutput) => void): void;
170
+ /**
171
+ * @see {@link ListKxDatabasesCommand}
172
+ */
173
+ listKxDatabases(args: ListKxDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<ListKxDatabasesCommandOutput>;
174
+ listKxDatabases(args: ListKxDatabasesCommandInput, cb: (err: any, data?: ListKxDatabasesCommandOutput) => void): void;
175
+ listKxDatabases(args: ListKxDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKxDatabasesCommandOutput) => void): void;
176
+ /**
177
+ * @see {@link ListKxEnvironmentsCommand}
178
+ */
179
+ listKxEnvironments(args: ListKxEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListKxEnvironmentsCommandOutput>;
180
+ listKxEnvironments(args: ListKxEnvironmentsCommandInput, cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void): void;
181
+ listKxEnvironments(args: ListKxEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void): void;
182
+ /**
183
+ * @see {@link ListKxUsersCommand}
184
+ */
185
+ listKxUsers(args: ListKxUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListKxUsersCommandOutput>;
186
+ listKxUsers(args: ListKxUsersCommandInput, cb: (err: any, data?: ListKxUsersCommandOutput) => void): void;
187
+ listKxUsers(args: ListKxUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKxUsersCommandOutput) => void): void;
36
188
  /**
37
189
  * @see {@link ListTagsForResourceCommand}
38
190
  */
@@ -57,6 +209,36 @@ export interface Finspace {
57
209
  updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
58
210
  updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
59
211
  updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
212
+ /**
213
+ * @see {@link UpdateKxClusterDatabasesCommand}
214
+ */
215
+ updateKxClusterDatabases(args: UpdateKxClusterDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKxClusterDatabasesCommandOutput>;
216
+ updateKxClusterDatabases(args: UpdateKxClusterDatabasesCommandInput, cb: (err: any, data?: UpdateKxClusterDatabasesCommandOutput) => void): void;
217
+ updateKxClusterDatabases(args: UpdateKxClusterDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKxClusterDatabasesCommandOutput) => void): void;
218
+ /**
219
+ * @see {@link UpdateKxDatabaseCommand}
220
+ */
221
+ updateKxDatabase(args: UpdateKxDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKxDatabaseCommandOutput>;
222
+ updateKxDatabase(args: UpdateKxDatabaseCommandInput, cb: (err: any, data?: UpdateKxDatabaseCommandOutput) => void): void;
223
+ updateKxDatabase(args: UpdateKxDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKxDatabaseCommandOutput) => void): void;
224
+ /**
225
+ * @see {@link UpdateKxEnvironmentCommand}
226
+ */
227
+ updateKxEnvironment(args: UpdateKxEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKxEnvironmentCommandOutput>;
228
+ updateKxEnvironment(args: UpdateKxEnvironmentCommandInput, cb: (err: any, data?: UpdateKxEnvironmentCommandOutput) => void): void;
229
+ updateKxEnvironment(args: UpdateKxEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKxEnvironmentCommandOutput) => void): void;
230
+ /**
231
+ * @see {@link UpdateKxEnvironmentNetworkCommand}
232
+ */
233
+ updateKxEnvironmentNetwork(args: UpdateKxEnvironmentNetworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKxEnvironmentNetworkCommandOutput>;
234
+ updateKxEnvironmentNetwork(args: UpdateKxEnvironmentNetworkCommandInput, cb: (err: any, data?: UpdateKxEnvironmentNetworkCommandOutput) => void): void;
235
+ updateKxEnvironmentNetwork(args: UpdateKxEnvironmentNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKxEnvironmentNetworkCommandOutput) => void): void;
236
+ /**
237
+ * @see {@link UpdateKxUserCommand}
238
+ */
239
+ updateKxUser(args: UpdateKxUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKxUserCommandOutput>;
240
+ updateKxUser(args: UpdateKxUserCommandInput, cb: (err: any, data?: UpdateKxUserCommandOutput) => void): void;
241
+ updateKxUser(args: UpdateKxUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKxUserCommandOutput) => void): void;
60
242
  }
61
243
  /**
62
244
  * @public
@@ -9,23 +9,49 @@ import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as
9
9
  import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
10
10
  import { Decoder as __Decoder, Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector } from "@smithy/types";
11
11
  import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
12
+ import { CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput } from "./commands/CreateKxChangesetCommand";
13
+ import { CreateKxClusterCommandInput, CreateKxClusterCommandOutput } from "./commands/CreateKxClusterCommand";
14
+ import { CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput } from "./commands/CreateKxDatabaseCommand";
15
+ import { CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput } from "./commands/CreateKxEnvironmentCommand";
16
+ import { CreateKxUserCommandInput, CreateKxUserCommandOutput } from "./commands/CreateKxUserCommand";
12
17
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
18
+ import { DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput } from "./commands/DeleteKxClusterCommand";
19
+ import { DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput } from "./commands/DeleteKxDatabaseCommand";
20
+ import { DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput } from "./commands/DeleteKxEnvironmentCommand";
21
+ import { DeleteKxUserCommandInput, DeleteKxUserCommandOutput } from "./commands/DeleteKxUserCommand";
13
22
  import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
23
+ import { GetKxChangesetCommandInput, GetKxChangesetCommandOutput } from "./commands/GetKxChangesetCommand";
24
+ import { GetKxClusterCommandInput, GetKxClusterCommandOutput } from "./commands/GetKxClusterCommand";
25
+ import { GetKxConnectionStringCommandInput, GetKxConnectionStringCommandOutput } from "./commands/GetKxConnectionStringCommand";
26
+ import { GetKxDatabaseCommandInput, GetKxDatabaseCommandOutput } from "./commands/GetKxDatabaseCommand";
27
+ import { GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput } from "./commands/GetKxEnvironmentCommand";
28
+ import { GetKxUserCommandInput, GetKxUserCommandOutput } from "./commands/GetKxUserCommand";
14
29
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
30
+ import { ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput } from "./commands/ListKxChangesetsCommand";
31
+ import { ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput } from "./commands/ListKxClusterNodesCommand";
32
+ import { ListKxClustersCommandInput, ListKxClustersCommandOutput } from "./commands/ListKxClustersCommand";
33
+ import { ListKxDatabasesCommandInput, ListKxDatabasesCommandOutput } from "./commands/ListKxDatabasesCommand";
34
+ import { ListKxEnvironmentsCommandInput, ListKxEnvironmentsCommandOutput } from "./commands/ListKxEnvironmentsCommand";
35
+ import { ListKxUsersCommandInput, ListKxUsersCommandOutput } from "./commands/ListKxUsersCommand";
15
36
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
16
37
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
17
38
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
18
39
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
40
+ import { UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput } from "./commands/UpdateKxClusterDatabasesCommand";
41
+ import { UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput } from "./commands/UpdateKxDatabaseCommand";
42
+ import { UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput } from "./commands/UpdateKxEnvironmentCommand";
43
+ import { UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput } from "./commands/UpdateKxEnvironmentNetworkCommand";
44
+ import { UpdateKxUserCommandInput, UpdateKxUserCommandOutput } from "./commands/UpdateKxUserCommand";
19
45
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
20
46
  export { __Client };
21
47
  /**
22
48
  * @public
23
49
  */
24
- export type ServiceInputTypes = CreateEnvironmentCommandInput | DeleteEnvironmentCommandInput | GetEnvironmentCommandInput | ListEnvironmentsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEnvironmentCommandInput;
50
+ export type ServiceInputTypes = CreateEnvironmentCommandInput | CreateKxChangesetCommandInput | CreateKxClusterCommandInput | CreateKxDatabaseCommandInput | CreateKxEnvironmentCommandInput | CreateKxUserCommandInput | DeleteEnvironmentCommandInput | DeleteKxClusterCommandInput | DeleteKxDatabaseCommandInput | DeleteKxEnvironmentCommandInput | DeleteKxUserCommandInput | GetEnvironmentCommandInput | GetKxChangesetCommandInput | GetKxClusterCommandInput | GetKxConnectionStringCommandInput | GetKxDatabaseCommandInput | GetKxEnvironmentCommandInput | GetKxUserCommandInput | ListEnvironmentsCommandInput | ListKxChangesetsCommandInput | ListKxClusterNodesCommandInput | ListKxClustersCommandInput | ListKxDatabasesCommandInput | ListKxEnvironmentsCommandInput | ListKxUsersCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEnvironmentCommandInput | UpdateKxClusterDatabasesCommandInput | UpdateKxDatabaseCommandInput | UpdateKxEnvironmentCommandInput | UpdateKxEnvironmentNetworkCommandInput | UpdateKxUserCommandInput;
25
51
  /**
26
52
  * @public
27
53
  */
28
- export type ServiceOutputTypes = CreateEnvironmentCommandOutput | DeleteEnvironmentCommandOutput | GetEnvironmentCommandOutput | ListEnvironmentsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEnvironmentCommandOutput;
54
+ export type ServiceOutputTypes = CreateEnvironmentCommandOutput | CreateKxChangesetCommandOutput | CreateKxClusterCommandOutput | CreateKxDatabaseCommandOutput | CreateKxEnvironmentCommandOutput | CreateKxUserCommandOutput | DeleteEnvironmentCommandOutput | DeleteKxClusterCommandOutput | DeleteKxDatabaseCommandOutput | DeleteKxEnvironmentCommandOutput | DeleteKxUserCommandOutput | GetEnvironmentCommandOutput | GetKxChangesetCommandOutput | GetKxClusterCommandOutput | GetKxConnectionStringCommandOutput | GetKxDatabaseCommandOutput | GetKxEnvironmentCommandOutput | GetKxUserCommandOutput | ListEnvironmentsCommandOutput | ListKxChangesetsCommandOutput | ListKxClusterNodesCommandOutput | ListKxClustersCommandOutput | ListKxDatabasesCommandOutput | ListKxEnvironmentsCommandOutput | ListKxUsersCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEnvironmentCommandOutput | UpdateKxClusterDatabasesCommandOutput | UpdateKxDatabaseCommandOutput | UpdateKxEnvironmentCommandOutput | UpdateKxEnvironmentNetworkCommandOutput | UpdateKxUserCommandOutput;
29
55
  /**
30
56
  * @public
31
57
  */
@@ -37,7 +37,7 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
37
37
  * tags: { // TagMap
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
- * federationMode: "STRING_VALUE",
40
+ * federationMode: "FEDERATED" || "LOCAL",
41
41
  * federationParameters: { // FederationParameters
42
42
  * samlMetadataDocument: "STRING_VALUE",
43
43
  * samlMetadataURL: "STRING_VALUE",
@@ -0,0 +1,122 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
+ import { CreateKxChangesetRequest, CreateKxChangesetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateKxChangesetCommand}.
14
+ */
15
+ export interface CreateKxChangesetCommandInput extends CreateKxChangesetRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateKxChangesetCommand}.
21
+ */
22
+ export interface CreateKxChangesetCommandOutput extends CreateKxChangesetResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>
27
+ * Creates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests.
28
+ * </p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { FinspaceClient, CreateKxChangesetCommand } from "@aws-sdk/client-finspace"; // ES Modules import
33
+ * // const { FinspaceClient, CreateKxChangesetCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
34
+ * const client = new FinspaceClient(config);
35
+ * const input = { // CreateKxChangesetRequest
36
+ * environmentId: "STRING_VALUE", // required
37
+ * databaseName: "STRING_VALUE", // required
38
+ * changeRequests: [ // ChangeRequests // required
39
+ * { // ChangeRequest
40
+ * changeType: "PUT" || "DELETE", // required
41
+ * s3Path: "STRING_VALUE",
42
+ * dbPath: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * clientToken: "STRING_VALUE", // required
46
+ * };
47
+ * const command = new CreateKxChangesetCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // CreateKxChangesetResponse
50
+ * // changesetId: "STRING_VALUE",
51
+ * // databaseName: "STRING_VALUE",
52
+ * // environmentId: "STRING_VALUE",
53
+ * // changeRequests: [ // ChangeRequests
54
+ * // { // ChangeRequest
55
+ * // changeType: "PUT" || "DELETE", // required
56
+ * // s3Path: "STRING_VALUE",
57
+ * // dbPath: "STRING_VALUE", // required
58
+ * // },
59
+ * // ],
60
+ * // createdTimestamp: new Date("TIMESTAMP"),
61
+ * // lastModifiedTimestamp: new Date("TIMESTAMP"),
62
+ * // status: "PENDING" || "PROCESSING" || "FAILED" || "COMPLETED",
63
+ * // errorInfo: { // ErrorInfo
64
+ * // errorMessage: "STRING_VALUE",
65
+ * // errorType: "The inputs to this request are invalid." || "Service limits have been exceeded." || "Missing required permission to perform this request." || "One or more inputs to this request were not found." || "The system temporarily lacks sufficient resources to process the request." || "An internal error has occurred." || "Cancelled" || "A user recoverable error has occurred",
66
+ * // },
67
+ * // };
68
+ *
69
+ * ```
70
+ *
71
+ * @param CreateKxChangesetCommandInput - {@link CreateKxChangesetCommandInput}
72
+ * @returns {@link CreateKxChangesetCommandOutput}
73
+ * @see {@link CreateKxChangesetCommandInput} for command's `input` shape.
74
+ * @see {@link CreateKxChangesetCommandOutput} for command's `response` shape.
75
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
76
+ *
77
+ * @throws {@link AccessDeniedException} (client fault)
78
+ * <p>You do not have sufficient access to perform this action.</p>
79
+ *
80
+ * @throws {@link ConflictException} (client fault)
81
+ * <p>There was a conflict with this action, and it could not be completed.</p>
82
+ *
83
+ * @throws {@link InternalServerException} (server fault)
84
+ * <p>The request processing has failed because of an unknown error, exception or
85
+ * failure.</p>
86
+ *
87
+ * @throws {@link LimitExceededException} (client fault)
88
+ * <p>A service limit or quota is exceeded.</p>
89
+ *
90
+ * @throws {@link ResourceNotFoundException} (client fault)
91
+ * <p>One or more resources can't be found.</p>
92
+ *
93
+ * @throws {@link ThrottlingException} (client fault)
94
+ * <p>The request was denied due to request throttling.</p>
95
+ *
96
+ * @throws {@link ValidationException} (client fault)
97
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
98
+ *
99
+ * @throws {@link FinspaceServiceException}
100
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
101
+ *
102
+ */
103
+ export declare class CreateKxChangesetCommand extends $Command<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput, FinspaceClientResolvedConfig> {
104
+ readonly input: CreateKxChangesetCommandInput;
105
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
+ /**
107
+ * @public
108
+ */
109
+ constructor(input: CreateKxChangesetCommandInput);
110
+ /**
111
+ * @internal
112
+ */
113
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput>;
114
+ /**
115
+ * @internal
116
+ */
117
+ private serialize;
118
+ /**
119
+ * @internal
120
+ */
121
+ private deserialize;
122
+ }
@@ -0,0 +1,233 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient";
5
+ import { CreateKxClusterRequest, CreateKxClusterResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateKxClusterCommand}.
14
+ */
15
+ export interface CreateKxClusterCommandInput extends CreateKxClusterRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateKxClusterCommand}.
21
+ */
22
+ export interface CreateKxClusterCommandOutput extends CreateKxClusterResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a new kdb cluster.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { FinspaceClient, CreateKxClusterCommand } from "@aws-sdk/client-finspace"; // ES Modules import
31
+ * // const { FinspaceClient, CreateKxClusterCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
32
+ * const client = new FinspaceClient(config);
33
+ * const input = { // CreateKxClusterRequest
34
+ * clientToken: "STRING_VALUE",
35
+ * environmentId: "STRING_VALUE", // required
36
+ * clusterName: "STRING_VALUE", // required
37
+ * clusterType: "HDB" || "RDB" || "GATEWAY", // required
38
+ * databases: [ // KxDatabaseConfigurations
39
+ * { // KxDatabaseConfiguration
40
+ * databaseName: "STRING_VALUE", // required
41
+ * cacheConfigurations: [ // KxDatabaseCacheConfigurations
42
+ * { // KxDatabaseCacheConfiguration
43
+ * cacheType: "STRING_VALUE", // required
44
+ * dbPaths: [ // DbPaths // required
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * },
48
+ * ],
49
+ * changesetId: "STRING_VALUE",
50
+ * },
51
+ * ],
52
+ * cacheStorageConfigurations: [ // KxCacheStorageConfigurations
53
+ * { // KxCacheStorageConfiguration
54
+ * type: "STRING_VALUE", // required
55
+ * size: Number("int"), // required
56
+ * },
57
+ * ],
58
+ * autoScalingConfiguration: { // AutoScalingConfiguration
59
+ * minNodeCount: Number("int"),
60
+ * maxNodeCount: Number("int"),
61
+ * autoScalingMetric: "CPU_UTILIZATION_PERCENTAGE",
62
+ * metricTarget: Number("double"),
63
+ * scaleInCooldownSeconds: Number("double"),
64
+ * scaleOutCooldownSeconds: Number("double"),
65
+ * },
66
+ * clusterDescription: "STRING_VALUE",
67
+ * capacityConfiguration: { // CapacityConfiguration
68
+ * nodeType: "STRING_VALUE",
69
+ * nodeCount: Number("int"),
70
+ * },
71
+ * releaseLabel: "STRING_VALUE", // required
72
+ * vpcConfiguration: { // VpcConfiguration
73
+ * vpcId: "STRING_VALUE",
74
+ * securityGroupIds: [ // SecurityGroupIdList
75
+ * "STRING_VALUE",
76
+ * ],
77
+ * subnetIds: [ // SubnetIdList
78
+ * "STRING_VALUE",
79
+ * ],
80
+ * ipAddressType: "IP_V4",
81
+ * },
82
+ * initializationScript: "STRING_VALUE",
83
+ * commandLineArguments: [ // KxCommandLineArguments
84
+ * { // KxCommandLineArgument
85
+ * key: "STRING_VALUE",
86
+ * value: "STRING_VALUE",
87
+ * },
88
+ * ],
89
+ * code: { // CodeConfiguration
90
+ * s3Bucket: "STRING_VALUE",
91
+ * s3Key: "STRING_VALUE",
92
+ * s3ObjectVersion: "STRING_VALUE",
93
+ * },
94
+ * executionRole: "STRING_VALUE",
95
+ * savedownStorageConfiguration: { // KxSavedownStorageConfiguration
96
+ * type: "SDS01", // required
97
+ * size: Number("int"), // required
98
+ * },
99
+ * azMode: "SINGLE" || "MULTI", // required
100
+ * availabilityZoneId: "STRING_VALUE",
101
+ * tags: { // TagMap
102
+ * "<keys>": "STRING_VALUE",
103
+ * },
104
+ * };
105
+ * const command = new CreateKxClusterCommand(input);
106
+ * const response = await client.send(command);
107
+ * // { // CreateKxClusterResponse
108
+ * // environmentId: "STRING_VALUE",
109
+ * // status: "PENDING" || "CREATING" || "CREATE_FAILED" || "RUNNING" || "UPDATING" || "DELETING" || "DELETED" || "DELETE_FAILED",
110
+ * // statusReason: "STRING_VALUE",
111
+ * // clusterName: "STRING_VALUE",
112
+ * // clusterType: "HDB" || "RDB" || "GATEWAY",
113
+ * // databases: [ // KxDatabaseConfigurations
114
+ * // { // KxDatabaseConfiguration
115
+ * // databaseName: "STRING_VALUE", // required
116
+ * // cacheConfigurations: [ // KxDatabaseCacheConfigurations
117
+ * // { // KxDatabaseCacheConfiguration
118
+ * // cacheType: "STRING_VALUE", // required
119
+ * // dbPaths: [ // DbPaths // required
120
+ * // "STRING_VALUE",
121
+ * // ],
122
+ * // },
123
+ * // ],
124
+ * // changesetId: "STRING_VALUE",
125
+ * // },
126
+ * // ],
127
+ * // cacheStorageConfigurations: [ // KxCacheStorageConfigurations
128
+ * // { // KxCacheStorageConfiguration
129
+ * // type: "STRING_VALUE", // required
130
+ * // size: Number("int"), // required
131
+ * // },
132
+ * // ],
133
+ * // autoScalingConfiguration: { // AutoScalingConfiguration
134
+ * // minNodeCount: Number("int"),
135
+ * // maxNodeCount: Number("int"),
136
+ * // autoScalingMetric: "CPU_UTILIZATION_PERCENTAGE",
137
+ * // metricTarget: Number("double"),
138
+ * // scaleInCooldownSeconds: Number("double"),
139
+ * // scaleOutCooldownSeconds: Number("double"),
140
+ * // },
141
+ * // clusterDescription: "STRING_VALUE",
142
+ * // capacityConfiguration: { // CapacityConfiguration
143
+ * // nodeType: "STRING_VALUE",
144
+ * // nodeCount: Number("int"),
145
+ * // },
146
+ * // releaseLabel: "STRING_VALUE",
147
+ * // vpcConfiguration: { // VpcConfiguration
148
+ * // vpcId: "STRING_VALUE",
149
+ * // securityGroupIds: [ // SecurityGroupIdList
150
+ * // "STRING_VALUE",
151
+ * // ],
152
+ * // subnetIds: [ // SubnetIdList
153
+ * // "STRING_VALUE",
154
+ * // ],
155
+ * // ipAddressType: "IP_V4",
156
+ * // },
157
+ * // initializationScript: "STRING_VALUE",
158
+ * // commandLineArguments: [ // KxCommandLineArguments
159
+ * // { // KxCommandLineArgument
160
+ * // key: "STRING_VALUE",
161
+ * // value: "STRING_VALUE",
162
+ * // },
163
+ * // ],
164
+ * // code: { // CodeConfiguration
165
+ * // s3Bucket: "STRING_VALUE",
166
+ * // s3Key: "STRING_VALUE",
167
+ * // s3ObjectVersion: "STRING_VALUE",
168
+ * // },
169
+ * // executionRole: "STRING_VALUE",
170
+ * // lastModifiedTimestamp: new Date("TIMESTAMP"),
171
+ * // savedownStorageConfiguration: { // KxSavedownStorageConfiguration
172
+ * // type: "SDS01", // required
173
+ * // size: Number("int"), // required
174
+ * // },
175
+ * // azMode: "SINGLE" || "MULTI",
176
+ * // availabilityZoneId: "STRING_VALUE",
177
+ * // createdTimestamp: new Date("TIMESTAMP"),
178
+ * // };
179
+ *
180
+ * ```
181
+ *
182
+ * @param CreateKxClusterCommandInput - {@link CreateKxClusterCommandInput}
183
+ * @returns {@link CreateKxClusterCommandOutput}
184
+ * @see {@link CreateKxClusterCommandInput} for command's `input` shape.
185
+ * @see {@link CreateKxClusterCommandOutput} for command's `response` shape.
186
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
187
+ *
188
+ * @throws {@link AccessDeniedException} (client fault)
189
+ * <p>You do not have sufficient access to perform this action.</p>
190
+ *
191
+ * @throws {@link ConflictException} (client fault)
192
+ * <p>There was a conflict with this action, and it could not be completed.</p>
193
+ *
194
+ * @throws {@link InternalServerException} (server fault)
195
+ * <p>The request processing has failed because of an unknown error, exception or
196
+ * failure.</p>
197
+ *
198
+ * @throws {@link LimitExceededException} (client fault)
199
+ * <p>A service limit or quota is exceeded.</p>
200
+ *
201
+ * @throws {@link ResourceNotFoundException} (client fault)
202
+ * <p>One or more resources can't be found.</p>
203
+ *
204
+ * @throws {@link ThrottlingException} (client fault)
205
+ * <p>The request was denied due to request throttling.</p>
206
+ *
207
+ * @throws {@link ValidationException} (client fault)
208
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
209
+ *
210
+ * @throws {@link FinspaceServiceException}
211
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
212
+ *
213
+ */
214
+ export declare class CreateKxClusterCommand extends $Command<CreateKxClusterCommandInput, CreateKxClusterCommandOutput, FinspaceClientResolvedConfig> {
215
+ readonly input: CreateKxClusterCommandInput;
216
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
217
+ /**
218
+ * @public
219
+ */
220
+ constructor(input: CreateKxClusterCommandInput);
221
+ /**
222
+ * @internal
223
+ */
224
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKxClusterCommandInput, CreateKxClusterCommandOutput>;
225
+ /**
226
+ * @internal
227
+ */
228
+ private serialize;
229
+ /**
230
+ * @internal
231
+ */
232
+ private deserialize;
233
+ }