oci-aidataplatform 2.117.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/aidataplatform-waiter.d.ts +36 -0
  9. package/lib/aidataplatform-waiter.js +76 -0
  10. package/lib/aidataplatform-waiter.js.map +1 -0
  11. package/lib/client.d.ts +204 -0
  12. package/lib/client.js +947 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/ai-data-platform-collection.d.ts +26 -0
  18. package/lib/model/ai-data-platform-collection.js +61 -0
  19. package/lib/model/ai-data-platform-collection.js.map +1 -0
  20. package/lib/model/ai-data-platform-summary.d.ts +102 -0
  21. package/lib/model/ai-data-platform-summary.js +29 -0
  22. package/lib/model/ai-data-platform-summary.js.map +1 -0
  23. package/lib/model/ai-data-platform.d.ts +124 -0
  24. package/lib/model/ai-data-platform.js +43 -0
  25. package/lib/model/ai-data-platform.js.map +1 -0
  26. package/lib/model/change-ai-data-platform-compartment-details.d.ts +26 -0
  27. package/lib/model/change-ai-data-platform-compartment-details.js +29 -0
  28. package/lib/model/change-ai-data-platform-compartment-details.js.map +1 -0
  29. package/lib/model/create-ai-data-platform-details.d.ts +71 -0
  30. package/lib/model/create-ai-data-platform-details.js +29 -0
  31. package/lib/model/create-ai-data-platform-details.js.map +1 -0
  32. package/lib/model/index.d.ts +50 -0
  33. package/lib/model/index.js +73 -0
  34. package/lib/model/index.js.map +1 -0
  35. package/lib/model/operation-status.d.ts +34 -0
  36. package/lib/model/operation-status.js +45 -0
  37. package/lib/model/operation-status.js.map +1 -0
  38. package/lib/model/operation-type.d.ts +34 -0
  39. package/lib/model/operation-type.js +45 -0
  40. package/lib/model/operation-type.js.map +1 -0
  41. package/lib/model/sort-order.d.ts +30 -0
  42. package/lib/model/sort-order.js +41 -0
  43. package/lib/model/sort-order.js.map +1 -0
  44. package/lib/model/update-ai-data-platform-details.d.ts +62 -0
  45. package/lib/model/update-ai-data-platform-details.js +29 -0
  46. package/lib/model/update-ai-data-platform-details.js.map +1 -0
  47. package/lib/model/work-request-error-collection.d.ts +26 -0
  48. package/lib/model/work-request-error-collection.js +61 -0
  49. package/lib/model/work-request-error-collection.js.map +1 -0
  50. package/lib/model/work-request-error.d.ts +37 -0
  51. package/lib/model/work-request-error.js +29 -0
  52. package/lib/model/work-request-error.js.map +1 -0
  53. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  54. package/lib/model/work-request-log-entry-collection.js +61 -0
  55. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  56. package/lib/model/work-request-log-entry.d.ts +31 -0
  57. package/lib/model/work-request-log-entry.js +29 -0
  58. package/lib/model/work-request-log-entry.js.map +1 -0
  59. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  60. package/lib/model/work-request-resource-metadata-key.js +38 -0
  61. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  62. package/lib/model/work-request-resource.d.ts +48 -0
  63. package/lib/model/work-request-resource.js +29 -0
  64. package/lib/model/work-request-resource.js.map +1 -0
  65. package/lib/model/work-request-summary-collection.d.ts +26 -0
  66. package/lib/model/work-request-summary-collection.js +61 -0
  67. package/lib/model/work-request-summary-collection.js.map +1 -0
  68. package/lib/model/work-request-summary.d.ts +73 -0
  69. package/lib/model/work-request-summary.js +61 -0
  70. package/lib/model/work-request-summary.js.map +1 -0
  71. package/lib/model/work-request.d.ts +76 -0
  72. package/lib/model/work-request.js +61 -0
  73. package/lib/model/work-request.js.map +1 -0
  74. package/lib/request/cancel-work-request-request.d.ts +38 -0
  75. package/lib/request/cancel-work-request-request.js +15 -0
  76. package/lib/request/cancel-work-request-request.js.map +1 -0
  77. package/lib/request/change-ai-data-platform-compartment-request.d.ts +43 -0
  78. package/lib/request/change-ai-data-platform-compartment-request.js +15 -0
  79. package/lib/request/change-ai-data-platform-compartment-request.js.map +1 -0
  80. package/lib/request/create-ai-data-platform-request.d.ts +40 -0
  81. package/lib/request/create-ai-data-platform-request.js +15 -0
  82. package/lib/request/create-ai-data-platform-request.js.map +1 -0
  83. package/lib/request/delete-ai-data-platform-request.d.ts +42 -0
  84. package/lib/request/delete-ai-data-platform-request.js +15 -0
  85. package/lib/request/delete-ai-data-platform-request.js.map +1 -0
  86. package/lib/request/get-ai-data-platform-request.d.ts +30 -0
  87. package/lib/request/get-ai-data-platform-request.js +15 -0
  88. package/lib/request/get-ai-data-platform-request.js.map +1 -0
  89. package/lib/request/get-work-request-request.d.ts +30 -0
  90. package/lib/request/get-work-request-request.js +15 -0
  91. package/lib/request/get-work-request-request.js.map +1 -0
  92. package/lib/request/index.d.ts +34 -0
  93. package/lib/request/index.js +43 -0
  94. package/lib/request/index.js.map +1 -0
  95. package/lib/request/list-ai-data-platforms-request.d.ts +85 -0
  96. package/lib/request/list-ai-data-platforms-request.js +24 -0
  97. package/lib/request/list-ai-data-platforms-request.js.map +1 -0
  98. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  99. package/lib/request/list-work-request-errors-request.js +23 -0
  100. package/lib/request/list-work-request-errors-request.js.map +1 -0
  101. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  102. package/lib/request/list-work-request-logs-request.js +23 -0
  103. package/lib/request/list-work-request-logs-request.js.map +1 -0
  104. package/lib/request/list-work-requests-request.d.ts +71 -0
  105. package/lib/request/list-work-requests-request.js +23 -0
  106. package/lib/request/list-work-requests-request.js.map +1 -0
  107. package/lib/request/update-ai-data-platform-request.d.ts +43 -0
  108. package/lib/request/update-ai-data-platform-request.js +15 -0
  109. package/lib/request/update-ai-data-platform-request.js.map +1 -0
  110. package/lib/response/cancel-work-request-response.d.ts +20 -0
  111. package/lib/response/cancel-work-request-response.js +15 -0
  112. package/lib/response/cancel-work-request-response.js.map +1 -0
  113. package/lib/response/change-ai-data-platform-compartment-response.d.ts +26 -0
  114. package/lib/response/change-ai-data-platform-compartment-response.js +15 -0
  115. package/lib/response/change-ai-data-platform-compartment-response.js.map +1 -0
  116. package/lib/response/create-ai-data-platform-response.d.ts +44 -0
  117. package/lib/response/create-ai-data-platform-response.js +15 -0
  118. package/lib/response/create-ai-data-platform-response.js.map +1 -0
  119. package/lib/response/delete-ai-data-platform-response.d.ts +26 -0
  120. package/lib/response/delete-ai-data-platform-response.js +15 -0
  121. package/lib/response/delete-ai-data-platform-response.js.map +1 -0
  122. package/lib/response/get-ai-data-platform-response.d.ts +30 -0
  123. package/lib/response/get-ai-data-platform-response.js +15 -0
  124. package/lib/response/get-ai-data-platform-response.js.map +1 -0
  125. package/lib/response/get-work-request-response.d.ts +34 -0
  126. package/lib/response/get-work-request-response.js +15 -0
  127. package/lib/response/get-work-request-response.js.map +1 -0
  128. package/lib/response/index.d.ts +34 -0
  129. package/lib/response/index.js +15 -0
  130. package/lib/response/index.js.map +1 -0
  131. package/lib/response/list-ai-data-platforms-response.d.ts +31 -0
  132. package/lib/response/list-ai-data-platforms-response.js +15 -0
  133. package/lib/response/list-ai-data-platforms-response.js.map +1 -0
  134. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  135. package/lib/response/list-work-request-errors-response.js +15 -0
  136. package/lib/response/list-work-request-errors-response.js.map +1 -0
  137. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  138. package/lib/response/list-work-request-logs-response.js +15 -0
  139. package/lib/response/list-work-request-logs-response.js.map +1 -0
  140. package/lib/response/list-work-requests-response.d.ts +31 -0
  141. package/lib/response/list-work-requests-response.js +15 -0
  142. package/lib/response/list-work-requests-response.js.map +1 -0
  143. package/lib/response/update-ai-data-platform-response.d.ts +26 -0
  144. package/lib/response/update-ai-data-platform-response.js +15 -0
  145. package/lib/response/update-ai-data-platform-response.js.map +1 -0
  146. package/package.json +29 -0
@@ -0,0 +1,71 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * The data to create a AiDataPlatform.
15
+ */
16
+ export interface CreateAiDataPlatformDetails {
17
+ /**
18
+ * A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * The AiDataPlatform type.
23
+ */
24
+ "aiDataPlatformType"?: string;
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the AiDataPlatform in.
27
+ *
28
+ */
29
+ "compartmentId": string;
30
+ /**
31
+ * The name for the default workspace for the AiDataPlatform
32
+ */
33
+ "defaultWorkspaceName"?: string;
34
+ /**
35
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
36
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
+ * <p>
38
+ Example: {@code {\"Department\": \"Finance\"}}
39
+ *
40
+ */
41
+ "freeformTags"?: {
42
+ [key: string]: string;
43
+ };
44
+ /**
45
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
46
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * <p>
48
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
49
+ *
50
+ */
51
+ "definedTags"?: {
52
+ [key: string]: {
53
+ [key: string]: any;
54
+ };
55
+ };
56
+ /**
57
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
58
+ * <p>
59
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
60
+ *
61
+ */
62
+ "systemTags"?: {
63
+ [key: string]: {
64
+ [key: string]: any;
65
+ };
66
+ };
67
+ }
68
+ export declare namespace CreateAiDataPlatformDetails {
69
+ function getJsonObj(obj: CreateAiDataPlatformDetails): object;
70
+ function getDeserializedJsonObj(obj: CreateAiDataPlatformDetails): object;
71
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * AiDataPlatform Control Plane API
4
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
5
+ * OpenAPI spec version: 20240831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.CreateAiDataPlatformDetails = void 0;
16
+ var CreateAiDataPlatformDetails;
17
+ (function (CreateAiDataPlatformDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CreateAiDataPlatformDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CreateAiDataPlatformDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CreateAiDataPlatformDetails = exports.CreateAiDataPlatformDetails || (exports.CreateAiDataPlatformDetails = {}));
29
+ //# sourceMappingURL=create-ai-data-platform-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-ai-data-platform-details.js","sourceRoot":"","sources":["../../../../../lib/aidataplatform/lib/model/create-ai-data-platform-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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 ActionType from "./action-type";
14
+ export import ActionType = ActionType.ActionType;
15
+ import * as AiDataPlatform from "./ai-data-platform";
16
+ export import AiDataPlatform = AiDataPlatform.AiDataPlatform;
17
+ import * as AiDataPlatformCollection from "./ai-data-platform-collection";
18
+ export import AiDataPlatformCollection = AiDataPlatformCollection.AiDataPlatformCollection;
19
+ import * as AiDataPlatformSummary from "./ai-data-platform-summary";
20
+ export import AiDataPlatformSummary = AiDataPlatformSummary.AiDataPlatformSummary;
21
+ import * as ChangeAiDataPlatformCompartmentDetails from "./change-ai-data-platform-compartment-details";
22
+ export import ChangeAiDataPlatformCompartmentDetails = ChangeAiDataPlatformCompartmentDetails.ChangeAiDataPlatformCompartmentDetails;
23
+ import * as CreateAiDataPlatformDetails from "./create-ai-data-platform-details";
24
+ export import CreateAiDataPlatformDetails = CreateAiDataPlatformDetails.CreateAiDataPlatformDetails;
25
+ import * as OperationStatus from "./operation-status";
26
+ export import OperationStatus = OperationStatus.OperationStatus;
27
+ import * as OperationType from "./operation-type";
28
+ export import OperationType = OperationType.OperationType;
29
+ import * as SortOrder from "./sort-order";
30
+ export import SortOrder = SortOrder.SortOrder;
31
+ import * as UpdateAiDataPlatformDetails from "./update-ai-data-platform-details";
32
+ export import UpdateAiDataPlatformDetails = UpdateAiDataPlatformDetails.UpdateAiDataPlatformDetails;
33
+ import * as WorkRequest from "./work-request";
34
+ export import WorkRequest = WorkRequest.WorkRequest;
35
+ import * as WorkRequestError from "./work-request-error";
36
+ export import WorkRequestError = WorkRequestError.WorkRequestError;
37
+ import * as WorkRequestErrorCollection from "./work-request-error-collection";
38
+ export import WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
39
+ import * as WorkRequestLogEntry from "./work-request-log-entry";
40
+ export import WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
41
+ import * as WorkRequestLogEntryCollection from "./work-request-log-entry-collection";
42
+ export import WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
43
+ import * as WorkRequestResource from "./work-request-resource";
44
+ export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
45
+ import * as WorkRequestResourceMetadataKey from "./work-request-resource-metadata-key";
46
+ export import WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
47
+ import * as WorkRequestSummary from "./work-request-summary";
48
+ export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
49
+ import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
50
+ export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /**
3
+ * AiDataPlatform Control Plane API
4
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
5
+ * OpenAPI spec version: 20240831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateAiDataPlatformDetails = exports.SortOrder = exports.OperationType = exports.OperationStatus = exports.CreateAiDataPlatformDetails = exports.ChangeAiDataPlatformCompartmentDetails = exports.AiDataPlatformSummary = exports.AiDataPlatformCollection = exports.AiDataPlatform = exports.ActionType = void 0;
35
+ const ActionType = __importStar(require("./action-type"));
36
+ exports.ActionType = ActionType.ActionType;
37
+ const AiDataPlatform = __importStar(require("./ai-data-platform"));
38
+ exports.AiDataPlatform = AiDataPlatform.AiDataPlatform;
39
+ const AiDataPlatformCollection = __importStar(require("./ai-data-platform-collection"));
40
+ exports.AiDataPlatformCollection = AiDataPlatformCollection.AiDataPlatformCollection;
41
+ const AiDataPlatformSummary = __importStar(require("./ai-data-platform-summary"));
42
+ exports.AiDataPlatformSummary = AiDataPlatformSummary.AiDataPlatformSummary;
43
+ const ChangeAiDataPlatformCompartmentDetails = __importStar(require("./change-ai-data-platform-compartment-details"));
44
+ exports.ChangeAiDataPlatformCompartmentDetails = ChangeAiDataPlatformCompartmentDetails.ChangeAiDataPlatformCompartmentDetails;
45
+ const CreateAiDataPlatformDetails = __importStar(require("./create-ai-data-platform-details"));
46
+ exports.CreateAiDataPlatformDetails = CreateAiDataPlatformDetails.CreateAiDataPlatformDetails;
47
+ const OperationStatus = __importStar(require("./operation-status"));
48
+ exports.OperationStatus = OperationStatus.OperationStatus;
49
+ const OperationType = __importStar(require("./operation-type"));
50
+ exports.OperationType = OperationType.OperationType;
51
+ const SortOrder = __importStar(require("./sort-order"));
52
+ exports.SortOrder = SortOrder.SortOrder;
53
+ const UpdateAiDataPlatformDetails = __importStar(require("./update-ai-data-platform-details"));
54
+ exports.UpdateAiDataPlatformDetails = UpdateAiDataPlatformDetails.UpdateAiDataPlatformDetails;
55
+ const WorkRequest = __importStar(require("./work-request"));
56
+ exports.WorkRequest = WorkRequest.WorkRequest;
57
+ const WorkRequestError = __importStar(require("./work-request-error"));
58
+ exports.WorkRequestError = WorkRequestError.WorkRequestError;
59
+ const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
60
+ exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
61
+ const WorkRequestLogEntry = __importStar(require("./work-request-log-entry"));
62
+ exports.WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
63
+ const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-entry-collection"));
64
+ exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
65
+ const WorkRequestResource = __importStar(require("./work-request-resource"));
66
+ exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
67
+ const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
68
+ exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
69
+ const WorkRequestSummary = __importStar(require("./work-request-summary"));
70
+ exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
71
+ const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
72
+ exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
73
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aidataplatform/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,mEAAqD;AACvC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sHAAwG;AAC1F,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AACrI,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * The status of the work request.
15
+ **/
16
+ export declare enum OperationStatus {
17
+ Accepted = "ACCEPTED",
18
+ InProgress = "IN_PROGRESS",
19
+ Waiting = "WAITING",
20
+ NeedsAttention = "NEEDS_ATTENTION",
21
+ Failed = "FAILED",
22
+ Succeeded = "SUCCEEDED",
23
+ Canceling = "CANCELING",
24
+ Canceled = "CANCELED",
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ UnknownValue = "UNKNOWN_VALUE"
30
+ }
31
+ export declare namespace OperationStatus {
32
+ function getJsonObj(obj: OperationStatus): OperationStatus;
33
+ function getDeserializedJsonObj(obj: OperationStatus): OperationStatus;
34
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * AiDataPlatform Control Plane API
4
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
5
+ * OpenAPI spec version: 20240831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.OperationStatus = void 0;
16
+ /**
17
+ * The status of the work request.
18
+ **/
19
+ var OperationStatus;
20
+ (function (OperationStatus) {
21
+ OperationStatus["Accepted"] = "ACCEPTED";
22
+ OperationStatus["InProgress"] = "IN_PROGRESS";
23
+ OperationStatus["Waiting"] = "WAITING";
24
+ OperationStatus["NeedsAttention"] = "NEEDS_ATTENTION";
25
+ OperationStatus["Failed"] = "FAILED";
26
+ OperationStatus["Succeeded"] = "SUCCEEDED";
27
+ OperationStatus["Canceling"] = "CANCELING";
28
+ OperationStatus["Canceled"] = "CANCELED";
29
+ /**
30
+ * This value is used if a service returns a value for this enum that is not recognized by this
31
+ * version of the SDK.
32
+ */
33
+ OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
34
+ })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
35
+ (function (OperationStatus) {
36
+ function getJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ OperationStatus.getJsonObj = getJsonObj;
40
+ function getDeserializedJsonObj(obj) {
41
+ return obj;
42
+ }
43
+ OperationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
44
+ })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
45
+ //# sourceMappingURL=operation-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/aidataplatform/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,qDAAkC,CAAA;IAClC,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAfW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAe1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * The asynchronous operation tracked by the work request.
15
+ **/
16
+ export declare enum OperationType {
17
+ CreateDataLake = "CREATE_DATA_LAKE",
18
+ UpdateDataLake = "UPDATE_DATA_LAKE",
19
+ DeleteDataLake = "DELETE_DATA_LAKE",
20
+ MoveDataLake = "MOVE_DATA_LAKE",
21
+ CreateWorkspace = "CREATE_WORKSPACE",
22
+ UpdateWorkspace = "UPDATE_WORKSPACE",
23
+ DeleteWorkspace = "DELETE_WORKSPACE",
24
+ EvaluateIamPolicies = "EVALUATE_IAM_POLICIES",
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ UnknownValue = "UNKNOWN_VALUE"
30
+ }
31
+ export declare namespace OperationType {
32
+ function getJsonObj(obj: OperationType): OperationType;
33
+ function getDeserializedJsonObj(obj: OperationType): OperationType;
34
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * AiDataPlatform Control Plane API
4
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
5
+ * OpenAPI spec version: 20240831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.OperationType = void 0;
16
+ /**
17
+ * The asynchronous operation tracked by the work request.
18
+ **/
19
+ var OperationType;
20
+ (function (OperationType) {
21
+ OperationType["CreateDataLake"] = "CREATE_DATA_LAKE";
22
+ OperationType["UpdateDataLake"] = "UPDATE_DATA_LAKE";
23
+ OperationType["DeleteDataLake"] = "DELETE_DATA_LAKE";
24
+ OperationType["MoveDataLake"] = "MOVE_DATA_LAKE";
25
+ OperationType["CreateWorkspace"] = "CREATE_WORKSPACE";
26
+ OperationType["UpdateWorkspace"] = "UPDATE_WORKSPACE";
27
+ OperationType["DeleteWorkspace"] = "DELETE_WORKSPACE";
28
+ OperationType["EvaluateIamPolicies"] = "EVALUATE_IAM_POLICIES";
29
+ /**
30
+ * This value is used if a service returns a value for this enum that is not recognized by this
31
+ * version of the SDK.
32
+ */
33
+ OperationType["UnknownValue"] = "UNKNOWN_VALUE";
34
+ })(OperationType = exports.OperationType || (exports.OperationType = {}));
35
+ (function (OperationType) {
36
+ function getJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ OperationType.getJsonObj = getJsonObj;
40
+ function getDeserializedJsonObj(obj) {
41
+ return obj;
42
+ }
43
+ OperationType.getDeserializedJsonObj = getDeserializedJsonObj;
44
+ })(OperationType = exports.OperationType || (exports.OperationType = {}));
45
+ //# sourceMappingURL=operation-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/aidataplatform/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAeX;AAfD,WAAY,aAAa;IACvB,oDAAmC,CAAA;IACnC,oDAAmC,CAAA;IACnC,oDAAmC,CAAA;IACnC,gDAA+B,CAAA;IAC/B,qDAAoC,CAAA;IACpC,qDAAoC,CAAA;IACpC,qDAAoC,CAAA;IACpC,8DAA6C,CAAA;IAE7C;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAfW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAexB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
15
+ * sort order is case sensitive.
16
+ *
17
+ **/
18
+ export declare enum SortOrder {
19
+ Asc = "ASC",
20
+ Desc = "DESC",
21
+ /**
22
+ * This value is used if a service returns a value for this enum that is not recognized by this
23
+ * version of the SDK.
24
+ */
25
+ UnknownValue = "UNKNOWN_VALUE"
26
+ }
27
+ export declare namespace SortOrder {
28
+ function getJsonObj(obj: SortOrder): SortOrder;
29
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
30
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * AiDataPlatform Control Plane API
4
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
5
+ * OpenAPI spec version: 20240831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.SortOrder = void 0;
16
+ /**
17
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
18
+ * sort order is case sensitive.
19
+ *
20
+ **/
21
+ var SortOrder;
22
+ (function (SortOrder) {
23
+ SortOrder["Asc"] = "ASC";
24
+ SortOrder["Desc"] = "DESC";
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ SortOrder["UnknownValue"] = "UNKNOWN_VALUE";
30
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
31
+ (function (SortOrder) {
32
+ function getJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ SortOrder.getJsonObj = getJsonObj;
36
+ function getDeserializedJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
40
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
41
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/aidataplatform/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,SASX;AATD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;IAEb;;;OAGG;IACH,2CAA8B,CAAA;AAChC,CAAC,EATW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QASpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
14
+ * The data to update a AiDataPlatform.
15
+ */
16
+ export interface UpdateAiDataPlatformDetails {
17
+ /**
18
+ * A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * The AiDataPlatform type.
23
+ */
24
+ "aiDataPlatformType"?: string;
25
+ /**
26
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
27
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
+ * <p>
29
+ Example: {@code {\"Department\": \"Finance\"}}
30
+ *
31
+ */
32
+ "freeformTags"?: {
33
+ [key: string]: string;
34
+ };
35
+ /**
36
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
37
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
38
+ * <p>
39
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
40
+ *
41
+ */
42
+ "definedTags"?: {
43
+ [key: string]: {
44
+ [key: string]: any;
45
+ };
46
+ };
47
+ /**
48
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
49
+ * <p>
50
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
51
+ *
52
+ */
53
+ "systemTags"?: {
54
+ [key: string]: {
55
+ [key: string]: any;
56
+ };
57
+ };
58
+ }
59
+ export declare namespace UpdateAiDataPlatformDetails {
60
+ function getJsonObj(obj: UpdateAiDataPlatformDetails): object;
61
+ function getDeserializedJsonObj(obj: UpdateAiDataPlatformDetails): object;
62
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * AiDataPlatform Control Plane API
4
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
5
+ * OpenAPI spec version: 20240831
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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
+ exports.UpdateAiDataPlatformDetails = void 0;
16
+ var UpdateAiDataPlatformDetails;
17
+ (function (UpdateAiDataPlatformDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateAiDataPlatformDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateAiDataPlatformDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateAiDataPlatformDetails = exports.UpdateAiDataPlatformDetails || (exports.UpdateAiDataPlatformDetails = {}));
29
+ //# sourceMappingURL=update-ai-data-platform-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ai-data-platform-details.js","sourceRoot":"","sources":["../../../../../lib/aidataplatform/lib/model/update-ai-data-platform-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * AiDataPlatform Control Plane API
3
+ * Use the AiDataPlatform Control Plane API to manage Data Lakes.
4
+ * OpenAPI spec version: 20240831
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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
+ /**
15
+ * A list of work request errors. Can contain both errors and other information, such as metadata.
16
+ */
17
+ export interface WorkRequestErrorCollection {
18
+ /**
19
+ * A list of work request errors.
20
+ */
21
+ "items": Array<model.WorkRequestError>;
22
+ }
23
+ export declare namespace WorkRequestErrorCollection {
24
+ function getJsonObj(obj: WorkRequestErrorCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
26
+ }