@gooddata/api-client-tiger 11.23.0-alpha.1 → 11.23.0-alpha.3

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.
@@ -114,6 +114,37 @@ export async function AILakeApiAxiosParamCreator_GetAiLakeOperation(operationId,
114
114
  };
115
115
  }
116
116
  // AILakeApi FP - AILakeApiAxiosParamCreator
117
+ /**
118
+ * (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
119
+ * @summary (BETA) List AI Lake services
120
+ * @param {*} [options] Override http request option.
121
+ * @param {Configuration} [configuration] Optional configuration.
122
+ * @throws {RequiredError}
123
+ */
124
+ export async function AILakeApiAxiosParamCreator_ListAiLakeServices(options = {}, configuration) {
125
+ const localVarPath = `/api/v1/ailake/services`;
126
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
127
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
128
+ let baseOptions;
129
+ if (configuration) {
130
+ baseOptions = configuration.baseOptions;
131
+ }
132
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
133
+ const localVarHeaderParameter = {};
134
+ const localVarQueryParameter = {};
135
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
136
+ const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
137
+ localVarRequestOptions.headers = {
138
+ ...localVarHeaderParameter,
139
+ ...headersFromBaseOptions,
140
+ ...options.headers,
141
+ };
142
+ return {
143
+ url: toPathString(localVarUrlObj),
144
+ options: localVarRequestOptions,
145
+ };
146
+ }
147
+ // AILakeApi FP - AILakeApiAxiosParamCreator
117
148
  /**
118
149
  * (BETA) Creates a new database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
119
150
  * @summary (BETA) Create a new AILake Database instance
@@ -209,6 +240,20 @@ export async function AILakeApi_GetAiLakeOperation(axios, basePath, requestParam
209
240
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
210
241
  }
211
242
  // AILakeApi Api FP
243
+ /**
244
+ * (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
245
+ * @summary (BETA) List AI Lake services
246
+ * @param {AxiosInstance} axios Axios instance.
247
+ * @param {string} basePath Base path.
248
+ * @param {*} [options] Override http request option.
249
+ * @param {Configuration} [configuration] Optional configuration.
250
+ * @throws {RequiredError}
251
+ */
252
+ export async function AILakeApi_ListAiLakeServices(axios, basePath, options, configuration) {
253
+ const localVarAxiosArgs = await AILakeApiAxiosParamCreator_ListAiLakeServices(options || {}, configuration);
254
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
255
+ }
256
+ // AILakeApi Api FP
212
257
  /**
213
258
  * (BETA) Creates a new database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
214
259
  * @summary (BETA) Create a new AILake Database instance
@@ -263,6 +308,16 @@ export class AILakeApi extends BaseAPI {
263
308
  getAiLakeOperation(requestParameters, options) {
264
309
  return AILakeApi_GetAiLakeOperation(this.axios, this.basePath, requestParameters, options, this.configuration);
265
310
  }
311
+ /**
312
+ * (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
313
+ * @summary (BETA) List AI Lake services
314
+ * @param {*} [options] Override http request option.
315
+ * @throws {RequiredError}
316
+ * @memberof AILakeApi
317
+ */
318
+ listAiLakeServices(options) {
319
+ return AILakeApi_ListAiLakeServices(this.axios, this.basePath, options, this.configuration);
320
+ }
266
321
  /**
267
322
  * (BETA) Creates a new database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
268
323
  * @summary (BETA) Create a new AILake Database instance