@aws-sdk/client-finspace 3.529.1 → 3.535.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 (111) hide show
  1. package/dist-types/Finspace.d.ts +3 -1
  2. package/dist-types/FinspaceClient.d.ts +1 -1
  3. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -3
  4. package/dist-types/commands/CreateKxChangesetCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateKxClusterCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateKxDatabaseCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateKxDataviewCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateKxUserCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateKxVolumeCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteKxClusterCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteKxDataviewCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteKxUserCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteKxVolumeCommand.d.ts +2 -1
  20. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -3
  21. package/dist-types/commands/GetKxChangesetCommand.d.ts +2 -1
  22. package/dist-types/commands/GetKxClusterCommand.d.ts +2 -1
  23. package/dist-types/commands/GetKxConnectionStringCommand.d.ts +2 -1
  24. package/dist-types/commands/GetKxDatabaseCommand.d.ts +2 -1
  25. package/dist-types/commands/GetKxDataviewCommand.d.ts +2 -1
  26. package/dist-types/commands/GetKxEnvironmentCommand.d.ts +2 -1
  27. package/dist-types/commands/GetKxScalingGroupCommand.d.ts +2 -1
  28. package/dist-types/commands/GetKxUserCommand.d.ts +2 -1
  29. package/dist-types/commands/GetKxVolumeCommand.d.ts +2 -1
  30. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListKxChangesetsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListKxClusterNodesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListKxClustersCommand.d.ts +2 -1
  34. package/dist-types/commands/ListKxDatabasesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListKxDataviewsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListKxUsersCommand.d.ts +2 -1
  39. package/dist-types/commands/ListKxVolumesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
  44. package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateKxDataviewCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateKxUserCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateKxVolumeCommand.d.ts +2 -1
  52. package/dist-types/models/models_0.d.ts +694 -694
  53. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  54. package/dist-types/runtimeConfig.d.ts +2 -2
  55. package/dist-types/runtimeConfig.native.d.ts +2 -2
  56. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  57. package/dist-types/ts3.4/Finspace.d.ts +2 -0
  58. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  108. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  109. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  110. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  111. package/package.json +40 -40
@@ -215,6 +215,7 @@ export interface Finspace {
215
215
  /**
216
216
  * @see {@link ListEnvironmentsCommand}
217
217
  */
218
+ listEnvironments(): Promise<ListEnvironmentsCommandOutput>;
218
219
  listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
219
220
  listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
220
221
  listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
@@ -251,6 +252,7 @@ export interface Finspace {
251
252
  /**
252
253
  * @see {@link ListKxEnvironmentsCommand}
253
254
  */
255
+ listKxEnvironments(): Promise<ListKxEnvironmentsCommandOutput>;
254
256
  listKxEnvironments(args: ListKxEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListKxEnvironmentsCommandOutput>;
255
257
  listKxEnvironments(args: ListKxEnvironmentsCommandInput, cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void): void;
256
258
  listKxEnvironments(args: ListKxEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKxEnvironmentsCommandOutput) => void): void;
@@ -346,8 +348,8 @@ export interface Finspace {
346
348
  updateKxVolume(args: UpdateKxVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKxVolumeCommandOutput) => void): void;
347
349
  }
348
350
  /**
349
- * @public
350
351
  * <p>The FinSpace management service provides the APIs for managing FinSpace environments.</p>
352
+ * @public
351
353
  */
352
354
  export declare class Finspace extends FinspaceClient implements Finspace {
353
355
  }
@@ -200,8 +200,8 @@ export type FinspaceClientResolvedConfigType = __SmithyResolvedConfiguration<__H
200
200
  export interface FinspaceClientResolvedConfig extends FinspaceClientResolvedConfigType {
201
201
  }
202
202
  /**
203
- * @public
204
203
  * <p>The FinSpace management service provides the APIs for managing FinSpace environments.</p>
204
+ * @public
205
205
  */
206
206
  export declare class FinspaceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FinspaceClientResolvedConfig> {
207
207
  /**
@@ -22,12 +22,10 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
22
22
  }
23
23
  declare const CreateEnvironmentCommand_base: {
24
24
  new (input: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Create a new FinSpace environment.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +99,8 @@ declare const CreateEnvironmentCommand_base: {
101
99
  * @throws {@link FinspaceServiceException}
102
100
  * <p>Base exception class for all service exceptions from Finspace service.</p>
103
101
  *
102
+ * @public
103
+ * @deprecated This method will be discontinued.
104
104
  */
105
105
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
106
106
  }
@@ -22,10 +22,10 @@ export interface CreateKxChangesetCommandOutput extends CreateKxChangesetRespons
22
22
  }
23
23
  declare const CreateKxChangesetCommand_base: {
24
24
  new (input: CreateKxChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxChangesetCommandInput, CreateKxChangesetCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * 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.
31
31
  * </p>
@@ -102,6 +102,7 @@ declare const CreateKxChangesetCommand_base: {
102
102
  * @throws {@link FinspaceServiceException}
103
103
  * <p>Base exception class for all service exceptions from Finspace service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class CreateKxChangesetCommand extends CreateKxChangesetCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateKxClusterCommandOutput extends CreateKxClusterResponse, _
22
22
  }
23
23
  declare const CreateKxClusterCommand_base: {
24
24
  new (input: CreateKxClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxClusterCommandInput, CreateKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxClusterCommandInput, CreateKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new kdb cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -275,6 +275,7 @@ declare const CreateKxClusterCommand_base: {
275
275
  * @throws {@link FinspaceServiceException}
276
276
  * <p>Base exception class for all service exceptions from Finspace service.</p>
277
277
  *
278
+ * @public
278
279
  */
279
280
  export declare class CreateKxClusterCommand extends CreateKxClusterCommand_base {
280
281
  }
@@ -22,10 +22,10 @@ export interface CreateKxDatabaseCommandOutput extends CreateKxDatabaseResponse,
22
22
  }
23
23
  declare const CreateKxDatabaseCommand_base: {
24
24
  new (input: CreateKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxDatabaseCommandInput, CreateKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new kdb database in the environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const CreateKxDatabaseCommand_base: {
89
89
  * @throws {@link FinspaceServiceException}
90
90
  * <p>Base exception class for all service exceptions from Finspace service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreateKxDatabaseCommand extends CreateKxDatabaseCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreateKxDataviewCommandOutput extends CreateKxDataviewResponse,
22
22
  }
23
23
  declare const CreateKxDataviewCommand_base: {
24
24
  new (input: CreateKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxDataviewCommandInput, CreateKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxDataviewCommandInput, CreateKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running on a scaling group. They are not supported on dedicated clusters. </p>
31
31
  * @example
@@ -116,6 +116,7 @@ declare const CreateKxDataviewCommand_base: {
116
116
  * @throws {@link FinspaceServiceException}
117
117
  * <p>Base exception class for all service exceptions from Finspace service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class CreateKxDataviewCommand extends CreateKxDataviewCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface CreateKxEnvironmentCommandOutput extends CreateKxEnvironmentRes
22
22
  }
23
23
  declare const CreateKxEnvironmentCommand_base: {
24
24
  new (input: CreateKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxEnvironmentCommandInput, CreateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a managed kdb environment for the account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const CreateKxEnvironmentCommand_base: {
88
88
  * @throws {@link FinspaceServiceException}
89
89
  * <p>Base exception class for all service exceptions from Finspace service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateKxEnvironmentCommand extends CreateKxEnvironmentCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateKxScalingGroupCommandOutput extends CreateKxScalingGroupR
22
22
  }
23
23
  declare const CreateKxScalingGroupCommand_base: {
24
24
  new (input: CreateKxScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxScalingGroupCommandInput, CreateKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxScalingGroupCommandInput, CreateKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new scaling group. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const CreateKxScalingGroupCommand_base: {
88
88
  * @throws {@link FinspaceServiceException}
89
89
  * <p>Base exception class for all service exceptions from Finspace service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateKxScalingGroupCommand extends CreateKxScalingGroupCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateKxUserCommandOutput extends CreateKxUserResponse, __Metad
22
22
  }
23
23
  declare const CreateKxUserCommand_base: {
24
24
  new (input: CreateKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxUserCommandInput, CreateKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxUserCommandInput, CreateKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a user in FinSpace kdb environment with an associated IAM role.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const CreateKxUserCommand_base: {
87
87
  * @throws {@link FinspaceServiceException}
88
88
  * <p>Base exception class for all service exceptions from Finspace service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateKxUserCommand extends CreateKxUserCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateKxVolumeCommandOutput extends CreateKxVolumeResponse, __M
22
22
  }
23
23
  declare const CreateKxVolumeCommand_base: {
24
24
  new (input: CreateKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxVolumeCommandInput, CreateKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKxVolumeCommandInput, CreateKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Creates a new volume with a specific amount of throughput and storage capacity. </p>
31
31
  * @example
@@ -109,6 +109,7 @@ declare const CreateKxVolumeCommand_base: {
109
109
  * @throws {@link FinspaceServiceException}
110
110
  * <p>Base exception class for all service exceptions from Finspace service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class CreateKxVolumeCommand extends CreateKxVolumeCommand_base {
114
115
  }
@@ -22,12 +22,10 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
22
22
  }
23
23
  declare const DeleteEnvironmentCommand_base: {
24
24
  new (input: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Delete an FinSpace environment.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +67,8 @@ declare const DeleteEnvironmentCommand_base: {
69
67
  * @throws {@link FinspaceServiceException}
70
68
  * <p>Base exception class for all service exceptions from Finspace service.</p>
71
69
  *
70
+ * @public
71
+ * @deprecated This method will be discontinued.
72
72
  */
73
73
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
74
74
  }
@@ -22,10 +22,10 @@ export interface DeleteKxClusterCommandOutput extends DeleteKxClusterResponse, _
22
22
  }
23
23
  declare const DeleteKxClusterCommand_base: {
24
24
  new (input: DeleteKxClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKxClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxClusterCommandInput, DeleteKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a kdb cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DeleteKxClusterCommand_base: {
75
75
  * @throws {@link FinspaceServiceException}
76
76
  * <p>Base exception class for all service exceptions from Finspace service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteKxClusterCommand extends DeleteKxClusterCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteKxDatabaseCommandOutput extends DeleteKxDatabaseResponse,
22
22
  }
23
23
  declare const DeleteKxDatabaseCommand_base: {
24
24
  new (input: DeleteKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxDatabaseCommandInput, DeleteKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteKxDatabaseCommand_base: {
72
72
  * @throws {@link FinspaceServiceException}
73
73
  * <p>Base exception class for all service exceptions from Finspace service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteKxDatabaseCommand extends DeleteKxDatabaseCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteKxDataviewCommandOutput extends DeleteKxDataviewResponse,
22
22
  }
23
23
  declare const DeleteKxDataviewCommand_base: {
24
24
  new (input: DeleteKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxDataviewCommandInput, DeleteKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxDataviewCommandInput, DeleteKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster. </p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DeleteKxDataviewCommand_base: {
74
74
  * @throws {@link FinspaceServiceException}
75
75
  * <p>Base exception class for all service exceptions from Finspace service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteKxDataviewCommand extends DeleteKxDataviewCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteKxEnvironmentCommandOutput extends DeleteKxEnvironmentRes
22
22
  }
23
23
  declare const DeleteKxEnvironmentCommand_base: {
24
24
  new (input: DeleteKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxEnvironmentCommandInput, DeleteKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DeleteKxEnvironmentCommand_base: {
71
71
  * @throws {@link FinspaceServiceException}
72
72
  * <p>Base exception class for all service exceptions from Finspace service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteKxEnvironmentCommand extends DeleteKxEnvironmentCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteKxScalingGroupCommandOutput extends DeleteKxScalingGroupR
22
22
  }
23
23
  declare const DeleteKxScalingGroupCommand_base: {
24
24
  new (input: DeleteKxScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxScalingGroupCommandInput, DeleteKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKxScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxScalingGroupCommandInput, DeleteKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const DeleteKxScalingGroupCommand_base: {
76
76
  * @throws {@link FinspaceServiceException}
77
77
  * <p>Base exception class for all service exceptions from Finspace service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteKxScalingGroupCommand extends DeleteKxScalingGroupCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteKxUserCommandOutput extends DeleteKxUserResponse, __Metad
22
22
  }
23
23
  declare const DeleteKxUserCommand_base: {
24
24
  new (input: DeleteKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxUserCommandInput, DeleteKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxUserCommandInput, DeleteKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a user in the specified kdb environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteKxUserCommand_base: {
72
72
  * @throws {@link FinspaceServiceException}
73
73
  * <p>Base exception class for all service exceptions from Finspace service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteKxUserCommand extends DeleteKxUserCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteKxVolumeCommandOutput extends DeleteKxVolumeResponse, __M
22
22
  }
23
23
  declare const DeleteKxVolumeCommand_base: {
24
24
  new (input: DeleteKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxVolumeCommandInput, DeleteKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKxVolumeCommandInput, DeleteKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.
31
31
  *
@@ -78,6 +78,7 @@ declare const DeleteKxVolumeCommand_base: {
78
78
  * @throws {@link FinspaceServiceException}
79
79
  * <p>Base exception class for all service exceptions from Finspace service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteKxVolumeCommand extends DeleteKxVolumeCommand_base {
83
84
  }
@@ -22,12 +22,10 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
22
22
  }
23
23
  declare const GetEnvironmentCommand_base: {
24
24
  new (input: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Returns the FinSpace environment object.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +88,8 @@ declare const GetEnvironmentCommand_base: {
90
88
  * @throws {@link FinspaceServiceException}
91
89
  * <p>Base exception class for all service exceptions from Finspace service.</p>
92
90
  *
91
+ * @public
92
+ * @deprecated This method will be discontinued.
93
93
  */
94
94
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
95
95
  }
@@ -22,10 +22,10 @@ export interface GetKxChangesetCommandOutput extends GetKxChangesetResponse, __M
22
22
  }
23
23
  declare const GetKxChangesetCommand_base: {
24
24
  new (input: GetKxChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxChangesetCommandInput, GetKxChangesetCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxChangesetCommandInput, GetKxChangesetCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a kdb changeset.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const GetKxChangesetCommand_base: {
88
88
  * @throws {@link FinspaceServiceException}
89
89
  * <p>Base exception class for all service exceptions from Finspace service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetKxChangesetCommand extends GetKxChangesetCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetKxClusterCommandOutput extends GetKxClusterResponse, __Metad
22
22
  }
23
23
  declare const GetKxClusterCommand_base: {
24
24
  new (input: GetKxClusterCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxClusterCommandInput, GetKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxClusterCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxClusterCommandInput, GetKxClusterCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about a kdb cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -178,6 +178,7 @@ declare const GetKxClusterCommand_base: {
178
178
  * @throws {@link FinspaceServiceException}
179
179
  * <p>Base exception class for all service exceptions from Finspace service.</p>
180
180
  *
181
+ * @public
181
182
  */
182
183
  export declare class GetKxClusterCommand extends GetKxClusterCommand_base {
183
184
  }
@@ -22,10 +22,10 @@ export interface GetKxConnectionStringCommandOutput extends GetKxConnectionStrin
22
22
  }
23
23
  declare const GetKxConnectionStringCommand_base: {
24
24
  new (input: GetKxConnectionStringCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxConnectionStringCommandInput, GetKxConnectionStringCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxConnectionStringCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxConnectionStringCommandInput, GetKxConnectionStringCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a connection string for a user to connect to a kdb cluster. You must call this API using the same role that you have defined while creating a user. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetKxConnectionStringCommand_base: {
71
71
  * @throws {@link FinspaceServiceException}
72
72
  * <p>Base exception class for all service exceptions from Finspace service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetKxConnectionStringCommand extends GetKxConnectionStringCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetKxDatabaseCommandOutput extends GetKxDatabaseResponse, __Met
22
22
  }
23
23
  declare const GetKxDatabaseCommand_base: {
24
24
  new (input: GetKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxDatabaseCommandInput, GetKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxDatabaseCommandInput, GetKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns database information for the specified environment ID.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetKxDatabaseCommand_base: {
79
79
  * @throws {@link FinspaceServiceException}
80
80
  * <p>Base exception class for all service exceptions from Finspace service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetKxDatabaseCommand extends GetKxDatabaseCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetKxDataviewCommandOutput extends GetKxDataviewResponse, __Met
22
22
  }
23
23
  declare const GetKxDataviewCommand_base: {
24
24
  new (input: GetKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxDataviewCommandInput, GetKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxDataviewCommandInput, GetKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Retrieves details of the dataview.
31
31
  * </p>
@@ -110,6 +110,7 @@ declare const GetKxDataviewCommand_base: {
110
110
  * @throws {@link FinspaceServiceException}
111
111
  * <p>Base exception class for all service exceptions from Finspace service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class GetKxDataviewCommand extends GetKxDataviewCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface GetKxEnvironmentCommandOutput extends GetKxEnvironmentResponse,
22
22
  }
23
23
  declare const GetKxEnvironmentCommand_base: {
24
24
  new (input: GetKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxEnvironmentCommandInput, GetKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves all the information for the specified kdb environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const GetKxEnvironmentCommand_base: {
111
111
  * @throws {@link FinspaceServiceException}
112
112
  * <p>Base exception class for all service exceptions from Finspace service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class GetKxEnvironmentCommand extends GetKxEnvironmentCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface GetKxScalingGroupCommandOutput extends GetKxScalingGroupRespons
22
22
  }
23
23
  declare const GetKxScalingGroupCommand_base: {
24
24
  new (input: GetKxScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxScalingGroupCommandInput, GetKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxScalingGroupCommandInput, GetKxScalingGroupCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Retrieves details of a scaling group.</p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const GetKxScalingGroupCommand_base: {
87
87
  * @throws {@link FinspaceServiceException}
88
88
  * <p>Base exception class for all service exceptions from Finspace service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetKxScalingGroupCommand extends GetKxScalingGroupCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetKxUserCommandOutput extends GetKxUserResponse, __MetadataBea
22
22
  }
23
23
  declare const GetKxUserCommand_base: {
24
24
  new (input: GetKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxUserCommandInput, GetKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxUserCommandInput, GetKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified kdb user.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetKxUserCommand_base: {
73
73
  * @throws {@link FinspaceServiceException}
74
74
  * <p>Base exception class for all service exceptions from Finspace service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetKxUserCommand extends GetKxUserCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetKxVolumeCommandOutput extends GetKxVolumeResponse, __Metadat
22
22
  }
23
23
  declare const GetKxVolumeCommand_base: {
24
24
  new (input: GetKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxVolumeCommandInput, GetKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<GetKxVolumeCommandInput, GetKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Retrieves the information about the volume. </p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const GetKxVolumeCommand_base: {
100
100
  * @throws {@link FinspaceServiceException}
101
101
  * <p>Base exception class for all service exceptions from Finspace service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class GetKxVolumeCommand extends GetKxVolumeCommand_base {
105
106
  }
@@ -22,12 +22,10 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
22
22
  }
23
23
  declare const ListEnvironmentsCommand_base: {
24
24
  new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>A list of all of your FinSpace environments.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +89,8 @@ declare const ListEnvironmentsCommand_base: {
91
89
  * @throws {@link FinspaceServiceException}
92
90
  * <p>Base exception class for all service exceptions from Finspace service.</p>
93
91
  *
92
+ * @public
93
+ * @deprecated This method will be discontinued.
94
94
  */
95
95
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
96
96
  }