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,41 @@
|
|
|
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.StackTemplate = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Template for the stack
|
|
18
|
+
**/
|
|
19
|
+
var StackTemplate;
|
|
20
|
+
(function (StackTemplate) {
|
|
21
|
+
StackTemplate["Datalake"] = "DATALAKE";
|
|
22
|
+
StackTemplate["Datapipeline"] = "DATAPIPELINE";
|
|
23
|
+
StackTemplate["Aiservices"] = "AISERVICES";
|
|
24
|
+
StackTemplate["Datatransformation"] = "DATATRANSFORMATION";
|
|
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
|
+
StackTemplate["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(StackTemplate = exports.StackTemplate || (exports.StackTemplate = {}));
|
|
31
|
+
(function (StackTemplate) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
StackTemplate.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
StackTemplate.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(StackTemplate = exports.StackTemplate || (exports.StackTemplate = {}));
|
|
41
|
+
//# sourceMappingURL=stack-template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stack-template.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/stack-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,sCAAqB,CAAA;IACrB,8CAA6B,CAAA;IAC7B,0CAAyB,CAAA;IACzB,0DAAyC,CAAA;IAEzC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAXW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAWxB;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,169 @@
|
|
|
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
|
+
* A Stack is a collection of a templates and services.
|
|
16
|
+
* <p>
|
|
17
|
+
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
|
|
18
|
+
* an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
19
|
+
* [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface Stack {
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Stack.
|
|
25
|
+
*/
|
|
26
|
+
"id": string;
|
|
27
|
+
/**
|
|
28
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
29
|
+
*/
|
|
30
|
+
"displayName": string;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* email id to which the stack notifications would be sent.
|
|
37
|
+
*/
|
|
38
|
+
"notificationEmail"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* List of templates to be onboarded for the stack.
|
|
41
|
+
*/
|
|
42
|
+
"stackTemplates": Array<Stack.StackTemplates>;
|
|
43
|
+
/**
|
|
44
|
+
* List of services to be onboarded for the stack.
|
|
45
|
+
*/
|
|
46
|
+
"services": Array<Stack.Services>;
|
|
47
|
+
/**
|
|
48
|
+
* ADB details if adb is included in the services.
|
|
49
|
+
*/
|
|
50
|
+
"adb"?: Array<model.AdbDetail>;
|
|
51
|
+
/**
|
|
52
|
+
* GGCS details if ggcs is included in the services.
|
|
53
|
+
*/
|
|
54
|
+
"ggcs"?: Array<model.GgcsDetail>;
|
|
55
|
+
/**
|
|
56
|
+
* DATAFLOW details if dataflow is included in the services.
|
|
57
|
+
*/
|
|
58
|
+
"dataflow"?: Array<model.DataflowDetail>;
|
|
59
|
+
/**
|
|
60
|
+
* Object Storage Details if object storage is included in services.
|
|
61
|
+
*/
|
|
62
|
+
"objectstorage"?: Array<model.ObjectStorageDetail>;
|
|
63
|
+
/**
|
|
64
|
+
* GenAI Details if genai is included in services.
|
|
65
|
+
*/
|
|
66
|
+
"genai"?: Array<model.GenAiDetail>;
|
|
67
|
+
/**
|
|
68
|
+
* Details of the service onboarded for the data intelligence stack.
|
|
69
|
+
*/
|
|
70
|
+
"serviceDetails"?: Array<model.ServiceDetailResponse>;
|
|
71
|
+
/**
|
|
72
|
+
* The date and time the Stack was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
73
|
+
* <p>
|
|
74
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"timeCreated": Date;
|
|
78
|
+
/**
|
|
79
|
+
* The date and time the Stack was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
80
|
+
* <p>
|
|
81
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
"timeUpdated"?: Date;
|
|
85
|
+
/**
|
|
86
|
+
* The current state of the Stack.
|
|
87
|
+
*/
|
|
88
|
+
"lifecycleState": Stack.LifecycleState;
|
|
89
|
+
/**
|
|
90
|
+
* A message that describes the current state of the Stack in more detail. For example,
|
|
91
|
+
* can be used to provide actionable information for a resource in the Failed state.
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
"lifecycleDetails"?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
97
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
98
|
+
* <p>
|
|
99
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
"freeformTags": {
|
|
103
|
+
[key: string]: string;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
107
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
108
|
+
* <p>
|
|
109
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
"definedTags": {
|
|
113
|
+
[key: string]: {
|
|
114
|
+
[key: string]: any;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
119
|
+
* <p>
|
|
120
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
121
|
+
*
|
|
122
|
+
*/
|
|
123
|
+
"systemTags"?: {
|
|
124
|
+
[key: string]: {
|
|
125
|
+
[key: string]: any;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
export declare namespace Stack {
|
|
130
|
+
enum StackTemplates {
|
|
131
|
+
Datalake = "DATALAKE",
|
|
132
|
+
Datapipeline = "DATAPIPELINE",
|
|
133
|
+
Aiservices = "AISERVICES",
|
|
134
|
+
Datatransformation = "DATATRANSFORMATION",
|
|
135
|
+
/**
|
|
136
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
137
|
+
* version of the SDK.
|
|
138
|
+
*/
|
|
139
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
140
|
+
}
|
|
141
|
+
enum Services {
|
|
142
|
+
Adb = "ADB",
|
|
143
|
+
Ggcs = "GGCS",
|
|
144
|
+
Objectstorage = "OBJECTSTORAGE",
|
|
145
|
+
Genai = "GENAI",
|
|
146
|
+
Dataflow = "DATAFLOW",
|
|
147
|
+
/**
|
|
148
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
149
|
+
* version of the SDK.
|
|
150
|
+
*/
|
|
151
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
152
|
+
}
|
|
153
|
+
enum LifecycleState {
|
|
154
|
+
Creating = "CREATING",
|
|
155
|
+
Updating = "UPDATING",
|
|
156
|
+
Active = "ACTIVE",
|
|
157
|
+
Deleting = "DELETING",
|
|
158
|
+
Deleted = "DELETED",
|
|
159
|
+
Failed = "FAILED",
|
|
160
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
161
|
+
/**
|
|
162
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
163
|
+
* version of the SDK.
|
|
164
|
+
*/
|
|
165
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
166
|
+
}
|
|
167
|
+
function getJsonObj(obj: Stack): object;
|
|
168
|
+
function getDeserializedJsonObj(obj: Stack): object;
|
|
169
|
+
}
|
|
@@ -0,0 +1,151 @@
|
|
|
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.Stack = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var Stack;
|
|
37
|
+
(function (Stack) {
|
|
38
|
+
let StackTemplates;
|
|
39
|
+
(function (StackTemplates) {
|
|
40
|
+
StackTemplates["Datalake"] = "DATALAKE";
|
|
41
|
+
StackTemplates["Datapipeline"] = "DATAPIPELINE";
|
|
42
|
+
StackTemplates["Aiservices"] = "AISERVICES";
|
|
43
|
+
StackTemplates["Datatransformation"] = "DATATRANSFORMATION";
|
|
44
|
+
/**
|
|
45
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
46
|
+
* version of the SDK.
|
|
47
|
+
*/
|
|
48
|
+
StackTemplates["UnknownValue"] = "UNKNOWN_VALUE";
|
|
49
|
+
})(StackTemplates = Stack.StackTemplates || (Stack.StackTemplates = {}));
|
|
50
|
+
let Services;
|
|
51
|
+
(function (Services) {
|
|
52
|
+
Services["Adb"] = "ADB";
|
|
53
|
+
Services["Ggcs"] = "GGCS";
|
|
54
|
+
Services["Objectstorage"] = "OBJECTSTORAGE";
|
|
55
|
+
Services["Genai"] = "GENAI";
|
|
56
|
+
Services["Dataflow"] = "DATAFLOW";
|
|
57
|
+
/**
|
|
58
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
59
|
+
* version of the SDK.
|
|
60
|
+
*/
|
|
61
|
+
Services["UnknownValue"] = "UNKNOWN_VALUE";
|
|
62
|
+
})(Services = Stack.Services || (Stack.Services = {}));
|
|
63
|
+
let LifecycleState;
|
|
64
|
+
(function (LifecycleState) {
|
|
65
|
+
LifecycleState["Creating"] = "CREATING";
|
|
66
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
67
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
68
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
69
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
70
|
+
LifecycleState["Failed"] = "FAILED";
|
|
71
|
+
LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
72
|
+
/**
|
|
73
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
74
|
+
* version of the SDK.
|
|
75
|
+
*/
|
|
76
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
77
|
+
})(LifecycleState = Stack.LifecycleState || (Stack.LifecycleState = {}));
|
|
78
|
+
function getJsonObj(obj) {
|
|
79
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
80
|
+
"adb": obj.adb
|
|
81
|
+
? obj.adb.map(item => {
|
|
82
|
+
return model.AdbDetail.getJsonObj(item);
|
|
83
|
+
})
|
|
84
|
+
: undefined,
|
|
85
|
+
"ggcs": obj.ggcs
|
|
86
|
+
? obj.ggcs.map(item => {
|
|
87
|
+
return model.GgcsDetail.getJsonObj(item);
|
|
88
|
+
})
|
|
89
|
+
: undefined,
|
|
90
|
+
"dataflow": obj.dataflow
|
|
91
|
+
? obj.dataflow.map(item => {
|
|
92
|
+
return model.DataflowDetail.getJsonObj(item);
|
|
93
|
+
})
|
|
94
|
+
: undefined,
|
|
95
|
+
"objectstorage": obj.objectstorage
|
|
96
|
+
? obj.objectstorage.map(item => {
|
|
97
|
+
return model.ObjectStorageDetail.getJsonObj(item);
|
|
98
|
+
})
|
|
99
|
+
: undefined,
|
|
100
|
+
"genai": obj.genai
|
|
101
|
+
? obj.genai.map(item => {
|
|
102
|
+
return model.GenAiDetail.getJsonObj(item);
|
|
103
|
+
})
|
|
104
|
+
: undefined,
|
|
105
|
+
"serviceDetails": obj.serviceDetails
|
|
106
|
+
? obj.serviceDetails.map(item => {
|
|
107
|
+
return model.ServiceDetailResponse.getJsonObj(item);
|
|
108
|
+
})
|
|
109
|
+
: undefined
|
|
110
|
+
});
|
|
111
|
+
return jsonObj;
|
|
112
|
+
}
|
|
113
|
+
Stack.getJsonObj = getJsonObj;
|
|
114
|
+
function getDeserializedJsonObj(obj) {
|
|
115
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
116
|
+
"adb": obj.adb
|
|
117
|
+
? obj.adb.map(item => {
|
|
118
|
+
return model.AdbDetail.getDeserializedJsonObj(item);
|
|
119
|
+
})
|
|
120
|
+
: undefined,
|
|
121
|
+
"ggcs": obj.ggcs
|
|
122
|
+
? obj.ggcs.map(item => {
|
|
123
|
+
return model.GgcsDetail.getDeserializedJsonObj(item);
|
|
124
|
+
})
|
|
125
|
+
: undefined,
|
|
126
|
+
"dataflow": obj.dataflow
|
|
127
|
+
? obj.dataflow.map(item => {
|
|
128
|
+
return model.DataflowDetail.getDeserializedJsonObj(item);
|
|
129
|
+
})
|
|
130
|
+
: undefined,
|
|
131
|
+
"objectstorage": obj.objectstorage
|
|
132
|
+
? obj.objectstorage.map(item => {
|
|
133
|
+
return model.ObjectStorageDetail.getDeserializedJsonObj(item);
|
|
134
|
+
})
|
|
135
|
+
: undefined,
|
|
136
|
+
"genai": obj.genai
|
|
137
|
+
? obj.genai.map(item => {
|
|
138
|
+
return model.GenAiDetail.getDeserializedJsonObj(item);
|
|
139
|
+
})
|
|
140
|
+
: undefined,
|
|
141
|
+
"serviceDetails": obj.serviceDetails
|
|
142
|
+
? obj.serviceDetails.map(item => {
|
|
143
|
+
return model.ServiceDetailResponse.getDeserializedJsonObj(item);
|
|
144
|
+
})
|
|
145
|
+
: undefined
|
|
146
|
+
});
|
|
147
|
+
return jsonObj;
|
|
148
|
+
}
|
|
149
|
+
Stack.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
150
|
+
})(Stack = exports.Stack || (exports.Stack = {}));
|
|
151
|
+
//# sourceMappingURL=stack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stack.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/stack.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 which storage tier to use for the bucket,Allowed values are \"STANDARD\" / \"ARCHIVE\"
|
|
15
|
+
**/
|
|
16
|
+
export declare enum StorageTier {
|
|
17
|
+
Standard = "STANDARD",
|
|
18
|
+
Archive = "ARCHIVE",
|
|
19
|
+
/**
|
|
20
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
21
|
+
* version of the SDK.
|
|
22
|
+
*/
|
|
23
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
24
|
+
}
|
|
25
|
+
export declare namespace StorageTier {
|
|
26
|
+
function getJsonObj(obj: StorageTier): StorageTier;
|
|
27
|
+
function getDeserializedJsonObj(obj: StorageTier): StorageTier;
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.StorageTier = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Mentions which storage tier to use for the bucket,Allowed values are \"STANDARD\" / \"ARCHIVE\"
|
|
18
|
+
**/
|
|
19
|
+
var StorageTier;
|
|
20
|
+
(function (StorageTier) {
|
|
21
|
+
StorageTier["Standard"] = "STANDARD";
|
|
22
|
+
StorageTier["Archive"] = "ARCHIVE";
|
|
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
|
+
StorageTier["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(StorageTier = exports.StorageTier || (exports.StorageTier = {}));
|
|
29
|
+
(function (StorageTier) {
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
StorageTier.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
StorageTier.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(StorageTier = exports.StorageTier || (exports.StorageTier = {}));
|
|
39
|
+
//# sourceMappingURL=storage-tier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storage-tier.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/storage-tier.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,WASX;AATD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IAEnB;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EATW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAStB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 for connections to other services from Dataflow.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateDataflowConnections {
|
|
18
|
+
"connectionDetails": model.DataflowConnectionDetails;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UpdateDataflowConnections {
|
|
21
|
+
function getJsonObj(obj: UpdateDataflowConnections): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: UpdateDataflowConnections): object;
|
|
23
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.UpdateDataflowConnections = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateDataflowConnections;
|
|
37
|
+
(function (UpdateDataflowConnections) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"connectionDetails": obj.connectionDetails
|
|
41
|
+
? model.DataflowConnectionDetails.getJsonObj(obj.connectionDetails)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
UpdateDataflowConnections.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"connectionDetails": obj.connectionDetails
|
|
50
|
+
? model.DataflowConnectionDetails.getDeserializedJsonObj(obj.connectionDetails)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
UpdateDataflowConnections.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(UpdateDataflowConnections = exports.UpdateDataflowConnections || (exports.UpdateDataflowConnections = {}));
|
|
57
|
+
//# sourceMappingURL=update-dataflow-connections.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-dataflow-connections.js","sourceRoot":"","sources":["../../../../../lib/dif/lib/model/update-dataflow-connections.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
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 to update a Stack.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateStackDetails {
|
|
18
|
+
/**
|
|
19
|
+
* email id to which the stack notifications would be sent.
|
|
20
|
+
*/
|
|
21
|
+
"notificationEmail"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* List of templates to be updated for the stack.
|
|
24
|
+
*/
|
|
25
|
+
"stackTemplates"?: Array<UpdateStackDetails.StackTemplates>;
|
|
26
|
+
/**
|
|
27
|
+
* List of services to be updated for the stack.
|
|
28
|
+
*/
|
|
29
|
+
"services"?: Array<UpdateStackDetails.Services>;
|
|
30
|
+
/**
|
|
31
|
+
* ADB details if adb is included in the services to be updated.
|
|
32
|
+
*/
|
|
33
|
+
"adb"?: Array<model.AdbUpdateDetail>;
|
|
34
|
+
/**
|
|
35
|
+
* GGCS details if ggcs is included in the services to be updated.
|
|
36
|
+
*/
|
|
37
|
+
"ggcs"?: Array<model.GgcsUpdateDetail>;
|
|
38
|
+
/**
|
|
39
|
+
* DATAFLOW details if dataflow is included in the services to be updated.
|
|
40
|
+
*/
|
|
41
|
+
"dataflow"?: Array<model.DataflowUpdateDetail>;
|
|
42
|
+
/**
|
|
43
|
+
* Object Storage Details if object storage is included in services to be updated.
|
|
44
|
+
*/
|
|
45
|
+
"objectstorage"?: Array<model.ObjectStorageUpdateDetail>;
|
|
46
|
+
/**
|
|
47
|
+
* GenAI Details if genai is included in services to be updated.
|
|
48
|
+
*/
|
|
49
|
+
"genai"?: Array<model.GenAiUpdateDetail>;
|
|
50
|
+
/**
|
|
51
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
52
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
53
|
+
* <p>
|
|
54
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"freeformTags"?: {
|
|
58
|
+
[key: string]: string;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
62
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
63
|
+
* <p>
|
|
64
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"definedTags"?: {
|
|
68
|
+
[key: string]: {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
export declare namespace UpdateStackDetails {
|
|
74
|
+
enum StackTemplates {
|
|
75
|
+
Datalake = "DATALAKE",
|
|
76
|
+
Datapipeline = "DATAPIPELINE",
|
|
77
|
+
Aiservices = "AISERVICES",
|
|
78
|
+
Datatransformation = "DATATRANSFORMATION"
|
|
79
|
+
}
|
|
80
|
+
enum Services {
|
|
81
|
+
Adb = "ADB",
|
|
82
|
+
Ggcs = "GGCS",
|
|
83
|
+
Objectstorage = "OBJECTSTORAGE",
|
|
84
|
+
Genai = "GENAI",
|
|
85
|
+
Dataflow = "DATAFLOW"
|
|
86
|
+
}
|
|
87
|
+
function getJsonObj(obj: UpdateStackDetails): object;
|
|
88
|
+
function getDeserializedJsonObj(obj: UpdateStackDetails): object;
|
|
89
|
+
}
|