oci-datacatalog 2.75.0 → 2.76.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.
- package/lib/client.d.ts +195 -141
- package/lib/client.js +568 -152
- package/lib/client.js.map +1 -1
- package/lib/model/add-resource-lock-details.d.ts +43 -0
- package/lib/model/add-resource-lock-details.js +36 -0
- package/lib/model/add-resource-lock-details.js.map +1 -0
- package/lib/model/catalog-private-endpoint-summary.d.ts +17 -0
- package/lib/model/catalog-private-endpoint-summary.js +34 -2
- package/lib/model/catalog-private-endpoint-summary.js.map +1 -1
- package/lib/model/catalog-private-endpoint.d.ts +17 -0
- package/lib/model/catalog-private-endpoint.js +34 -2
- package/lib/model/catalog-private-endpoint.js.map +1 -1
- package/lib/model/catalog-summary.d.ts +17 -0
- package/lib/model/catalog-summary.js +34 -2
- package/lib/model/catalog-summary.js.map +1 -1
- package/lib/model/catalog.d.ts +17 -0
- package/lib/model/catalog.js +34 -2
- package/lib/model/catalog.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +10 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/metastore-summary.d.ts +17 -0
- package/lib/model/metastore-summary.js +34 -2
- package/lib/model/metastore-summary.js.map +1 -1
- package/lib/model/metastore.d.ts +17 -0
- package/lib/model/metastore.js +34 -2
- package/lib/model/metastore.js.map +1 -1
- package/lib/model/remove-resource-lock-details.d.ts +43 -0
- package/lib/model/remove-resource-lock-details.js +36 -0
- package/lib/model/remove-resource-lock-details.js.map +1 -0
- package/lib/model/resource-lock.d.ts +54 -0
- package/lib/model/resource-lock.js +41 -0
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/request/add-catalog-lock-request.d.ts +40 -0
- package/lib/request/add-catalog-lock-request.js +15 -0
- package/lib/request/add-catalog-lock-request.js.map +1 -0
- package/lib/request/add-catalog-private-endpoint-lock-request.d.ts +40 -0
- package/lib/request/add-catalog-private-endpoint-lock-request.js +15 -0
- package/lib/request/add-catalog-private-endpoint-lock-request.js.map +1 -0
- package/lib/request/add-data-selector-patterns-request.d.ts +1 -1
- package/lib/request/add-metastore-lock-request.d.ts +40 -0
- package/lib/request/add-metastore-lock-request.js +15 -0
- package/lib/request/add-metastore-lock-request.js.map +1 -0
- package/lib/request/associate-custom-property-request.d.ts +1 -1
- package/lib/request/asynchronous-export-glossary-request.d.ts +1 -1
- package/lib/request/attach-catalog-private-endpoint-request.d.ts +5 -1
- package/lib/request/change-catalog-compartment-request.d.ts +5 -1
- package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +5 -1
- package/lib/request/change-metastore-compartment-request.d.ts +5 -1
- package/lib/request/create-attribute-request.d.ts +1 -1
- package/lib/request/create-attribute-tag-request.d.ts +1 -1
- package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-catalog-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-custom-property-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +1 -1
- package/lib/request/create-data-asset-tag-request.d.ts +1 -1
- package/lib/request/create-entity-request.d.ts +1 -1
- package/lib/request/create-entity-tag-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-folder-tag-request.d.ts +1 -1
- package/lib/request/create-glossary-request.d.ts +1 -1
- package/lib/request/create-job-definition-request.d.ts +1 -1
- package/lib/request/create-job-execution-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-metastore-request.d.ts +1 -1
- package/lib/request/create-namespace-request.d.ts +1 -1
- package/lib/request/create-pattern-request.d.ts +1 -1
- package/lib/request/create-term-relationship-request.d.ts +1 -1
- package/lib/request/create-term-request.d.ts +1 -1
- package/lib/request/delete-attribute-request.d.ts +1 -1
- package/lib/request/delete-attribute-tag-request.d.ts +1 -1
- package/lib/request/delete-catalog-private-endpoint-request.d.ts +5 -1
- package/lib/request/delete-catalog-request.d.ts +5 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-custom-property-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-asset-tag-request.d.ts +1 -1
- package/lib/request/delete-entity-request.d.ts +1 -1
- package/lib/request/delete-entity-tag-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-folder-tag-request.d.ts +1 -1
- package/lib/request/delete-glossary-request.d.ts +1 -1
- package/lib/request/delete-job-definition-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-metastore-request.d.ts +5 -1
- package/lib/request/delete-namespace-request.d.ts +1 -1
- package/lib/request/delete-pattern-request.d.ts +1 -1
- package/lib/request/delete-term-relationship-request.d.ts +1 -1
- package/lib/request/delete-term-request.d.ts +1 -1
- package/lib/request/detach-catalog-private-endpoint-request.d.ts +5 -1
- package/lib/request/disassociate-custom-property-request.d.ts +1 -1
- package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
- package/lib/request/export-glossary-request.d.ts +1 -1
- package/lib/request/fetch-entity-lineage-request.d.ts +1 -1
- package/lib/request/get-attribute-request.d.ts +1 -1
- package/lib/request/get-attribute-tag-request.d.ts +1 -1
- package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-catalog-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-custom-property-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-asset-tag-request.d.ts +1 -1
- package/lib/request/get-entity-request.d.ts +1 -1
- package/lib/request/get-entity-tag-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-folder-tag-request.d.ts +1 -1
- package/lib/request/get-glossary-request.d.ts +1 -1
- package/lib/request/get-job-definition-request.d.ts +1 -1
- package/lib/request/get-job-execution-request.d.ts +1 -1
- package/lib/request/get-job-log-request.d.ts +1 -1
- package/lib/request/get-job-metrics-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-metastore-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-pattern-request.d.ts +1 -1
- package/lib/request/get-term-relationship-request.d.ts +1 -1
- package/lib/request/get-term-request.d.ts +1 -1
- package/lib/request/get-type-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-connection-request.d.ts +1 -1
- package/lib/request/import-data-asset-request.d.ts +1 -1
- package/lib/request/import-glossary-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
- package/lib/request/list-attribute-tags-request.d.ts +1 -1
- package/lib/request/list-attributes-request.d.ts +1 -1
- package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-catalogs-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-custom-properties-request.d.ts +1 -1
- package/lib/request/list-data-asset-tags-request.d.ts +1 -1
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-derived-logical-entities-request.d.ts +1 -1
- package/lib/request/list-entities-request.d.ts +1 -1
- package/lib/request/list-entity-tags-request.d.ts +1 -1
- package/lib/request/list-folder-tags-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-glossaries-request.d.ts +1 -1
- package/lib/request/list-job-definitions-request.d.ts +1 -1
- package/lib/request/list-job-executions-request.d.ts +1 -1
- package/lib/request/list-job-logs-request.d.ts +1 -1
- package/lib/request/list-job-metrics-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-metastores-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-patterns-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +1 -1
- package/lib/request/list-tags-request.d.ts +1 -1
- package/lib/request/list-term-relationships-request.d.ts +1 -1
- package/lib/request/list-terms-request.d.ts +1 -1
- package/lib/request/list-types-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/object-stats-request.d.ts +1 -1
- package/lib/request/parse-connection-request.d.ts +1 -1
- package/lib/request/process-recommendation-request.d.ts +1 -1
- package/lib/request/recommendations-request.d.ts +1 -1
- package/lib/request/remove-catalog-lock-request.d.ts +40 -0
- package/lib/request/remove-catalog-lock-request.js +15 -0
- package/lib/request/remove-catalog-lock-request.js.map +1 -0
- package/lib/request/remove-catalog-private-endpoint-lock-request.d.ts +40 -0
- package/lib/request/remove-catalog-private-endpoint-lock-request.js +15 -0
- package/lib/request/remove-catalog-private-endpoint-lock-request.js.map +1 -0
- package/lib/request/remove-data-selector-patterns-request.d.ts +1 -1
- package/lib/request/remove-metastore-lock-request.d.ts +40 -0
- package/lib/request/remove-metastore-lock-request.js +15 -0
- package/lib/request/remove-metastore-lock-request.js.map +1 -0
- package/lib/request/search-criteria-request.d.ts +1 -1
- package/lib/request/suggest-matches-request.d.ts +1 -1
- package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
- package/lib/request/test-connection-request.d.ts +1 -1
- package/lib/request/update-attribute-request.d.ts +1 -1
- package/lib/request/update-catalog-private-endpoint-request.d.ts +5 -1
- package/lib/request/update-catalog-request.d.ts +5 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-custom-property-request.d.ts +1 -1
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-entity-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-glossary-request.d.ts +1 -1
- package/lib/request/update-job-definition-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-metastore-request.d.ts +5 -1
- package/lib/request/update-namespace-request.d.ts +1 -1
- package/lib/request/update-pattern-request.d.ts +1 -1
- package/lib/request/update-term-relationship-request.d.ts +1 -1
- package/lib/request/update-term-request.d.ts +1 -1
- package/lib/request/upload-credentials-request.d.ts +1 -1
- package/lib/request/users-request.d.ts +1 -1
- package/lib/request/validate-connection-request.d.ts +1 -1
- package/lib/request/validate-pattern-request.d.ts +1 -1
- package/lib/response/add-catalog-lock-response.d.ts +30 -0
- package/lib/response/add-catalog-lock-response.js +15 -0
- package/lib/response/add-catalog-lock-response.js.map +1 -0
- package/lib/response/add-catalog-private-endpoint-lock-response.d.ts +30 -0
- package/lib/response/add-catalog-private-endpoint-lock-response.js +15 -0
- package/lib/response/add-catalog-private-endpoint-lock-response.js.map +1 -0
- package/lib/response/add-metastore-lock-response.d.ts +30 -0
- package/lib/response/add-metastore-lock-response.js +15 -0
- package/lib/response/add-metastore-lock-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/remove-catalog-lock-response.d.ts +30 -0
- package/lib/response/remove-catalog-lock-response.js +15 -0
- package/lib/response/remove-catalog-lock-response.js.map +1 -0
- package/lib/response/remove-catalog-private-endpoint-lock-response.d.ts +30 -0
- package/lib/response/remove-catalog-private-endpoint-lock-response.js +15 -0
- package/lib/response/remove-catalog-private-endpoint-lock-response.js.map +1 -0
- package/lib/response/remove-metastore-lock-response.d.ts +30 -0
- package/lib/response/remove-metastore-lock-response.js +15 -0
- package/lib/response/remove-metastore-lock-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -83,6 +83,10 @@ class DataCatalogClient {
|
|
|
83
83
|
? clientConfiguration.bodyDuplexMode
|
|
84
84
|
: undefined;
|
|
85
85
|
}
|
|
86
|
+
if (!oci_common_2.developerToolConfiguration.isServiceEnabled("datacatalog")) {
|
|
87
|
+
let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
|
|
88
|
+
throw errmsg.concat("datacatalog");
|
|
89
|
+
}
|
|
86
90
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
87
91
|
const specCircuitBreakerEnabled = true;
|
|
88
92
|
if (!this._circuitBreaker &&
|
|
@@ -180,13 +184,143 @@ class DataCatalogClient {
|
|
|
180
184
|
}
|
|
181
185
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
182
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* Adds a lock to a Catalog resource.
|
|
189
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
190
|
+
* @param AddCatalogLockRequest
|
|
191
|
+
* @return AddCatalogLockResponse
|
|
192
|
+
* @throws OciError when an error occurs
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/AddCatalogLock.ts.html |here} to see how to use AddCatalogLock API.
|
|
194
|
+
*/
|
|
195
|
+
addCatalogLock(addCatalogLockRequest) {
|
|
196
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
197
|
+
if (this.logger)
|
|
198
|
+
this.logger.debug("Calling operation DataCatalogClient#addCatalogLock.");
|
|
199
|
+
const operationName = "addCatalogLock";
|
|
200
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/AddCatalogLock";
|
|
201
|
+
const pathParams = {
|
|
202
|
+
"{catalogId}": addCatalogLockRequest.catalogId
|
|
203
|
+
};
|
|
204
|
+
const queryParams = {};
|
|
205
|
+
let headerParams = {
|
|
206
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
207
|
+
"opc-request-id": addCatalogLockRequest.opcRequestId,
|
|
208
|
+
"if-match": addCatalogLockRequest.ifMatch
|
|
209
|
+
};
|
|
210
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
211
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addCatalogLockRequest.retryConfiguration, specRetryConfiguration);
|
|
212
|
+
if (this.logger)
|
|
213
|
+
retrier.logger = this.logger;
|
|
214
|
+
const request = yield oci_common_2.composeRequest({
|
|
215
|
+
baseEndpoint: this._endpoint,
|
|
216
|
+
defaultHeaders: this._defaultHeaders,
|
|
217
|
+
path: "/catalogs/{catalogId}/actions/addLock",
|
|
218
|
+
method: "POST",
|
|
219
|
+
bodyContent: common.ObjectSerializer.serialize(addCatalogLockRequest.addResourceLockDetails, "AddResourceLockDetails", model.AddResourceLockDetails.getJsonObj),
|
|
220
|
+
pathParams: pathParams,
|
|
221
|
+
headerParams: headerParams,
|
|
222
|
+
queryParams: queryParams
|
|
223
|
+
});
|
|
224
|
+
try {
|
|
225
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
226
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
227
|
+
responseObject: {},
|
|
228
|
+
body: yield response.json(),
|
|
229
|
+
bodyKey: "catalog",
|
|
230
|
+
bodyModel: model.Catalog,
|
|
231
|
+
type: "model.Catalog",
|
|
232
|
+
responseHeaders: [
|
|
233
|
+
{
|
|
234
|
+
value: response.headers.get("opc-request-id"),
|
|
235
|
+
key: "opcRequestId",
|
|
236
|
+
dataType: "string"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
value: response.headers.get("etag"),
|
|
240
|
+
key: "etag",
|
|
241
|
+
dataType: "string"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
});
|
|
245
|
+
return sdkResponse;
|
|
246
|
+
}
|
|
247
|
+
catch (err) {
|
|
248
|
+
throw err;
|
|
249
|
+
}
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Adds a lock to a CatalogPrivateEndpoint resource.
|
|
254
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
255
|
+
* @param AddCatalogPrivateEndpointLockRequest
|
|
256
|
+
* @return AddCatalogPrivateEndpointLockResponse
|
|
257
|
+
* @throws OciError when an error occurs
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/AddCatalogPrivateEndpointLock.ts.html |here} to see how to use AddCatalogPrivateEndpointLock API.
|
|
259
|
+
*/
|
|
260
|
+
addCatalogPrivateEndpointLock(addCatalogPrivateEndpointLockRequest) {
|
|
261
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
262
|
+
if (this.logger)
|
|
263
|
+
this.logger.debug("Calling operation DataCatalogClient#addCatalogPrivateEndpointLock.");
|
|
264
|
+
const operationName = "addCatalogPrivateEndpointLock";
|
|
265
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/AddCatalogPrivateEndpointLock";
|
|
266
|
+
const pathParams = {
|
|
267
|
+
"{catalogPrivateEndpointId}": addCatalogPrivateEndpointLockRequest.catalogPrivateEndpointId
|
|
268
|
+
};
|
|
269
|
+
const queryParams = {};
|
|
270
|
+
let headerParams = {
|
|
271
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
272
|
+
"opc-request-id": addCatalogPrivateEndpointLockRequest.opcRequestId,
|
|
273
|
+
"if-match": addCatalogPrivateEndpointLockRequest.ifMatch
|
|
274
|
+
};
|
|
275
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
276
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addCatalogPrivateEndpointLockRequest.retryConfiguration, specRetryConfiguration);
|
|
277
|
+
if (this.logger)
|
|
278
|
+
retrier.logger = this.logger;
|
|
279
|
+
const request = yield oci_common_2.composeRequest({
|
|
280
|
+
baseEndpoint: this._endpoint,
|
|
281
|
+
defaultHeaders: this._defaultHeaders,
|
|
282
|
+
path: "/catalogPrivateEndpoints/{catalogPrivateEndpointId}/actions/addLock",
|
|
283
|
+
method: "POST",
|
|
284
|
+
bodyContent: common.ObjectSerializer.serialize(addCatalogPrivateEndpointLockRequest.addResourceLockDetails, "AddResourceLockDetails", model.AddResourceLockDetails.getJsonObj),
|
|
285
|
+
pathParams: pathParams,
|
|
286
|
+
headerParams: headerParams,
|
|
287
|
+
queryParams: queryParams
|
|
288
|
+
});
|
|
289
|
+
try {
|
|
290
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
291
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
292
|
+
responseObject: {},
|
|
293
|
+
body: yield response.json(),
|
|
294
|
+
bodyKey: "catalogPrivateEndpoint",
|
|
295
|
+
bodyModel: model.CatalogPrivateEndpoint,
|
|
296
|
+
type: "model.CatalogPrivateEndpoint",
|
|
297
|
+
responseHeaders: [
|
|
298
|
+
{
|
|
299
|
+
value: response.headers.get("opc-request-id"),
|
|
300
|
+
key: "opcRequestId",
|
|
301
|
+
dataType: "string"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
value: response.headers.get("etag"),
|
|
305
|
+
key: "etag",
|
|
306
|
+
dataType: "string"
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
});
|
|
310
|
+
return sdkResponse;
|
|
311
|
+
}
|
|
312
|
+
catch (err) {
|
|
313
|
+
throw err;
|
|
314
|
+
}
|
|
315
|
+
});
|
|
316
|
+
}
|
|
183
317
|
/**
|
|
184
318
|
* Add data selector pattern to the data asset.
|
|
185
319
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
186
320
|
* @param AddDataSelectorPatternsRequest
|
|
187
321
|
* @return AddDataSelectorPatternsResponse
|
|
188
322
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatterns API.
|
|
190
324
|
*/
|
|
191
325
|
addDataSelectorPatterns(addDataSelectorPatternsRequest) {
|
|
192
326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -247,13 +381,78 @@ class DataCatalogClient {
|
|
|
247
381
|
}
|
|
248
382
|
});
|
|
249
383
|
}
|
|
384
|
+
/**
|
|
385
|
+
* Adds a lock to a Metastore resource.
|
|
386
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
387
|
+
* @param AddMetastoreLockRequest
|
|
388
|
+
* @return AddMetastoreLockResponse
|
|
389
|
+
* @throws OciError when an error occurs
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/AddMetastoreLock.ts.html |here} to see how to use AddMetastoreLock API.
|
|
391
|
+
*/
|
|
392
|
+
addMetastoreLock(addMetastoreLockRequest) {
|
|
393
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
394
|
+
if (this.logger)
|
|
395
|
+
this.logger.debug("Calling operation DataCatalogClient#addMetastoreLock.");
|
|
396
|
+
const operationName = "addMetastoreLock";
|
|
397
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/AddMetastoreLock";
|
|
398
|
+
const pathParams = {
|
|
399
|
+
"{metastoreId}": addMetastoreLockRequest.metastoreId
|
|
400
|
+
};
|
|
401
|
+
const queryParams = {};
|
|
402
|
+
let headerParams = {
|
|
403
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
404
|
+
"opc-request-id": addMetastoreLockRequest.opcRequestId,
|
|
405
|
+
"if-match": addMetastoreLockRequest.ifMatch
|
|
406
|
+
};
|
|
407
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
408
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addMetastoreLockRequest.retryConfiguration, specRetryConfiguration);
|
|
409
|
+
if (this.logger)
|
|
410
|
+
retrier.logger = this.logger;
|
|
411
|
+
const request = yield oci_common_2.composeRequest({
|
|
412
|
+
baseEndpoint: this._endpoint,
|
|
413
|
+
defaultHeaders: this._defaultHeaders,
|
|
414
|
+
path: "/metastores/{metastoreId}/actions/addLock",
|
|
415
|
+
method: "POST",
|
|
416
|
+
bodyContent: common.ObjectSerializer.serialize(addMetastoreLockRequest.addResourceLockDetails, "AddResourceLockDetails", model.AddResourceLockDetails.getJsonObj),
|
|
417
|
+
pathParams: pathParams,
|
|
418
|
+
headerParams: headerParams,
|
|
419
|
+
queryParams: queryParams
|
|
420
|
+
});
|
|
421
|
+
try {
|
|
422
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
423
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
424
|
+
responseObject: {},
|
|
425
|
+
body: yield response.json(),
|
|
426
|
+
bodyKey: "metastore",
|
|
427
|
+
bodyModel: model.Metastore,
|
|
428
|
+
type: "model.Metastore",
|
|
429
|
+
responseHeaders: [
|
|
430
|
+
{
|
|
431
|
+
value: response.headers.get("opc-request-id"),
|
|
432
|
+
key: "opcRequestId",
|
|
433
|
+
dataType: "string"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
value: response.headers.get("etag"),
|
|
437
|
+
key: "etag",
|
|
438
|
+
dataType: "string"
|
|
439
|
+
}
|
|
440
|
+
]
|
|
441
|
+
});
|
|
442
|
+
return sdkResponse;
|
|
443
|
+
}
|
|
444
|
+
catch (err) {
|
|
445
|
+
throw err;
|
|
446
|
+
}
|
|
447
|
+
});
|
|
448
|
+
}
|
|
250
449
|
/**
|
|
251
450
|
* Associate the custom property for the given type
|
|
252
451
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
253
452
|
* @param AssociateCustomPropertyRequest
|
|
254
453
|
* @return AssociateCustomPropertyResponse
|
|
255
454
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomProperty API.
|
|
257
456
|
*/
|
|
258
457
|
associateCustomProperty(associateCustomPropertyRequest) {
|
|
259
458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -321,7 +520,7 @@ class DataCatalogClient {
|
|
|
321
520
|
* @param AsynchronousExportGlossaryRequest
|
|
322
521
|
* @return AsynchronousExportGlossaryResponse
|
|
323
522
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossary API.
|
|
325
524
|
*/
|
|
326
525
|
asynchronousExportGlossary(asynchronousExportGlossaryRequest) {
|
|
327
526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -387,7 +586,7 @@ class DataCatalogClient {
|
|
|
387
586
|
* @param AttachCatalogPrivateEndpointRequest
|
|
388
587
|
* @return AttachCatalogPrivateEndpointResponse
|
|
389
588
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpoint API.
|
|
391
590
|
*/
|
|
392
591
|
attachCatalogPrivateEndpoint(attachCatalogPrivateEndpointRequest) {
|
|
393
592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -398,7 +597,9 @@ class DataCatalogClient {
|
|
|
398
597
|
const pathParams = {
|
|
399
598
|
"{catalogId}": attachCatalogPrivateEndpointRequest.catalogId
|
|
400
599
|
};
|
|
401
|
-
const queryParams = {
|
|
600
|
+
const queryParams = {
|
|
601
|
+
"isLockOverride": attachCatalogPrivateEndpointRequest.isLockOverride
|
|
602
|
+
};
|
|
402
603
|
let headerParams = {
|
|
403
604
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
404
605
|
"if-match": attachCatalogPrivateEndpointRequest.ifMatch,
|
|
@@ -449,7 +650,7 @@ class DataCatalogClient {
|
|
|
449
650
|
* @param ChangeCatalogCompartmentRequest
|
|
450
651
|
* @return ChangeCatalogCompartmentResponse
|
|
451
652
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartment API.
|
|
453
654
|
*/
|
|
454
655
|
changeCatalogCompartment(changeCatalogCompartmentRequest) {
|
|
455
656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -460,7 +661,9 @@ class DataCatalogClient {
|
|
|
460
661
|
const pathParams = {
|
|
461
662
|
"{catalogId}": changeCatalogCompartmentRequest.catalogId
|
|
462
663
|
};
|
|
463
|
-
const queryParams = {
|
|
664
|
+
const queryParams = {
|
|
665
|
+
"isLockOverride": changeCatalogCompartmentRequest.isLockOverride
|
|
666
|
+
};
|
|
464
667
|
let headerParams = {
|
|
465
668
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
466
669
|
"if-match": changeCatalogCompartmentRequest.ifMatch,
|
|
@@ -510,7 +713,7 @@ class DataCatalogClient {
|
|
|
510
713
|
* @param ChangeCatalogPrivateEndpointCompartmentRequest
|
|
511
714
|
* @return ChangeCatalogPrivateEndpointCompartmentResponse
|
|
512
715
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartment API.
|
|
514
717
|
*/
|
|
515
718
|
changeCatalogPrivateEndpointCompartment(changeCatalogPrivateEndpointCompartmentRequest) {
|
|
516
719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -521,7 +724,9 @@ class DataCatalogClient {
|
|
|
521
724
|
const pathParams = {
|
|
522
725
|
"{catalogPrivateEndpointId}": changeCatalogPrivateEndpointCompartmentRequest.catalogPrivateEndpointId
|
|
523
726
|
};
|
|
524
|
-
const queryParams = {
|
|
727
|
+
const queryParams = {
|
|
728
|
+
"isLockOverride": changeCatalogPrivateEndpointCompartmentRequest.isLockOverride
|
|
729
|
+
};
|
|
525
730
|
let headerParams = {
|
|
526
731
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
527
732
|
"if-match": changeCatalogPrivateEndpointCompartmentRequest.ifMatch,
|
|
@@ -571,7 +776,7 @@ class DataCatalogClient {
|
|
|
571
776
|
* @param ChangeMetastoreCompartmentRequest
|
|
572
777
|
* @return ChangeMetastoreCompartmentResponse
|
|
573
778
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartment API.
|
|
575
780
|
*/
|
|
576
781
|
changeMetastoreCompartment(changeMetastoreCompartmentRequest) {
|
|
577
782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -582,7 +787,9 @@ class DataCatalogClient {
|
|
|
582
787
|
const pathParams = {
|
|
583
788
|
"{metastoreId}": changeMetastoreCompartmentRequest.metastoreId
|
|
584
789
|
};
|
|
585
|
-
const queryParams = {
|
|
790
|
+
const queryParams = {
|
|
791
|
+
"isLockOverride": changeMetastoreCompartmentRequest.isLockOverride
|
|
792
|
+
};
|
|
586
793
|
let headerParams = {
|
|
587
794
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
588
795
|
"if-match": changeMetastoreCompartmentRequest.ifMatch,
|
|
@@ -632,7 +839,7 @@ class DataCatalogClient {
|
|
|
632
839
|
* @param CreateAttributeRequest
|
|
633
840
|
* @return CreateAttributeResponse
|
|
634
841
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateAttribute.ts.html |here} to see how to use CreateAttribute API.
|
|
636
843
|
*/
|
|
637
844
|
createAttribute(createAttributeRequest) {
|
|
638
845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -699,7 +906,7 @@ class DataCatalogClient {
|
|
|
699
906
|
* @param CreateAttributeTagRequest
|
|
700
907
|
* @return CreateAttributeTagResponse
|
|
701
908
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateAttributeTag.ts.html |here} to see how to use CreateAttributeTag API.
|
|
703
910
|
*/
|
|
704
911
|
createAttributeTag(createAttributeTagRequest) {
|
|
705
912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -769,7 +976,7 @@ class DataCatalogClient {
|
|
|
769
976
|
* @param CreateCatalogRequest
|
|
770
977
|
* @return CreateCatalogResponse
|
|
771
978
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateCatalog.ts.html |here} to see how to use CreateCatalog API.
|
|
773
980
|
*/
|
|
774
981
|
createCatalog(createCatalogRequest) {
|
|
775
982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +1035,7 @@ class DataCatalogClient {
|
|
|
828
1035
|
* @param CreateCatalogPrivateEndpointRequest
|
|
829
1036
|
* @return CreateCatalogPrivateEndpointResponse
|
|
830
1037
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateCatalogPrivateEndpoint.ts.html |here} to see how to use CreateCatalogPrivateEndpoint API.
|
|
832
1039
|
*/
|
|
833
1040
|
createCatalogPrivateEndpoint(createCatalogPrivateEndpointRequest) {
|
|
834
1041
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -887,7 +1094,7 @@ class DataCatalogClient {
|
|
|
887
1094
|
* @param CreateConnectionRequest
|
|
888
1095
|
* @return CreateConnectionResponse
|
|
889
1096
|
* @throws OciError when an error occurs
|
|
890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
891
1098
|
*/
|
|
892
1099
|
createConnection(createConnectionRequest) {
|
|
893
1100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -953,7 +1160,7 @@ class DataCatalogClient {
|
|
|
953
1160
|
* @param CreateCustomPropertyRequest
|
|
954
1161
|
* @return CreateCustomPropertyResponse
|
|
955
1162
|
* @throws OciError when an error occurs
|
|
956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateCustomProperty.ts.html |here} to see how to use CreateCustomProperty API.
|
|
957
1164
|
*/
|
|
958
1165
|
createCustomProperty(createCustomPropertyRequest) {
|
|
959
1166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1019,7 +1226,7 @@ class DataCatalogClient {
|
|
|
1019
1226
|
* @param CreateDataAssetRequest
|
|
1020
1227
|
* @return CreateDataAssetResponse
|
|
1021
1228
|
* @throws OciError when an error occurs
|
|
1022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
1023
1230
|
*/
|
|
1024
1231
|
createDataAsset(createDataAssetRequest) {
|
|
1025
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1084,7 +1291,7 @@ class DataCatalogClient {
|
|
|
1084
1291
|
* @param CreateDataAssetTagRequest
|
|
1085
1292
|
* @return CreateDataAssetTagResponse
|
|
1086
1293
|
* @throws OciError when an error occurs
|
|
1087
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateDataAssetTag.ts.html |here} to see how to use CreateDataAssetTag API.
|
|
1088
1295
|
*/
|
|
1089
1296
|
createDataAssetTag(createDataAssetTagRequest) {
|
|
1090
1297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1150,7 +1357,7 @@ class DataCatalogClient {
|
|
|
1150
1357
|
* @param CreateEntityRequest
|
|
1151
1358
|
* @return CreateEntityResponse
|
|
1152
1359
|
* @throws OciError when an error occurs
|
|
1153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateEntity.ts.html |here} to see how to use CreateEntity API.
|
|
1154
1361
|
*/
|
|
1155
1362
|
createEntity(createEntityRequest) {
|
|
1156
1363
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1216,7 +1423,7 @@ class DataCatalogClient {
|
|
|
1216
1423
|
* @param CreateEntityTagRequest
|
|
1217
1424
|
* @return CreateEntityTagResponse
|
|
1218
1425
|
* @throws OciError when an error occurs
|
|
1219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateEntityTag.ts.html |here} to see how to use CreateEntityTag API.
|
|
1220
1427
|
*/
|
|
1221
1428
|
createEntityTag(createEntityTagRequest) {
|
|
1222
1429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1283,7 +1490,7 @@ class DataCatalogClient {
|
|
|
1283
1490
|
* @param CreateFolderRequest
|
|
1284
1491
|
* @return CreateFolderResponse
|
|
1285
1492
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
1287
1494
|
*/
|
|
1288
1495
|
createFolder(createFolderRequest) {
|
|
1289
1496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1349,7 +1556,7 @@ class DataCatalogClient {
|
|
|
1349
1556
|
* @param CreateFolderTagRequest
|
|
1350
1557
|
* @return CreateFolderTagResponse
|
|
1351
1558
|
* @throws OciError when an error occurs
|
|
1352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateFolderTag.ts.html |here} to see how to use CreateFolderTag API.
|
|
1353
1560
|
*/
|
|
1354
1561
|
createFolderTag(createFolderTagRequest) {
|
|
1355
1562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1416,7 +1623,7 @@ class DataCatalogClient {
|
|
|
1416
1623
|
* @param CreateGlossaryRequest
|
|
1417
1624
|
* @return CreateGlossaryResponse
|
|
1418
1625
|
* @throws OciError when an error occurs
|
|
1419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateGlossary.ts.html |here} to see how to use CreateGlossary API.
|
|
1420
1627
|
*/
|
|
1421
1628
|
createGlossary(createGlossaryRequest) {
|
|
1422
1629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1481,7 +1688,7 @@ class DataCatalogClient {
|
|
|
1481
1688
|
* @param CreateJobRequest
|
|
1482
1689
|
* @return CreateJobResponse
|
|
1483
1690
|
* @throws OciError when an error occurs
|
|
1484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1485
1692
|
*/
|
|
1486
1693
|
createJob(createJobRequest) {
|
|
1487
1694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1546,7 +1753,7 @@ class DataCatalogClient {
|
|
|
1546
1753
|
* @param CreateJobDefinitionRequest
|
|
1547
1754
|
* @return CreateJobDefinitionResponse
|
|
1548
1755
|
* @throws OciError when an error occurs
|
|
1549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateJobDefinition.ts.html |here} to see how to use CreateJobDefinition API.
|
|
1550
1757
|
*/
|
|
1551
1758
|
createJobDefinition(createJobDefinitionRequest) {
|
|
1552
1759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1611,7 +1818,7 @@ class DataCatalogClient {
|
|
|
1611
1818
|
* @param CreateJobExecutionRequest
|
|
1612
1819
|
* @return CreateJobExecutionResponse
|
|
1613
1820
|
* @throws OciError when an error occurs
|
|
1614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateJobExecution.ts.html |here} to see how to use CreateJobExecution API.
|
|
1615
1822
|
*/
|
|
1616
1823
|
createJobExecution(createJobExecutionRequest) {
|
|
1617
1824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1678,7 +1885,7 @@ class DataCatalogClient {
|
|
|
1678
1885
|
* @param CreateMetastoreRequest
|
|
1679
1886
|
* @return CreateMetastoreResponse
|
|
1680
1887
|
* @throws OciError when an error occurs
|
|
1681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateMetastore.ts.html |here} to see how to use CreateMetastore API.
|
|
1682
1889
|
*/
|
|
1683
1890
|
createMetastore(createMetastoreRequest) {
|
|
1684
1891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1737,7 +1944,7 @@ class DataCatalogClient {
|
|
|
1737
1944
|
* @param CreateNamespaceRequest
|
|
1738
1945
|
* @return CreateNamespaceResponse
|
|
1739
1946
|
* @throws OciError when an error occurs
|
|
1740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateNamespace.ts.html |here} to see how to use CreateNamespace API.
|
|
1741
1948
|
*/
|
|
1742
1949
|
createNamespace(createNamespaceRequest) {
|
|
1743
1950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1802,7 +2009,7 @@ class DataCatalogClient {
|
|
|
1802
2009
|
* @param CreatePatternRequest
|
|
1803
2010
|
* @return CreatePatternResponse
|
|
1804
2011
|
* @throws OciError when an error occurs
|
|
1805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreatePattern.ts.html |here} to see how to use CreatePattern API.
|
|
1806
2013
|
*/
|
|
1807
2014
|
createPattern(createPatternRequest) {
|
|
1808
2015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1867,7 +2074,7 @@ class DataCatalogClient {
|
|
|
1867
2074
|
* @param CreateTermRequest
|
|
1868
2075
|
* @return CreateTermResponse
|
|
1869
2076
|
* @throws OciError when an error occurs
|
|
1870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateTerm.ts.html |here} to see how to use CreateTerm API.
|
|
1871
2078
|
*/
|
|
1872
2079
|
createTerm(createTermRequest) {
|
|
1873
2080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1933,7 +2140,7 @@ class DataCatalogClient {
|
|
|
1933
2140
|
* @param CreateTermRelationshipRequest
|
|
1934
2141
|
* @return CreateTermRelationshipResponse
|
|
1935
2142
|
* @throws OciError when an error occurs
|
|
1936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/CreateTermRelationship.ts.html |here} to see how to use CreateTermRelationship API.
|
|
1937
2144
|
*/
|
|
1938
2145
|
createTermRelationship(createTermRelationshipRequest) {
|
|
1939
2146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2000,7 +2207,7 @@ class DataCatalogClient {
|
|
|
2000
2207
|
* @param DeleteAttributeRequest
|
|
2001
2208
|
* @return DeleteAttributeResponse
|
|
2002
2209
|
* @throws OciError when an error occurs
|
|
2003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteAttribute.ts.html |here} to see how to use DeleteAttribute API.
|
|
2004
2211
|
*/
|
|
2005
2212
|
deleteAttribute(deleteAttributeRequest) {
|
|
2006
2213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2058,7 +2265,7 @@ class DataCatalogClient {
|
|
|
2058
2265
|
* @param DeleteAttributeTagRequest
|
|
2059
2266
|
* @return DeleteAttributeTagResponse
|
|
2060
2267
|
* @throws OciError when an error occurs
|
|
2061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteAttributeTag.ts.html |here} to see how to use DeleteAttributeTag API.
|
|
2062
2269
|
*/
|
|
2063
2270
|
deleteAttributeTag(deleteAttributeTagRequest) {
|
|
2064
2271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2117,7 +2324,7 @@ class DataCatalogClient {
|
|
|
2117
2324
|
* @param DeleteCatalogRequest
|
|
2118
2325
|
* @return DeleteCatalogResponse
|
|
2119
2326
|
* @throws OciError when an error occurs
|
|
2120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteCatalog.ts.html |here} to see how to use DeleteCatalog API.
|
|
2121
2328
|
*/
|
|
2122
2329
|
deleteCatalog(deleteCatalogRequest) {
|
|
2123
2330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2128,7 +2335,9 @@ class DataCatalogClient {
|
|
|
2128
2335
|
const pathParams = {
|
|
2129
2336
|
"{catalogId}": deleteCatalogRequest.catalogId
|
|
2130
2337
|
};
|
|
2131
|
-
const queryParams = {
|
|
2338
|
+
const queryParams = {
|
|
2339
|
+
"isLockOverride": deleteCatalogRequest.isLockOverride
|
|
2340
|
+
};
|
|
2132
2341
|
let headerParams = {
|
|
2133
2342
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2134
2343
|
"if-match": deleteCatalogRequest.ifMatch,
|
|
@@ -2177,7 +2386,7 @@ class DataCatalogClient {
|
|
|
2177
2386
|
* @param DeleteCatalogPrivateEndpointRequest
|
|
2178
2387
|
* @return DeleteCatalogPrivateEndpointResponse
|
|
2179
2388
|
* @throws OciError when an error occurs
|
|
2180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteCatalogPrivateEndpoint.ts.html |here} to see how to use DeleteCatalogPrivateEndpoint API.
|
|
2181
2390
|
*/
|
|
2182
2391
|
deleteCatalogPrivateEndpoint(deleteCatalogPrivateEndpointRequest) {
|
|
2183
2392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2188,7 +2397,9 @@ class DataCatalogClient {
|
|
|
2188
2397
|
const pathParams = {
|
|
2189
2398
|
"{catalogPrivateEndpointId}": deleteCatalogPrivateEndpointRequest.catalogPrivateEndpointId
|
|
2190
2399
|
};
|
|
2191
|
-
const queryParams = {
|
|
2400
|
+
const queryParams = {
|
|
2401
|
+
"isLockOverride": deleteCatalogPrivateEndpointRequest.isLockOverride
|
|
2402
|
+
};
|
|
2192
2403
|
let headerParams = {
|
|
2193
2404
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2194
2405
|
"if-match": deleteCatalogPrivateEndpointRequest.ifMatch,
|
|
@@ -2237,7 +2448,7 @@ class DataCatalogClient {
|
|
|
2237
2448
|
* @param DeleteConnectionRequest
|
|
2238
2449
|
* @return DeleteConnectionResponse
|
|
2239
2450
|
* @throws OciError when an error occurs
|
|
2240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
2241
2452
|
*/
|
|
2242
2453
|
deleteConnection(deleteConnectionRequest) {
|
|
2243
2454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2294,7 +2505,7 @@ class DataCatalogClient {
|
|
|
2294
2505
|
* @param DeleteCustomPropertyRequest
|
|
2295
2506
|
* @return DeleteCustomPropertyResponse
|
|
2296
2507
|
* @throws OciError when an error occurs
|
|
2297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteCustomProperty.ts.html |here} to see how to use DeleteCustomProperty API.
|
|
2298
2509
|
*/
|
|
2299
2510
|
deleteCustomProperty(deleteCustomPropertyRequest) {
|
|
2300
2511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2351,7 +2562,7 @@ class DataCatalogClient {
|
|
|
2351
2562
|
* @param DeleteDataAssetRequest
|
|
2352
2563
|
* @return DeleteDataAssetResponse
|
|
2353
2564
|
* @throws OciError when an error occurs
|
|
2354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
2355
2566
|
*/
|
|
2356
2567
|
deleteDataAsset(deleteDataAssetRequest) {
|
|
2357
2568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2407,7 +2618,7 @@ class DataCatalogClient {
|
|
|
2407
2618
|
* @param DeleteDataAssetTagRequest
|
|
2408
2619
|
* @return DeleteDataAssetTagResponse
|
|
2409
2620
|
* @throws OciError when an error occurs
|
|
2410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteDataAssetTag.ts.html |here} to see how to use DeleteDataAssetTag API.
|
|
2411
2622
|
*/
|
|
2412
2623
|
deleteDataAssetTag(deleteDataAssetTagRequest) {
|
|
2413
2624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2464,7 +2675,7 @@ class DataCatalogClient {
|
|
|
2464
2675
|
* @param DeleteEntityRequest
|
|
2465
2676
|
* @return DeleteEntityResponse
|
|
2466
2677
|
* @throws OciError when an error occurs
|
|
2467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteEntity.ts.html |here} to see how to use DeleteEntity API.
|
|
2468
2679
|
*/
|
|
2469
2680
|
deleteEntity(deleteEntityRequest) {
|
|
2470
2681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2521,7 +2732,7 @@ class DataCatalogClient {
|
|
|
2521
2732
|
* @param DeleteEntityTagRequest
|
|
2522
2733
|
* @return DeleteEntityTagResponse
|
|
2523
2734
|
* @throws OciError when an error occurs
|
|
2524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteEntityTag.ts.html |here} to see how to use DeleteEntityTag API.
|
|
2525
2736
|
*/
|
|
2526
2737
|
deleteEntityTag(deleteEntityTagRequest) {
|
|
2527
2738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2579,7 +2790,7 @@ class DataCatalogClient {
|
|
|
2579
2790
|
* @param DeleteFolderRequest
|
|
2580
2791
|
* @return DeleteFolderResponse
|
|
2581
2792
|
* @throws OciError when an error occurs
|
|
2582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
2583
2794
|
*/
|
|
2584
2795
|
deleteFolder(deleteFolderRequest) {
|
|
2585
2796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2636,7 +2847,7 @@ class DataCatalogClient {
|
|
|
2636
2847
|
* @param DeleteFolderTagRequest
|
|
2637
2848
|
* @return DeleteFolderTagResponse
|
|
2638
2849
|
* @throws OciError when an error occurs
|
|
2639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteFolderTag.ts.html |here} to see how to use DeleteFolderTag API.
|
|
2640
2851
|
*/
|
|
2641
2852
|
deleteFolderTag(deleteFolderTagRequest) {
|
|
2642
2853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2694,7 +2905,7 @@ class DataCatalogClient {
|
|
|
2694
2905
|
* @param DeleteGlossaryRequest
|
|
2695
2906
|
* @return DeleteGlossaryResponse
|
|
2696
2907
|
* @throws OciError when an error occurs
|
|
2697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteGlossary.ts.html |here} to see how to use DeleteGlossary API.
|
|
2698
2909
|
*/
|
|
2699
2910
|
deleteGlossary(deleteGlossaryRequest) {
|
|
2700
2911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2750,7 +2961,7 @@ class DataCatalogClient {
|
|
|
2750
2961
|
* @param DeleteJobRequest
|
|
2751
2962
|
* @return DeleteJobResponse
|
|
2752
2963
|
* @throws OciError when an error occurs
|
|
2753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
2754
2965
|
*/
|
|
2755
2966
|
deleteJob(deleteJobRequest) {
|
|
2756
2967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2806,7 +3017,7 @@ class DataCatalogClient {
|
|
|
2806
3017
|
* @param DeleteJobDefinitionRequest
|
|
2807
3018
|
* @return DeleteJobDefinitionResponse
|
|
2808
3019
|
* @throws OciError when an error occurs
|
|
2809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteJobDefinition.ts.html |here} to see how to use DeleteJobDefinition API.
|
|
2810
3021
|
*/
|
|
2811
3022
|
deleteJobDefinition(deleteJobDefinitionRequest) {
|
|
2812
3023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2862,7 +3073,7 @@ class DataCatalogClient {
|
|
|
2862
3073
|
* @param DeleteMetastoreRequest
|
|
2863
3074
|
* @return DeleteMetastoreResponse
|
|
2864
3075
|
* @throws OciError when an error occurs
|
|
2865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastore API.
|
|
2866
3077
|
*/
|
|
2867
3078
|
deleteMetastore(deleteMetastoreRequest) {
|
|
2868
3079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2873,7 +3084,9 @@ class DataCatalogClient {
|
|
|
2873
3084
|
const pathParams = {
|
|
2874
3085
|
"{metastoreId}": deleteMetastoreRequest.metastoreId
|
|
2875
3086
|
};
|
|
2876
|
-
const queryParams = {
|
|
3087
|
+
const queryParams = {
|
|
3088
|
+
"isLockOverride": deleteMetastoreRequest.isLockOverride
|
|
3089
|
+
};
|
|
2877
3090
|
let headerParams = {
|
|
2878
3091
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2879
3092
|
"if-match": deleteMetastoreRequest.ifMatch,
|
|
@@ -2922,7 +3135,7 @@ class DataCatalogClient {
|
|
|
2922
3135
|
* @param DeleteNamespaceRequest
|
|
2923
3136
|
* @return DeleteNamespaceResponse
|
|
2924
3137
|
* @throws OciError when an error occurs
|
|
2925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespace API.
|
|
2926
3139
|
*/
|
|
2927
3140
|
deleteNamespace(deleteNamespaceRequest) {
|
|
2928
3141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2978,7 +3191,7 @@ class DataCatalogClient {
|
|
|
2978
3191
|
* @param DeletePatternRequest
|
|
2979
3192
|
* @return DeletePatternResponse
|
|
2980
3193
|
* @throws OciError when an error occurs
|
|
2981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePattern API.
|
|
2982
3195
|
*/
|
|
2983
3196
|
deletePattern(deletePatternRequest) {
|
|
2984
3197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3034,7 +3247,7 @@ class DataCatalogClient {
|
|
|
3034
3247
|
* @param DeleteTermRequest
|
|
3035
3248
|
* @return DeleteTermResponse
|
|
3036
3249
|
* @throws OciError when an error occurs
|
|
3037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
|
|
3038
3251
|
*/
|
|
3039
3252
|
deleteTerm(deleteTermRequest) {
|
|
3040
3253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3091,7 +3304,7 @@ class DataCatalogClient {
|
|
|
3091
3304
|
* @param DeleteTermRelationshipRequest
|
|
3092
3305
|
* @return DeleteTermRelationshipResponse
|
|
3093
3306
|
* @throws OciError when an error occurs
|
|
3094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationship API.
|
|
3095
3308
|
*/
|
|
3096
3309
|
deleteTermRelationship(deleteTermRelationshipRequest) {
|
|
3097
3310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3149,7 +3362,7 @@ class DataCatalogClient {
|
|
|
3149
3362
|
* @param DetachCatalogPrivateEndpointRequest
|
|
3150
3363
|
* @return DetachCatalogPrivateEndpointResponse
|
|
3151
3364
|
* @throws OciError when an error occurs
|
|
3152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpoint API.
|
|
3153
3366
|
*/
|
|
3154
3367
|
detachCatalogPrivateEndpoint(detachCatalogPrivateEndpointRequest) {
|
|
3155
3368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3160,7 +3373,9 @@ class DataCatalogClient {
|
|
|
3160
3373
|
const pathParams = {
|
|
3161
3374
|
"{catalogId}": detachCatalogPrivateEndpointRequest.catalogId
|
|
3162
3375
|
};
|
|
3163
|
-
const queryParams = {
|
|
3376
|
+
const queryParams = {
|
|
3377
|
+
"isLockOverride": detachCatalogPrivateEndpointRequest.isLockOverride
|
|
3378
|
+
};
|
|
3164
3379
|
let headerParams = {
|
|
3165
3380
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3166
3381
|
"if-match": detachCatalogPrivateEndpointRequest.ifMatch,
|
|
@@ -3210,7 +3425,7 @@ class DataCatalogClient {
|
|
|
3210
3425
|
* @param DisassociateCustomPropertyRequest
|
|
3211
3426
|
* @return DisassociateCustomPropertyResponse
|
|
3212
3427
|
* @throws OciError when an error occurs
|
|
3213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomProperty API.
|
|
3214
3429
|
*/
|
|
3215
3430
|
disassociateCustomProperty(disassociateCustomPropertyRequest) {
|
|
3216
3431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3277,7 +3492,7 @@ class DataCatalogClient {
|
|
|
3277
3492
|
* @param ExpandTreeForGlossaryRequest
|
|
3278
3493
|
* @return ExpandTreeForGlossaryResponse
|
|
3279
3494
|
* @throws OciError when an error occurs
|
|
3280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossary API.
|
|
3281
3496
|
*/
|
|
3282
3497
|
expandTreeForGlossary(expandTreeForGlossaryRequest) {
|
|
3283
3498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3342,7 +3557,7 @@ class DataCatalogClient {
|
|
|
3342
3557
|
* @param ExportGlossaryRequest
|
|
3343
3558
|
* @return ExportGlossaryResponse
|
|
3344
3559
|
* @throws OciError when an error occurs
|
|
3345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossary API.
|
|
3346
3561
|
*/
|
|
3347
3562
|
exportGlossary(exportGlossaryRequest) {
|
|
3348
3563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3409,7 +3624,7 @@ class DataCatalogClient {
|
|
|
3409
3624
|
* @param FetchEntityLineageRequest
|
|
3410
3625
|
* @return FetchEntityLineageResponse
|
|
3411
3626
|
* @throws OciError when an error occurs
|
|
3412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
|
|
3413
3628
|
*/
|
|
3414
3629
|
fetchEntityLineage(fetchEntityLineageRequest) {
|
|
3415
3630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3479,7 +3694,7 @@ class DataCatalogClient {
|
|
|
3479
3694
|
* @param GetAttributeRequest
|
|
3480
3695
|
* @return GetAttributeResponse
|
|
3481
3696
|
* @throws OciError when an error occurs
|
|
3482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttribute API.
|
|
3483
3698
|
*/
|
|
3484
3699
|
getAttribute(getAttributeRequest) {
|
|
3485
3700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3548,7 +3763,7 @@ class DataCatalogClient {
|
|
|
3548
3763
|
* @param GetAttributeTagRequest
|
|
3549
3764
|
* @return GetAttributeTagResponse
|
|
3550
3765
|
* @throws OciError when an error occurs
|
|
3551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTag API.
|
|
3552
3767
|
*/
|
|
3553
3768
|
getAttributeTag(getAttributeTagRequest) {
|
|
3554
3769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3617,7 +3832,7 @@ class DataCatalogClient {
|
|
|
3617
3832
|
* @param GetCatalogRequest
|
|
3618
3833
|
* @return GetCatalogResponse
|
|
3619
3834
|
* @throws OciError when an error occurs
|
|
3620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalog API.
|
|
3621
3836
|
*/
|
|
3622
3837
|
getCatalog(getCatalogRequest) {
|
|
3623
3838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3680,7 +3895,7 @@ class DataCatalogClient {
|
|
|
3680
3895
|
* @param GetCatalogPrivateEndpointRequest
|
|
3681
3896
|
* @return GetCatalogPrivateEndpointResponse
|
|
3682
3897
|
* @throws OciError when an error occurs
|
|
3683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpoint API.
|
|
3684
3899
|
*/
|
|
3685
3900
|
getCatalogPrivateEndpoint(getCatalogPrivateEndpointRequest) {
|
|
3686
3901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3743,7 +3958,7 @@ class DataCatalogClient {
|
|
|
3743
3958
|
* @param GetConnectionRequest
|
|
3744
3959
|
* @return GetConnectionResponse
|
|
3745
3960
|
* @throws OciError when an error occurs
|
|
3746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
3747
3962
|
*/
|
|
3748
3963
|
getConnection(getConnectionRequest) {
|
|
3749
3964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3810,7 +4025,7 @@ class DataCatalogClient {
|
|
|
3810
4025
|
* @param GetCustomPropertyRequest
|
|
3811
4026
|
* @return GetCustomPropertyResponse
|
|
3812
4027
|
* @throws OciError when an error occurs
|
|
3813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomProperty API.
|
|
3814
4029
|
*/
|
|
3815
4030
|
getCustomProperty(getCustomPropertyRequest) {
|
|
3816
4031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3877,7 +4092,7 @@ class DataCatalogClient {
|
|
|
3877
4092
|
* @param GetDataAssetRequest
|
|
3878
4093
|
* @return GetDataAssetResponse
|
|
3879
4094
|
* @throws OciError when an error occurs
|
|
3880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
3881
4096
|
*/
|
|
3882
4097
|
getDataAsset(getDataAssetRequest) {
|
|
3883
4098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3943,7 +4158,7 @@ class DataCatalogClient {
|
|
|
3943
4158
|
* @param GetDataAssetTagRequest
|
|
3944
4159
|
* @return GetDataAssetTagResponse
|
|
3945
4160
|
* @throws OciError when an error occurs
|
|
3946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTag API.
|
|
3947
4162
|
*/
|
|
3948
4163
|
getDataAssetTag(getDataAssetTagRequest) {
|
|
3949
4164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4010,7 +4225,7 @@ class DataCatalogClient {
|
|
|
4010
4225
|
* @param GetEntityRequest
|
|
4011
4226
|
* @return GetEntityResponse
|
|
4012
4227
|
* @throws OciError when an error occurs
|
|
4013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetEntity.ts.html |here} to see how to use GetEntity API.
|
|
4014
4229
|
*/
|
|
4015
4230
|
getEntity(getEntityRequest) {
|
|
4016
4231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4078,7 +4293,7 @@ class DataCatalogClient {
|
|
|
4078
4293
|
* @param GetEntityTagRequest
|
|
4079
4294
|
* @return GetEntityTagResponse
|
|
4080
4295
|
* @throws OciError when an error occurs
|
|
4081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTag API.
|
|
4082
4297
|
*/
|
|
4083
4298
|
getEntityTag(getEntityTagRequest) {
|
|
4084
4299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4146,7 +4361,7 @@ class DataCatalogClient {
|
|
|
4146
4361
|
* @param GetFolderRequest
|
|
4147
4362
|
* @return GetFolderResponse
|
|
4148
4363
|
* @throws OciError when an error occurs
|
|
4149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
4150
4365
|
*/
|
|
4151
4366
|
getFolder(getFolderRequest) {
|
|
4152
4367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4214,7 +4429,7 @@ class DataCatalogClient {
|
|
|
4214
4429
|
* @param GetFolderTagRequest
|
|
4215
4430
|
* @return GetFolderTagResponse
|
|
4216
4431
|
* @throws OciError when an error occurs
|
|
4217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTag API.
|
|
4218
4433
|
*/
|
|
4219
4434
|
getFolderTag(getFolderTagRequest) {
|
|
4220
4435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4282,7 +4497,7 @@ class DataCatalogClient {
|
|
|
4282
4497
|
* @param GetGlossaryRequest
|
|
4283
4498
|
* @return GetGlossaryResponse
|
|
4284
4499
|
* @throws OciError when an error occurs
|
|
4285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossary API.
|
|
4286
4501
|
*/
|
|
4287
4502
|
getGlossary(getGlossaryRequest) {
|
|
4288
4503
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4348,7 +4563,7 @@ class DataCatalogClient {
|
|
|
4348
4563
|
* @param GetJobRequest
|
|
4349
4564
|
* @return GetJobResponse
|
|
4350
4565
|
* @throws OciError when an error occurs
|
|
4351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetJob.ts.html |here} to see how to use GetJob API.
|
|
4352
4567
|
*/
|
|
4353
4568
|
getJob(getJobRequest) {
|
|
4354
4569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4414,7 +4629,7 @@ class DataCatalogClient {
|
|
|
4414
4629
|
* @param GetJobDefinitionRequest
|
|
4415
4630
|
* @return GetJobDefinitionResponse
|
|
4416
4631
|
* @throws OciError when an error occurs
|
|
4417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinition API.
|
|
4418
4633
|
*/
|
|
4419
4634
|
getJobDefinition(getJobDefinitionRequest) {
|
|
4420
4635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4480,7 +4695,7 @@ class DataCatalogClient {
|
|
|
4480
4695
|
* @param GetJobExecutionRequest
|
|
4481
4696
|
* @return GetJobExecutionResponse
|
|
4482
4697
|
* @throws OciError when an error occurs
|
|
4483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
4484
4699
|
*/
|
|
4485
4700
|
getJobExecution(getJobExecutionRequest) {
|
|
4486
4701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4547,7 +4762,7 @@ class DataCatalogClient {
|
|
|
4547
4762
|
* @param GetJobLogRequest
|
|
4548
4763
|
* @return GetJobLogResponse
|
|
4549
4764
|
* @throws OciError when an error occurs
|
|
4550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLog API.
|
|
4551
4766
|
*/
|
|
4552
4767
|
getJobLog(getJobLogRequest) {
|
|
4553
4768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4615,7 +4830,7 @@ class DataCatalogClient {
|
|
|
4615
4830
|
* @param GetJobMetricsRequest
|
|
4616
4831
|
* @return GetJobMetricsResponse
|
|
4617
4832
|
* @throws OciError when an error occurs
|
|
4618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetrics API.
|
|
4619
4834
|
*/
|
|
4620
4835
|
getJobMetrics(getJobMetricsRequest) {
|
|
4621
4836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4683,7 +4898,7 @@ class DataCatalogClient {
|
|
|
4683
4898
|
* @param GetMetastoreRequest
|
|
4684
4899
|
* @return GetMetastoreResponse
|
|
4685
4900
|
* @throws OciError when an error occurs
|
|
4686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastore API.
|
|
4687
4902
|
*/
|
|
4688
4903
|
getMetastore(getMetastoreRequest) {
|
|
4689
4904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4746,7 +4961,7 @@ class DataCatalogClient {
|
|
|
4746
4961
|
* @param GetNamespaceRequest
|
|
4747
4962
|
* @return GetNamespaceResponse
|
|
4748
4963
|
* @throws OciError when an error occurs
|
|
4749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
4750
4965
|
*/
|
|
4751
4966
|
getNamespace(getNamespaceRequest) {
|
|
4752
4967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4812,7 +5027,7 @@ class DataCatalogClient {
|
|
|
4812
5027
|
* @param GetPatternRequest
|
|
4813
5028
|
* @return GetPatternResponse
|
|
4814
5029
|
* @throws OciError when an error occurs
|
|
4815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetPattern.ts.html |here} to see how to use GetPattern API.
|
|
4816
5031
|
*/
|
|
4817
5032
|
getPattern(getPatternRequest) {
|
|
4818
5033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4878,7 +5093,7 @@ class DataCatalogClient {
|
|
|
4878
5093
|
* @param GetTermRequest
|
|
4879
5094
|
* @return GetTermResponse
|
|
4880
5095
|
* @throws OciError when an error occurs
|
|
4881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetTerm.ts.html |here} to see how to use GetTerm API.
|
|
4882
5097
|
*/
|
|
4883
5098
|
getTerm(getTermRequest) {
|
|
4884
5099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4945,7 +5160,7 @@ class DataCatalogClient {
|
|
|
4945
5160
|
* @param GetTermRelationshipRequest
|
|
4946
5161
|
* @return GetTermRelationshipResponse
|
|
4947
5162
|
* @throws OciError when an error occurs
|
|
4948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetTermRelationship.ts.html |here} to see how to use GetTermRelationship API.
|
|
4949
5164
|
*/
|
|
4950
5165
|
getTermRelationship(getTermRelationshipRequest) {
|
|
4951
5166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5013,7 +5228,7 @@ class DataCatalogClient {
|
|
|
5013
5228
|
* @param GetTypeRequest
|
|
5014
5229
|
* @return GetTypeResponse
|
|
5015
5230
|
* @throws OciError when an error occurs
|
|
5016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetType.ts.html |here} to see how to use GetType API.
|
|
5017
5232
|
*/
|
|
5018
5233
|
getType(getTypeRequest) {
|
|
5019
5234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5079,7 +5294,7 @@ class DataCatalogClient {
|
|
|
5079
5294
|
* @param GetWorkRequestRequest
|
|
5080
5295
|
* @return GetWorkRequestResponse
|
|
5081
5296
|
* @throws OciError when an error occurs
|
|
5082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
5083
5298
|
*/
|
|
5084
5299
|
getWorkRequest(getWorkRequestRequest) {
|
|
5085
5300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5147,7 +5362,7 @@ class DataCatalogClient {
|
|
|
5147
5362
|
* @param ImportConnectionRequest
|
|
5148
5363
|
* @return ImportConnectionResponse
|
|
5149
5364
|
* @throws OciError when an error occurs
|
|
5150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnection API.
|
|
5151
5366
|
*/
|
|
5152
5367
|
importConnection(importConnectionRequest) {
|
|
5153
5368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5214,7 +5429,7 @@ class DataCatalogClient {
|
|
|
5214
5429
|
* @param ImportDataAssetRequest
|
|
5215
5430
|
* @return ImportDataAssetResponse
|
|
5216
5431
|
* @throws OciError when an error occurs
|
|
5217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAsset API.
|
|
5218
5433
|
*/
|
|
5219
5434
|
importDataAsset(importDataAssetRequest) {
|
|
5220
5435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5278,7 +5493,7 @@ class DataCatalogClient {
|
|
|
5278
5493
|
* @param ImportGlossaryRequest
|
|
5279
5494
|
* @return ImportGlossaryResponse
|
|
5280
5495
|
* @throws OciError when an error occurs
|
|
5281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossary API.
|
|
5282
5497
|
*/
|
|
5283
5498
|
importGlossary(importGlossaryRequest) {
|
|
5284
5499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5342,7 +5557,7 @@ class DataCatalogClient {
|
|
|
5342
5557
|
* @param ListAggregatedPhysicalEntitiesRequest
|
|
5343
5558
|
* @return ListAggregatedPhysicalEntitiesResponse
|
|
5344
5559
|
* @throws OciError when an error occurs
|
|
5345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListAggregatedPhysicalEntities.ts.html |here} to see how to use ListAggregatedPhysicalEntities API.
|
|
5346
5561
|
*/
|
|
5347
5562
|
listAggregatedPhysicalEntities(listAggregatedPhysicalEntitiesRequest) {
|
|
5348
5563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5410,7 +5625,7 @@ class DataCatalogClient {
|
|
|
5410
5625
|
* @param ListAttributeTagsRequest
|
|
5411
5626
|
* @return ListAttributeTagsResponse
|
|
5412
5627
|
* @throws OciError when an error occurs
|
|
5413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTags API.
|
|
5414
5629
|
*/
|
|
5415
5630
|
listAttributeTags(listAttributeTagsRequest) {
|
|
5416
5631
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5488,7 +5703,7 @@ class DataCatalogClient {
|
|
|
5488
5703
|
* @param ListAttributesRequest
|
|
5489
5704
|
* @return ListAttributesResponse
|
|
5490
5705
|
* @throws OciError when an error occurs
|
|
5491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributes API.
|
|
5492
5707
|
*/
|
|
5493
5708
|
listAttributes(listAttributesRequest) {
|
|
5494
5709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5578,7 +5793,7 @@ class DataCatalogClient {
|
|
|
5578
5793
|
* @param ListCatalogPrivateEndpointsRequest
|
|
5579
5794
|
* @return ListCatalogPrivateEndpointsResponse
|
|
5580
5795
|
* @throws OciError when an error occurs
|
|
5581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpoints API.
|
|
5582
5797
|
*/
|
|
5583
5798
|
listCatalogPrivateEndpoints(listCatalogPrivateEndpointsRequest) {
|
|
5584
5799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5688,7 +5903,7 @@ class DataCatalogClient {
|
|
|
5688
5903
|
* @param ListCatalogsRequest
|
|
5689
5904
|
* @return ListCatalogsResponse
|
|
5690
5905
|
* @throws OciError when an error occurs
|
|
5691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogs API.
|
|
5692
5907
|
*/
|
|
5693
5908
|
listCatalogs(listCatalogsRequest) {
|
|
5694
5909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5797,7 +6012,7 @@ class DataCatalogClient {
|
|
|
5797
6012
|
* @param ListConnectionsRequest
|
|
5798
6013
|
* @return ListConnectionsResponse
|
|
5799
6014
|
* @throws OciError when an error occurs
|
|
5800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
5801
6016
|
*/
|
|
5802
6017
|
listConnections(listConnectionsRequest) {
|
|
5803
6018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5877,7 +6092,7 @@ class DataCatalogClient {
|
|
|
5877
6092
|
* @param ListCustomPropertiesRequest
|
|
5878
6093
|
* @return ListCustomPropertiesResponse
|
|
5879
6094
|
* @throws OciError when an error occurs
|
|
5880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomProperties API.
|
|
5881
6096
|
*/
|
|
5882
6097
|
listCustomProperties(listCustomPropertiesRequest) {
|
|
5883
6098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5956,7 +6171,7 @@ class DataCatalogClient {
|
|
|
5956
6171
|
* @param ListDataAssetTagsRequest
|
|
5957
6172
|
* @return ListDataAssetTagsResponse
|
|
5958
6173
|
* @throws OciError when an error occurs
|
|
5959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTags API.
|
|
5960
6175
|
*/
|
|
5961
6176
|
listDataAssetTags(listDataAssetTagsRequest) {
|
|
5962
6177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6032,7 +6247,7 @@ class DataCatalogClient {
|
|
|
6032
6247
|
* @param ListDataAssetsRequest
|
|
6033
6248
|
* @return ListDataAssetsResponse
|
|
6034
6249
|
* @throws OciError when an error occurs
|
|
6035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
6036
6251
|
*/
|
|
6037
6252
|
listDataAssets(listDataAssetsRequest) {
|
|
6038
6253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6110,7 +6325,7 @@ class DataCatalogClient {
|
|
|
6110
6325
|
* @param ListDerivedLogicalEntitiesRequest
|
|
6111
6326
|
* @return ListDerivedLogicalEntitiesResponse
|
|
6112
6327
|
* @throws OciError when an error occurs
|
|
6113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntities API.
|
|
6114
6329
|
*/
|
|
6115
6330
|
listDerivedLogicalEntities(listDerivedLogicalEntitiesRequest) {
|
|
6116
6331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6177,7 +6392,7 @@ class DataCatalogClient {
|
|
|
6177
6392
|
* @param ListEntitiesRequest
|
|
6178
6393
|
* @return ListEntitiesResponse
|
|
6179
6394
|
* @throws OciError when an error occurs
|
|
6180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListEntities.ts.html |here} to see how to use ListEntities API.
|
|
6181
6396
|
*/
|
|
6182
6397
|
listEntities(listEntitiesRequest) {
|
|
6183
6398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6267,7 +6482,7 @@ class DataCatalogClient {
|
|
|
6267
6482
|
* @param ListEntityTagsRequest
|
|
6268
6483
|
* @return ListEntityTagsResponse
|
|
6269
6484
|
* @throws OciError when an error occurs
|
|
6270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTags API.
|
|
6271
6486
|
*/
|
|
6272
6487
|
listEntityTags(listEntityTagsRequest) {
|
|
6273
6488
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6344,7 +6559,7 @@ class DataCatalogClient {
|
|
|
6344
6559
|
* @param ListFolderTagsRequest
|
|
6345
6560
|
* @return ListFolderTagsResponse
|
|
6346
6561
|
* @throws OciError when an error occurs
|
|
6347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTags API.
|
|
6348
6563
|
*/
|
|
6349
6564
|
listFolderTags(listFolderTagsRequest) {
|
|
6350
6565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6421,7 +6636,7 @@ class DataCatalogClient {
|
|
|
6421
6636
|
* @param ListFoldersRequest
|
|
6422
6637
|
* @return ListFoldersResponse
|
|
6423
6638
|
* @throws OciError when an error occurs
|
|
6424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
6425
6640
|
*/
|
|
6426
6641
|
listFolders(listFoldersRequest) {
|
|
6427
6642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6506,7 +6721,7 @@ class DataCatalogClient {
|
|
|
6506
6721
|
* @param ListGlossariesRequest
|
|
6507
6722
|
* @return ListGlossariesResponse
|
|
6508
6723
|
* @throws OciError when an error occurs
|
|
6509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossaries API.
|
|
6510
6725
|
*/
|
|
6511
6726
|
listGlossaries(listGlossariesRequest) {
|
|
6512
6727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6582,7 +6797,7 @@ class DataCatalogClient {
|
|
|
6582
6797
|
* @param ListJobDefinitionsRequest
|
|
6583
6798
|
* @return ListJobDefinitionsResponse
|
|
6584
6799
|
* @throws OciError when an error occurs
|
|
6585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitions API.
|
|
6586
6801
|
*/
|
|
6587
6802
|
listJobDefinitions(listJobDefinitionsRequest) {
|
|
6588
6803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6665,7 +6880,7 @@ class DataCatalogClient {
|
|
|
6665
6880
|
* @param ListJobExecutionsRequest
|
|
6666
6881
|
* @return ListJobExecutionsResponse
|
|
6667
6882
|
* @throws OciError when an error occurs
|
|
6668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
6669
6884
|
*/
|
|
6670
6885
|
listJobExecutions(listJobExecutionsRequest) {
|
|
6671
6886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6751,7 +6966,7 @@ class DataCatalogClient {
|
|
|
6751
6966
|
* @param ListJobLogsRequest
|
|
6752
6967
|
* @return ListJobLogsResponse
|
|
6753
6968
|
* @throws OciError when an error occurs
|
|
6754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogs API.
|
|
6755
6970
|
*/
|
|
6756
6971
|
listJobLogs(listJobLogsRequest) {
|
|
6757
6972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6828,7 +7043,7 @@ class DataCatalogClient {
|
|
|
6828
7043
|
* @param ListJobMetricsRequest
|
|
6829
7044
|
* @return ListJobMetricsResponse
|
|
6830
7045
|
* @throws OciError when an error occurs
|
|
6831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetrics API.
|
|
6832
7047
|
*/
|
|
6833
7048
|
listJobMetrics(listJobMetricsRequest) {
|
|
6834
7049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6911,7 +7126,7 @@ class DataCatalogClient {
|
|
|
6911
7126
|
* @param ListJobsRequest
|
|
6912
7127
|
* @return ListJobsResponse
|
|
6913
7128
|
* @throws OciError when an error occurs
|
|
6914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
6915
7130
|
*/
|
|
6916
7131
|
listJobs(listJobsRequest) {
|
|
6917
7132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6999,7 +7214,7 @@ class DataCatalogClient {
|
|
|
6999
7214
|
* @param ListMetastoresRequest
|
|
7000
7215
|
* @return ListMetastoresResponse
|
|
7001
7216
|
* @throws OciError when an error occurs
|
|
7002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastores API.
|
|
7003
7218
|
*/
|
|
7004
7219
|
listMetastores(listMetastoresRequest) {
|
|
7005
7220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7108,7 +7323,7 @@ class DataCatalogClient {
|
|
|
7108
7323
|
* @param ListNamespacesRequest
|
|
7109
7324
|
* @return ListNamespacesResponse
|
|
7110
7325
|
* @throws OciError when an error occurs
|
|
7111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
7112
7327
|
*/
|
|
7113
7328
|
listNamespaces(listNamespacesRequest) {
|
|
7114
7329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7184,7 +7399,7 @@ class DataCatalogClient {
|
|
|
7184
7399
|
* @param ListPatternsRequest
|
|
7185
7400
|
* @return ListPatternsResponse
|
|
7186
7401
|
* @throws OciError when an error occurs
|
|
7187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatterns API.
|
|
7188
7403
|
*/
|
|
7189
7404
|
listPatterns(listPatternsRequest) {
|
|
7190
7405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7260,7 +7475,7 @@ class DataCatalogClient {
|
|
|
7260
7475
|
* @param ListRulesRequest
|
|
7261
7476
|
* @return ListRulesResponse
|
|
7262
7477
|
* @throws OciError when an error occurs
|
|
7263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListRules.ts.html |here} to see how to use ListRules API.
|
|
7264
7479
|
*/
|
|
7265
7480
|
listRules(listRulesRequest) {
|
|
7266
7481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7341,7 +7556,7 @@ class DataCatalogClient {
|
|
|
7341
7556
|
* @param ListTagsRequest
|
|
7342
7557
|
* @return ListTagsResponse
|
|
7343
7558
|
* @throws OciError when an error occurs
|
|
7344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListTags.ts.html |here} to see how to use ListTags API.
|
|
7345
7560
|
*/
|
|
7346
7561
|
listTags(listTagsRequest) {
|
|
7347
7562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7413,7 +7628,7 @@ class DataCatalogClient {
|
|
|
7413
7628
|
* @param ListTermRelationshipsRequest
|
|
7414
7629
|
* @return ListTermRelationshipsResponse
|
|
7415
7630
|
* @throws OciError when an error occurs
|
|
7416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationships API.
|
|
7417
7632
|
*/
|
|
7418
7633
|
listTermRelationships(listTermRelationshipsRequest) {
|
|
7419
7634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7487,7 +7702,7 @@ class DataCatalogClient {
|
|
|
7487
7702
|
* @param ListTermsRequest
|
|
7488
7703
|
* @return ListTermsResponse
|
|
7489
7704
|
* @throws OciError when an error occurs
|
|
7490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListTerms.ts.html |here} to see how to use ListTerms API.
|
|
7491
7706
|
*/
|
|
7492
7707
|
listTerms(listTermsRequest) {
|
|
7493
7708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7564,7 +7779,7 @@ class DataCatalogClient {
|
|
|
7564
7779
|
* @param ListTypesRequest
|
|
7565
7780
|
* @return ListTypesResponse
|
|
7566
7781
|
* @throws OciError when an error occurs
|
|
7567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListTypes.ts.html |here} to see how to use ListTypes API.
|
|
7568
7783
|
*/
|
|
7569
7784
|
listTypes(listTypesRequest) {
|
|
7570
7785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7641,7 +7856,7 @@ class DataCatalogClient {
|
|
|
7641
7856
|
* @param ListWorkRequestErrorsRequest
|
|
7642
7857
|
* @return ListWorkRequestErrorsResponse
|
|
7643
7858
|
* @throws OciError when an error occurs
|
|
7644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
7645
7860
|
*/
|
|
7646
7861
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
7647
7862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7750,7 +7965,7 @@ class DataCatalogClient {
|
|
|
7750
7965
|
* @param ListWorkRequestLogsRequest
|
|
7751
7966
|
* @return ListWorkRequestLogsResponse
|
|
7752
7967
|
* @throws OciError when an error occurs
|
|
7753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
7754
7969
|
*/
|
|
7755
7970
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
7756
7971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7859,7 +8074,7 @@ class DataCatalogClient {
|
|
|
7859
8074
|
* @param ListWorkRequestsRequest
|
|
7860
8075
|
* @return ListWorkRequestsResponse
|
|
7861
8076
|
* @throws OciError when an error occurs
|
|
7862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
7863
8078
|
*/
|
|
7864
8079
|
listWorkRequests(listWorkRequestsRequest) {
|
|
7865
8080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7964,7 +8179,7 @@ class DataCatalogClient {
|
|
|
7964
8179
|
* @param ObjectStatsRequest
|
|
7965
8180
|
* @return ObjectStatsResponse
|
|
7966
8181
|
* @throws OciError when an error occurs
|
|
7967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStats API.
|
|
7968
8183
|
*/
|
|
7969
8184
|
objectStats(objectStatsRequest) {
|
|
7970
8185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8032,7 +8247,7 @@ class DataCatalogClient {
|
|
|
8032
8247
|
* @param ParseConnectionRequest
|
|
8033
8248
|
* @return ParseConnectionResponse
|
|
8034
8249
|
* @throws OciError when an error occurs
|
|
8035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnection API.
|
|
8036
8251
|
*/
|
|
8037
8252
|
parseConnection(parseConnectionRequest) {
|
|
8038
8253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8102,7 +8317,7 @@ class DataCatalogClient {
|
|
|
8102
8317
|
* @param ProcessRecommendationRequest
|
|
8103
8318
|
* @return ProcessRecommendationResponse
|
|
8104
8319
|
* @throws OciError when an error occurs
|
|
8105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendation API.
|
|
8106
8321
|
*/
|
|
8107
8322
|
processRecommendation(processRecommendationRequest) {
|
|
8108
8323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8170,7 +8385,7 @@ class DataCatalogClient {
|
|
|
8170
8385
|
* @param RecommendationsRequest
|
|
8171
8386
|
* @return RecommendationsResponse
|
|
8172
8387
|
* @throws OciError when an error occurs
|
|
8173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/Recommendations.ts.html |here} to see how to use Recommendations API.
|
|
8174
8389
|
*/
|
|
8175
8390
|
recommendations(recommendationsRequest) {
|
|
8176
8391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8227,13 +8442,143 @@ class DataCatalogClient {
|
|
|
8227
8442
|
}
|
|
8228
8443
|
});
|
|
8229
8444
|
}
|
|
8445
|
+
/**
|
|
8446
|
+
* Removes a lock from a Catalog resource.
|
|
8447
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
8448
|
+
* @param RemoveCatalogLockRequest
|
|
8449
|
+
* @return RemoveCatalogLockResponse
|
|
8450
|
+
* @throws OciError when an error occurs
|
|
8451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLock API.
|
|
8452
|
+
*/
|
|
8453
|
+
removeCatalogLock(removeCatalogLockRequest) {
|
|
8454
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8455
|
+
if (this.logger)
|
|
8456
|
+
this.logger.debug("Calling operation DataCatalogClient#removeCatalogLock.");
|
|
8457
|
+
const operationName = "removeCatalogLock";
|
|
8458
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/RemoveCatalogLock";
|
|
8459
|
+
const pathParams = {
|
|
8460
|
+
"{catalogId}": removeCatalogLockRequest.catalogId
|
|
8461
|
+
};
|
|
8462
|
+
const queryParams = {};
|
|
8463
|
+
let headerParams = {
|
|
8464
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8465
|
+
"opc-request-id": removeCatalogLockRequest.opcRequestId,
|
|
8466
|
+
"if-match": removeCatalogLockRequest.ifMatch
|
|
8467
|
+
};
|
|
8468
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
8469
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeCatalogLockRequest.retryConfiguration, specRetryConfiguration);
|
|
8470
|
+
if (this.logger)
|
|
8471
|
+
retrier.logger = this.logger;
|
|
8472
|
+
const request = yield oci_common_2.composeRequest({
|
|
8473
|
+
baseEndpoint: this._endpoint,
|
|
8474
|
+
defaultHeaders: this._defaultHeaders,
|
|
8475
|
+
path: "/catalogs/{catalogId}/actions/removeLock",
|
|
8476
|
+
method: "POST",
|
|
8477
|
+
bodyContent: common.ObjectSerializer.serialize(removeCatalogLockRequest.removeResourceLockDetails, "RemoveResourceLockDetails", model.RemoveResourceLockDetails.getJsonObj),
|
|
8478
|
+
pathParams: pathParams,
|
|
8479
|
+
headerParams: headerParams,
|
|
8480
|
+
queryParams: queryParams
|
|
8481
|
+
});
|
|
8482
|
+
try {
|
|
8483
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
8484
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
8485
|
+
responseObject: {},
|
|
8486
|
+
body: yield response.json(),
|
|
8487
|
+
bodyKey: "catalog",
|
|
8488
|
+
bodyModel: model.Catalog,
|
|
8489
|
+
type: "model.Catalog",
|
|
8490
|
+
responseHeaders: [
|
|
8491
|
+
{
|
|
8492
|
+
value: response.headers.get("opc-request-id"),
|
|
8493
|
+
key: "opcRequestId",
|
|
8494
|
+
dataType: "string"
|
|
8495
|
+
},
|
|
8496
|
+
{
|
|
8497
|
+
value: response.headers.get("etag"),
|
|
8498
|
+
key: "etag",
|
|
8499
|
+
dataType: "string"
|
|
8500
|
+
}
|
|
8501
|
+
]
|
|
8502
|
+
});
|
|
8503
|
+
return sdkResponse;
|
|
8504
|
+
}
|
|
8505
|
+
catch (err) {
|
|
8506
|
+
throw err;
|
|
8507
|
+
}
|
|
8508
|
+
});
|
|
8509
|
+
}
|
|
8510
|
+
/**
|
|
8511
|
+
* Removes a lock from a CatalogPrivateEndpoint resource.
|
|
8512
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
8513
|
+
* @param RemoveCatalogPrivateEndpointLockRequest
|
|
8514
|
+
* @return RemoveCatalogPrivateEndpointLockResponse
|
|
8515
|
+
* @throws OciError when an error occurs
|
|
8516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLock API.
|
|
8517
|
+
*/
|
|
8518
|
+
removeCatalogPrivateEndpointLock(removeCatalogPrivateEndpointLockRequest) {
|
|
8519
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8520
|
+
if (this.logger)
|
|
8521
|
+
this.logger.debug("Calling operation DataCatalogClient#removeCatalogPrivateEndpointLock.");
|
|
8522
|
+
const operationName = "removeCatalogPrivateEndpointLock";
|
|
8523
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/RemoveCatalogPrivateEndpointLock";
|
|
8524
|
+
const pathParams = {
|
|
8525
|
+
"{catalogPrivateEndpointId}": removeCatalogPrivateEndpointLockRequest.catalogPrivateEndpointId
|
|
8526
|
+
};
|
|
8527
|
+
const queryParams = {};
|
|
8528
|
+
let headerParams = {
|
|
8529
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8530
|
+
"opc-request-id": removeCatalogPrivateEndpointLockRequest.opcRequestId,
|
|
8531
|
+
"if-match": removeCatalogPrivateEndpointLockRequest.ifMatch
|
|
8532
|
+
};
|
|
8533
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
8534
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeCatalogPrivateEndpointLockRequest.retryConfiguration, specRetryConfiguration);
|
|
8535
|
+
if (this.logger)
|
|
8536
|
+
retrier.logger = this.logger;
|
|
8537
|
+
const request = yield oci_common_2.composeRequest({
|
|
8538
|
+
baseEndpoint: this._endpoint,
|
|
8539
|
+
defaultHeaders: this._defaultHeaders,
|
|
8540
|
+
path: "/catalogPrivateEndpoints/{catalogPrivateEndpointId}/actions/removeLock",
|
|
8541
|
+
method: "POST",
|
|
8542
|
+
bodyContent: common.ObjectSerializer.serialize(removeCatalogPrivateEndpointLockRequest.removeResourceLockDetails, "RemoveResourceLockDetails", model.RemoveResourceLockDetails.getJsonObj),
|
|
8543
|
+
pathParams: pathParams,
|
|
8544
|
+
headerParams: headerParams,
|
|
8545
|
+
queryParams: queryParams
|
|
8546
|
+
});
|
|
8547
|
+
try {
|
|
8548
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
8549
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
8550
|
+
responseObject: {},
|
|
8551
|
+
body: yield response.json(),
|
|
8552
|
+
bodyKey: "catalogPrivateEndpoint",
|
|
8553
|
+
bodyModel: model.CatalogPrivateEndpoint,
|
|
8554
|
+
type: "model.CatalogPrivateEndpoint",
|
|
8555
|
+
responseHeaders: [
|
|
8556
|
+
{
|
|
8557
|
+
value: response.headers.get("opc-request-id"),
|
|
8558
|
+
key: "opcRequestId",
|
|
8559
|
+
dataType: "string"
|
|
8560
|
+
},
|
|
8561
|
+
{
|
|
8562
|
+
value: response.headers.get("etag"),
|
|
8563
|
+
key: "etag",
|
|
8564
|
+
dataType: "string"
|
|
8565
|
+
}
|
|
8566
|
+
]
|
|
8567
|
+
});
|
|
8568
|
+
return sdkResponse;
|
|
8569
|
+
}
|
|
8570
|
+
catch (err) {
|
|
8571
|
+
throw err;
|
|
8572
|
+
}
|
|
8573
|
+
});
|
|
8574
|
+
}
|
|
8230
8575
|
/**
|
|
8231
8576
|
* Remove data selector pattern from the data asset.
|
|
8232
8577
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
8233
8578
|
* @param RemoveDataSelectorPatternsRequest
|
|
8234
8579
|
* @return RemoveDataSelectorPatternsResponse
|
|
8235
8580
|
* @throws OciError when an error occurs
|
|
8236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatterns API.
|
|
8237
8582
|
*/
|
|
8238
8583
|
removeDataSelectorPatterns(removeDataSelectorPatternsRequest) {
|
|
8239
8584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8294,13 +8639,78 @@ class DataCatalogClient {
|
|
|
8294
8639
|
}
|
|
8295
8640
|
});
|
|
8296
8641
|
}
|
|
8642
|
+
/**
|
|
8643
|
+
* Removes a lock from a Metastore resource.
|
|
8644
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
8645
|
+
* @param RemoveMetastoreLockRequest
|
|
8646
|
+
* @return RemoveMetastoreLockResponse
|
|
8647
|
+
* @throws OciError when an error occurs
|
|
8648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLock API.
|
|
8649
|
+
*/
|
|
8650
|
+
removeMetastoreLock(removeMetastoreLockRequest) {
|
|
8651
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
8652
|
+
if (this.logger)
|
|
8653
|
+
this.logger.debug("Calling operation DataCatalogClient#removeMetastoreLock.");
|
|
8654
|
+
const operationName = "removeMetastoreLock";
|
|
8655
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/RemoveMetastoreLock";
|
|
8656
|
+
const pathParams = {
|
|
8657
|
+
"{metastoreId}": removeMetastoreLockRequest.metastoreId
|
|
8658
|
+
};
|
|
8659
|
+
const queryParams = {};
|
|
8660
|
+
let headerParams = {
|
|
8661
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8662
|
+
"opc-request-id": removeMetastoreLockRequest.opcRequestId,
|
|
8663
|
+
"if-match": removeMetastoreLockRequest.ifMatch
|
|
8664
|
+
};
|
|
8665
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
8666
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeMetastoreLockRequest.retryConfiguration, specRetryConfiguration);
|
|
8667
|
+
if (this.logger)
|
|
8668
|
+
retrier.logger = this.logger;
|
|
8669
|
+
const request = yield oci_common_2.composeRequest({
|
|
8670
|
+
baseEndpoint: this._endpoint,
|
|
8671
|
+
defaultHeaders: this._defaultHeaders,
|
|
8672
|
+
path: "/metastores/{metastoreId}/actions/removeLock",
|
|
8673
|
+
method: "POST",
|
|
8674
|
+
bodyContent: common.ObjectSerializer.serialize(removeMetastoreLockRequest.removeResourceLockDetails, "RemoveResourceLockDetails", model.RemoveResourceLockDetails.getJsonObj),
|
|
8675
|
+
pathParams: pathParams,
|
|
8676
|
+
headerParams: headerParams,
|
|
8677
|
+
queryParams: queryParams
|
|
8678
|
+
});
|
|
8679
|
+
try {
|
|
8680
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
8681
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
8682
|
+
responseObject: {},
|
|
8683
|
+
body: yield response.json(),
|
|
8684
|
+
bodyKey: "metastore",
|
|
8685
|
+
bodyModel: model.Metastore,
|
|
8686
|
+
type: "model.Metastore",
|
|
8687
|
+
responseHeaders: [
|
|
8688
|
+
{
|
|
8689
|
+
value: response.headers.get("opc-request-id"),
|
|
8690
|
+
key: "opcRequestId",
|
|
8691
|
+
dataType: "string"
|
|
8692
|
+
},
|
|
8693
|
+
{
|
|
8694
|
+
value: response.headers.get("etag"),
|
|
8695
|
+
key: "etag",
|
|
8696
|
+
dataType: "string"
|
|
8697
|
+
}
|
|
8698
|
+
]
|
|
8699
|
+
});
|
|
8700
|
+
return sdkResponse;
|
|
8701
|
+
}
|
|
8702
|
+
catch (err) {
|
|
8703
|
+
throw err;
|
|
8704
|
+
}
|
|
8705
|
+
});
|
|
8706
|
+
}
|
|
8297
8707
|
/**
|
|
8298
8708
|
* Returns a list of search results within a data catalog.
|
|
8299
8709
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
8300
8710
|
* @param SearchCriteriaRequest
|
|
8301
8711
|
* @return SearchCriteriaResponse
|
|
8302
8712
|
* @throws OciError when an error occurs
|
|
8303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteria API.
|
|
8304
8714
|
*/
|
|
8305
8715
|
searchCriteria(searchCriteriaRequest) {
|
|
8306
8716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8373,7 +8783,7 @@ class DataCatalogClient {
|
|
|
8373
8783
|
* @param SuggestMatchesRequest
|
|
8374
8784
|
* @return SuggestMatchesResponse
|
|
8375
8785
|
* @throws OciError when an error occurs
|
|
8376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatches API.
|
|
8377
8787
|
*/
|
|
8378
8788
|
suggestMatches(suggestMatchesRequest) {
|
|
8379
8789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8435,7 +8845,7 @@ class DataCatalogClient {
|
|
|
8435
8845
|
* @param SynchronousExportDataAssetRequest
|
|
8436
8846
|
* @return SynchronousExportDataAssetResponse
|
|
8437
8847
|
* @throws OciError when an error occurs
|
|
8438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAsset API.
|
|
8439
8849
|
*/
|
|
8440
8850
|
synchronousExportDataAsset(synchronousExportDataAssetRequest) {
|
|
8441
8851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8497,7 +8907,7 @@ class DataCatalogClient {
|
|
|
8497
8907
|
* @param TestConnectionRequest
|
|
8498
8908
|
* @return TestConnectionResponse
|
|
8499
8909
|
* @throws OciError when an error occurs
|
|
8500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/TestConnection.ts.html |here} to see how to use TestConnection API.
|
|
8501
8911
|
*/
|
|
8502
8912
|
testConnection(testConnectionRequest) {
|
|
8503
8913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8563,7 +8973,7 @@ class DataCatalogClient {
|
|
|
8563
8973
|
* @param UpdateAttributeRequest
|
|
8564
8974
|
* @return UpdateAttributeResponse
|
|
8565
8975
|
* @throws OciError when an error occurs
|
|
8566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttribute API.
|
|
8567
8977
|
*/
|
|
8568
8978
|
updateAttribute(updateAttributeRequest) {
|
|
8569
8979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8631,7 +9041,7 @@ class DataCatalogClient {
|
|
|
8631
9041
|
* @param UpdateCatalogRequest
|
|
8632
9042
|
* @return UpdateCatalogResponse
|
|
8633
9043
|
* @throws OciError when an error occurs
|
|
8634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalog API.
|
|
8635
9045
|
*/
|
|
8636
9046
|
updateCatalog(updateCatalogRequest) {
|
|
8637
9047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8642,7 +9052,9 @@ class DataCatalogClient {
|
|
|
8642
9052
|
const pathParams = {
|
|
8643
9053
|
"{catalogId}": updateCatalogRequest.catalogId
|
|
8644
9054
|
};
|
|
8645
|
-
const queryParams = {
|
|
9055
|
+
const queryParams = {
|
|
9056
|
+
"isLockOverride": updateCatalogRequest.isLockOverride
|
|
9057
|
+
};
|
|
8646
9058
|
let headerParams = {
|
|
8647
9059
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8648
9060
|
"if-match": updateCatalogRequest.ifMatch,
|
|
@@ -8696,7 +9108,7 @@ class DataCatalogClient {
|
|
|
8696
9108
|
* @param UpdateCatalogPrivateEndpointRequest
|
|
8697
9109
|
* @return UpdateCatalogPrivateEndpointResponse
|
|
8698
9110
|
* @throws OciError when an error occurs
|
|
8699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpoint API.
|
|
8700
9112
|
*/
|
|
8701
9113
|
updateCatalogPrivateEndpoint(updateCatalogPrivateEndpointRequest) {
|
|
8702
9114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8707,7 +9119,9 @@ class DataCatalogClient {
|
|
|
8707
9119
|
const pathParams = {
|
|
8708
9120
|
"{catalogPrivateEndpointId}": updateCatalogPrivateEndpointRequest.catalogPrivateEndpointId
|
|
8709
9121
|
};
|
|
8710
|
-
const queryParams = {
|
|
9122
|
+
const queryParams = {
|
|
9123
|
+
"isLockOverride": updateCatalogPrivateEndpointRequest.isLockOverride
|
|
9124
|
+
};
|
|
8711
9125
|
let headerParams = {
|
|
8712
9126
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
8713
9127
|
"if-match": updateCatalogPrivateEndpointRequest.ifMatch,
|
|
@@ -8757,7 +9171,7 @@ class DataCatalogClient {
|
|
|
8757
9171
|
* @param UpdateConnectionRequest
|
|
8758
9172
|
* @return UpdateConnectionResponse
|
|
8759
9173
|
* @throws OciError when an error occurs
|
|
8760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
8761
9175
|
*/
|
|
8762
9176
|
updateConnection(updateConnectionRequest) {
|
|
8763
9177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8824,7 +9238,7 @@ class DataCatalogClient {
|
|
|
8824
9238
|
* @param UpdateCustomPropertyRequest
|
|
8825
9239
|
* @return UpdateCustomPropertyResponse
|
|
8826
9240
|
* @throws OciError when an error occurs
|
|
8827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomProperty API.
|
|
8828
9242
|
*/
|
|
8829
9243
|
updateCustomProperty(updateCustomPropertyRequest) {
|
|
8830
9244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8891,7 +9305,7 @@ class DataCatalogClient {
|
|
|
8891
9305
|
* @param UpdateDataAssetRequest
|
|
8892
9306
|
* @return UpdateDataAssetResponse
|
|
8893
9307
|
* @throws OciError when an error occurs
|
|
8894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
8895
9309
|
*/
|
|
8896
9310
|
updateDataAsset(updateDataAssetRequest) {
|
|
8897
9311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8957,7 +9371,7 @@ class DataCatalogClient {
|
|
|
8957
9371
|
* @param UpdateEntityRequest
|
|
8958
9372
|
* @return UpdateEntityResponse
|
|
8959
9373
|
* @throws OciError when an error occurs
|
|
8960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntity API.
|
|
8961
9375
|
*/
|
|
8962
9376
|
updateEntity(updateEntityRequest) {
|
|
8963
9377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9024,7 +9438,7 @@ class DataCatalogClient {
|
|
|
9024
9438
|
* @param UpdateFolderRequest
|
|
9025
9439
|
* @return UpdateFolderResponse
|
|
9026
9440
|
* @throws OciError when an error occurs
|
|
9027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
9028
9442
|
*/
|
|
9029
9443
|
updateFolder(updateFolderRequest) {
|
|
9030
9444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9091,7 +9505,7 @@ class DataCatalogClient {
|
|
|
9091
9505
|
* @param UpdateGlossaryRequest
|
|
9092
9506
|
* @return UpdateGlossaryResponse
|
|
9093
9507
|
* @throws OciError when an error occurs
|
|
9094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossary API.
|
|
9095
9509
|
*/
|
|
9096
9510
|
updateGlossary(updateGlossaryRequest) {
|
|
9097
9511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9157,7 +9571,7 @@ class DataCatalogClient {
|
|
|
9157
9571
|
* @param UpdateJobRequest
|
|
9158
9572
|
* @return UpdateJobResponse
|
|
9159
9573
|
* @throws OciError when an error occurs
|
|
9160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
9161
9575
|
*/
|
|
9162
9576
|
updateJob(updateJobRequest) {
|
|
9163
9577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9223,7 +9637,7 @@ class DataCatalogClient {
|
|
|
9223
9637
|
* @param UpdateJobDefinitionRequest
|
|
9224
9638
|
* @return UpdateJobDefinitionResponse
|
|
9225
9639
|
* @throws OciError when an error occurs
|
|
9226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinition API.
|
|
9227
9641
|
*/
|
|
9228
9642
|
updateJobDefinition(updateJobDefinitionRequest) {
|
|
9229
9643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9289,7 +9703,7 @@ class DataCatalogClient {
|
|
|
9289
9703
|
* @param UpdateMetastoreRequest
|
|
9290
9704
|
* @return UpdateMetastoreResponse
|
|
9291
9705
|
* @throws OciError when an error occurs
|
|
9292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastore API.
|
|
9293
9707
|
*/
|
|
9294
9708
|
updateMetastore(updateMetastoreRequest) {
|
|
9295
9709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9300,7 +9714,9 @@ class DataCatalogClient {
|
|
|
9300
9714
|
const pathParams = {
|
|
9301
9715
|
"{metastoreId}": updateMetastoreRequest.metastoreId
|
|
9302
9716
|
};
|
|
9303
|
-
const queryParams = {
|
|
9717
|
+
const queryParams = {
|
|
9718
|
+
"isLockOverride": updateMetastoreRequest.isLockOverride
|
|
9719
|
+
};
|
|
9304
9720
|
let headerParams = {
|
|
9305
9721
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
9306
9722
|
"if-match": updateMetastoreRequest.ifMatch,
|
|
@@ -9354,7 +9770,7 @@ class DataCatalogClient {
|
|
|
9354
9770
|
* @param UpdateNamespaceRequest
|
|
9355
9771
|
* @return UpdateNamespaceResponse
|
|
9356
9772
|
* @throws OciError when an error occurs
|
|
9357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespace API.
|
|
9358
9774
|
*/
|
|
9359
9775
|
updateNamespace(updateNamespaceRequest) {
|
|
9360
9776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9420,7 +9836,7 @@ class DataCatalogClient {
|
|
|
9420
9836
|
* @param UpdatePatternRequest
|
|
9421
9837
|
* @return UpdatePatternResponse
|
|
9422
9838
|
* @throws OciError when an error occurs
|
|
9423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePattern API.
|
|
9424
9840
|
*/
|
|
9425
9841
|
updatePattern(updatePatternRequest) {
|
|
9426
9842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9486,7 +9902,7 @@ class DataCatalogClient {
|
|
|
9486
9902
|
* @param UpdateTermRequest
|
|
9487
9903
|
* @return UpdateTermResponse
|
|
9488
9904
|
* @throws OciError when an error occurs
|
|
9489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
|
|
9490
9906
|
*/
|
|
9491
9907
|
updateTerm(updateTermRequest) {
|
|
9492
9908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9553,7 +9969,7 @@ class DataCatalogClient {
|
|
|
9553
9969
|
* @param UpdateTermRelationshipRequest
|
|
9554
9970
|
* @return UpdateTermRelationshipResponse
|
|
9555
9971
|
* @throws OciError when an error occurs
|
|
9556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationship API.
|
|
9557
9973
|
*/
|
|
9558
9974
|
updateTermRelationship(updateTermRelationshipRequest) {
|
|
9559
9975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9621,7 +10037,7 @@ class DataCatalogClient {
|
|
|
9621
10037
|
* @param UploadCredentialsRequest
|
|
9622
10038
|
* @return UploadCredentialsResponse
|
|
9623
10039
|
* @throws OciError when an error occurs
|
|
9624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentials API.
|
|
9625
10041
|
*/
|
|
9626
10042
|
uploadCredentials(uploadCredentialsRequest) {
|
|
9627
10043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9689,7 +10105,7 @@ class DataCatalogClient {
|
|
|
9689
10105
|
* @param UsersRequest
|
|
9690
10106
|
* @return UsersResponse
|
|
9691
10107
|
* @throws OciError when an error occurs
|
|
9692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/Users.ts.html |here} to see how to use Users API.
|
|
9693
10109
|
*/
|
|
9694
10110
|
users(usersRequest) {
|
|
9695
10111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9757,7 +10173,7 @@ class DataCatalogClient {
|
|
|
9757
10173
|
* @param ValidateConnectionRequest
|
|
9758
10174
|
* @return ValidateConnectionResponse
|
|
9759
10175
|
* @throws OciError when an error occurs
|
|
9760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
|
|
9761
10177
|
*/
|
|
9762
10178
|
validateConnection(validateConnectionRequest) {
|
|
9763
10179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9823,7 +10239,7 @@ class DataCatalogClient {
|
|
|
9823
10239
|
* @param ValidatePatternRequest
|
|
9824
10240
|
* @return ValidatePatternResponse
|
|
9825
10241
|
* @throws OciError when an error occurs
|
|
9826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePattern API.
|
|
9827
10243
|
*/
|
|
9828
10244
|
validatePattern(validatePatternRequest) {
|
|
9829
10245
|
return __awaiter(this, void 0, void 0, function* () {
|