oci-emwarehouse 2.33.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 +194 -0
- package/lib/client.js +1000 -0
- package/lib/client.js.map +1 -0
- package/lib/emdatalake-waiter.d.ts +36 -0
- package/lib/emdatalake-waiter.js +76 -0
- package/lib/emdatalake-waiter.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/change-em-warehouse-compartment-details.d.ts +27 -0
- package/lib/model/change-em-warehouse-compartment-details.js +29 -0
- package/lib/model/change-em-warehouse-compartment-details.js.map +1 -0
- package/lib/model/create-em-warehouse-details.d.ts +55 -0
- package/lib/model/create-em-warehouse-details.js +29 -0
- package/lib/model/create-em-warehouse-details.js.map +1 -0
- package/lib/model/em-instances-details.d.ts +33 -0
- package/lib/model/em-instances-details.js +29 -0
- package/lib/model/em-instances-details.js.map +1 -0
- package/lib/model/em-warehouse-collection.d.ts +26 -0
- package/lib/model/em-warehouse-collection.js +61 -0
- package/lib/model/em-warehouse-collection.js.map +1 -0
- package/lib/model/em-warehouse-summary.d.ts +101 -0
- package/lib/model/em-warehouse-summary.js +29 -0
- package/lib/model/em-warehouse-summary.js.map +1 -0
- package/lib/model/em-warehouse.d.ts +114 -0
- package/lib/model/em-warehouse.js +43 -0
- package/lib/model/em-warehouse.js.map +1 -0
- package/lib/model/etl-run-collection.d.ts +26 -0
- package/lib/model/etl-run-collection.js +61 -0
- package/lib/model/etl-run-collection.js.map +1 -0
- package/lib/model/etl-run-summary.d.ts +88 -0
- package/lib/model/etl-run-summary.js +43 -0
- package/lib/model/etl-run-summary.js.map +1 -0
- package/lib/model/index.d.ts +58 -0
- package/lib/model/index.js +81 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +30 -0
- package/lib/model/operation-type.js +41 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/resource-usage.d.ts +42 -0
- package/lib/model/resource-usage.js +61 -0
- package/lib/model/resource-usage.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-em-warehouse-details.d.ts +47 -0
- package/lib/model/update-em-warehouse-details.js +29 -0
- package/lib/model/update-em-warehouse-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 +35 -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 +29 -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 +67 -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 +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +35 -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-em-warehouse-compartment-request.d.ts +49 -0
- package/lib/request/change-em-warehouse-compartment-request.js +15 -0
- package/lib/request/change-em-warehouse-compartment-request.js.map +1 -0
- package/lib/request/create-em-warehouse-request.d.ts +36 -0
- package/lib/request/create-em-warehouse-request.js +15 -0
- package/lib/request/create-em-warehouse-request.js.map +1 -0
- package/lib/request/delete-em-warehouse-request.d.ts +35 -0
- package/lib/request/delete-em-warehouse-request.js +15 -0
- package/lib/request/delete-em-warehouse-request.js.map +1 -0
- package/lib/request/get-em-warehouse-request.d.ts +26 -0
- package/lib/request/get-em-warehouse-request.js +15 -0
- package/lib/request/get-em-warehouse-request.js.map +1 -0
- package/lib/request/get-em-warehouse-resource-usage-request.d.ts +26 -0
- package/lib/request/get-em-warehouse-resource-usage-request.js +15 -0
- package/lib/request/get-em-warehouse-resource-usage-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -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 +45 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-em-warehouses-request.d.ts +66 -0
- package/lib/request/list-em-warehouses-request.js +24 -0
- package/lib/request/list-em-warehouses-request.js.map +1 -0
- package/lib/request/list-etl-runs-request.d.ts +58 -0
- package/lib/request/list-etl-runs-request.js +24 -0
- package/lib/request/list-etl-runs-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +49 -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 +49 -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 +61 -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-em-warehouse-request.d.ts +40 -0
- package/lib/request/update-em-warehouse-request.js +15 -0
- package/lib/request/update-em-warehouse-request.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-em-warehouse-compartment-response.d.ts +25 -0
- package/lib/response/change-em-warehouse-compartment-response.js +15 -0
- package/lib/response/change-em-warehouse-compartment-response.js.map +1 -0
- package/lib/response/create-em-warehouse-response.d.ts +25 -0
- package/lib/response/create-em-warehouse-response.js +15 -0
- package/lib/response/create-em-warehouse-response.js.map +1 -0
- package/lib/response/delete-em-warehouse-response.d.ts +25 -0
- package/lib/response/delete-em-warehouse-response.js +15 -0
- package/lib/response/delete-em-warehouse-response.js.map +1 -0
- package/lib/response/get-em-warehouse-resource-usage-response.d.ts +30 -0
- package/lib/response/get-em-warehouse-resource-usage-response.js +15 -0
- package/lib/response/get-em-warehouse-resource-usage-response.js.map +1 -0
- package/lib/response/get-em-warehouse-response.d.ts +30 -0
- package/lib/response/get-em-warehouse-response.js +15 -0
- package/lib/response/get-em-warehouse-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-em-warehouses-response.d.ts +32 -0
- package/lib/response/list-em-warehouses-response.js +15 -0
- package/lib/response/list-em-warehouses-response.js.map +1 -0
- package/lib/response/list-etl-runs-response.d.ts +32 -0
- package/lib/response/list-etl-runs-response.js +15 -0
- package/lib/response/list-etl-runs-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -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 +32 -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 +32 -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-em-warehouse-response.d.ts +25 -0
- package/lib/response/update-em-warehouse-response.js +15 -0
- package/lib/response/update-em-warehouse-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EmdwControlPlane API
|
|
3
|
+
* A description of the EmdwControlPlane API
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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
|
+
* Summary of the EmWarehouse.
|
|
15
|
+
*/
|
|
16
|
+
export interface EmWarehouseSummary {
|
|
17
|
+
/**
|
|
18
|
+
* operations Insights Warehouse Identifier
|
|
19
|
+
*/
|
|
20
|
+
"operationsInsightsWarehouseId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Unique identifier that is immutable on creation
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* EmWarehouse Identifier, can be renamed
|
|
27
|
+
*/
|
|
28
|
+
"displayName": string;
|
|
29
|
+
/**
|
|
30
|
+
* Compartment Identifier
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* Type of the EmWarehouse.
|
|
35
|
+
*/
|
|
36
|
+
"emWarehouseType": string;
|
|
37
|
+
/**
|
|
38
|
+
* EMBridge Identifier
|
|
39
|
+
*/
|
|
40
|
+
"emBridgeId"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Data Flow Run Status
|
|
43
|
+
*/
|
|
44
|
+
"latestEtlRunStatus"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Data Flow Run Status Message
|
|
47
|
+
*/
|
|
48
|
+
"latestEtlRunMessage"?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Data Flow Run Total Time
|
|
51
|
+
*/
|
|
52
|
+
"latestEtlRunTime"?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The time the the EmWarehouse was created. An RFC3339 formatted datetime string
|
|
55
|
+
*/
|
|
56
|
+
"timeCreated": Date;
|
|
57
|
+
/**
|
|
58
|
+
* The time the EmWarehouse was updated. An RFC3339 formatted datetime string
|
|
59
|
+
*/
|
|
60
|
+
"timeUpdated"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* The current state of the EmWarehouse.
|
|
63
|
+
*/
|
|
64
|
+
"lifecycleState": string;
|
|
65
|
+
/**
|
|
66
|
+
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
67
|
+
*/
|
|
68
|
+
"lifecycleDetails"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
71
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"freeformTags": {
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
79
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"definedTags": {
|
|
83
|
+
[key: string]: {
|
|
84
|
+
[key: string]: any;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
89
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
"systemTags"?: {
|
|
93
|
+
[key: string]: {
|
|
94
|
+
[key: string]: any;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
export declare namespace EmWarehouseSummary {
|
|
99
|
+
function getJsonObj(obj: EmWarehouseSummary): object;
|
|
100
|
+
function getDeserializedJsonObj(obj: EmWarehouseSummary): object;
|
|
101
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* EmdwControlPlane API
|
|
4
|
+
* A description of the EmdwControlPlane API
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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.EmWarehouseSummary = void 0;
|
|
16
|
+
var EmWarehouseSummary;
|
|
17
|
+
(function (EmWarehouseSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
EmWarehouseSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
EmWarehouseSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(EmWarehouseSummary = exports.EmWarehouseSummary || (exports.EmWarehouseSummary = {}));
|
|
29
|
+
//# sourceMappingURL=em-warehouse-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"em-warehouse-summary.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/em-warehouse-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiFH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EmdwControlPlane API
|
|
3
|
+
* A description of the EmdwControlPlane API
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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
|
+
* Description of EmWarehouse.
|
|
15
|
+
*/
|
|
16
|
+
export interface EmWarehouse {
|
|
17
|
+
/**
|
|
18
|
+
* operations Insights Warehouse Identifier
|
|
19
|
+
*/
|
|
20
|
+
"operationsInsightsWarehouseId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Data Flow Run Status
|
|
23
|
+
*/
|
|
24
|
+
"latestEtlRunStatus"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Data Flow Run Status Message
|
|
27
|
+
*/
|
|
28
|
+
"latestEtlRunMessage"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Data Flow Run Total Time
|
|
31
|
+
*/
|
|
32
|
+
"latestEtlRunTime"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Unique identifier that is immutable on creation
|
|
35
|
+
*/
|
|
36
|
+
"id": string;
|
|
37
|
+
/**
|
|
38
|
+
* EmWarehouse Identifier, can be renamed
|
|
39
|
+
*/
|
|
40
|
+
"displayName": string;
|
|
41
|
+
/**
|
|
42
|
+
* Compartment Identifier
|
|
43
|
+
*/
|
|
44
|
+
"compartmentId": string;
|
|
45
|
+
/**
|
|
46
|
+
* Type of the EmWarehouse.
|
|
47
|
+
*/
|
|
48
|
+
"emWarehouseType": string;
|
|
49
|
+
/**
|
|
50
|
+
* EMBridge Identifier
|
|
51
|
+
*/
|
|
52
|
+
"emBridgeId"?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The time the the EmWarehouse was created. An RFC3339 formatted datetime string
|
|
55
|
+
*/
|
|
56
|
+
"timeCreated": Date;
|
|
57
|
+
/**
|
|
58
|
+
* The time the EmWarehouse was updated. An RFC3339 formatted datetime string
|
|
59
|
+
*/
|
|
60
|
+
"timeUpdated"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* The current state of the EmWarehouse.
|
|
63
|
+
*/
|
|
64
|
+
"lifecycleState": EmWarehouse.LifecycleState;
|
|
65
|
+
/**
|
|
66
|
+
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
67
|
+
*/
|
|
68
|
+
"lifecycleDetails"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
71
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"freeformTags": {
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
79
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"definedTags": {
|
|
83
|
+
[key: string]: {
|
|
84
|
+
[key: string]: any;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
89
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
"systemTags"?: {
|
|
93
|
+
[key: string]: {
|
|
94
|
+
[key: string]: any;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
export declare namespace EmWarehouse {
|
|
99
|
+
enum LifecycleState {
|
|
100
|
+
Creating = "CREATING",
|
|
101
|
+
Updating = "UPDATING",
|
|
102
|
+
Active = "ACTIVE",
|
|
103
|
+
Deleting = "DELETING",
|
|
104
|
+
Deleted = "DELETED",
|
|
105
|
+
Failed = "FAILED",
|
|
106
|
+
/**
|
|
107
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
108
|
+
* version of the SDK.
|
|
109
|
+
*/
|
|
110
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
111
|
+
}
|
|
112
|
+
function getJsonObj(obj: EmWarehouse): object;
|
|
113
|
+
function getDeserializedJsonObj(obj: EmWarehouse): object;
|
|
114
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* EmdwControlPlane API
|
|
4
|
+
* A description of the EmdwControlPlane API
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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.EmWarehouse = void 0;
|
|
16
|
+
var EmWarehouse;
|
|
17
|
+
(function (EmWarehouse) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Creating"] = "CREATING";
|
|
21
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
22
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
23
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
24
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
25
|
+
LifecycleState["Failed"] = "FAILED";
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
31
|
+
})(LifecycleState = EmWarehouse.LifecycleState || (EmWarehouse.LifecycleState = {}));
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
34
|
+
return jsonObj;
|
|
35
|
+
}
|
|
36
|
+
EmWarehouse.getJsonObj = getJsonObj;
|
|
37
|
+
function getDeserializedJsonObj(obj) {
|
|
38
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
39
|
+
return jsonObj;
|
|
40
|
+
}
|
|
41
|
+
EmWarehouse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
42
|
+
})(EmWarehouse = exports.EmWarehouse || (exports.EmWarehouse = {}));
|
|
43
|
+
//# sourceMappingURL=em-warehouse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"em-warehouse.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/em-warehouse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiFH,IAAiB,WAAW,CAyB3B;AAzBD,WAAiB,WAAW;IAC1B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAyB3B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EmdwControlPlane API
|
|
3
|
+
* A description of the EmdwControlPlane API
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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
|
+
* The runs list.
|
|
16
|
+
*/
|
|
17
|
+
export interface EtlRunCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of runs
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.EtlRunSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace EtlRunCollection {
|
|
24
|
+
function getJsonObj(obj: EtlRunCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: EtlRunCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* EmdwControlPlane API
|
|
4
|
+
* A description of the EmdwControlPlane API
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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.EtlRunCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var EtlRunCollection;
|
|
37
|
+
(function (EtlRunCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.EtlRunSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
EtlRunCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.EtlRunSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
EtlRunCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(EtlRunCollection = exports.EtlRunCollection || (exports.EtlRunCollection = {}));
|
|
61
|
+
//# sourceMappingURL=etl-run-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"etl-run-collection.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/etl-run-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EmdwControlPlane API
|
|
3
|
+
* A description of the EmdwControlPlane API
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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
|
+
* Contains summary of a run.
|
|
15
|
+
*/
|
|
16
|
+
export interface EtlRunSummary {
|
|
17
|
+
/**
|
|
18
|
+
* Compartment Identifier
|
|
19
|
+
*/
|
|
20
|
+
"compartmentId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Data read by the dataflow run Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"dataReadInBytes"?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Data written by the dataflow run Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
27
|
+
*/
|
|
28
|
+
"dataWritten"?: number;
|
|
29
|
+
/**
|
|
30
|
+
* The current state of the etlRun.
|
|
31
|
+
*/
|
|
32
|
+
"lifecycleState"?: EtlRunSummary.LifecycleState;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the ETLRun.
|
|
35
|
+
*/
|
|
36
|
+
"displayName"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Details of the lifecycle state
|
|
39
|
+
*/
|
|
40
|
+
"lifecycleDetails"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Dataflow run duration Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
43
|
+
*/
|
|
44
|
+
"runDurationInMilliseconds"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Time when the dataflow run was created
|
|
47
|
+
*/
|
|
48
|
+
"timeCreated"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* Time when the dataflow run was updated
|
|
51
|
+
*/
|
|
52
|
+
"timeUpdated"?: Date;
|
|
53
|
+
/**
|
|
54
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
55
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"freeformTags"?: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"definedTags"?: {
|
|
67
|
+
[key: string]: {
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
export declare namespace EtlRunSummary {
|
|
73
|
+
enum LifecycleState {
|
|
74
|
+
Accepted = "ACCEPTED",
|
|
75
|
+
InProgress = "IN_PROGRESS",
|
|
76
|
+
Canceling = "CANCELING",
|
|
77
|
+
Canceled = "CANCELED",
|
|
78
|
+
Failed = "FAILED",
|
|
79
|
+
Succeeded = "SUCCEEDED",
|
|
80
|
+
/**
|
|
81
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
82
|
+
* version of the SDK.
|
|
83
|
+
*/
|
|
84
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
85
|
+
}
|
|
86
|
+
function getJsonObj(obj: EtlRunSummary): object;
|
|
87
|
+
function getDeserializedJsonObj(obj: EtlRunSummary): object;
|
|
88
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* EmdwControlPlane API
|
|
4
|
+
* A description of the EmdwControlPlane API
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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.EtlRunSummary = void 0;
|
|
16
|
+
var EtlRunSummary;
|
|
17
|
+
(function (EtlRunSummary) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Accepted"] = "ACCEPTED";
|
|
21
|
+
LifecycleState["InProgress"] = "IN_PROGRESS";
|
|
22
|
+
LifecycleState["Canceling"] = "CANCELING";
|
|
23
|
+
LifecycleState["Canceled"] = "CANCELED";
|
|
24
|
+
LifecycleState["Failed"] = "FAILED";
|
|
25
|
+
LifecycleState["Succeeded"] = "SUCCEEDED";
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
31
|
+
})(LifecycleState = EtlRunSummary.LifecycleState || (EtlRunSummary.LifecycleState = {}));
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
34
|
+
return jsonObj;
|
|
35
|
+
}
|
|
36
|
+
EtlRunSummary.getJsonObj = getJsonObj;
|
|
37
|
+
function getDeserializedJsonObj(obj) {
|
|
38
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
39
|
+
return jsonObj;
|
|
40
|
+
}
|
|
41
|
+
EtlRunSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
42
|
+
})(EtlRunSummary = exports.EtlRunSummary || (exports.EtlRunSummary = {}));
|
|
43
|
+
//# sourceMappingURL=etl-run-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"etl-run-summary.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/etl-run-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2DH,IAAiB,aAAa,CAyB7B;AAzBD,WAAiB,aAAa;IAC5B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,yCAAuB,CAAA;QACvB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,4BAAc,KAAd,4BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAyB7B"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EmdwControlPlane API
|
|
3
|
+
* A description of the EmdwControlPlane API
|
|
4
|
+
* OpenAPI spec version: 20180828
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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 ChangeEmWarehouseCompartmentDetails from "./change-em-warehouse-compartment-details";
|
|
16
|
+
export import ChangeEmWarehouseCompartmentDetails = ChangeEmWarehouseCompartmentDetails.ChangeEmWarehouseCompartmentDetails;
|
|
17
|
+
import * as CreateEmWarehouseDetails from "./create-em-warehouse-details";
|
|
18
|
+
export import CreateEmWarehouseDetails = CreateEmWarehouseDetails.CreateEmWarehouseDetails;
|
|
19
|
+
import * as EmInstancesDetails from "./em-instances-details";
|
|
20
|
+
export import EmInstancesDetails = EmInstancesDetails.EmInstancesDetails;
|
|
21
|
+
import * as EmWarehouse from "./em-warehouse";
|
|
22
|
+
export import EmWarehouse = EmWarehouse.EmWarehouse;
|
|
23
|
+
import * as EmWarehouseCollection from "./em-warehouse-collection";
|
|
24
|
+
export import EmWarehouseCollection = EmWarehouseCollection.EmWarehouseCollection;
|
|
25
|
+
import * as EmWarehouseSummary from "./em-warehouse-summary";
|
|
26
|
+
export import EmWarehouseSummary = EmWarehouseSummary.EmWarehouseSummary;
|
|
27
|
+
import * as EtlRunCollection from "./etl-run-collection";
|
|
28
|
+
export import EtlRunCollection = EtlRunCollection.EtlRunCollection;
|
|
29
|
+
import * as EtlRunSummary from "./etl-run-summary";
|
|
30
|
+
export import EtlRunSummary = EtlRunSummary.EtlRunSummary;
|
|
31
|
+
import * as OperationStatus from "./operation-status";
|
|
32
|
+
export import OperationStatus = OperationStatus.OperationStatus;
|
|
33
|
+
import * as OperationType from "./operation-type";
|
|
34
|
+
export import OperationType = OperationType.OperationType;
|
|
35
|
+
import * as ResourceUsage from "./resource-usage";
|
|
36
|
+
export import ResourceUsage = ResourceUsage.ResourceUsage;
|
|
37
|
+
import * as SortOrder from "./sort-order";
|
|
38
|
+
export import SortOrder = SortOrder.SortOrder;
|
|
39
|
+
import * as UpdateEmWarehouseDetails from "./update-em-warehouse-details";
|
|
40
|
+
export import UpdateEmWarehouseDetails = UpdateEmWarehouseDetails.UpdateEmWarehouseDetails;
|
|
41
|
+
import * as WorkRequest from "./work-request";
|
|
42
|
+
export import WorkRequest = WorkRequest.WorkRequest;
|
|
43
|
+
import * as WorkRequestError from "./work-request-error";
|
|
44
|
+
export import WorkRequestError = WorkRequestError.WorkRequestError;
|
|
45
|
+
import * as WorkRequestErrorCollection from "./work-request-error-collection";
|
|
46
|
+
export import WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
47
|
+
import * as WorkRequestLogEntry from "./work-request-log-entry";
|
|
48
|
+
export import WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
49
|
+
import * as WorkRequestLogEntryCollection from "./work-request-log-entry-collection";
|
|
50
|
+
export import WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
51
|
+
import * as WorkRequestResource from "./work-request-resource";
|
|
52
|
+
export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
53
|
+
import * as WorkRequestResourceMetadataKey from "./work-request-resource-metadata-key";
|
|
54
|
+
export import WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
55
|
+
import * as WorkRequestSummary from "./work-request-summary";
|
|
56
|
+
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
57
|
+
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
58
|
+
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* EmdwControlPlane API
|
|
4
|
+
* A description of the EmdwControlPlane API
|
|
5
|
+
* OpenAPI spec version: 20180828
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateEmWarehouseDetails = exports.SortOrder = exports.ResourceUsage = exports.OperationType = exports.OperationStatus = exports.EtlRunSummary = exports.EtlRunCollection = exports.EmWarehouseSummary = exports.EmWarehouseCollection = exports.EmWarehouse = exports.EmInstancesDetails = exports.CreateEmWarehouseDetails = exports.ChangeEmWarehouseCompartmentDetails = exports.ActionType = void 0;
|
|
35
|
+
const ActionType = __importStar(require("./action-type"));
|
|
36
|
+
exports.ActionType = ActionType.ActionType;
|
|
37
|
+
const ChangeEmWarehouseCompartmentDetails = __importStar(require("./change-em-warehouse-compartment-details"));
|
|
38
|
+
exports.ChangeEmWarehouseCompartmentDetails = ChangeEmWarehouseCompartmentDetails.ChangeEmWarehouseCompartmentDetails;
|
|
39
|
+
const CreateEmWarehouseDetails = __importStar(require("./create-em-warehouse-details"));
|
|
40
|
+
exports.CreateEmWarehouseDetails = CreateEmWarehouseDetails.CreateEmWarehouseDetails;
|
|
41
|
+
const EmInstancesDetails = __importStar(require("./em-instances-details"));
|
|
42
|
+
exports.EmInstancesDetails = EmInstancesDetails.EmInstancesDetails;
|
|
43
|
+
const EmWarehouse = __importStar(require("./em-warehouse"));
|
|
44
|
+
exports.EmWarehouse = EmWarehouse.EmWarehouse;
|
|
45
|
+
const EmWarehouseCollection = __importStar(require("./em-warehouse-collection"));
|
|
46
|
+
exports.EmWarehouseCollection = EmWarehouseCollection.EmWarehouseCollection;
|
|
47
|
+
const EmWarehouseSummary = __importStar(require("./em-warehouse-summary"));
|
|
48
|
+
exports.EmWarehouseSummary = EmWarehouseSummary.EmWarehouseSummary;
|
|
49
|
+
const EtlRunCollection = __importStar(require("./etl-run-collection"));
|
|
50
|
+
exports.EtlRunCollection = EtlRunCollection.EtlRunCollection;
|
|
51
|
+
const EtlRunSummary = __importStar(require("./etl-run-summary"));
|
|
52
|
+
exports.EtlRunSummary = EtlRunSummary.EtlRunSummary;
|
|
53
|
+
const OperationStatus = __importStar(require("./operation-status"));
|
|
54
|
+
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
55
|
+
const OperationType = __importStar(require("./operation-type"));
|
|
56
|
+
exports.OperationType = OperationType.OperationType;
|
|
57
|
+
const ResourceUsage = __importStar(require("./resource-usage"));
|
|
58
|
+
exports.ResourceUsage = ResourceUsage.ResourceUsage;
|
|
59
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
60
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
61
|
+
const UpdateEmWarehouseDetails = __importStar(require("./update-em-warehouse-details"));
|
|
62
|
+
exports.UpdateEmWarehouseDetails = UpdateEmWarehouseDetails.UpdateEmWarehouseDetails;
|
|
63
|
+
const WorkRequest = __importStar(require("./work-request"));
|
|
64
|
+
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
65
|
+
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
66
|
+
exports.WorkRequestError = WorkRequestError.WorkRequestError;
|
|
67
|
+
const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
|
|
68
|
+
exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
69
|
+
const WorkRequestLogEntry = __importStar(require("./work-request-log-entry"));
|
|
70
|
+
exports.WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
71
|
+
const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-entry-collection"));
|
|
72
|
+
exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
73
|
+
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
74
|
+
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
75
|
+
const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
|
|
76
|
+
exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
77
|
+
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
78
|
+
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
79
|
+
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
80
|
+
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
81
|
+
//# sourceMappingURL=index.js.map
|