@aws-sdk/client-finspace 3.533.0 → 3.536.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 (103) 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 +4 -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 +4 -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 +4 -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 +4 -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 +4 -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/ts3.4/Finspace.d.ts +2 -0
  54. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +9 -0
  103. package/package.json +40 -40
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -91,6 +91,7 @@ declare const ListEnvironmentsCommand_base: {
91
91
  * @throws {@link FinspaceServiceException}
92
92
  * <p>Base exception class for all service exceptions from Finspace service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListKxChangesetsCommandOutput extends ListKxChangesetsResponse,
22
22
  }
23
23
  declare const ListKxChangesetsCommand_base: {
24
24
  new (input: ListKxChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxChangesetsCommandInput, ListKxChangesetsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all the changesets for a database.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const ListKxChangesetsCommand_base: {
81
81
  * @throws {@link FinspaceServiceException}
82
82
  * <p>Base exception class for all service exceptions from Finspace service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListKxChangesetsCommand extends ListKxChangesetsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListKxClusterNodesCommandOutput extends ListKxClusterNodesRespo
22
22
  }
23
23
  declare const ListKxClusterNodesCommand_base: {
24
24
  new (input: ListKxClusterNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxClusterNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxClusterNodesCommandInput, ListKxClusterNodesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the nodes in a kdb cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListKxClusterNodesCommand_base: {
82
82
  * @throws {@link FinspaceServiceException}
83
83
  * <p>Base exception class for all service exceptions from Finspace service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListKxClusterNodesCommand extends ListKxClusterNodesCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListKxClustersCommandOutput extends ListKxClustersResponse, __M
22
22
  }
23
23
  declare const ListKxClustersCommand_base: {
24
24
  new (input: ListKxClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxClustersCommandInput, ListKxClustersCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxClustersCommandInput, ListKxClustersCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of clusters.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const ListKxClustersCommand_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 ListKxClustersCommand extends ListKxClustersCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface ListKxDatabasesCommandOutput extends ListKxDatabasesResponse, _
22
22
  }
23
23
  declare const ListKxDatabasesCommand_base: {
24
24
  new (input: ListKxDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxDatabasesCommandInput, ListKxDatabasesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxDatabasesCommandInput, ListKxDatabasesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all the databases in the kdb environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const ListKxDatabasesCommand_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 ListKxDatabasesCommand extends ListKxDatabasesCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface ListKxDataviewsCommandOutput extends ListKxDataviewsResponse, _
22
22
  }
23
23
  declare const ListKxDataviewsCommand_base: {
24
24
  new (input: ListKxDataviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxDataviewsCommandInput, ListKxDataviewsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxDataviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxDataviewsCommandInput, ListKxDataviewsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list of all the dataviews in the database.</p>
31
31
  * @example
@@ -115,6 +115,7 @@ declare const ListKxDataviewsCommand_base: {
115
115
  * @throws {@link FinspaceServiceException}
116
116
  * <p>Base exception class for all service exceptions from Finspace service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class ListKxDataviewsCommand extends ListKxDataviewsCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface ListKxEnvironmentsCommandOutput extends ListKxEnvironmentsRespo
22
22
  }
23
23
  declare const ListKxEnvironmentsCommand_base: {
24
24
  new (input: ListKxEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxEnvironmentsCommandInput, ListKxEnvironmentsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListKxEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKxEnvironmentsCommandInput, ListKxEnvironmentsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of kdb environments created in an account.</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 ListKxEnvironmentsCommand_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 ListKxEnvironmentsCommand extends ListKxEnvironmentsCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface ListKxScalingGroupsCommandOutput extends ListKxScalingGroupsRes
22
22
  }
23
23
  declare const ListKxScalingGroupsCommand_base: {
24
24
  new (input: ListKxScalingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxScalingGroupsCommandInput, ListKxScalingGroupsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxScalingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxScalingGroupsCommandInput, ListKxScalingGroupsCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list of scaling groups in a kdb environment.</p>
31
31
  * @example
@@ -92,6 +92,7 @@ declare const ListKxScalingGroupsCommand_base: {
92
92
  * @throws {@link FinspaceServiceException}
93
93
  * <p>Base exception class for all service exceptions from Finspace service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListKxScalingGroupsCommand extends ListKxScalingGroupsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListKxUsersCommandOutput extends ListKxUsersResponse, __Metadat
22
22
  }
23
23
  declare const ListKxUsersCommand_base: {
24
24
  new (input: ListKxUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxUsersCommandInput, ListKxUsersCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxUsersCommandInput, ListKxUsersCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the users in a kdb environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const ListKxUsersCommand_base: {
80
80
  * @throws {@link FinspaceServiceException}
81
81
  * <p>Base exception class for all service exceptions from Finspace service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListKxUsersCommand extends ListKxUsersCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListKxVolumesCommandOutput extends ListKxVolumesResponse, __Met
22
22
  }
23
23
  declare const ListKxVolumesCommand_base: {
24
24
  new (input: ListKxVolumesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxVolumesCommandInput, ListKxVolumesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListKxVolumesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKxVolumesCommandInput, ListKxVolumesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Lists all the volumes in a kdb environment.
31
31
  * </p>
@@ -95,6 +95,7 @@ declare const ListKxVolumesCommand_base: {
95
95
  * @throws {@link FinspaceServiceException}
96
96
  * <p>Base exception class for all service exceptions from Finspace service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class ListKxVolumesCommand extends ListKxVolumesCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A list of all tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @throws {@link FinspaceServiceException}
66
66
  * <p>Base exception class for all service exceptions from Finspace service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds metadata tags to a FinSpace resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
64
64
  * @throws {@link FinspaceServiceException}
65
65
  * <p>Base exception class for all service exceptions from Finspace service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes metadata tags from a FinSpace resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
64
64
  * @throws {@link FinspaceServiceException}
65
65
  * <p>Base exception class for all service exceptions from Finspace service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
69
70
  }
@@ -22,13 +22,13 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
22
22
  }
23
23
  declare const UpdateEnvironmentCommand_base: {
24
24
  new (input: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Update your FinSpace environment.</p>
30
+ *
31
+ * @deprecated This method will be discontinued.
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -106,6 +106,7 @@ declare const UpdateEnvironmentCommand_base: {
106
106
  * @throws {@link FinspaceServiceException}
107
107
  * <p>Base exception class for all service exceptions from Finspace service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface UpdateKxClusterCodeConfigurationCommandOutput extends UpdateKxC
22
22
  }
23
23
  declare const UpdateKxClusterCodeConfigurationCommand_base: {
24
24
  new (input: UpdateKxClusterCodeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxClusterCodeConfigurationCommandInput, UpdateKxClusterCodeConfigurationCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxClusterCodeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxClusterCodeConfigurationCommandInput, UpdateKxClusterCodeConfigurationCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster.
31
31
  * The configuration that you want to update will override any existing configurations on the cluster.
@@ -93,6 +93,7 @@ declare const UpdateKxClusterCodeConfigurationCommand_base: {
93
93
  * @throws {@link FinspaceServiceException}
94
94
  * <p>Base exception class for all service exceptions from Finspace service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateKxClusterCodeConfigurationCommand extends UpdateKxClusterCodeConfigurationCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdateKxClusterDatabasesCommandOutput extends UpdateKxClusterDa
22
22
  }
23
23
  declare const UpdateKxClusterDatabasesCommand_base: {
24
24
  new (input: UpdateKxClusterDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxClusterDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxClusterDatabasesCommandInput, UpdateKxClusterDatabasesCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the databases mounted on a kdb cluster, which includes the <code>changesetId</code> and all the dbPaths to be cached. This API does not allow you to change a database name or add a database if you created a cluster without one. </p>
30
30
  * <p>Using this API you can point a cluster to a different changeset and modify a list of partitions being cached.</p>
31
31
  * @example
@@ -108,6 +108,7 @@ declare const UpdateKxClusterDatabasesCommand_base: {
108
108
  * @throws {@link FinspaceServiceException}
109
109
  * <p>Base exception class for all service exceptions from Finspace service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class UpdateKxClusterDatabasesCommand extends UpdateKxClusterDatabasesCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface UpdateKxDatabaseCommandOutput extends UpdateKxDatabaseResponse,
22
22
  }
23
23
  declare const UpdateKxDatabaseCommand_base: {
24
24
  new (input: UpdateKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxDatabaseCommandInput, UpdateKxDatabaseCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates information for the given kdb database.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const UpdateKxDatabaseCommand_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 UpdateKxDatabaseCommand extends UpdateKxDatabaseCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse,
22
22
  }
23
23
  declare const UpdateKxDataviewCommand_base: {
24
24
  new (input: UpdateKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxDataviewCommandInput, UpdateKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxDataviewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxDataviewCommandInput, UpdateKxDataviewCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Updates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations</p>
31
31
  * @example
@@ -125,6 +125,7 @@ declare const UpdateKxDataviewCommand_base: {
125
125
  * @throws {@link FinspaceServiceException}
126
126
  * <p>Base exception class for all service exceptions from Finspace service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class UpdateKxDataviewCommand extends UpdateKxDataviewCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface UpdateKxEnvironmentCommandOutput extends UpdateKxEnvironmentRes
22
22
  }
23
23
  declare const UpdateKxEnvironmentCommand_base: {
24
24
  new (input: UpdateKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxEnvironmentCommandInput, UpdateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates information for the given kdb environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -116,6 +116,7 @@ declare const UpdateKxEnvironmentCommand_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 UpdateKxEnvironmentCommand extends UpdateKxEnvironmentCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface UpdateKxEnvironmentNetworkCommandOutput extends UpdateKxEnviron
22
22
  }
23
23
  declare const UpdateKxEnvironmentNetworkCommand_base: {
24
24
  new (input: UpdateKxEnvironmentNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxEnvironmentNetworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxEnvironmentNetworkCommandInput, UpdateKxEnvironmentNetworkCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates environment network to connect to your internal network by using a transit gateway. This API supports request to create a transit gateway attachment from FinSpace VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.</p>
30
30
  * <p>Once you send a request to update a network, you cannot change it again. Network update might require termination of any clusters that are running in the existing network.</p>
31
31
  * @example
@@ -141,6 +141,7 @@ declare const UpdateKxEnvironmentNetworkCommand_base: {
141
141
  * @throws {@link FinspaceServiceException}
142
142
  * <p>Base exception class for all service exceptions from Finspace service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class UpdateKxEnvironmentNetworkCommand extends UpdateKxEnvironmentNetworkCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface UpdateKxUserCommandOutput extends UpdateKxUserResponse, __Metad
22
22
  }
23
23
  declare const UpdateKxUserCommand_base: {
24
24
  new (input: UpdateKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxUserCommandInput, UpdateKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxUserCommandInput, UpdateKxUserCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the user details. You can only update the IAM role associated with a user.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateKxUserCommand_base: {
81
81
  * @throws {@link FinspaceServiceException}
82
82
  * <p>Base exception class for all service exceptions from Finspace service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateKxUserCommand extends UpdateKxUserCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateKxVolumeCommandOutput extends UpdateKxVolumeResponse, __M
22
22
  }
23
23
  declare const UpdateKxVolumeCommand_base: {
24
24
  new (input: UpdateKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxVolumeCommandInput, UpdateKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKxVolumeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKxVolumeCommandInput, UpdateKxVolumeCommandOutput, FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Updates the throughput or capacity of a volume. During the update process, the filesystem
31
31
  * might be unavailable for a few minutes. You can retry any operations after the update is complete.
@@ -108,6 +108,7 @@ declare const UpdateKxVolumeCommand_base: {
108
108
  * @throws {@link FinspaceServiceException}
109
109
  * <p>Base exception class for all service exceptions from Finspace service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class UpdateKxVolumeCommand extends UpdateKxVolumeCommand_base {
113
114
  }