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
|
@@ -13,17 +13,49 @@ For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catal
|
|
|
13
13
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
16
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
36
|
exports.MetastoreSummary = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
18
38
|
var MetastoreSummary;
|
|
19
39
|
(function (MetastoreSummary) {
|
|
20
40
|
function getJsonObj(obj) {
|
|
21
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"locks": obj.locks
|
|
43
|
+
? obj.locks.map(item => {
|
|
44
|
+
return model.ResourceLock.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
22
48
|
return jsonObj;
|
|
23
49
|
}
|
|
24
50
|
MetastoreSummary.getJsonObj = getJsonObj;
|
|
25
51
|
function getDeserializedJsonObj(obj) {
|
|
26
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"locks": obj.locks
|
|
54
|
+
? obj.locks.map(item => {
|
|
55
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
27
59
|
return jsonObj;
|
|
28
60
|
}
|
|
29
61
|
MetastoreSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metastore-summary.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/metastore-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG
|
|
1
|
+
{"version":3,"file":"metastore-summary.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/metastore-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8DlC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
|
package/lib/model/metastore.d.ts
CHANGED
|
@@ -66,6 +66,19 @@ export interface Metastore {
|
|
|
66
66
|
"freeformTags"?: {
|
|
67
67
|
[key: string]: string;
|
|
68
68
|
};
|
|
69
|
+
/**
|
|
70
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
71
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
72
|
+
* System tags can be viewed by users, but can only be created by the system.
|
|
73
|
+
* <p>
|
|
74
|
+
Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"systemTags"?: {
|
|
78
|
+
[key: string]: {
|
|
79
|
+
[key: string]: any;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
69
82
|
/**
|
|
70
83
|
* Usage of predefined tag keys. These predefined keys are scoped to namespaces.
|
|
71
84
|
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
@@ -76,6 +89,10 @@ export interface Metastore {
|
|
|
76
89
|
[key: string]: any;
|
|
77
90
|
};
|
|
78
91
|
};
|
|
92
|
+
/**
|
|
93
|
+
* Locks associated with this resource.
|
|
94
|
+
*/
|
|
95
|
+
"locks"?: Array<model.ResourceLock>;
|
|
79
96
|
}
|
|
80
97
|
export declare namespace Metastore {
|
|
81
98
|
function getJsonObj(obj: Metastore): object;
|
package/lib/model/metastore.js
CHANGED
|
@@ -13,17 +13,49 @@ For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catal
|
|
|
13
13
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
16
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
36
|
exports.Metastore = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
18
38
|
var Metastore;
|
|
19
39
|
(function (Metastore) {
|
|
20
40
|
function getJsonObj(obj) {
|
|
21
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"locks": obj.locks
|
|
43
|
+
? obj.locks.map(item => {
|
|
44
|
+
return model.ResourceLock.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
22
48
|
return jsonObj;
|
|
23
49
|
}
|
|
24
50
|
Metastore.getJsonObj = getJsonObj;
|
|
25
51
|
function getDeserializedJsonObj(obj) {
|
|
26
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"locks": obj.locks
|
|
54
|
+
? obj.locks.map(item => {
|
|
55
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
27
59
|
return jsonObj;
|
|
28
60
|
}
|
|
29
61
|
Metastore.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metastore.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/metastore.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG
|
|
1
|
+
{"version":3,"file":"metastore.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/metastore.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ElC,IAAiB,SAAS,CA6BzB;AA7BD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QA6BzB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Catalog API
|
|
3
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
4
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190325
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
export interface RemoveResourceLockDetails {
|
|
16
|
+
/**
|
|
17
|
+
* Type of the lock.
|
|
18
|
+
*/
|
|
19
|
+
"type": RemoveResourceLockDetails.Type;
|
|
20
|
+
/**
|
|
21
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"relatedResourceId"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* A message added by the creator of the lock. This is typically used to give an
|
|
27
|
+
* indication of why the resource is locked.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"message"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* When the lock was created.
|
|
33
|
+
*/
|
|
34
|
+
"timeCreated"?: Date;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace RemoveResourceLockDetails {
|
|
37
|
+
enum Type {
|
|
38
|
+
Full = "FULL",
|
|
39
|
+
Delete = "DELETE"
|
|
40
|
+
}
|
|
41
|
+
function getJsonObj(obj: RemoveResourceLockDetails): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: RemoveResourceLockDetails): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Catalog API
|
|
4
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
5
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190325
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.RemoveResourceLockDetails = void 0;
|
|
18
|
+
var RemoveResourceLockDetails;
|
|
19
|
+
(function (RemoveResourceLockDetails) {
|
|
20
|
+
let Type;
|
|
21
|
+
(function (Type) {
|
|
22
|
+
Type["Full"] = "FULL";
|
|
23
|
+
Type["Delete"] = "DELETE";
|
|
24
|
+
})(Type = RemoveResourceLockDetails.Type || (RemoveResourceLockDetails.Type = {}));
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
RemoveResourceLockDetails.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
RemoveResourceLockDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
35
|
+
})(RemoveResourceLockDetails = exports.RemoveResourceLockDetails || (exports.RemoveResourceLockDetails = {}));
|
|
36
|
+
//# sourceMappingURL=remove-resource-lock-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-resource-lock-details.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/remove-resource-lock-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA2BH,IAAiB,yBAAyB,CAgBzC;AAhBD,WAAiB,yBAAyB;IACxC,IAAY,IAGX;IAHD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,yBAAiB,CAAA;IACnB,CAAC,EAHW,IAAI,GAAJ,8BAAI,KAAJ,8BAAI,QAGf;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAhBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAgBzC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Catalog API
|
|
3
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
4
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190325
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Resource locks are used to prevent certain APIs from being called for the resource.
|
|
17
|
+
* A full lock prevents both updating the resource and deleting the resource. A delete
|
|
18
|
+
* lock prevents deleting the resource.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface ResourceLock {
|
|
22
|
+
/**
|
|
23
|
+
* Type of the lock.
|
|
24
|
+
*/
|
|
25
|
+
"type": ResourceLock.Type;
|
|
26
|
+
/**
|
|
27
|
+
* The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"relatedResourceId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A message added by the creator of the lock. This is typically used to give an
|
|
33
|
+
* indication of why the resource is locked.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"message"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* When the lock was created.
|
|
39
|
+
*/
|
|
40
|
+
"timeCreated"?: Date;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace ResourceLock {
|
|
43
|
+
enum Type {
|
|
44
|
+
Full = "FULL",
|
|
45
|
+
Delete = "DELETE",
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
51
|
+
}
|
|
52
|
+
function getJsonObj(obj: ResourceLock): object;
|
|
53
|
+
function getDeserializedJsonObj(obj: ResourceLock): object;
|
|
54
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Catalog API
|
|
4
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
5
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190325
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ResourceLock = void 0;
|
|
18
|
+
var ResourceLock;
|
|
19
|
+
(function (ResourceLock) {
|
|
20
|
+
let Type;
|
|
21
|
+
(function (Type) {
|
|
22
|
+
Type["Full"] = "FULL";
|
|
23
|
+
Type["Delete"] = "DELETE";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
Type["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(Type = ResourceLock.Type || (ResourceLock.Type = {}));
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
ResourceLock.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
37
|
+
return jsonObj;
|
|
38
|
+
}
|
|
39
|
+
ResourceLock.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(ResourceLock = exports.ResourceLock || (exports.ResourceLock = {}));
|
|
41
|
+
//# sourceMappingURL=resource-lock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-lock.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/resource-lock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAiCH,IAAiB,YAAY,CAqB5B;AArBD,WAAiB,YAAY;IAC3B,IAAY,IAQX;IARD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,yBAAiB,CAAA;QACjB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,iBAAI,KAAJ,iBAAI,QAQf;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAqB5B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190325
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 AddCatalogLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddCatalogLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique catalog identifier.
|
|
21
|
+
*/
|
|
22
|
+
"catalogId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190325
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=add-catalog-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-catalog-lock-request.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/add-catalog-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190325
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 AddCatalogPrivateEndpointLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddCatalogPrivateEndpointLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique private reverse connection identifier.
|
|
21
|
+
*/
|
|
22
|
+
"catalogPrivateEndpointId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190325
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=add-catalog-private-endpoint-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-catalog-private-endpoint-lock-request.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/add-catalog-private-endpoint-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 AddDataSelectorPatternsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddDataSelectorPatternsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190325
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 AddMetastoreLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddMetastoreLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The metastore's OCID.
|
|
21
|
+
*/
|
|
22
|
+
"metastoreId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190325
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=add-metastore-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-metastore-lock-request.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/add-metastore-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 AssociateCustomPropertyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AssociateCustomPropertyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 AsynchronousExportGlossaryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AsynchronousExportGlossaryRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 AttachCatalogPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AttachCatalogPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -46,4 +46,8 @@ export interface AttachCatalogPrivateEndpointRequest extends common.BaseRequest
|
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"opcRetryToken"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Whether to override locks (if any exist).
|
|
51
|
+
*/
|
|
52
|
+
"isLockOverride"?: boolean;
|
|
49
53
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ChangeCatalogCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCatalogCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,4 +37,8 @@ export interface ChangeCatalogCompartmentRequest extends common.BaseRequest {
|
|
|
37
37
|
* The client request ID for tracing.
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
42
|
+
*/
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
40
44
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ChangeCatalogPrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCatalogPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,4 +37,8 @@ export interface ChangeCatalogPrivateEndpointCompartmentRequest extends common.B
|
|
|
37
37
|
* The client request ID for tracing.
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
42
|
+
*/
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
40
44
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ChangeMetastoreCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMetastoreCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,4 +37,8 @@ export interface ChangeMetastoreCompartmentRequest extends common.BaseRequest {
|
|
|
37
37
|
* The client request ID for tracing.
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
42
|
+
*/
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
40
44
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 CreateAttributeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAttributeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|