@aws-sdk/client-finspace 3.345.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 +4 -2
@@ -0,0 +1,109 @@
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 { CreateKxDatabaseRequest, CreateKxDatabaseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateKxDatabaseCommand}.
14
+ */
15
+ export interface CreateKxDatabaseCommandInput extends CreateKxDatabaseRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateKxDatabaseCommand}.
21
+ */
22
+ export interface CreateKxDatabaseCommandOutput extends CreateKxDatabaseResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a new kdb database in the environment.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { FinspaceClient, CreateKxDatabaseCommand } from "@aws-sdk/client-finspace"; // ES Modules import
31
+ * // const { FinspaceClient, CreateKxDatabaseCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
32
+ * const client = new FinspaceClient(config);
33
+ * const input = { // CreateKxDatabaseRequest
34
+ * environmentId: "STRING_VALUE", // required
35
+ * databaseName: "STRING_VALUE", // required
36
+ * description: "STRING_VALUE",
37
+ * tags: { // TagMap
38
+ * "<keys>": "STRING_VALUE",
39
+ * },
40
+ * clientToken: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new CreateKxDatabaseCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // CreateKxDatabaseResponse
45
+ * // databaseName: "STRING_VALUE",
46
+ * // databaseArn: "STRING_VALUE",
47
+ * // environmentId: "STRING_VALUE",
48
+ * // description: "STRING_VALUE",
49
+ * // createdTimestamp: new Date("TIMESTAMP"),
50
+ * // lastModifiedTimestamp: new Date("TIMESTAMP"),
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param CreateKxDatabaseCommandInput - {@link CreateKxDatabaseCommandInput}
56
+ * @returns {@link CreateKxDatabaseCommandOutput}
57
+ * @see {@link CreateKxDatabaseCommandInput} for command's `input` shape.
58
+ * @see {@link CreateKxDatabaseCommandOutput} for command's `response` shape.
59
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
60
+ *
61
+ * @throws {@link AccessDeniedException} (client fault)
62
+ * <p>You do not have sufficient access to perform this action.</p>
63
+ *
64
+ * @throws {@link ConflictException} (client fault)
65
+ * <p>There was a conflict with this action, and it could not be completed.</p>
66
+ *
67
+ * @throws {@link InternalServerException} (server fault)
68
+ * <p>The request processing has failed because of an unknown error, exception or
69
+ * failure.</p>
70
+ *
71
+ * @throws {@link LimitExceededException} (client fault)
72
+ * <p>A service limit or quota is exceeded.</p>
73
+ *
74
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
75
+ * <p>The specified resource group already exists.</p>
76
+ *
77
+ * @throws {@link ResourceNotFoundException} (client fault)
78
+ * <p>One or more resources can't be found.</p>
79
+ *
80
+ * @throws {@link ThrottlingException} (client fault)
81
+ * <p>The request was denied due to request throttling.</p>
82
+ *
83
+ * @throws {@link ValidationException} (client fault)
84
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
85
+ *
86
+ * @throws {@link FinspaceServiceException}
87
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
88
+ *
89
+ */
90
+ export declare class CreateKxDatabaseCommand extends $Command<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput, FinspaceClientResolvedConfig> {
91
+ readonly input: CreateKxDatabaseCommandInput;
92
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
+ /**
94
+ * @public
95
+ */
96
+ constructor(input: CreateKxDatabaseCommandInput);
97
+ /**
98
+ * @internal
99
+ */
100
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput>;
101
+ /**
102
+ * @internal
103
+ */
104
+ private serialize;
105
+ /**
106
+ * @internal
107
+ */
108
+ private deserialize;
109
+ }
@@ -0,0 +1,108 @@
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 { CreateKxEnvironmentRequest, CreateKxEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateKxEnvironmentCommand}.
14
+ */
15
+ export interface CreateKxEnvironmentCommandInput extends CreateKxEnvironmentRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateKxEnvironmentCommand}.
21
+ */
22
+ export interface CreateKxEnvironmentCommandOutput extends CreateKxEnvironmentResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a managed kdb environment for the account.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { FinspaceClient, CreateKxEnvironmentCommand } from "@aws-sdk/client-finspace"; // ES Modules import
31
+ * // const { FinspaceClient, CreateKxEnvironmentCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
32
+ * const client = new FinspaceClient(config);
33
+ * const input = { // CreateKxEnvironmentRequest
34
+ * name: "STRING_VALUE", // required
35
+ * description: "STRING_VALUE",
36
+ * kmsKeyId: "STRING_VALUE", // required
37
+ * tags: { // TagMap
38
+ * "<keys>": "STRING_VALUE",
39
+ * },
40
+ * clientToken: "STRING_VALUE",
41
+ * };
42
+ * const command = new CreateKxEnvironmentCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // CreateKxEnvironmentResponse
45
+ * // name: "STRING_VALUE",
46
+ * // status: "CREATE_REQUESTED" || "CREATING" || "CREATED" || "DELETE_REQUESTED" || "DELETING" || "DELETED" || "FAILED_CREATION" || "RETRY_DELETION" || "FAILED_DELETION" || "UPDATE_NETWORK_REQUESTED" || "UPDATING_NETWORK" || "FAILED_UPDATING_NETWORK" || "SUSPENDED",
47
+ * // environmentId: "STRING_VALUE",
48
+ * // description: "STRING_VALUE",
49
+ * // environmentArn: "STRING_VALUE",
50
+ * // kmsKeyId: "STRING_VALUE",
51
+ * // creationTimestamp: new Date("TIMESTAMP"),
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param CreateKxEnvironmentCommandInput - {@link CreateKxEnvironmentCommandInput}
57
+ * @returns {@link CreateKxEnvironmentCommandOutput}
58
+ * @see {@link CreateKxEnvironmentCommandInput} for command's `input` shape.
59
+ * @see {@link CreateKxEnvironmentCommandOutput} for command's `response` shape.
60
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
61
+ *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>You do not have sufficient access to perform this action.</p>
64
+ *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * <p>There was a conflict with this action, and it could not be completed.</p>
67
+ *
68
+ * @throws {@link InternalServerException} (server fault)
69
+ * <p>The request processing has failed because of an unknown error, exception or
70
+ * failure.</p>
71
+ *
72
+ * @throws {@link LimitExceededException} (client fault)
73
+ * <p>A service limit or quota is exceeded.</p>
74
+ *
75
+ * @throws {@link ServiceQuotaExceededException} (client fault)
76
+ * <p> You have exceeded your service quota. To perform the requested action,
77
+ * remove some of the relevant resources, or use Service Quotas to request a service quota increase.</p>
78
+ *
79
+ * @throws {@link ThrottlingException} (client fault)
80
+ * <p>The request was denied due to request throttling.</p>
81
+ *
82
+ * @throws {@link ValidationException} (client fault)
83
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
84
+ *
85
+ * @throws {@link FinspaceServiceException}
86
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
87
+ *
88
+ */
89
+ export declare class CreateKxEnvironmentCommand extends $Command<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig> {
90
+ readonly input: CreateKxEnvironmentCommandInput;
91
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
+ /**
93
+ * @public
94
+ */
95
+ constructor(input: CreateKxEnvironmentCommandInput);
96
+ /**
97
+ * @internal
98
+ */
99
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput>;
100
+ /**
101
+ * @internal
102
+ */
103
+ private serialize;
104
+ /**
105
+ * @internal
106
+ */
107
+ private deserialize;
108
+ }
@@ -0,0 +1,107 @@
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 { CreateKxUserRequest, CreateKxUserResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateKxUserCommand}.
14
+ */
15
+ export interface CreateKxUserCommandInput extends CreateKxUserRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateKxUserCommand}.
21
+ */
22
+ export interface CreateKxUserCommandOutput extends CreateKxUserResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a user in FinSpace kdb environment with an associated IAM role.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { FinspaceClient, CreateKxUserCommand } from "@aws-sdk/client-finspace"; // ES Modules import
31
+ * // const { FinspaceClient, CreateKxUserCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
32
+ * const client = new FinspaceClient(config);
33
+ * const input = { // CreateKxUserRequest
34
+ * environmentId: "STRING_VALUE", // required
35
+ * userName: "STRING_VALUE", // required
36
+ * iamRole: "STRING_VALUE", // required
37
+ * tags: { // TagMap
38
+ * "<keys>": "STRING_VALUE",
39
+ * },
40
+ * clientToken: "STRING_VALUE",
41
+ * };
42
+ * const command = new CreateKxUserCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // CreateKxUserResponse
45
+ * // userName: "STRING_VALUE",
46
+ * // userArn: "STRING_VALUE",
47
+ * // environmentId: "STRING_VALUE",
48
+ * // iamRole: "STRING_VALUE",
49
+ * // };
50
+ *
51
+ * ```
52
+ *
53
+ * @param CreateKxUserCommandInput - {@link CreateKxUserCommandInput}
54
+ * @returns {@link CreateKxUserCommandOutput}
55
+ * @see {@link CreateKxUserCommandInput} for command's `input` shape.
56
+ * @see {@link CreateKxUserCommandOutput} for command's `response` shape.
57
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
58
+ *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>You do not have sufficient access to perform this action.</p>
61
+ *
62
+ * @throws {@link ConflictException} (client fault)
63
+ * <p>There was a conflict with this action, and it could not be completed.</p>
64
+ *
65
+ * @throws {@link InternalServerException} (server fault)
66
+ * <p>The request processing has failed because of an unknown error, exception or
67
+ * failure.</p>
68
+ *
69
+ * @throws {@link LimitExceededException} (client fault)
70
+ * <p>A service limit or quota is exceeded.</p>
71
+ *
72
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
73
+ * <p>The specified resource group already exists.</p>
74
+ *
75
+ * @throws {@link ResourceNotFoundException} (client fault)
76
+ * <p>One or more resources can't be found.</p>
77
+ *
78
+ * @throws {@link ThrottlingException} (client fault)
79
+ * <p>The request was denied due to request throttling.</p>
80
+ *
81
+ * @throws {@link ValidationException} (client fault)
82
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
83
+ *
84
+ * @throws {@link FinspaceServiceException}
85
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
86
+ *
87
+ */
88
+ export declare class CreateKxUserCommand extends $Command<CreateKxUserCommandInput, CreateKxUserCommandOutput, FinspaceClientResolvedConfig> {
89
+ readonly input: CreateKxUserCommandInput;
90
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
94
+ constructor(input: CreateKxUserCommandInput);
95
+ /**
96
+ * @internal
97
+ */
98
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKxUserCommandInput, CreateKxUserCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
102
+ private serialize;
103
+ /**
104
+ * @internal
105
+ */
106
+ private deserialize;
107
+ }
@@ -0,0 +1,95 @@
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 { DeleteKxClusterRequest, DeleteKxClusterResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteKxClusterCommand}.
14
+ */
15
+ export interface DeleteKxClusterCommandInput extends DeleteKxClusterRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteKxClusterCommand}.
21
+ */
22
+ export interface DeleteKxClusterCommandOutput extends DeleteKxClusterResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deletes a 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, DeleteKxClusterCommand } from "@aws-sdk/client-finspace"; // ES Modules import
31
+ * // const { FinspaceClient, DeleteKxClusterCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
32
+ * const client = new FinspaceClient(config);
33
+ * const input = { // DeleteKxClusterRequest
34
+ * environmentId: "STRING_VALUE", // required
35
+ * clusterName: "STRING_VALUE", // required
36
+ * clientToken: "STRING_VALUE",
37
+ * };
38
+ * const command = new DeleteKxClusterCommand(input);
39
+ * const response = await client.send(command);
40
+ * // {};
41
+ *
42
+ * ```
43
+ *
44
+ * @param DeleteKxClusterCommandInput - {@link DeleteKxClusterCommandInput}
45
+ * @returns {@link DeleteKxClusterCommandOutput}
46
+ * @see {@link DeleteKxClusterCommandInput} for command's `input` shape.
47
+ * @see {@link DeleteKxClusterCommandOutput} for command's `response` shape.
48
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
49
+ *
50
+ * @throws {@link AccessDeniedException} (client fault)
51
+ * <p>You do not have sufficient access to perform this action.</p>
52
+ *
53
+ * @throws {@link ConflictException} (client fault)
54
+ * <p>There was a conflict with this action, and it could not be completed.</p>
55
+ *
56
+ * @throws {@link InternalServerException} (server fault)
57
+ * <p>The request processing has failed because of an unknown error, exception or
58
+ * failure.</p>
59
+ *
60
+ * @throws {@link LimitExceededException} (client fault)
61
+ * <p>A service limit or quota is exceeded.</p>
62
+ *
63
+ * @throws {@link ResourceNotFoundException} (client fault)
64
+ * <p>One or more resources can't be found.</p>
65
+ *
66
+ * @throws {@link ThrottlingException} (client fault)
67
+ * <p>The request was denied due to request throttling.</p>
68
+ *
69
+ * @throws {@link ValidationException} (client fault)
70
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
71
+ *
72
+ * @throws {@link FinspaceServiceException}
73
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
74
+ *
75
+ */
76
+ export declare class DeleteKxClusterCommand extends $Command<DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput, FinspaceClientResolvedConfig> {
77
+ readonly input: DeleteKxClusterCommandInput;
78
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
82
+ constructor(input: DeleteKxClusterCommandInput);
83
+ /**
84
+ * @internal
85
+ */
86
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
90
+ private serialize;
91
+ /**
92
+ * @internal
93
+ */
94
+ private deserialize;
95
+ }
@@ -0,0 +1,92 @@
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 { DeleteKxDatabaseRequest, DeleteKxDatabaseResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteKxDatabaseCommand}.
14
+ */
15
+ export interface DeleteKxDatabaseCommandInput extends DeleteKxDatabaseRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteKxDatabaseCommand}.
21
+ */
22
+ export interface DeleteKxDatabaseCommandOutput extends DeleteKxDatabaseResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be retained.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { FinspaceClient, DeleteKxDatabaseCommand } from "@aws-sdk/client-finspace"; // ES Modules import
31
+ * // const { FinspaceClient, DeleteKxDatabaseCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
32
+ * const client = new FinspaceClient(config);
33
+ * const input = { // DeleteKxDatabaseRequest
34
+ * environmentId: "STRING_VALUE", // required
35
+ * databaseName: "STRING_VALUE", // required
36
+ * clientToken: "STRING_VALUE", // required
37
+ * };
38
+ * const command = new DeleteKxDatabaseCommand(input);
39
+ * const response = await client.send(command);
40
+ * // {};
41
+ *
42
+ * ```
43
+ *
44
+ * @param DeleteKxDatabaseCommandInput - {@link DeleteKxDatabaseCommandInput}
45
+ * @returns {@link DeleteKxDatabaseCommandOutput}
46
+ * @see {@link DeleteKxDatabaseCommandInput} for command's `input` shape.
47
+ * @see {@link DeleteKxDatabaseCommandOutput} for command's `response` shape.
48
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
49
+ *
50
+ * @throws {@link AccessDeniedException} (client fault)
51
+ * <p>You do not have sufficient access to perform this action.</p>
52
+ *
53
+ * @throws {@link ConflictException} (client fault)
54
+ * <p>There was a conflict with this action, and it could not be completed.</p>
55
+ *
56
+ * @throws {@link InternalServerException} (server fault)
57
+ * <p>The request processing has failed because of an unknown error, exception or
58
+ * failure.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>One or more resources can't be found.</p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>The request was denied due to request throttling.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
68
+ *
69
+ * @throws {@link FinspaceServiceException}
70
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
71
+ *
72
+ */
73
+ export declare class DeleteKxDatabaseCommand extends $Command<DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput, FinspaceClientResolvedConfig> {
74
+ readonly input: DeleteKxDatabaseCommandInput;
75
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
79
+ constructor(input: DeleteKxDatabaseCommandInput);
80
+ /**
81
+ * @internal
82
+ */
83
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
87
+ private serialize;
88
+ /**
89
+ * @internal
90
+ */
91
+ private deserialize;
92
+ }
@@ -0,0 +1,87 @@
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 { DeleteKxEnvironmentRequest, DeleteKxEnvironmentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteKxEnvironmentCommand}.
14
+ */
15
+ export interface DeleteKxEnvironmentCommandInput extends DeleteKxEnvironmentRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteKxEnvironmentCommand}.
21
+ */
22
+ export interface DeleteKxEnvironmentCommandOutput extends DeleteKxEnvironmentResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it. </p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { FinspaceClient, DeleteKxEnvironmentCommand } from "@aws-sdk/client-finspace"; // ES Modules import
31
+ * // const { FinspaceClient, DeleteKxEnvironmentCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
32
+ * const client = new FinspaceClient(config);
33
+ * const input = { // DeleteKxEnvironmentRequest
34
+ * environmentId: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DeleteKxEnvironmentCommand(input);
37
+ * const response = await client.send(command);
38
+ * // {};
39
+ *
40
+ * ```
41
+ *
42
+ * @param DeleteKxEnvironmentCommandInput - {@link DeleteKxEnvironmentCommandInput}
43
+ * @returns {@link DeleteKxEnvironmentCommandOutput}
44
+ * @see {@link DeleteKxEnvironmentCommandInput} for command's `input` shape.
45
+ * @see {@link DeleteKxEnvironmentCommandOutput} for command's `response` shape.
46
+ * @see {@link FinspaceClientResolvedConfig | config} for FinspaceClient's `config` shape.
47
+ *
48
+ * @throws {@link AccessDeniedException} (client fault)
49
+ * <p>You do not have sufficient access to perform this action.</p>
50
+ *
51
+ * @throws {@link InternalServerException} (server fault)
52
+ * <p>The request processing has failed because of an unknown error, exception or
53
+ * failure.</p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>One or more resources can't be found.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>The request was denied due to request throttling.</p>
60
+ *
61
+ * @throws {@link ValidationException} (client fault)
62
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
63
+ *
64
+ * @throws {@link FinspaceServiceException}
65
+ * <p>Base exception class for all service exceptions from Finspace service.</p>
66
+ *
67
+ */
68
+ export declare class DeleteKxEnvironmentCommand extends $Command<DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput, FinspaceClientResolvedConfig> {
69
+ readonly input: DeleteKxEnvironmentCommandInput;
70
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
74
+ constructor(input: DeleteKxEnvironmentCommandInput);
75
+ /**
76
+ * @internal
77
+ */
78
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
82
+ private serialize;
83
+ /**
84
+ * @internal
85
+ */
86
+ private deserialize;
87
+ }