kb-cloud-client-typescript 2.3.0-alpha.225 → 2.3.0-alpha.227

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 (190) hide show
  1. package/dist/adminapi/apis/aiagent-api.d.ts +41 -179
  2. package/dist/adminapi/apis/aiagent-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/aiagent-api.js +98 -180
  4. package/dist/adminapi/apis/aiagent-api.js.map +1 -1
  5. package/dist/adminapi/apis/dms-api.d.ts +81 -0
  6. package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
  7. package/dist/adminapi/apis/dms-api.js +85 -0
  8. package/dist/adminapi/apis/dms-api.js.map +1 -1
  9. package/dist/adminapi/apis/shared-api.d.ts +81 -0
  10. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  11. package/dist/adminapi/apis/shared-api.js +85 -0
  12. package/dist/adminapi/apis/shared-api.js.map +1 -1
  13. package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
  14. package/dist/adminapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
  15. package/dist/adminapi/models/dms-execution-plan-edge-rows.js +16 -0
  16. package/dist/adminapi/models/dms-execution-plan-edge-rows.js.map +1 -0
  17. package/dist/adminapi/models/dms-execution-plan-edge.d.ts +56 -0
  18. package/dist/adminapi/models/dms-execution-plan-edge.d.ts.map +1 -0
  19. package/dist/adminapi/models/dms-execution-plan-edge.js +16 -0
  20. package/dist/adminapi/models/dms-execution-plan-edge.js.map +1 -0
  21. package/dist/adminapi/models/dms-execution-plan-mode.d.ts +24 -0
  22. package/dist/adminapi/models/dms-execution-plan-mode.d.ts.map +1 -0
  23. package/dist/adminapi/models/dms-execution-plan-mode.js +28 -0
  24. package/dist/adminapi/models/dms-execution-plan-mode.js.map +1 -0
  25. package/dist/adminapi/models/dms-execution-plan-node-category.d.ts +31 -0
  26. package/dist/adminapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
  27. package/dist/adminapi/models/dms-execution-plan-node-category.js +35 -0
  28. package/dist/adminapi/models/dms-execution-plan-node-category.js.map +1 -0
  29. package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
  30. package/dist/adminapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
  31. package/dist/adminapi/models/dms-execution-plan-node-conditions.js +16 -0
  32. package/dist/adminapi/models/dms-execution-plan-node-conditions.js.map +1 -0
  33. package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts +43 -0
  34. package/dist/adminapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
  35. package/dist/adminapi/models/dms-execution-plan-node-cost.js +16 -0
  36. package/dist/adminapi/models/dms-execution-plan-node-cost.js.map +1 -0
  37. package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts +49 -0
  38. package/dist/adminapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
  39. package/dist/adminapi/models/dms-execution-plan-node-rows.js +16 -0
  40. package/dist/adminapi/models/dms-execution-plan-node-rows.js.map +1 -0
  41. package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts +43 -0
  42. package/dist/adminapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
  43. package/dist/adminapi/models/dms-execution-plan-node-timing.js +16 -0
  44. package/dist/adminapi/models/dms-execution-plan-node-timing.js.map +1 -0
  45. package/dist/adminapi/models/dms-execution-plan-node.d.ts +122 -0
  46. package/dist/adminapi/models/dms-execution-plan-node.d.ts.map +1 -0
  47. package/dist/adminapi/models/dms-execution-plan-node.js +16 -0
  48. package/dist/adminapi/models/dms-execution-plan-node.js.map +1 -0
  49. package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts +24 -0
  50. package/dist/adminapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
  51. package/dist/adminapi/models/dms-execution-plan-raw-format.js +28 -0
  52. package/dist/adminapi/models/dms-execution-plan-raw-format.js.map +1 -0
  53. package/dist/adminapi/models/dms-execution-plan-result.d.ts +106 -0
  54. package/dist/adminapi/models/dms-execution-plan-result.d.ts.map +1 -0
  55. package/dist/adminapi/models/dms-execution-plan-result.js +16 -0
  56. package/dist/adminapi/models/dms-execution-plan-result.js.map +1 -0
  57. package/dist/adminapi/models/dms-execution-plan-summary.d.ts +67 -0
  58. package/dist/adminapi/models/dms-execution-plan-summary.d.ts.map +1 -0
  59. package/dist/adminapi/models/dms-execution-plan-summary.js +16 -0
  60. package/dist/adminapi/models/dms-execution-plan-summary.js.map +1 -0
  61. package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
  62. package/dist/adminapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
  63. package/dist/adminapi/models/dms-execution-plan-warning-severity.js +27 -0
  64. package/dist/adminapi/models/dms-execution-plan-warning-severity.js.map +1 -0
  65. package/dist/adminapi/models/dms-execution-plan-warning.d.ts +44 -0
  66. package/dist/adminapi/models/dms-execution-plan-warning.d.ts.map +1 -0
  67. package/dist/adminapi/models/dms-execution-plan-warning.js +16 -0
  68. package/dist/adminapi/models/dms-execution-plan-warning.js.map +1 -0
  69. package/dist/adminapi/models/dms-visual-explain-request.d.ts +37 -0
  70. package/dist/adminapi/models/dms-visual-explain-request.d.ts.map +1 -0
  71. package/dist/adminapi/models/dms-visual-explain-request.js +16 -0
  72. package/dist/adminapi/models/dms-visual-explain-request.js.map +1 -0
  73. package/dist/adminapi/models/index.d.ts +15 -0
  74. package/dist/adminapi/models/index.d.ts.map +1 -1
  75. package/dist/adminapi/models/index.js +15 -0
  76. package/dist/adminapi/models/index.js.map +1 -1
  77. package/dist/openapi/apis/dms-api.d.ts +81 -0
  78. package/dist/openapi/apis/dms-api.d.ts.map +1 -1
  79. package/dist/openapi/apis/dms-api.js +85 -0
  80. package/dist/openapi/apis/dms-api.js.map +1 -1
  81. package/dist/openapi/apis/shared-api.d.ts +81 -0
  82. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  83. package/dist/openapi/apis/shared-api.js +85 -0
  84. package/dist/openapi/apis/shared-api.js.map +1 -1
  85. package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts +31 -0
  86. package/dist/openapi/models/dms-execution-plan-edge-rows.d.ts.map +1 -0
  87. package/dist/openapi/models/dms-execution-plan-edge-rows.js +16 -0
  88. package/dist/openapi/models/dms-execution-plan-edge-rows.js.map +1 -0
  89. package/dist/openapi/models/dms-execution-plan-edge.d.ts +56 -0
  90. package/dist/openapi/models/dms-execution-plan-edge.d.ts.map +1 -0
  91. package/dist/openapi/models/dms-execution-plan-edge.js +16 -0
  92. package/dist/openapi/models/dms-execution-plan-edge.js.map +1 -0
  93. package/dist/openapi/models/dms-execution-plan-mode.d.ts +24 -0
  94. package/dist/openapi/models/dms-execution-plan-mode.d.ts.map +1 -0
  95. package/dist/openapi/models/dms-execution-plan-mode.js +28 -0
  96. package/dist/openapi/models/dms-execution-plan-mode.js.map +1 -0
  97. package/dist/openapi/models/dms-execution-plan-node-category.d.ts +31 -0
  98. package/dist/openapi/models/dms-execution-plan-node-category.d.ts.map +1 -0
  99. package/dist/openapi/models/dms-execution-plan-node-category.js +35 -0
  100. package/dist/openapi/models/dms-execution-plan-node-category.js.map +1 -0
  101. package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts +49 -0
  102. package/dist/openapi/models/dms-execution-plan-node-conditions.d.ts.map +1 -0
  103. package/dist/openapi/models/dms-execution-plan-node-conditions.js +16 -0
  104. package/dist/openapi/models/dms-execution-plan-node-conditions.js.map +1 -0
  105. package/dist/openapi/models/dms-execution-plan-node-cost.d.ts +43 -0
  106. package/dist/openapi/models/dms-execution-plan-node-cost.d.ts.map +1 -0
  107. package/dist/openapi/models/dms-execution-plan-node-cost.js +16 -0
  108. package/dist/openapi/models/dms-execution-plan-node-cost.js.map +1 -0
  109. package/dist/openapi/models/dms-execution-plan-node-rows.d.ts +49 -0
  110. package/dist/openapi/models/dms-execution-plan-node-rows.d.ts.map +1 -0
  111. package/dist/openapi/models/dms-execution-plan-node-rows.js +16 -0
  112. package/dist/openapi/models/dms-execution-plan-node-rows.js.map +1 -0
  113. package/dist/openapi/models/dms-execution-plan-node-timing.d.ts +43 -0
  114. package/dist/openapi/models/dms-execution-plan-node-timing.d.ts.map +1 -0
  115. package/dist/openapi/models/dms-execution-plan-node-timing.js +16 -0
  116. package/dist/openapi/models/dms-execution-plan-node-timing.js.map +1 -0
  117. package/dist/openapi/models/dms-execution-plan-node.d.ts +122 -0
  118. package/dist/openapi/models/dms-execution-plan-node.d.ts.map +1 -0
  119. package/dist/openapi/models/dms-execution-plan-node.js +16 -0
  120. package/dist/openapi/models/dms-execution-plan-node.js.map +1 -0
  121. package/dist/openapi/models/dms-execution-plan-raw-format.d.ts +24 -0
  122. package/dist/openapi/models/dms-execution-plan-raw-format.d.ts.map +1 -0
  123. package/dist/openapi/models/dms-execution-plan-raw-format.js +28 -0
  124. package/dist/openapi/models/dms-execution-plan-raw-format.js.map +1 -0
  125. package/dist/openapi/models/dms-execution-plan-result.d.ts +106 -0
  126. package/dist/openapi/models/dms-execution-plan-result.d.ts.map +1 -0
  127. package/dist/openapi/models/dms-execution-plan-result.js +16 -0
  128. package/dist/openapi/models/dms-execution-plan-result.js.map +1 -0
  129. package/dist/openapi/models/dms-execution-plan-summary.d.ts +67 -0
  130. package/dist/openapi/models/dms-execution-plan-summary.d.ts.map +1 -0
  131. package/dist/openapi/models/dms-execution-plan-summary.js +16 -0
  132. package/dist/openapi/models/dms-execution-plan-summary.js.map +1 -0
  133. package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts +23 -0
  134. package/dist/openapi/models/dms-execution-plan-warning-severity.d.ts.map +1 -0
  135. package/dist/openapi/models/dms-execution-plan-warning-severity.js +27 -0
  136. package/dist/openapi/models/dms-execution-plan-warning-severity.js.map +1 -0
  137. package/dist/openapi/models/dms-execution-plan-warning.d.ts +44 -0
  138. package/dist/openapi/models/dms-execution-plan-warning.d.ts.map +1 -0
  139. package/dist/openapi/models/dms-execution-plan-warning.js +16 -0
  140. package/dist/openapi/models/dms-execution-plan-warning.js.map +1 -0
  141. package/dist/openapi/models/dms-visual-explain-request.d.ts +37 -0
  142. package/dist/openapi/models/dms-visual-explain-request.d.ts.map +1 -0
  143. package/dist/openapi/models/dms-visual-explain-request.js +16 -0
  144. package/dist/openapi/models/dms-visual-explain-request.js.map +1 -0
  145. package/dist/openapi/models/index.d.ts +15 -0
  146. package/dist/openapi/models/index.d.ts.map +1 -1
  147. package/dist/openapi/models/index.js +15 -0
  148. package/dist/openapi/models/index.js.map +1 -1
  149. package/package.json +1 -1
  150. package/src/adminapi/.openapi-generator/FILES +15 -0
  151. package/src/adminapi/apis/aiagent-api.ts +101 -304
  152. package/src/adminapi/apis/dms-api.ts +142 -0
  153. package/src/adminapi/apis/shared-api.ts +142 -0
  154. package/src/adminapi/models/dms-execution-plan-edge-rows.ts +36 -0
  155. package/src/adminapi/models/dms-execution-plan-edge.ts +63 -0
  156. package/src/adminapi/models/dms-execution-plan-mode.ts +33 -0
  157. package/src/adminapi/models/dms-execution-plan-node-category.ts +40 -0
  158. package/src/adminapi/models/dms-execution-plan-node-conditions.ts +54 -0
  159. package/src/adminapi/models/dms-execution-plan-node-cost.ts +48 -0
  160. package/src/adminapi/models/dms-execution-plan-node-rows.ts +54 -0
  161. package/src/adminapi/models/dms-execution-plan-node-timing.ts +48 -0
  162. package/src/adminapi/models/dms-execution-plan-node.ts +137 -0
  163. package/src/adminapi/models/dms-execution-plan-raw-format.ts +33 -0
  164. package/src/adminapi/models/dms-execution-plan-result.ts +125 -0
  165. package/src/adminapi/models/dms-execution-plan-summary.ts +72 -0
  166. package/src/adminapi/models/dms-execution-plan-warning-severity.ts +32 -0
  167. package/src/adminapi/models/dms-execution-plan-warning.ts +53 -0
  168. package/src/adminapi/models/dms-visual-explain-request.ts +42 -0
  169. package/src/adminapi/models/index.ts +15 -0
  170. package/src/adminapi.yaml +394 -94
  171. package/src/openapi/.openapi-generator/FILES +15 -0
  172. package/src/openapi/apis/dms-api.ts +142 -0
  173. package/src/openapi/apis/shared-api.ts +142 -0
  174. package/src/openapi/models/dms-execution-plan-edge-rows.ts +36 -0
  175. package/src/openapi/models/dms-execution-plan-edge.ts +63 -0
  176. package/src/openapi/models/dms-execution-plan-mode.ts +33 -0
  177. package/src/openapi/models/dms-execution-plan-node-category.ts +40 -0
  178. package/src/openapi/models/dms-execution-plan-node-conditions.ts +54 -0
  179. package/src/openapi/models/dms-execution-plan-node-cost.ts +48 -0
  180. package/src/openapi/models/dms-execution-plan-node-rows.ts +54 -0
  181. package/src/openapi/models/dms-execution-plan-node-timing.ts +48 -0
  182. package/src/openapi/models/dms-execution-plan-node.ts +137 -0
  183. package/src/openapi/models/dms-execution-plan-raw-format.ts +33 -0
  184. package/src/openapi/models/dms-execution-plan-result.ts +125 -0
  185. package/src/openapi/models/dms-execution-plan-summary.ts +72 -0
  186. package/src/openapi/models/dms-execution-plan-warning-severity.ts +32 -0
  187. package/src/openapi/models/dms-execution-plan-warning.ts +53 -0
  188. package/src/openapi/models/dms-visual-explain-request.ts +42 -0
  189. package/src/openapi/models/index.ts +15 -0
  190. package/src/openapi.yaml +377 -0
@@ -32,6 +32,8 @@ import type { DataImport200Response } from '../models';
32
32
  // @ts-ignore
33
33
  import type { Datasource } from '../models';
34
34
  // @ts-ignore
35
+ import type { DmsExecutionPlanResult } from '../models';
36
+ // @ts-ignore
35
37
  import type { DmsExplainRequest } from '../models';
36
38
  // @ts-ignore
37
39
  import type { DmsExportRequest } from '../models';
@@ -64,6 +66,8 @@ import type { DmsTaskInfo } from '../models';
64
66
  // @ts-ignore
65
67
  import type { DmsTaskList } from '../models';
66
68
  // @ts-ignore
69
+ import type { DmsVisualExplainRequest } from '../models';
70
+ // @ts-ignore
67
71
  import type { MongoAggregateRequest } from '../models';
68
72
  // @ts-ignore
69
73
  import type { MongoCollectionInfo } from '../models';
@@ -4040,6 +4044,61 @@ export const DmsApiAxiosParamCreator = function (configuration?: Configuration)
4040
4044
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
4041
4045
  localVarRequestOptions.data = serializeDataIfNeeded(datasource, localVarRequestOptions, configuration)
4042
4046
 
4047
+ return {
4048
+ url: toPathString(localVarUrlObj),
4049
+ options: localVarRequestOptions,
4050
+ };
4051
+ },
4052
+ /**
4053
+ *
4054
+ * @summary explain a SQL as a normalized visual execution plan
4055
+ * @param {string} orgName name of the Org
4056
+ * @param {string} clusterName name of the cluster
4057
+ * @param {string} id id of the datasource
4058
+ * @param {DmsVisualExplainRequest} dmsVisualExplainRequest
4059
+ * @param {*} [options] Override http request option.
4060
+ * @throws {RequiredError}
4061
+ */
4062
+ visualSqlExplain: async (orgName: string, clusterName: string, id: string, dmsVisualExplainRequest: DmsVisualExplainRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
4063
+ // verify required parameter 'orgName' is not null or undefined
4064
+ assertParamExists('visualSqlExplain', 'orgName', orgName)
4065
+ // verify required parameter 'clusterName' is not null or undefined
4066
+ assertParamExists('visualSqlExplain', 'clusterName', clusterName)
4067
+ // verify required parameter 'id' is not null or undefined
4068
+ assertParamExists('visualSqlExplain', 'id', id)
4069
+ // verify required parameter 'dmsVisualExplainRequest' is not null or undefined
4070
+ assertParamExists('visualSqlExplain', 'dmsVisualExplainRequest', dmsVisualExplainRequest)
4071
+ const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/datasource/{id}/sqlExplain/visual`
4072
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
4073
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
4074
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
4075
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
4076
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4077
+ let baseOptions;
4078
+ if (configuration) {
4079
+ baseOptions = configuration.baseOptions;
4080
+ }
4081
+
4082
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
4083
+ const localVarHeaderParameter = {} as any;
4084
+ const localVarQueryParameter = {} as any;
4085
+
4086
+ // authentication BearerToken required
4087
+ // http bearer authentication required
4088
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
4089
+
4090
+ // authentication DigestAuth required
4091
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
4092
+
4093
+
4094
+
4095
+ localVarHeaderParameter['Content-Type'] = 'application/json';
4096
+
4097
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
4098
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4099
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
4100
+ localVarRequestOptions.data = serializeDataIfNeeded(dmsVisualExplainRequest, localVarRequestOptions, configuration)
4101
+
4043
4102
  return {
4044
4103
  url: toPathString(localVarUrlObj),
4045
4104
  options: localVarRequestOptions,
@@ -5189,6 +5248,22 @@ export const DmsApiFp = function(configuration?: Configuration) {
5189
5248
  const localVarOperationServerBasePath = operationServerMap['DmsApi.updateDataSourceV2']?.[localVarOperationServerIndex]?.url;
5190
5249
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
5191
5250
  },
5251
+ /**
5252
+ *
5253
+ * @summary explain a SQL as a normalized visual execution plan
5254
+ * @param {string} orgName name of the Org
5255
+ * @param {string} clusterName name of the cluster
5256
+ * @param {string} id id of the datasource
5257
+ * @param {DmsVisualExplainRequest} dmsVisualExplainRequest
5258
+ * @param {*} [options] Override http request option.
5259
+ * @throws {RequiredError}
5260
+ */
5261
+ async visualSqlExplain(orgName: string, clusterName: string, id: string, dmsVisualExplainRequest: DmsVisualExplainRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsExecutionPlanResult>> {
5262
+ const localVarAxiosArgs = await localVarAxiosParamCreator.visualSqlExplain(orgName, clusterName, id, dmsVisualExplainRequest, options);
5263
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
5264
+ const localVarOperationServerBasePath = operationServerMap['DmsApi.visualSqlExplain']?.[localVarOperationServerIndex]?.url;
5265
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
5266
+ },
5192
5267
  }
5193
5268
  };
5194
5269
 
@@ -5881,6 +5956,16 @@ export const DmsApiFactory = function (configuration?: Configuration, basePath?:
5881
5956
  updateDataSourceV2(requestParameters: DmsApiUpdateDataSourceV2Request, options?: RawAxiosRequestConfig): AxiosPromise<Datasource> {
5882
5957
  return localVarFp.updateDataSourceV2(requestParameters.orgName, requestParameters.clusterName, requestParameters.datasource, options).then((request) => request(axios, basePath));
5883
5958
  },
5959
+ /**
5960
+ *
5961
+ * @summary explain a SQL as a normalized visual execution plan
5962
+ * @param {DmsApiVisualSqlExplainRequest} requestParameters Request parameters.
5963
+ * @param {*} [options] Override http request option.
5964
+ * @throws {RequiredError}
5965
+ */
5966
+ visualSqlExplain(requestParameters: DmsApiVisualSqlExplainRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsExecutionPlanResult> {
5967
+ return localVarFp.visualSqlExplain(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.dmsVisualExplainRequest, options).then((request) => request(axios, basePath));
5968
+ },
5884
5969
  };
5885
5970
  };
5886
5971
 
@@ -6572,6 +6657,16 @@ export interface DmsApiInterface {
6572
6657
  */
6573
6658
  updateDataSourceV2(requestParameters: DmsApiUpdateDataSourceV2Request, options?: RawAxiosRequestConfig): AxiosPromise<Datasource>;
6574
6659
 
6660
+ /**
6661
+ *
6662
+ * @summary explain a SQL as a normalized visual execution plan
6663
+ * @param {DmsApiVisualSqlExplainRequest} requestParameters Request parameters.
6664
+ * @param {*} [options] Override http request option.
6665
+ * @throws {RequiredError}
6666
+ * @memberof DmsApiInterface
6667
+ */
6668
+ visualSqlExplain(requestParameters: DmsApiVisualSqlExplainRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsExecutionPlanResult>;
6669
+
6575
6670
  }
6576
6671
 
6577
6672
  /**
@@ -9262,6 +9357,41 @@ export interface DmsApiUpdateDataSourceV2Request {
9262
9357
  readonly datasource: Datasource
9263
9358
  }
9264
9359
 
9360
+ /**
9361
+ * Request parameters for visualSqlExplain operation in DmsApi.
9362
+ * @export
9363
+ * @interface DmsApiVisualSqlExplainRequest
9364
+ */
9365
+ export interface DmsApiVisualSqlExplainRequest {
9366
+ /**
9367
+ * name of the Org
9368
+ * @type {string}
9369
+ * @memberof DmsApiVisualSqlExplain
9370
+ */
9371
+ readonly orgName: string
9372
+
9373
+ /**
9374
+ * name of the cluster
9375
+ * @type {string}
9376
+ * @memberof DmsApiVisualSqlExplain
9377
+ */
9378
+ readonly clusterName: string
9379
+
9380
+ /**
9381
+ * id of the datasource
9382
+ * @type {string}
9383
+ * @memberof DmsApiVisualSqlExplain
9384
+ */
9385
+ readonly id: string
9386
+
9387
+ /**
9388
+ *
9389
+ * @type {DmsVisualExplainRequest}
9390
+ * @memberof DmsApiVisualSqlExplain
9391
+ */
9392
+ readonly dmsVisualExplainRequest: DmsVisualExplainRequest
9393
+ }
9394
+
9265
9395
  /**
9266
9396
  * DmsApi - object-oriented interface
9267
9397
  * @export
@@ -10086,5 +10216,17 @@ export class DmsApi extends BaseAPI implements DmsApiInterface {
10086
10216
  public updateDataSourceV2(requestParameters: DmsApiUpdateDataSourceV2Request, options?: RawAxiosRequestConfig) {
10087
10217
  return DmsApiFp(this.configuration).updateDataSourceV2(requestParameters.orgName, requestParameters.clusterName, requestParameters.datasource, options).then((request) => request(this.axios, this.basePath));
10088
10218
  }
10219
+
10220
+ /**
10221
+ *
10222
+ * @summary explain a SQL as a normalized visual execution plan
10223
+ * @param {DmsApiVisualSqlExplainRequest} requestParameters Request parameters.
10224
+ * @param {*} [options] Override http request option.
10225
+ * @throws {RequiredError}
10226
+ * @memberof DmsApi
10227
+ */
10228
+ public visualSqlExplain(requestParameters: DmsApiVisualSqlExplainRequest, options?: RawAxiosRequestConfig) {
10229
+ return DmsApiFp(this.configuration).visualSqlExplain(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.dmsVisualExplainRequest, options).then((request) => request(this.axios, this.basePath));
10230
+ }
10089
10231
  }
10090
10232
 
@@ -136,6 +136,8 @@ import type { Datasource } from '../models';
136
136
  // @ts-ignore
137
137
  import type { DbTDERequest } from '../models';
138
138
  // @ts-ignore
139
+ import type { DmsExecutionPlanResult } from '../models';
140
+ // @ts-ignore
139
141
  import type { DmsExplainRequest } from '../models';
140
142
  // @ts-ignore
141
143
  import type { DmsExportRequest } from '../models';
@@ -174,6 +176,8 @@ import type { DmsTaskInfo } from '../models';
174
176
  // @ts-ignore
175
177
  import type { DmsTaskList } from '../models';
176
178
  // @ts-ignore
179
+ import type { DmsVisualExplainRequest } from '../models';
180
+ // @ts-ignore
177
181
  import type { ESPutSecurityUserRequest } from '../models';
178
182
  // @ts-ignore
179
183
  import type { ESSecurityPasswordRequest } from '../models';
@@ -15449,6 +15453,61 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
15449
15453
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
15450
15454
  localVarRequestOptions.data = serializeDataIfNeeded(backupView, localVarRequestOptions, configuration)
15451
15455
 
15456
+ return {
15457
+ url: toPathString(localVarUrlObj),
15458
+ options: localVarRequestOptions,
15459
+ };
15460
+ },
15461
+ /**
15462
+ *
15463
+ * @summary explain a SQL as a normalized visual execution plan
15464
+ * @param {string} orgName name of the Org
15465
+ * @param {string} clusterName name of the cluster
15466
+ * @param {string} id id of the datasource
15467
+ * @param {DmsVisualExplainRequest} dmsVisualExplainRequest
15468
+ * @param {*} [options] Override http request option.
15469
+ * @throws {RequiredError}
15470
+ */
15471
+ visualSqlExplain: async (orgName: string, clusterName: string, id: string, dmsVisualExplainRequest: DmsVisualExplainRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
15472
+ // verify required parameter 'orgName' is not null or undefined
15473
+ assertParamExists('visualSqlExplain', 'orgName', orgName)
15474
+ // verify required parameter 'clusterName' is not null or undefined
15475
+ assertParamExists('visualSqlExplain', 'clusterName', clusterName)
15476
+ // verify required parameter 'id' is not null or undefined
15477
+ assertParamExists('visualSqlExplain', 'id', id)
15478
+ // verify required parameter 'dmsVisualExplainRequest' is not null or undefined
15479
+ assertParamExists('visualSqlExplain', 'dmsVisualExplainRequest', dmsVisualExplainRequest)
15480
+ const localVarPath = `/api/v1/organizations/{orgName}/clusters/{clusterName}/datasource/{id}/sqlExplain/visual`
15481
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
15482
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
15483
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
15484
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
15485
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
15486
+ let baseOptions;
15487
+ if (configuration) {
15488
+ baseOptions = configuration.baseOptions;
15489
+ }
15490
+
15491
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
15492
+ const localVarHeaderParameter = {} as any;
15493
+ const localVarQueryParameter = {} as any;
15494
+
15495
+ // authentication BearerToken required
15496
+ // http bearer authentication required
15497
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
15498
+
15499
+ // authentication DigestAuth required
15500
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
15501
+
15502
+
15503
+
15504
+ localVarHeaderParameter['Content-Type'] = 'application/json';
15505
+
15506
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
15507
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
15508
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
15509
+ localVarRequestOptions.data = serializeDataIfNeeded(dmsVisualExplainRequest, localVarRequestOptions, configuration)
15510
+
15452
15511
  return {
15453
15512
  url: toPathString(localVarUrlObj),
15454
15513
  options: localVarRequestOptions,
@@ -19828,6 +19887,22 @@ export const SharedApiFp = function(configuration?: Configuration) {
19828
19887
  const localVarOperationServerBasePath = operationServerMap['SharedApi.viewBackup']?.[localVarOperationServerIndex]?.url;
19829
19888
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
19830
19889
  },
19890
+ /**
19891
+ *
19892
+ * @summary explain a SQL as a normalized visual execution plan
19893
+ * @param {string} orgName name of the Org
19894
+ * @param {string} clusterName name of the cluster
19895
+ * @param {string} id id of the datasource
19896
+ * @param {DmsVisualExplainRequest} dmsVisualExplainRequest
19897
+ * @param {*} [options] Override http request option.
19898
+ * @throws {RequiredError}
19899
+ */
19900
+ async visualSqlExplain(orgName: string, clusterName: string, id: string, dmsVisualExplainRequest: DmsVisualExplainRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DmsExecutionPlanResult>> {
19901
+ const localVarAxiosArgs = await localVarAxiosParamCreator.visualSqlExplain(orgName, clusterName, id, dmsVisualExplainRequest, options);
19902
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
19903
+ const localVarOperationServerBasePath = operationServerMap['SharedApi.visualSqlExplain']?.[localVarOperationServerIndex]?.url;
19904
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
19905
+ },
19831
19906
  }
19832
19907
  };
19833
19908
 
@@ -22584,6 +22659,16 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
22584
22659
  viewBackup(requestParameters: SharedApiViewBackupRequest, options?: RawAxiosRequestConfig): AxiosPromise<FileEntryList> {
22585
22660
  return localVarFp.viewBackup(requestParameters.orgName, requestParameters.backupId, requestParameters.backupView, options).then((request) => request(axios, basePath));
22586
22661
  },
22662
+ /**
22663
+ *
22664
+ * @summary explain a SQL as a normalized visual execution plan
22665
+ * @param {SharedApiVisualSqlExplainRequest} requestParameters Request parameters.
22666
+ * @param {*} [options] Override http request option.
22667
+ * @throws {RequiredError}
22668
+ */
22669
+ visualSqlExplain(requestParameters: SharedApiVisualSqlExplainRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsExecutionPlanResult> {
22670
+ return localVarFp.visualSqlExplain(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.dmsVisualExplainRequest, options).then((request) => request(axios, basePath));
22671
+ },
22587
22672
  };
22588
22673
  };
22589
22674
 
@@ -25339,6 +25424,16 @@ export interface SharedApiInterface {
25339
25424
  */
25340
25425
  viewBackup(requestParameters: SharedApiViewBackupRequest, options?: RawAxiosRequestConfig): AxiosPromise<FileEntryList>;
25341
25426
 
25427
+ /**
25428
+ *
25429
+ * @summary explain a SQL as a normalized visual execution plan
25430
+ * @param {SharedApiVisualSqlExplainRequest} requestParameters Request parameters.
25431
+ * @param {*} [options] Override http request option.
25432
+ * @throws {RequiredError}
25433
+ * @memberof SharedApiInterface
25434
+ */
25435
+ visualSqlExplain(requestParameters: SharedApiVisualSqlExplainRequest, options?: RawAxiosRequestConfig): AxiosPromise<DmsExecutionPlanResult>;
25436
+
25342
25437
  }
25343
25438
 
25344
25439
  /**
@@ -34686,6 +34781,41 @@ export interface SharedApiViewBackupRequest {
34686
34781
  readonly backupView?: BackupView
34687
34782
  }
34688
34783
 
34784
+ /**
34785
+ * Request parameters for visualSqlExplain operation in SharedApi.
34786
+ * @export
34787
+ * @interface SharedApiVisualSqlExplainRequest
34788
+ */
34789
+ export interface SharedApiVisualSqlExplainRequest {
34790
+ /**
34791
+ * name of the Org
34792
+ * @type {string}
34793
+ * @memberof SharedApiVisualSqlExplain
34794
+ */
34795
+ readonly orgName: string
34796
+
34797
+ /**
34798
+ * name of the cluster
34799
+ * @type {string}
34800
+ * @memberof SharedApiVisualSqlExplain
34801
+ */
34802
+ readonly clusterName: string
34803
+
34804
+ /**
34805
+ * id of the datasource
34806
+ * @type {string}
34807
+ * @memberof SharedApiVisualSqlExplain
34808
+ */
34809
+ readonly id: string
34810
+
34811
+ /**
34812
+ *
34813
+ * @type {DmsVisualExplainRequest}
34814
+ * @memberof SharedApiVisualSqlExplain
34815
+ */
34816
+ readonly dmsVisualExplainRequest: DmsVisualExplainRequest
34817
+ }
34818
+
34689
34819
  /**
34690
34820
  * SharedApi - object-oriented interface
34691
34821
  * @export
@@ -37988,5 +38118,17 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
37988
38118
  public viewBackup(requestParameters: SharedApiViewBackupRequest, options?: RawAxiosRequestConfig) {
37989
38119
  return SharedApiFp(this.configuration).viewBackup(requestParameters.orgName, requestParameters.backupId, requestParameters.backupView, options).then((request) => request(this.axios, this.basePath));
37990
38120
  }
38121
+
38122
+ /**
38123
+ *
38124
+ * @summary explain a SQL as a normalized visual execution plan
38125
+ * @param {SharedApiVisualSqlExplainRequest} requestParameters Request parameters.
38126
+ * @param {*} [options] Override http request option.
38127
+ * @throws {RequiredError}
38128
+ * @memberof SharedApi
38129
+ */
38130
+ public visualSqlExplain(requestParameters: SharedApiVisualSqlExplainRequest, options?: RawAxiosRequestConfig) {
38131
+ return SharedApiFp(this.configuration).visualSqlExplain(requestParameters.orgName, requestParameters.clusterName, requestParameters.id, requestParameters.dmsVisualExplainRequest, options).then((request) => request(this.axios, this.basePath));
38132
+ }
37991
38133
  }
37992
38134
 
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * KubeBlocks Cloud API
5
+ * KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DmsExecutionPlanEdgeRows
21
+ */
22
+ export interface DmsExecutionPlanEdgeRows {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof DmsExecutionPlanEdgeRows
27
+ */
28
+ 'estimated'?: number | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof DmsExecutionPlanEdgeRows
33
+ */
34
+ 'actual'?: number | null;
35
+ }
36
+
@@ -0,0 +1,63 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * KubeBlocks Cloud API
5
+ * KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { DmsExecutionPlanEdgeRows } from './dms-execution-plan-edge-rows';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface DmsExecutionPlanEdge
24
+ */
25
+ export interface DmsExecutionPlanEdge {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof DmsExecutionPlanEdge
30
+ */
31
+ 'id'?: string;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof DmsExecutionPlanEdge
36
+ */
37
+ 'source'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof DmsExecutionPlanEdge
42
+ */
43
+ 'target'?: string;
44
+ /**
45
+ *
46
+ * @type {DmsExecutionPlanEdgeRows}
47
+ * @memberof DmsExecutionPlanEdge
48
+ */
49
+ 'rows'?: DmsExecutionPlanEdgeRows;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof DmsExecutionPlanEdge
54
+ */
55
+ 'widthWeight'?: number | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof DmsExecutionPlanEdge
60
+ */
61
+ 'label'?: string | null;
62
+ }
63
+
@@ -0,0 +1,33 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * KubeBlocks Cloud API
5
+ * KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const DmsExecutionPlanMode = {
24
+ estimate: 'estimate',
25
+ analyze: 'analyze',
26
+ actual: 'actual',
27
+ autotrace: 'autotrace'
28
+ } as const;
29
+
30
+ export type DmsExecutionPlanMode = typeof DmsExecutionPlanMode[keyof typeof DmsExecutionPlanMode];
31
+
32
+
33
+
@@ -0,0 +1,40 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * KubeBlocks Cloud API
5
+ * KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const DmsExecutionPlanNodeCategory = {
24
+ result: 'result',
25
+ sort: 'sort',
26
+ join: 'join',
27
+ table_scan: 'table_scan',
28
+ index_scan: 'index_scan',
29
+ lookup: 'lookup',
30
+ materialize: 'materialize',
31
+ aggregate: 'aggregate',
32
+ exchange: 'exchange',
33
+ modify: 'modify',
34
+ other: 'other'
35
+ } as const;
36
+
37
+ export type DmsExecutionPlanNodeCategory = typeof DmsExecutionPlanNodeCategory[keyof typeof DmsExecutionPlanNodeCategory];
38
+
39
+
40
+
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * KubeBlocks Cloud API
5
+ * KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DmsExecutionPlanNodeConditions
21
+ */
22
+ export interface DmsExecutionPlanNodeConditions {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof DmsExecutionPlanNodeConditions
27
+ */
28
+ 'filter'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof DmsExecutionPlanNodeConditions
33
+ */
34
+ 'indexCond'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof DmsExecutionPlanNodeConditions
39
+ */
40
+ 'joinCond'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof DmsExecutionPlanNodeConditions
45
+ */
46
+ 'hashCond'?: string | null;
47
+ /**
48
+ *
49
+ * @type {Array<string>}
50
+ * @memberof DmsExecutionPlanNodeConditions
51
+ */
52
+ 'sortKey'?: Array<string>;
53
+ }
54
+
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * KubeBlocks Cloud API
5
+ * KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ * Contact: support@apecloud.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface DmsExecutionPlanNodeCost
21
+ */
22
+ export interface DmsExecutionPlanNodeCost {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof DmsExecutionPlanNodeCost
27
+ */
28
+ 'startup'?: number | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof DmsExecutionPlanNodeCost
33
+ */
34
+ 'total'?: number | null;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof DmsExecutionPlanNodeCost
39
+ */
40
+ 'self'?: number | null;
41
+ /**
42
+ *
43
+ * @type {number}
44
+ * @memberof DmsExecutionPlanNodeCost
45
+ */
46
+ 'percent'?: number | null;
47
+ }
48
+