oci-dif 2.121.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +222 -0
- package/lib/client.js +1066 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/adb-artifacts-detail.d.ts +34 -0
- package/lib/model/adb-artifacts-detail.js +61 -0
- package/lib/model/adb-artifacts-detail.js.map +1 -0
- package/lib/model/adb-detail.d.ts +62 -0
- package/lib/model/adb-detail.js +29 -0
- package/lib/model/adb-detail.js.map +1 -0
- package/lib/model/adb-update-detail.d.ts +37 -0
- package/lib/model/adb-update-detail.js +29 -0
- package/lib/model/adb-update-detail.js.map +1 -0
- package/lib/model/add-service-details.d.ts +63 -0
- package/lib/model/add-service-details.js +116 -0
- package/lib/model/add-service-details.js.map +1 -0
- package/lib/model/additional-details.d.ts +46 -0
- package/lib/model/additional-details.js +71 -0
- package/lib/model/additional-details.js.map +1 -0
- package/lib/model/assigned-connection-details.d.ts +33 -0
- package/lib/model/assigned-connection-details.js +29 -0
- package/lib/model/assigned-connection-details.js.map +1 -0
- package/lib/model/auto-tiering.d.ts +28 -0
- package/lib/model/auto-tiering.js +39 -0
- package/lib/model/auto-tiering.js.map +1 -0
- package/lib/model/change-stack-compartment-details.d.ts +26 -0
- package/lib/model/change-stack-compartment-details.js +29 -0
- package/lib/model/change-stack-compartment-details.js.map +1 -0
- package/lib/model/cluster-type.d.ts +27 -0
- package/lib/model/cluster-type.js +38 -0
- package/lib/model/cluster-type.js.map +1 -0
- package/lib/model/create-stack-details.d.ts +98 -0
- package/lib/model/create-stack-details.js +116 -0
- package/lib/model/create-stack-details.js.map +1 -0
- package/lib/model/dataflow-artifacts-detail.d.ts +33 -0
- package/lib/model/dataflow-artifacts-detail.js +29 -0
- package/lib/model/dataflow-artifacts-detail.js.map +1 -0
- package/lib/model/dataflow-connection-details.d.ts +30 -0
- package/lib/model/dataflow-connection-details.js +61 -0
- package/lib/model/dataflow-connection-details.js.map +1 -0
- package/lib/model/dataflow-connections.d.ts +27 -0
- package/lib/model/dataflow-connections.js +57 -0
- package/lib/model/dataflow-connections.js.map +1 -0
- package/lib/model/dataflow-detail.d.ts +57 -0
- package/lib/model/dataflow-detail.js +69 -0
- package/lib/model/dataflow-detail.js.map +1 -0
- package/lib/model/dataflow-update-detail.d.ts +57 -0
- package/lib/model/dataflow-update-detail.js +69 -0
- package/lib/model/dataflow-update-detail.js.map +1 -0
- package/lib/model/db-credentials-detail.d.ts +33 -0
- package/lib/model/db-credentials-detail.js +29 -0
- package/lib/model/db-credentials-detail.js.map +1 -0
- package/lib/model/db-workload.d.ts +28 -0
- package/lib/model/db-workload.js +39 -0
- package/lib/model/db-workload.js.map +1 -0
- package/lib/model/deploy-artifacts-details.d.ts +59 -0
- package/lib/model/deploy-artifacts-details.js +96 -0
- package/lib/model/deploy-artifacts-details.js.map +1 -0
- package/lib/model/dif-dependency-details.d.ts +29 -0
- package/lib/model/dif-dependency-details.js +29 -0
- package/lib/model/dif-dependency-details.js.map +1 -0
- package/lib/model/endpoint-additional.d.ts +29 -0
- package/lib/model/endpoint-additional.js +29 -0
- package/lib/model/endpoint-additional.js.map +1 -0
- package/lib/model/endpoint-details.d.ts +29 -0
- package/lib/model/endpoint-details.js +29 -0
- package/lib/model/endpoint-details.js.map +1 -0
- package/lib/model/gen-ai-detail.d.ts +46 -0
- package/lib/model/gen-ai-detail.js +61 -0
- package/lib/model/gen-ai-detail.js.map +1 -0
- package/lib/model/gen-ai-update-detail.d.ts +34 -0
- package/lib/model/gen-ai-update-detail.js +61 -0
- package/lib/model/gen-ai-update-detail.js.map +1 -0
- package/lib/model/ggcs-artifacts-detail.d.ts +42 -0
- package/lib/model/ggcs-artifacts-detail.js +81 -0
- package/lib/model/ggcs-artifacts-detail.js.map +1 -0
- package/lib/model/ggcs-connection-details.d.ts +38 -0
- package/lib/model/ggcs-connection-details.js +61 -0
- package/lib/model/ggcs-connection-details.js.map +1 -0
- package/lib/model/ggcs-detail.d.ts +50 -0
- package/lib/model/ggcs-detail.js +61 -0
- package/lib/model/ggcs-detail.js.map +1 -0
- package/lib/model/ggcs-source-detail.d.ts +42 -0
- package/lib/model/ggcs-source-detail.js +29 -0
- package/lib/model/ggcs-source-detail.js.map +1 -0
- package/lib/model/ggcs-target-detail.d.ts +42 -0
- package/lib/model/ggcs-target-detail.js +29 -0
- package/lib/model/ggcs-target-detail.js.map +1 -0
- package/lib/model/ggcs-update-detail.d.ts +38 -0
- package/lib/model/ggcs-update-detail.js +61 -0
- package/lib/model/ggcs-update-detail.js.map +1 -0
- package/lib/model/ggcs-user-detail.d.ts +38 -0
- package/lib/model/ggcs-user-detail.js +29 -0
- package/lib/model/ggcs-user-detail.js.map +1 -0
- package/lib/model/index.d.ts +126 -0
- package/lib/model/index.js +150 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/object-storage-detail.d.ts +38 -0
- package/lib/model/object-storage-detail.js +29 -0
- package/lib/model/object-storage-detail.js.map +1 -0
- package/lib/model/object-storage-update-detail.d.ts +34 -0
- package/lib/model/object-storage-update-detail.js +29 -0
- package/lib/model/object-storage-update-detail.js.map +1 -0
- package/lib/model/object-versioning.d.ts +29 -0
- package/lib/model/object-versioning.js +40 -0
- package/lib/model/object-versioning.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +32 -0
- package/lib/model/operation-type.js +43 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/service-detail-response.d.ts +51 -0
- package/lib/model/service-detail-response.js +57 -0
- package/lib/model/service-detail-response.js.map +1 -0
- package/lib/model/service.d.ts +31 -0
- package/lib/model/service.js +42 -0
- package/lib/model/service.js.map +1 -0
- package/lib/model/shape-config.d.ts +29 -0
- package/lib/model/shape-config.js +29 -0
- package/lib/model/shape-config.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/stack-collection.d.ts +26 -0
- package/lib/model/stack-collection.js +61 -0
- package/lib/model/stack-collection.js.map +1 -0
- package/lib/model/stack-summary.d.ts +90 -0
- package/lib/model/stack-summary.js +29 -0
- package/lib/model/stack-summary.js.map +1 -0
- package/lib/model/stack-template.d.ts +30 -0
- package/lib/model/stack-template.js +41 -0
- package/lib/model/stack-template.js.map +1 -0
- package/lib/model/stack.d.ts +169 -0
- package/lib/model/stack.js +151 -0
- package/lib/model/stack.js.map +1 -0
- package/lib/model/storage-tier.d.ts +28 -0
- package/lib/model/storage-tier.js +39 -0
- package/lib/model/storage-tier.js.map +1 -0
- package/lib/model/update-dataflow-connections.d.ts +23 -0
- package/lib/model/update-dataflow-connections.js +57 -0
- package/lib/model/update-dataflow-connections.js.map +1 -0
- package/lib/model/update-stack-details.d.ts +89 -0
- package/lib/model/update-stack-details.js +116 -0
- package/lib/model/update-stack-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/model/workflow-action.d.ts +23 -0
- package/lib/model/workflow-action.js +34 -0
- package/lib/model/workflow-action.js.map +1 -0
- package/lib/request/add-service-request.d.ts +43 -0
- package/lib/request/add-service-request.js +15 -0
- package/lib/request/add-service-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-stack-compartment-request.d.ts +43 -0
- package/lib/request/change-stack-compartment-request.js +15 -0
- package/lib/request/change-stack-compartment-request.js.map +1 -0
- package/lib/request/create-stack-request.d.ts +40 -0
- package/lib/request/create-stack-request.js +15 -0
- package/lib/request/create-stack-request.js.map +1 -0
- package/lib/request/delete-stack-request.d.ts +38 -0
- package/lib/request/delete-stack-request.js +15 -0
- package/lib/request/delete-stack-request.js.map +1 -0
- package/lib/request/deploy-artifacts-request.d.ts +52 -0
- package/lib/request/deploy-artifacts-request.js +15 -0
- package/lib/request/deploy-artifacts-request.js.map +1 -0
- package/lib/request/get-stack-request.d.ts +30 -0
- package/lib/request/get-stack-request.js +15 -0
- package/lib/request/get-stack-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +38 -0
- package/lib/request/index.js +43 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-stacks-request.d.ts +75 -0
- package/lib/request/list-stacks-request.js +24 -0
- package/lib/request/list-stacks-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +71 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-stack-request.d.ts +43 -0
- package/lib/request/update-stack-request.js +15 -0
- package/lib/request/update-stack-request.js.map +1 -0
- package/lib/response/add-service-response.d.ts +26 -0
- package/lib/response/add-service-response.js +15 -0
- package/lib/response/add-service-response.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-stack-compartment-response.d.ts +26 -0
- package/lib/response/change-stack-compartment-response.js +15 -0
- package/lib/response/change-stack-compartment-response.js.map +1 -0
- package/lib/response/create-stack-response.d.ts +44 -0
- package/lib/response/create-stack-response.js +15 -0
- package/lib/response/create-stack-response.js.map +1 -0
- package/lib/response/delete-stack-response.d.ts +26 -0
- package/lib/response/delete-stack-response.js +15 -0
- package/lib/response/delete-stack-response.js.map +1 -0
- package/lib/response/deploy-artifacts-response.d.ts +26 -0
- package/lib/response/deploy-artifacts-response.js +15 -0
- package/lib/response/deploy-artifacts-response.js.map +1 -0
- package/lib/response/get-stack-response.d.ts +30 -0
- package/lib/response/get-stack-response.js +15 -0
- package/lib/response/get-stack-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +38 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-stacks-response.d.ts +31 -0
- package/lib/response/list-stacks-response.js +15 -0
- package/lib/response/list-stacks-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-stack-response.d.ts +26 -0
- package/lib/response/update-stack-response.js +15 -0
- package/lib/response/update-stack-response.js.map +1 -0
- package/lib/stack-waiter.d.ts +36 -0
- package/lib/stack-waiter.js +76 -0
- package/lib/stack-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataIntelligences Control Plane API
|
|
3
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
4
|
+
* OpenAPI spec version: 20250830
|
|
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 AdbArtifactsDetail from "./adb-artifacts-detail";
|
|
16
|
+
export import AdbArtifactsDetail = AdbArtifactsDetail.AdbArtifactsDetail;
|
|
17
|
+
import * as AdbDetail from "./adb-detail";
|
|
18
|
+
export import AdbDetail = AdbDetail.AdbDetail;
|
|
19
|
+
import * as AdbUpdateDetail from "./adb-update-detail";
|
|
20
|
+
export import AdbUpdateDetail = AdbUpdateDetail.AdbUpdateDetail;
|
|
21
|
+
import * as AddServiceDetails from "./add-service-details";
|
|
22
|
+
export import AddServiceDetails = AddServiceDetails.AddServiceDetails;
|
|
23
|
+
import * as AdditionalDetails from "./additional-details";
|
|
24
|
+
export import AdditionalDetails = AdditionalDetails.AdditionalDetails;
|
|
25
|
+
import * as AssignedConnectionDetails from "./assigned-connection-details";
|
|
26
|
+
export import AssignedConnectionDetails = AssignedConnectionDetails.AssignedConnectionDetails;
|
|
27
|
+
import * as AutoTiering from "./auto-tiering";
|
|
28
|
+
export import AutoTiering = AutoTiering.AutoTiering;
|
|
29
|
+
import * as ChangeStackCompartmentDetails from "./change-stack-compartment-details";
|
|
30
|
+
export import ChangeStackCompartmentDetails = ChangeStackCompartmentDetails.ChangeStackCompartmentDetails;
|
|
31
|
+
import * as ClusterType from "./cluster-type";
|
|
32
|
+
export import ClusterType = ClusterType.ClusterType;
|
|
33
|
+
import * as CreateStackDetails from "./create-stack-details";
|
|
34
|
+
export import CreateStackDetails = CreateStackDetails.CreateStackDetails;
|
|
35
|
+
import * as DataflowArtifactsDetail from "./dataflow-artifacts-detail";
|
|
36
|
+
export import DataflowArtifactsDetail = DataflowArtifactsDetail.DataflowArtifactsDetail;
|
|
37
|
+
import * as DataflowConnectionDetails from "./dataflow-connection-details";
|
|
38
|
+
export import DataflowConnectionDetails = DataflowConnectionDetails.DataflowConnectionDetails;
|
|
39
|
+
import * as DataflowConnections from "./dataflow-connections";
|
|
40
|
+
export import DataflowConnections = DataflowConnections.DataflowConnections;
|
|
41
|
+
import * as DataflowDetail from "./dataflow-detail";
|
|
42
|
+
export import DataflowDetail = DataflowDetail.DataflowDetail;
|
|
43
|
+
import * as DataflowUpdateDetail from "./dataflow-update-detail";
|
|
44
|
+
export import DataflowUpdateDetail = DataflowUpdateDetail.DataflowUpdateDetail;
|
|
45
|
+
import * as DbCredentialsDetail from "./db-credentials-detail";
|
|
46
|
+
export import DbCredentialsDetail = DbCredentialsDetail.DbCredentialsDetail;
|
|
47
|
+
import * as DbWorkload from "./db-workload";
|
|
48
|
+
export import DbWorkload = DbWorkload.DbWorkload;
|
|
49
|
+
import * as DeployArtifactsDetails from "./deploy-artifacts-details";
|
|
50
|
+
export import DeployArtifactsDetails = DeployArtifactsDetails.DeployArtifactsDetails;
|
|
51
|
+
import * as DifDependencyDetails from "./dif-dependency-details";
|
|
52
|
+
export import DifDependencyDetails = DifDependencyDetails.DifDependencyDetails;
|
|
53
|
+
import * as EndpointAdditional from "./endpoint-additional";
|
|
54
|
+
export import EndpointAdditional = EndpointAdditional.EndpointAdditional;
|
|
55
|
+
import * as EndpointDetails from "./endpoint-details";
|
|
56
|
+
export import EndpointDetails = EndpointDetails.EndpointDetails;
|
|
57
|
+
import * as GenAiDetail from "./gen-ai-detail";
|
|
58
|
+
export import GenAiDetail = GenAiDetail.GenAiDetail;
|
|
59
|
+
import * as GenAiUpdateDetail from "./gen-ai-update-detail";
|
|
60
|
+
export import GenAiUpdateDetail = GenAiUpdateDetail.GenAiUpdateDetail;
|
|
61
|
+
import * as GgcsArtifactsDetail from "./ggcs-artifacts-detail";
|
|
62
|
+
export import GgcsArtifactsDetail = GgcsArtifactsDetail.GgcsArtifactsDetail;
|
|
63
|
+
import * as GgcsConnectionDetails from "./ggcs-connection-details";
|
|
64
|
+
export import GgcsConnectionDetails = GgcsConnectionDetails.GgcsConnectionDetails;
|
|
65
|
+
import * as GgcsDetail from "./ggcs-detail";
|
|
66
|
+
export import GgcsDetail = GgcsDetail.GgcsDetail;
|
|
67
|
+
import * as GgcsSourceDetail from "./ggcs-source-detail";
|
|
68
|
+
export import GgcsSourceDetail = GgcsSourceDetail.GgcsSourceDetail;
|
|
69
|
+
import * as GgcsTargetDetail from "./ggcs-target-detail";
|
|
70
|
+
export import GgcsTargetDetail = GgcsTargetDetail.GgcsTargetDetail;
|
|
71
|
+
import * as GgcsUpdateDetail from "./ggcs-update-detail";
|
|
72
|
+
export import GgcsUpdateDetail = GgcsUpdateDetail.GgcsUpdateDetail;
|
|
73
|
+
import * as GgcsUserDetail from "./ggcs-user-detail";
|
|
74
|
+
export import GgcsUserDetail = GgcsUserDetail.GgcsUserDetail;
|
|
75
|
+
import * as ObjectStorageDetail from "./object-storage-detail";
|
|
76
|
+
export import ObjectStorageDetail = ObjectStorageDetail.ObjectStorageDetail;
|
|
77
|
+
import * as ObjectStorageUpdateDetail from "./object-storage-update-detail";
|
|
78
|
+
export import ObjectStorageUpdateDetail = ObjectStorageUpdateDetail.ObjectStorageUpdateDetail;
|
|
79
|
+
import * as ObjectVersioning from "./object-versioning";
|
|
80
|
+
export import ObjectVersioning = ObjectVersioning.ObjectVersioning;
|
|
81
|
+
import * as OperationStatus from "./operation-status";
|
|
82
|
+
export import OperationStatus = OperationStatus.OperationStatus;
|
|
83
|
+
import * as OperationType from "./operation-type";
|
|
84
|
+
export import OperationType = OperationType.OperationType;
|
|
85
|
+
import * as Service from "./service";
|
|
86
|
+
export import Service = Service.Service;
|
|
87
|
+
import * as ServiceDetailResponse from "./service-detail-response";
|
|
88
|
+
export import ServiceDetailResponse = ServiceDetailResponse.ServiceDetailResponse;
|
|
89
|
+
import * as ShapeConfig from "./shape-config";
|
|
90
|
+
export import ShapeConfig = ShapeConfig.ShapeConfig;
|
|
91
|
+
import * as SortOrder from "./sort-order";
|
|
92
|
+
export import SortOrder = SortOrder.SortOrder;
|
|
93
|
+
import * as Stack from "./stack";
|
|
94
|
+
export import Stack = Stack.Stack;
|
|
95
|
+
import * as StackCollection from "./stack-collection";
|
|
96
|
+
export import StackCollection = StackCollection.StackCollection;
|
|
97
|
+
import * as StackSummary from "./stack-summary";
|
|
98
|
+
export import StackSummary = StackSummary.StackSummary;
|
|
99
|
+
import * as StackTemplate from "./stack-template";
|
|
100
|
+
export import StackTemplate = StackTemplate.StackTemplate;
|
|
101
|
+
import * as StorageTier from "./storage-tier";
|
|
102
|
+
export import StorageTier = StorageTier.StorageTier;
|
|
103
|
+
import * as UpdateDataflowConnections from "./update-dataflow-connections";
|
|
104
|
+
export import UpdateDataflowConnections = UpdateDataflowConnections.UpdateDataflowConnections;
|
|
105
|
+
import * as UpdateStackDetails from "./update-stack-details";
|
|
106
|
+
export import UpdateStackDetails = UpdateStackDetails.UpdateStackDetails;
|
|
107
|
+
import * as WorkRequest from "./work-request";
|
|
108
|
+
export import WorkRequest = WorkRequest.WorkRequest;
|
|
109
|
+
import * as WorkRequestError from "./work-request-error";
|
|
110
|
+
export import WorkRequestError = WorkRequestError.WorkRequestError;
|
|
111
|
+
import * as WorkRequestErrorCollection from "./work-request-error-collection";
|
|
112
|
+
export import WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
113
|
+
import * as WorkRequestLogEntry from "./work-request-log-entry";
|
|
114
|
+
export import WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
115
|
+
import * as WorkRequestLogEntryCollection from "./work-request-log-entry-collection";
|
|
116
|
+
export import WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
117
|
+
import * as WorkRequestResource from "./work-request-resource";
|
|
118
|
+
export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
119
|
+
import * as WorkRequestResourceMetadataKey from "./work-request-resource-metadata-key";
|
|
120
|
+
export import WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
121
|
+
import * as WorkRequestSummary from "./work-request-summary";
|
|
122
|
+
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
123
|
+
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
124
|
+
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
125
|
+
import * as WorkflowAction from "./workflow-action";
|
|
126
|
+
export import WorkflowAction = WorkflowAction.WorkflowAction;
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DataIntelligences Control Plane API
|
|
4
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
5
|
+
* OpenAPI spec version: 20250830
|
|
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.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateStackDetails = exports.UpdateDataflowConnections = exports.StorageTier = exports.StackTemplate = exports.StackSummary = exports.StackCollection = exports.Stack = exports.SortOrder = exports.ShapeConfig = exports.ServiceDetailResponse = exports.Service = exports.OperationType = exports.OperationStatus = exports.ObjectVersioning = exports.ObjectStorageUpdateDetail = exports.ObjectStorageDetail = exports.GgcsUserDetail = exports.GgcsUpdateDetail = exports.GgcsTargetDetail = exports.GgcsSourceDetail = exports.GgcsDetail = exports.GgcsConnectionDetails = exports.GgcsArtifactsDetail = exports.GenAiUpdateDetail = exports.GenAiDetail = exports.EndpointDetails = exports.EndpointAdditional = exports.DifDependencyDetails = exports.DeployArtifactsDetails = exports.DbWorkload = exports.DbCredentialsDetail = exports.DataflowUpdateDetail = exports.DataflowDetail = exports.DataflowConnections = exports.DataflowConnectionDetails = exports.DataflowArtifactsDetail = exports.CreateStackDetails = exports.ClusterType = exports.ChangeStackCompartmentDetails = exports.AutoTiering = exports.AssignedConnectionDetails = exports.AdditionalDetails = exports.AddServiceDetails = exports.AdbUpdateDetail = exports.AdbDetail = exports.AdbArtifactsDetail = exports.ActionType = void 0;
|
|
35
|
+
exports.WorkflowAction = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = void 0;
|
|
36
|
+
const ActionType = __importStar(require("./action-type"));
|
|
37
|
+
exports.ActionType = ActionType.ActionType;
|
|
38
|
+
const AdbArtifactsDetail = __importStar(require("./adb-artifacts-detail"));
|
|
39
|
+
exports.AdbArtifactsDetail = AdbArtifactsDetail.AdbArtifactsDetail;
|
|
40
|
+
const AdbDetail = __importStar(require("./adb-detail"));
|
|
41
|
+
exports.AdbDetail = AdbDetail.AdbDetail;
|
|
42
|
+
const AdbUpdateDetail = __importStar(require("./adb-update-detail"));
|
|
43
|
+
exports.AdbUpdateDetail = AdbUpdateDetail.AdbUpdateDetail;
|
|
44
|
+
const AddServiceDetails = __importStar(require("./add-service-details"));
|
|
45
|
+
exports.AddServiceDetails = AddServiceDetails.AddServiceDetails;
|
|
46
|
+
const AdditionalDetails = __importStar(require("./additional-details"));
|
|
47
|
+
exports.AdditionalDetails = AdditionalDetails.AdditionalDetails;
|
|
48
|
+
const AssignedConnectionDetails = __importStar(require("./assigned-connection-details"));
|
|
49
|
+
exports.AssignedConnectionDetails = AssignedConnectionDetails.AssignedConnectionDetails;
|
|
50
|
+
const AutoTiering = __importStar(require("./auto-tiering"));
|
|
51
|
+
exports.AutoTiering = AutoTiering.AutoTiering;
|
|
52
|
+
const ChangeStackCompartmentDetails = __importStar(require("./change-stack-compartment-details"));
|
|
53
|
+
exports.ChangeStackCompartmentDetails = ChangeStackCompartmentDetails.ChangeStackCompartmentDetails;
|
|
54
|
+
const ClusterType = __importStar(require("./cluster-type"));
|
|
55
|
+
exports.ClusterType = ClusterType.ClusterType;
|
|
56
|
+
const CreateStackDetails = __importStar(require("./create-stack-details"));
|
|
57
|
+
exports.CreateStackDetails = CreateStackDetails.CreateStackDetails;
|
|
58
|
+
const DataflowArtifactsDetail = __importStar(require("./dataflow-artifacts-detail"));
|
|
59
|
+
exports.DataflowArtifactsDetail = DataflowArtifactsDetail.DataflowArtifactsDetail;
|
|
60
|
+
const DataflowConnectionDetails = __importStar(require("./dataflow-connection-details"));
|
|
61
|
+
exports.DataflowConnectionDetails = DataflowConnectionDetails.DataflowConnectionDetails;
|
|
62
|
+
const DataflowConnections = __importStar(require("./dataflow-connections"));
|
|
63
|
+
exports.DataflowConnections = DataflowConnections.DataflowConnections;
|
|
64
|
+
const DataflowDetail = __importStar(require("./dataflow-detail"));
|
|
65
|
+
exports.DataflowDetail = DataflowDetail.DataflowDetail;
|
|
66
|
+
const DataflowUpdateDetail = __importStar(require("./dataflow-update-detail"));
|
|
67
|
+
exports.DataflowUpdateDetail = DataflowUpdateDetail.DataflowUpdateDetail;
|
|
68
|
+
const DbCredentialsDetail = __importStar(require("./db-credentials-detail"));
|
|
69
|
+
exports.DbCredentialsDetail = DbCredentialsDetail.DbCredentialsDetail;
|
|
70
|
+
const DbWorkload = __importStar(require("./db-workload"));
|
|
71
|
+
exports.DbWorkload = DbWorkload.DbWorkload;
|
|
72
|
+
const DeployArtifactsDetails = __importStar(require("./deploy-artifacts-details"));
|
|
73
|
+
exports.DeployArtifactsDetails = DeployArtifactsDetails.DeployArtifactsDetails;
|
|
74
|
+
const DifDependencyDetails = __importStar(require("./dif-dependency-details"));
|
|
75
|
+
exports.DifDependencyDetails = DifDependencyDetails.DifDependencyDetails;
|
|
76
|
+
const EndpointAdditional = __importStar(require("./endpoint-additional"));
|
|
77
|
+
exports.EndpointAdditional = EndpointAdditional.EndpointAdditional;
|
|
78
|
+
const EndpointDetails = __importStar(require("./endpoint-details"));
|
|
79
|
+
exports.EndpointDetails = EndpointDetails.EndpointDetails;
|
|
80
|
+
const GenAiDetail = __importStar(require("./gen-ai-detail"));
|
|
81
|
+
exports.GenAiDetail = GenAiDetail.GenAiDetail;
|
|
82
|
+
const GenAiUpdateDetail = __importStar(require("./gen-ai-update-detail"));
|
|
83
|
+
exports.GenAiUpdateDetail = GenAiUpdateDetail.GenAiUpdateDetail;
|
|
84
|
+
const GgcsArtifactsDetail = __importStar(require("./ggcs-artifacts-detail"));
|
|
85
|
+
exports.GgcsArtifactsDetail = GgcsArtifactsDetail.GgcsArtifactsDetail;
|
|
86
|
+
const GgcsConnectionDetails = __importStar(require("./ggcs-connection-details"));
|
|
87
|
+
exports.GgcsConnectionDetails = GgcsConnectionDetails.GgcsConnectionDetails;
|
|
88
|
+
const GgcsDetail = __importStar(require("./ggcs-detail"));
|
|
89
|
+
exports.GgcsDetail = GgcsDetail.GgcsDetail;
|
|
90
|
+
const GgcsSourceDetail = __importStar(require("./ggcs-source-detail"));
|
|
91
|
+
exports.GgcsSourceDetail = GgcsSourceDetail.GgcsSourceDetail;
|
|
92
|
+
const GgcsTargetDetail = __importStar(require("./ggcs-target-detail"));
|
|
93
|
+
exports.GgcsTargetDetail = GgcsTargetDetail.GgcsTargetDetail;
|
|
94
|
+
const GgcsUpdateDetail = __importStar(require("./ggcs-update-detail"));
|
|
95
|
+
exports.GgcsUpdateDetail = GgcsUpdateDetail.GgcsUpdateDetail;
|
|
96
|
+
const GgcsUserDetail = __importStar(require("./ggcs-user-detail"));
|
|
97
|
+
exports.GgcsUserDetail = GgcsUserDetail.GgcsUserDetail;
|
|
98
|
+
const ObjectStorageDetail = __importStar(require("./object-storage-detail"));
|
|
99
|
+
exports.ObjectStorageDetail = ObjectStorageDetail.ObjectStorageDetail;
|
|
100
|
+
const ObjectStorageUpdateDetail = __importStar(require("./object-storage-update-detail"));
|
|
101
|
+
exports.ObjectStorageUpdateDetail = ObjectStorageUpdateDetail.ObjectStorageUpdateDetail;
|
|
102
|
+
const ObjectVersioning = __importStar(require("./object-versioning"));
|
|
103
|
+
exports.ObjectVersioning = ObjectVersioning.ObjectVersioning;
|
|
104
|
+
const OperationStatus = __importStar(require("./operation-status"));
|
|
105
|
+
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
106
|
+
const OperationType = __importStar(require("./operation-type"));
|
|
107
|
+
exports.OperationType = OperationType.OperationType;
|
|
108
|
+
const Service = __importStar(require("./service"));
|
|
109
|
+
exports.Service = Service.Service;
|
|
110
|
+
const ServiceDetailResponse = __importStar(require("./service-detail-response"));
|
|
111
|
+
exports.ServiceDetailResponse = ServiceDetailResponse.ServiceDetailResponse;
|
|
112
|
+
const ShapeConfig = __importStar(require("./shape-config"));
|
|
113
|
+
exports.ShapeConfig = ShapeConfig.ShapeConfig;
|
|
114
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
115
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
116
|
+
const Stack = __importStar(require("./stack"));
|
|
117
|
+
exports.Stack = Stack.Stack;
|
|
118
|
+
const StackCollection = __importStar(require("./stack-collection"));
|
|
119
|
+
exports.StackCollection = StackCollection.StackCollection;
|
|
120
|
+
const StackSummary = __importStar(require("./stack-summary"));
|
|
121
|
+
exports.StackSummary = StackSummary.StackSummary;
|
|
122
|
+
const StackTemplate = __importStar(require("./stack-template"));
|
|
123
|
+
exports.StackTemplate = StackTemplate.StackTemplate;
|
|
124
|
+
const StorageTier = __importStar(require("./storage-tier"));
|
|
125
|
+
exports.StorageTier = StorageTier.StorageTier;
|
|
126
|
+
const UpdateDataflowConnections = __importStar(require("./update-dataflow-connections"));
|
|
127
|
+
exports.UpdateDataflowConnections = UpdateDataflowConnections.UpdateDataflowConnections;
|
|
128
|
+
const UpdateStackDetails = __importStar(require("./update-stack-details"));
|
|
129
|
+
exports.UpdateStackDetails = UpdateStackDetails.UpdateStackDetails;
|
|
130
|
+
const WorkRequest = __importStar(require("./work-request"));
|
|
131
|
+
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
132
|
+
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
133
|
+
exports.WorkRequestError = WorkRequestError.WorkRequestError;
|
|
134
|
+
const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
|
|
135
|
+
exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
136
|
+
const WorkRequestLogEntry = __importStar(require("./work-request-log-entry"));
|
|
137
|
+
exports.WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
138
|
+
const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-entry-collection"));
|
|
139
|
+
exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
140
|
+
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
141
|
+
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
142
|
+
const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
|
|
143
|
+
exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
144
|
+
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
145
|
+
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
146
|
+
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
147
|
+
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
148
|
+
const WorkflowAction = __importStar(require("./workflow-action"));
|
|
149
|
+
exports.WorkflowAction = WorkflowAction.WorkflowAction;
|
|
150
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataIntelligences Control Plane API
|
|
3
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
4
|
+
* OpenAPI spec version: 20250830
|
|
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
|
+
* Object Storage Details required to provision buckets.
|
|
16
|
+
*/
|
|
17
|
+
export interface ObjectStorageDetail {
|
|
18
|
+
/**
|
|
19
|
+
* Id for Object Storage instance to be provisioned.
|
|
20
|
+
*/
|
|
21
|
+
"instanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Mentions whether the object versioning to be enabled or not,Allowed values are \"ENABLED\" / \"DISABLED\"/\"SUSPENDED\"
|
|
24
|
+
*/
|
|
25
|
+
"objectVersioning": model.ObjectVersioning;
|
|
26
|
+
/**
|
|
27
|
+
* Mentions which storage tier to use for the bucket,Allowed values are \"STANDARD\" / \"ARCHIVE\"
|
|
28
|
+
*/
|
|
29
|
+
"storageTier": model.StorageTier;
|
|
30
|
+
/**
|
|
31
|
+
* It sets the auto-tiering status on the bucket.Allowed values are \"DISABLED\" / \"INFREQUENTACCESS\"
|
|
32
|
+
*/
|
|
33
|
+
"autoTiering"?: model.AutoTiering;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace ObjectStorageDetail {
|
|
36
|
+
function getJsonObj(obj: ObjectStorageDetail): object;
|
|
37
|
+
function getDeserializedJsonObj(obj: ObjectStorageDetail): object;
|
|
38
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DataIntelligences Control Plane API
|
|
4
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
5
|
+
* OpenAPI spec version: 20250830
|
|
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.ObjectStorageDetail = void 0;
|
|
16
|
+
var ObjectStorageDetail;
|
|
17
|
+
(function (ObjectStorageDetail) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ObjectStorageDetail.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ObjectStorageDetail.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ObjectStorageDetail = exports.ObjectStorageDetail || (exports.ObjectStorageDetail = {}));
|
|
29
|
+
//# sourceMappingURL=object-storage-detail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/object-storage-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataIntelligences Control Plane API
|
|
3
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
4
|
+
* OpenAPI spec version: 20250830
|
|
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
|
+
* Details of Object Storage instance to be updated.
|
|
16
|
+
*/
|
|
17
|
+
export interface ObjectStorageUpdateDetail {
|
|
18
|
+
/**
|
|
19
|
+
* Instance id of the existing Object Storage instance to be updated.
|
|
20
|
+
*/
|
|
21
|
+
"instanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Mentions which storage tier to use for the bucket,Allowed values are \"STANDARD\" / \"ARCHIVE\"
|
|
24
|
+
*/
|
|
25
|
+
"objectVersioning"?: model.ObjectVersioning;
|
|
26
|
+
/**
|
|
27
|
+
* It sets the auto-tiering status on the bucket.Allowed values are \"DISABLED\" / \"INFREQUENTACCESS\"
|
|
28
|
+
*/
|
|
29
|
+
"autoTiering"?: model.AutoTiering;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace ObjectStorageUpdateDetail {
|
|
32
|
+
function getJsonObj(obj: ObjectStorageUpdateDetail): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: ObjectStorageUpdateDetail): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DataIntelligences Control Plane API
|
|
4
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
5
|
+
* OpenAPI spec version: 20250830
|
|
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.ObjectStorageUpdateDetail = void 0;
|
|
16
|
+
var ObjectStorageUpdateDetail;
|
|
17
|
+
(function (ObjectStorageUpdateDetail) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ObjectStorageUpdateDetail.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ObjectStorageUpdateDetail.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ObjectStorageUpdateDetail = exports.ObjectStorageUpdateDetail || (exports.ObjectStorageUpdateDetail = {}));
|
|
29
|
+
//# sourceMappingURL=object-storage-update-detail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-update-detail.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/object-storage-update-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,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,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataIntelligences Control Plane API
|
|
3
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
4
|
+
* OpenAPI spec version: 20250830
|
|
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
|
+
* Mentions whether the object versioning to be enabled or not,Allowed values are \"ENABLED\" / \"DISABLED\"/\"SUSPENDED\"
|
|
15
|
+
**/
|
|
16
|
+
export declare enum ObjectVersioning {
|
|
17
|
+
Enabled = "ENABLED",
|
|
18
|
+
Suspended = "SUSPENDED",
|
|
19
|
+
Disabled = "DISABLED",
|
|
20
|
+
/**
|
|
21
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
22
|
+
* version of the SDK.
|
|
23
|
+
*/
|
|
24
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ObjectVersioning {
|
|
27
|
+
function getJsonObj(obj: ObjectVersioning): ObjectVersioning;
|
|
28
|
+
function getDeserializedJsonObj(obj: ObjectVersioning): ObjectVersioning;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DataIntelligences Control Plane API
|
|
4
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
5
|
+
* OpenAPI spec version: 20250830
|
|
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.ObjectVersioning = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Mentions whether the object versioning to be enabled or not,Allowed values are \"ENABLED\" / \"DISABLED\"/\"SUSPENDED\"
|
|
18
|
+
**/
|
|
19
|
+
var ObjectVersioning;
|
|
20
|
+
(function (ObjectVersioning) {
|
|
21
|
+
ObjectVersioning["Enabled"] = "ENABLED";
|
|
22
|
+
ObjectVersioning["Suspended"] = "SUSPENDED";
|
|
23
|
+
ObjectVersioning["Disabled"] = "DISABLED";
|
|
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
|
+
ObjectVersioning["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(ObjectVersioning = exports.ObjectVersioning || (exports.ObjectVersioning = {}));
|
|
30
|
+
(function (ObjectVersioning) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
ObjectVersioning.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
ObjectVersioning.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(ObjectVersioning = exports.ObjectVersioning || (exports.ObjectVersioning = {}));
|
|
40
|
+
//# sourceMappingURL=object-versioning.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-versioning.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/object-versioning.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,yCAAqB,CAAA;IAErB;;;OAGG;IACH,kDAA8B,CAAA;AAChC,CAAC,EAVW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAU3B;AAED,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAOhC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataIntelligences Control Plane API
|
|
3
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
4
|
+
* OpenAPI spec version: 20250830
|
|
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
|
+
Cancelling = "CANCELLING",
|
|
24
|
+
Cancelled = "CANCELLED",
|
|
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
|
+
* DataIntelligences Control Plane API
|
|
4
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
5
|
+
* OpenAPI spec version: 20250830
|
|
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["Cancelling"] = "CANCELLING";
|
|
28
|
+
OperationStatus["Cancelled"] = "CANCELLED";
|
|
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/dif/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,4CAAyB,CAAA;IACzB,0CAAuB,CAAA;IAEvB;;;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,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DataIntelligences Control Plane API
|
|
3
|
+
* Use the DataIntelligences Control Plane API to manage dataIntelligences.
|
|
4
|
+
* OpenAPI spec version: 20250830
|
|
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
|
+
CreateStack = "CREATE_STACK",
|
|
18
|
+
UpdateStack = "UPDATE_STACK",
|
|
19
|
+
DeleteStack = "DELETE_STACK",
|
|
20
|
+
MoveStack = "MOVE_STACK",
|
|
21
|
+
DeployArtifacts = "DEPLOY_ARTIFACTS",
|
|
22
|
+
AddServiceInStack = "ADD_SERVICE_IN_STACK",
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
28
|
+
}
|
|
29
|
+
export declare namespace OperationType {
|
|
30
|
+
function getJsonObj(obj: OperationType): OperationType;
|
|
31
|
+
function getDeserializedJsonObj(obj: OperationType): OperationType;
|
|
32
|
+
}
|