oci-dataflow 2.62.2 → 2.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +170 -28
- package/lib/client.js +936 -28
- package/lib/client.js.map +1 -1
- package/lib/dataflow-waiter.d.ts +16 -0
- package/lib/dataflow-waiter.js +24 -0
- package/lib/dataflow-waiter.js.map +1 -1
- package/lib/model/application-summary.d.ts +7 -2
- package/lib/model/application-summary.js.map +1 -1
- package/lib/model/application.d.ts +7 -2
- package/lib/model/application.js.map +1 -1
- package/lib/model/change-pool-compartment-details.d.ts +28 -0
- package/lib/model/change-pool-compartment-details.js +30 -0
- package/lib/model/change-pool-compartment-details.js.map +1 -0
- package/lib/model/change-sql-endpoint-compartment-details.d.ts +26 -0
- package/lib/model/change-sql-endpoint-compartment-details.js +30 -0
- package/lib/model/change-sql-endpoint-compartment-details.js.map +1 -0
- package/lib/model/create-application-details.d.ts +5 -0
- package/lib/model/create-application-details.js.map +1 -1
- package/lib/model/create-pool-details.d.ts +74 -0
- package/lib/model/create-pool-details.js +72 -0
- package/lib/model/create-pool-details.js.map +1 -0
- package/lib/model/create-run-details.d.ts +5 -0
- package/lib/model/create-run-details.js.map +1 -1
- package/lib/model/create-sql-endpoint-details.d.ts +100 -0
- package/lib/model/create-sql-endpoint-details.js +70 -0
- package/lib/model/create-sql-endpoint-details.js.map +1 -0
- package/lib/model/day-of-week.d.ts +35 -0
- package/lib/model/day-of-week.js +46 -0
- package/lib/model/day-of-week.js.map +1 -0
- package/lib/model/index.d.ts +50 -0
- package/lib/model/index.js +52 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/ip-notation-type.d.ts +31 -0
- package/lib/model/ip-notation-type.js +42 -0
- package/lib/model/ip-notation-type.js.map +1 -0
- package/lib/model/network-type.d.ts +29 -0
- package/lib/model/network-type.js +40 -0
- package/lib/model/network-type.js.map +1 -0
- package/lib/model/node-count.d.ts +33 -0
- package/lib/model/node-count.js +30 -0
- package/lib/model/node-count.js.map +1 -0
- package/lib/model/pool-collection.d.ts +29 -0
- package/lib/model/pool-collection.js +62 -0
- package/lib/model/pool-collection.js.map +1 -0
- package/lib/model/pool-config.d.ts +40 -0
- package/lib/model/pool-config.js +56 -0
- package/lib/model/pool-config.js.map +1 -0
- package/lib/model/pool-lifecycle-state.d.ts +38 -0
- package/lib/model/pool-lifecycle-state.js +49 -0
- package/lib/model/pool-lifecycle-state.js.map +1 -0
- package/lib/model/pool-metrics.d.ts +54 -0
- package/lib/model/pool-metrics.js +62 -0
- package/lib/model/pool-metrics.js.map +1 -0
- package/lib/model/pool-schedule.d.ts +36 -0
- package/lib/model/pool-schedule.js +30 -0
- package/lib/model/pool-schedule.js.map +1 -0
- package/lib/model/pool-summary.d.ts +86 -0
- package/lib/model/pool-summary.js +30 -0
- package/lib/model/pool-summary.js.map +1 -0
- package/lib/model/pool.d.ts +113 -0
- package/lib/model/pool.js +76 -0
- package/lib/model/pool.js.map +1 -0
- package/lib/model/private-endpoint-summary.d.ts +2 -2
- package/lib/model/private-endpoint.d.ts +2 -2
- package/lib/model/run-summary.d.ts +7 -2
- package/lib/model/run-summary.js.map +1 -1
- package/lib/model/run.d.ts +7 -2
- package/lib/model/run.js.map +1 -1
- package/lib/model/secure-access-control-rule.d.ts +35 -0
- package/lib/model/secure-access-control-rule.js +30 -0
- package/lib/model/secure-access-control-rule.js.map +1 -0
- package/lib/model/sql-endpoint-collection.d.ts +27 -0
- package/lib/model/sql-endpoint-collection.js +62 -0
- package/lib/model/sql-endpoint-collection.js.map +1 -0
- package/lib/model/sql-endpoint-lifecycle-state.d.ts +38 -0
- package/lib/model/sql-endpoint-lifecycle-state.js +49 -0
- package/lib/model/sql-endpoint-lifecycle-state.js.map +1 -0
- package/lib/model/sql-endpoint-network-configuration.d.ts +23 -0
- package/lib/model/sql-endpoint-network-configuration.js +73 -0
- package/lib/model/sql-endpoint-network-configuration.js.map +1 -0
- package/lib/model/sql-endpoint-secure-access-config.d.ts +33 -0
- package/lib/model/sql-endpoint-secure-access-config.js +67 -0
- package/lib/model/sql-endpoint-secure-access-config.js.map +1 -0
- package/lib/model/sql-endpoint-summary.d.ts +146 -0
- package/lib/model/sql-endpoint-summary.js +70 -0
- package/lib/model/sql-endpoint-summary.js.map +1 -0
- package/lib/model/sql-endpoint-vcn-config.d.ts +45 -0
- package/lib/model/sql-endpoint-vcn-config.js +55 -0
- package/lib/model/sql-endpoint-vcn-config.js.map +1 -0
- package/lib/model/sql-endpoint.d.ts +141 -0
- package/lib/model/sql-endpoint.js +70 -0
- package/lib/model/sql-endpoint.js.map +1 -0
- package/lib/model/statement-summary.d.ts +1 -1
- package/lib/model/statement.d.ts +1 -1
- package/lib/model/update-application-details.d.ts +5 -0
- package/lib/model/update-application-details.js.map +1 -1
- package/lib/model/update-pool-details.d.ts +69 -0
- package/lib/model/update-pool-details.js +72 -0
- package/lib/model/update-pool-details.js.map +1 -0
- package/lib/model/update-sql-endpoint-details.d.ts +41 -0
- package/lib/model/update-sql-endpoint-details.js +30 -0
- package/lib/model/update-sql-endpoint-details.js.map +1 -0
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/change-pool-compartment-request.d.ts +50 -0
- package/lib/request/change-pool-compartment-request.js +15 -0
- package/lib/request/change-pool-compartment-request.js.map +1 -0
- package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-run-compartment-request.d.ts +1 -1
- package/lib/request/change-sql-endpoint-compartment-request.d.ts +48 -0
- package/lib/request/change-sql-endpoint-compartment-request.js +15 -0
- package/lib/request/change-sql-endpoint-compartment-request.js.map +1 -0
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-pool-request.d.ts +38 -0
- package/lib/request/create-pool-request.js +15 -0
- package/lib/request/create-pool-request.js.map +1 -0
- package/lib/request/create-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-run-request.d.ts +1 -1
- package/lib/request/create-sql-endpoint-request.d.ts +37 -0
- package/lib/request/create-sql-endpoint-request.js +15 -0
- package/lib/request/create-sql-endpoint-request.js.map +1 -0
- package/lib/request/create-statement-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-pool-request.d.ts +36 -0
- package/lib/request/delete-pool-request.js +15 -0
- package/lib/request/delete-pool-request.js.map +1 -0
- package/lib/request/delete-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-run-request.d.ts +1 -1
- package/lib/request/delete-sql-endpoint-request.d.ts +35 -0
- package/lib/request/delete-sql-endpoint-request.js +15 -0
- package/lib/request/delete-sql-endpoint-request.js.map +1 -0
- package/lib/request/delete-statement-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-pool-request.d.ts +29 -0
- package/lib/request/get-pool-request.js +15 -0
- package/lib/request/get-pool-request.js.map +1 -0
- package/lib/request/get-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-run-log-request.d.ts +1 -1
- package/lib/request/get-run-request.d.ts +1 -1
- package/lib/request/get-sql-endpoint-request.d.ts +28 -0
- package/lib/request/get-sql-endpoint-request.js +15 -0
- package/lib/request/get-sql-endpoint-request.js.map +1 -0
- package/lib/request/get-statement-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-pools-request.d.ts +80 -0
- package/lib/request/list-pools-request.js +28 -0
- package/lib/request/list-pools-request.js.map +1 -0
- package/lib/request/list-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-run-logs-request.d.ts +1 -1
- package/lib/request/list-runs-request.d.ts +6 -1
- package/lib/request/list-runs-request.js.map +1 -1
- package/lib/request/list-sql-endpoints-request.d.ts +71 -0
- package/lib/request/list-sql-endpoints-request.js +30 -0
- package/lib/request/list-sql-endpoints-request.js.map +1 -0
- package/lib/request/list-statements-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/start-pool-request.d.ts +44 -0
- package/lib/request/start-pool-request.js +15 -0
- package/lib/request/start-pool-request.js.map +1 -0
- package/lib/request/stop-pool-request.d.ts +44 -0
- package/lib/request/stop-pool-request.js +15 -0
- package/lib/request/stop-pool-request.js.map +1 -0
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-pool-request.d.ts +42 -0
- package/lib/request/update-pool-request.js +15 -0
- package/lib/request/update-pool-request.js.map +1 -0
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-run-request.d.ts +1 -1
- package/lib/request/update-sql-endpoint-request.d.ts +40 -0
- package/lib/request/update-sql-endpoint-request.js +15 -0
- package/lib/request/update-sql-endpoint-request.js.map +1 -0
- package/lib/response/change-pool-compartment-response.d.ts +20 -0
- package/lib/response/change-pool-compartment-response.js +15 -0
- package/lib/response/change-pool-compartment-response.js.map +1 -0
- package/lib/response/change-sql-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-sql-endpoint-compartment-response.js +15 -0
- package/lib/response/change-sql-endpoint-compartment-response.js.map +1 -0
- package/lib/response/create-pool-response.d.ts +41 -0
- package/lib/response/create-pool-response.js +15 -0
- package/lib/response/create-pool-response.js.map +1 -0
- package/lib/response/create-sql-endpoint-response.d.ts +36 -0
- package/lib/response/create-sql-endpoint-response.js +15 -0
- package/lib/response/create-sql-endpoint-response.js.map +1 -0
- package/lib/response/delete-pool-response.d.ts +20 -0
- package/lib/response/delete-pool-response.js +15 -0
- package/lib/response/delete-pool-response.js.map +1 -0
- package/lib/response/delete-sql-endpoint-response.d.ts +25 -0
- package/lib/response/delete-sql-endpoint-response.js +15 -0
- package/lib/response/delete-sql-endpoint-response.js.map +1 -0
- package/lib/response/get-pool-response.d.ts +31 -0
- package/lib/response/get-pool-response.js +15 -0
- package/lib/response/get-pool-response.js.map +1 -0
- package/lib/response/get-sql-endpoint-response.d.ts +31 -0
- package/lib/response/get-sql-endpoint-response.js +15 -0
- package/lib/response/get-sql-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/list-pools-response.d.ts +38 -0
- package/lib/response/list-pools-response.js +15 -0
- package/lib/response/list-pools-response.js.map +1 -0
- package/lib/response/list-sql-endpoints-response.d.ts +31 -0
- package/lib/response/list-sql-endpoints-response.js +15 -0
- package/lib/response/list-sql-endpoints-response.js.map +1 -0
- package/lib/response/start-pool-response.d.ts +25 -0
- package/lib/response/start-pool-response.js +15 -0
- package/lib/response/start-pool-response.js.map +1 -0
- package/lib/response/stop-pool-response.d.ts +25 -0
- package/lib/response/stop-pool-response.js +15 -0
- package/lib/response/stop-pool-response.js.map +1 -0
- package/lib/response/update-pool-response.d.ts +25 -0
- package/lib/response/update-pool-response.js +15 -0
- package/lib/response/update-pool-response.js.map +1 -0
- package/lib/response/update-sql-endpoint-response.d.ts +25 -0
- package/lib/response/update-sql-endpoint-response.js +15 -0
- package/lib/response/update-sql-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Flow API
|
|
3
|
+
* Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200129
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The details required to create a pool.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface CreatePoolDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The OCID of a compartment.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* A user-friendly name. It does not have to be unique. Avoid entering confidential information.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"displayName": string;
|
|
30
|
+
/**
|
|
31
|
+
* A user-friendly description. Avoid entering confidential information.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"description"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* List of PoolConfig items.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"configurations": Array<model.PoolConfig>;
|
|
40
|
+
/**
|
|
41
|
+
* A list of schedules for pool to auto start and stop.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"schedules"?: Array<model.PoolSchedule>;
|
|
45
|
+
/**
|
|
46
|
+
* Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period.
|
|
47
|
+
* If value not set, pool will not be auto stopped auto.
|
|
48
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
49
|
+
*/
|
|
50
|
+
"idleTimeoutInMinutes"?: number;
|
|
51
|
+
/**
|
|
52
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
53
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
54
|
+
* Example: `{\"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. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
62
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"definedTags"?: {
|
|
66
|
+
[key: string]: {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
export declare namespace CreatePoolDetails {
|
|
72
|
+
function getJsonObj(obj: CreatePoolDetails): object;
|
|
73
|
+
function getDeserializedJsonObj(obj: CreatePoolDetails): object;
|
|
74
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Flow API
|
|
4
|
+
* Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200129
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.CreatePoolDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CreatePoolDetails;
|
|
38
|
+
(function (CreatePoolDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"configurations": obj.configurations
|
|
42
|
+
? obj.configurations.map(item => {
|
|
43
|
+
return model.PoolConfig.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined,
|
|
46
|
+
"schedules": obj.schedules
|
|
47
|
+
? obj.schedules.map(item => {
|
|
48
|
+
return model.PoolSchedule.getJsonObj(item);
|
|
49
|
+
})
|
|
50
|
+
: undefined
|
|
51
|
+
});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
CreatePoolDetails.getJsonObj = getJsonObj;
|
|
55
|
+
function getDeserializedJsonObj(obj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
57
|
+
"configurations": obj.configurations
|
|
58
|
+
? obj.configurations.map(item => {
|
|
59
|
+
return model.PoolConfig.getDeserializedJsonObj(item);
|
|
60
|
+
})
|
|
61
|
+
: undefined,
|
|
62
|
+
"schedules": obj.schedules
|
|
63
|
+
? obj.schedules.map(item => {
|
|
64
|
+
return model.PoolSchedule.getDeserializedJsonObj(item);
|
|
65
|
+
})
|
|
66
|
+
: undefined
|
|
67
|
+
});
|
|
68
|
+
return jsonObj;
|
|
69
|
+
}
|
|
70
|
+
CreatePoolDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
71
|
+
})(CreatePoolDetails = exports.CreatePoolDetails || (exports.CreatePoolDetails = {}));
|
|
72
|
+
//# sourceMappingURL=create-pool-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-pool-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/create-pool-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsDlC,IAAiB,iBAAiB,CAuCjC;AAvCD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4BAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wCAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAuCjC"}
|
|
@@ -159,6 +159,11 @@ export interface CreateRunDetails {
|
|
|
159
159
|
*
|
|
160
160
|
*/
|
|
161
161
|
"parameters"?: Array<model.ApplicationParameter>;
|
|
162
|
+
/**
|
|
163
|
+
* The OCID of a pool. Unique Id to indentify a dataflow pool resource.
|
|
164
|
+
*
|
|
165
|
+
*/
|
|
166
|
+
"poolId"?: string;
|
|
162
167
|
/**
|
|
163
168
|
* The Spark version utilized to run the application. This value may be set if applicationId is not since the Spark version will be taken from the associated application.
|
|
164
169
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-run-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/create-run-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-run-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/create-run-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkLlC,IAAiB,gBAAgB,CAqDhC;AArDD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACrD,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACvD,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,2BAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YAEb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACnE,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,uCAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAqDhC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Flow API
|
|
3
|
+
* Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200129
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The information about a new SQL Endpoint.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateSqlEndpointDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The identifier of the compartment used with the SQL Endpoint.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The SQL Endpoint name, which can be changed.
|
|
25
|
+
*/
|
|
26
|
+
"displayName": string;
|
|
27
|
+
/**
|
|
28
|
+
* The description of CreateSQLEndpointDetails.
|
|
29
|
+
*/
|
|
30
|
+
"description"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The version of the SQL Endpoint.
|
|
33
|
+
*/
|
|
34
|
+
"sqlEndpointVersion": string;
|
|
35
|
+
/**
|
|
36
|
+
* The shape of the SQL Endpoint driver instance.
|
|
37
|
+
*/
|
|
38
|
+
"driverShape": string;
|
|
39
|
+
"driverShapeConfig"?: model.ShapeConfig;
|
|
40
|
+
/**
|
|
41
|
+
* The shape of the SQL Endpoint worker instance.
|
|
42
|
+
*/
|
|
43
|
+
"executorShape": string;
|
|
44
|
+
"executorShapeConfig"?: model.ShapeConfig;
|
|
45
|
+
/**
|
|
46
|
+
* The minimum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
47
|
+
*/
|
|
48
|
+
"minExecutorCount": number;
|
|
49
|
+
/**
|
|
50
|
+
* The maximum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
51
|
+
*/
|
|
52
|
+
"maxExecutorCount": number;
|
|
53
|
+
/**
|
|
54
|
+
* Metastore OCID
|
|
55
|
+
*/
|
|
56
|
+
"metastoreId": string;
|
|
57
|
+
/**
|
|
58
|
+
* OCI lake OCID
|
|
59
|
+
*/
|
|
60
|
+
"lakeId": string;
|
|
61
|
+
/**
|
|
62
|
+
* The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
|
|
63
|
+
*/
|
|
64
|
+
"warehouseBucketUri": string;
|
|
65
|
+
/**
|
|
66
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
67
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
68
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"freeformTags"?: {
|
|
72
|
+
[key: string]: string;
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
76
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"definedTags"?: {
|
|
80
|
+
[key: string]: {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* The Spark configuration passed to the running process.
|
|
86
|
+
* See https://spark.apache.org/docs/latest/configuration.html#available-properties.
|
|
87
|
+
* Example: { \"spark.app.name\" : \"My App Name\", \"spark.shuffle.io.maxRetries\" : \"4\" }
|
|
88
|
+
* Note: Not all Spark properties are permitted to be set. Attempting to set a property that is
|
|
89
|
+
* not allowed to be overwritten will cause a 400 status to be returned.
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
"sparkAdvancedConfigurations"?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
"networkConfiguration": model.SqlEndpointVcnConfig | model.SqlEndpointSecureAccessConfig;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace CreateSqlEndpointDetails {
|
|
98
|
+
function getJsonObj(obj: CreateSqlEndpointDetails): object;
|
|
99
|
+
function getDeserializedJsonObj(obj: CreateSqlEndpointDetails): object;
|
|
100
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Flow API
|
|
4
|
+
* Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200129
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.CreateSqlEndpointDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CreateSqlEndpointDetails;
|
|
38
|
+
(function (CreateSqlEndpointDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"driverShapeConfig": obj.driverShapeConfig
|
|
42
|
+
? model.ShapeConfig.getJsonObj(obj.driverShapeConfig)
|
|
43
|
+
: undefined,
|
|
44
|
+
"executorShapeConfig": obj.executorShapeConfig
|
|
45
|
+
? model.ShapeConfig.getJsonObj(obj.executorShapeConfig)
|
|
46
|
+
: undefined,
|
|
47
|
+
"networkConfiguration": obj.networkConfiguration
|
|
48
|
+
? model.SqlEndpointNetworkConfiguration.getJsonObj(obj.networkConfiguration)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
CreateSqlEndpointDetails.getJsonObj = getJsonObj;
|
|
54
|
+
function getDeserializedJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"driverShapeConfig": obj.driverShapeConfig
|
|
57
|
+
? model.ShapeConfig.getDeserializedJsonObj(obj.driverShapeConfig)
|
|
58
|
+
: undefined,
|
|
59
|
+
"executorShapeConfig": obj.executorShapeConfig
|
|
60
|
+
? model.ShapeConfig.getDeserializedJsonObj(obj.executorShapeConfig)
|
|
61
|
+
: undefined,
|
|
62
|
+
"networkConfiguration": obj.networkConfiguration
|
|
63
|
+
? model.SqlEndpointNetworkConfiguration.getDeserializedJsonObj(obj.networkConfiguration)
|
|
64
|
+
: undefined
|
|
65
|
+
});
|
|
66
|
+
return jsonObj;
|
|
67
|
+
}
|
|
68
|
+
CreateSqlEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
69
|
+
})(CreateSqlEndpointDetails = exports.CreateSqlEndpointDetails || (exports.CreateSqlEndpointDetails = {}));
|
|
70
|
+
//# sourceMappingURL=create-sql-endpoint-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sql-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/create-sql-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ElC,IAAiB,wBAAwB,CAyCxC;AAzCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACrD,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACvD,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,mCAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACnE,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACxF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,+CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAyCxC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Flow API
|
|
3
|
+
* Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20200129
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* The day of the week.
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare enum DayOfWeek {
|
|
19
|
+
Sunday = "SUNDAY",
|
|
20
|
+
Monday = "MONDAY",
|
|
21
|
+
Tuesday = "TUESDAY",
|
|
22
|
+
Wednesday = "WEDNESDAY",
|
|
23
|
+
Thursday = "THURSDAY",
|
|
24
|
+
Friday = "FRIDAY",
|
|
25
|
+
Saturday = "SATURDAY",
|
|
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
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
31
|
+
}
|
|
32
|
+
export declare namespace DayOfWeek {
|
|
33
|
+
function getJsonObj(obj: DayOfWeek): DayOfWeek;
|
|
34
|
+
function getDeserializedJsonObj(obj: DayOfWeek): DayOfWeek;
|
|
35
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Flow API
|
|
4
|
+
* Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200129
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DayOfWeek = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The day of the week.
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
var DayOfWeek;
|
|
22
|
+
(function (DayOfWeek) {
|
|
23
|
+
DayOfWeek["Sunday"] = "SUNDAY";
|
|
24
|
+
DayOfWeek["Monday"] = "MONDAY";
|
|
25
|
+
DayOfWeek["Tuesday"] = "TUESDAY";
|
|
26
|
+
DayOfWeek["Wednesday"] = "WEDNESDAY";
|
|
27
|
+
DayOfWeek["Thursday"] = "THURSDAY";
|
|
28
|
+
DayOfWeek["Friday"] = "FRIDAY";
|
|
29
|
+
DayOfWeek["Saturday"] = "SATURDAY";
|
|
30
|
+
/**
|
|
31
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
|
+
* version of the SDK.
|
|
33
|
+
*/
|
|
34
|
+
DayOfWeek["UnknownValue"] = "UNKNOWN_VALUE";
|
|
35
|
+
})(DayOfWeek = exports.DayOfWeek || (exports.DayOfWeek = {}));
|
|
36
|
+
(function (DayOfWeek) {
|
|
37
|
+
function getJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
DayOfWeek.getJsonObj = getJsonObj;
|
|
41
|
+
function getDeserializedJsonObj(obj) {
|
|
42
|
+
return obj;
|
|
43
|
+
}
|
|
44
|
+
DayOfWeek.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
45
|
+
})(DayOfWeek = exports.DayOfWeek || (exports.DayOfWeek = {}));
|
|
46
|
+
//# sourceMappingURL=day-of-week.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"day-of-week.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/day-of-week.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,SAcX;AAdD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,8BAAiB,CAAA;IACjB,gCAAmB,CAAA;IACnB,oCAAuB,CAAA;IACvB,kCAAqB,CAAA;IACrB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;IAErB;;;OAGG;IACH,2CAA8B,CAAA;AAChC,CAAC,EAdW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAcpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -27,18 +27,48 @@ import * as ApplicationType from "./application-type";
|
|
|
27
27
|
export import ApplicationType = ApplicationType.ApplicationType;
|
|
28
28
|
import * as ChangeApplicationCompartmentDetails from "./change-application-compartment-details";
|
|
29
29
|
export import ChangeApplicationCompartmentDetails = ChangeApplicationCompartmentDetails.ChangeApplicationCompartmentDetails;
|
|
30
|
+
import * as ChangePoolCompartmentDetails from "./change-pool-compartment-details";
|
|
31
|
+
export import ChangePoolCompartmentDetails = ChangePoolCompartmentDetails.ChangePoolCompartmentDetails;
|
|
30
32
|
import * as ChangePrivateEndpointCompartmentDetails from "./change-private-endpoint-compartment-details";
|
|
31
33
|
export import ChangePrivateEndpointCompartmentDetails = ChangePrivateEndpointCompartmentDetails.ChangePrivateEndpointCompartmentDetails;
|
|
32
34
|
import * as ChangeRunCompartmentDetails from "./change-run-compartment-details";
|
|
33
35
|
export import ChangeRunCompartmentDetails = ChangeRunCompartmentDetails.ChangeRunCompartmentDetails;
|
|
36
|
+
import * as ChangeSqlEndpointCompartmentDetails from "./change-sql-endpoint-compartment-details";
|
|
37
|
+
export import ChangeSqlEndpointCompartmentDetails = ChangeSqlEndpointCompartmentDetails.ChangeSqlEndpointCompartmentDetails;
|
|
34
38
|
import * as CreateApplicationDetails from "./create-application-details";
|
|
35
39
|
export import CreateApplicationDetails = CreateApplicationDetails.CreateApplicationDetails;
|
|
40
|
+
import * as CreatePoolDetails from "./create-pool-details";
|
|
41
|
+
export import CreatePoolDetails = CreatePoolDetails.CreatePoolDetails;
|
|
36
42
|
import * as CreatePrivateEndpointDetails from "./create-private-endpoint-details";
|
|
37
43
|
export import CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
|
|
38
44
|
import * as CreateRunDetails from "./create-run-details";
|
|
39
45
|
export import CreateRunDetails = CreateRunDetails.CreateRunDetails;
|
|
46
|
+
import * as CreateSqlEndpointDetails from "./create-sql-endpoint-details";
|
|
47
|
+
export import CreateSqlEndpointDetails = CreateSqlEndpointDetails.CreateSqlEndpointDetails;
|
|
40
48
|
import * as CreateStatementDetails from "./create-statement-details";
|
|
41
49
|
export import CreateStatementDetails = CreateStatementDetails.CreateStatementDetails;
|
|
50
|
+
import * as DayOfWeek from "./day-of-week";
|
|
51
|
+
export import DayOfWeek = DayOfWeek.DayOfWeek;
|
|
52
|
+
import * as IpNotationType from "./ip-notation-type";
|
|
53
|
+
export import IpNotationType = IpNotationType.IpNotationType;
|
|
54
|
+
import * as NetworkType from "./network-type";
|
|
55
|
+
export import NetworkType = NetworkType.NetworkType;
|
|
56
|
+
import * as NodeCount from "./node-count";
|
|
57
|
+
export import NodeCount = NodeCount.NodeCount;
|
|
58
|
+
import * as Pool from "./pool";
|
|
59
|
+
export import Pool = Pool.Pool;
|
|
60
|
+
import * as PoolCollection from "./pool-collection";
|
|
61
|
+
export import PoolCollection = PoolCollection.PoolCollection;
|
|
62
|
+
import * as PoolConfig from "./pool-config";
|
|
63
|
+
export import PoolConfig = PoolConfig.PoolConfig;
|
|
64
|
+
import * as PoolLifecycleState from "./pool-lifecycle-state";
|
|
65
|
+
export import PoolLifecycleState = PoolLifecycleState.PoolLifecycleState;
|
|
66
|
+
import * as PoolMetrics from "./pool-metrics";
|
|
67
|
+
export import PoolMetrics = PoolMetrics.PoolMetrics;
|
|
68
|
+
import * as PoolSchedule from "./pool-schedule";
|
|
69
|
+
export import PoolSchedule = PoolSchedule.PoolSchedule;
|
|
70
|
+
import * as PoolSummary from "./pool-summary";
|
|
71
|
+
export import PoolSummary = PoolSummary.PoolSummary;
|
|
42
72
|
import * as PrivateEndpoint from "./private-endpoint";
|
|
43
73
|
export import PrivateEndpoint = PrivateEndpoint.PrivateEndpoint;
|
|
44
74
|
import * as PrivateEndpointCollection from "./private-endpoint-collection";
|
|
@@ -57,8 +87,20 @@ import * as RunSummary from "./run-summary";
|
|
|
57
87
|
export import RunSummary = RunSummary.RunSummary;
|
|
58
88
|
import * as Scan from "./scan";
|
|
59
89
|
export import Scan = Scan.Scan;
|
|
90
|
+
import * as SecureAccessControlRule from "./secure-access-control-rule";
|
|
91
|
+
export import SecureAccessControlRule = SecureAccessControlRule.SecureAccessControlRule;
|
|
60
92
|
import * as ShapeConfig from "./shape-config";
|
|
61
93
|
export import ShapeConfig = ShapeConfig.ShapeConfig;
|
|
94
|
+
import * as SqlEndpoint from "./sql-endpoint";
|
|
95
|
+
export import SqlEndpoint = SqlEndpoint.SqlEndpoint;
|
|
96
|
+
import * as SqlEndpointCollection from "./sql-endpoint-collection";
|
|
97
|
+
export import SqlEndpointCollection = SqlEndpointCollection.SqlEndpointCollection;
|
|
98
|
+
import * as SqlEndpointLifecycleState from "./sql-endpoint-lifecycle-state";
|
|
99
|
+
export import SqlEndpointLifecycleState = SqlEndpointLifecycleState.SqlEndpointLifecycleState;
|
|
100
|
+
import * as SqlEndpointNetworkConfiguration from "./sql-endpoint-network-configuration";
|
|
101
|
+
export import SqlEndpointNetworkConfiguration = SqlEndpointNetworkConfiguration.SqlEndpointNetworkConfiguration;
|
|
102
|
+
import * as SqlEndpointSummary from "./sql-endpoint-summary";
|
|
103
|
+
export import SqlEndpointSummary = SqlEndpointSummary.SqlEndpointSummary;
|
|
62
104
|
import * as Statement from "./statement";
|
|
63
105
|
export import Statement = Statement.Statement;
|
|
64
106
|
import * as StatementCollection from "./statement-collection";
|
|
@@ -73,10 +115,14 @@ import * as StatementSummary from "./statement-summary";
|
|
|
73
115
|
export import StatementSummary = StatementSummary.StatementSummary;
|
|
74
116
|
import * as UpdateApplicationDetails from "./update-application-details";
|
|
75
117
|
export import UpdateApplicationDetails = UpdateApplicationDetails.UpdateApplicationDetails;
|
|
118
|
+
import * as UpdatePoolDetails from "./update-pool-details";
|
|
119
|
+
export import UpdatePoolDetails = UpdatePoolDetails.UpdatePoolDetails;
|
|
76
120
|
import * as UpdatePrivateEndpointDetails from "./update-private-endpoint-details";
|
|
77
121
|
export import UpdatePrivateEndpointDetails = UpdatePrivateEndpointDetails.UpdatePrivateEndpointDetails;
|
|
78
122
|
import * as UpdateRunDetails from "./update-run-details";
|
|
79
123
|
export import UpdateRunDetails = UpdateRunDetails.UpdateRunDetails;
|
|
124
|
+
import * as UpdateSqlEndpointDetails from "./update-sql-endpoint-details";
|
|
125
|
+
export import UpdateSqlEndpointDetails = UpdateSqlEndpointDetails.UpdateSqlEndpointDetails;
|
|
80
126
|
import * as WorkRequest from "./work-request";
|
|
81
127
|
export import WorkRequest = WorkRequest.WorkRequest;
|
|
82
128
|
import * as WorkRequestCollection from "./work-request-collection";
|
|
@@ -99,6 +145,10 @@ import * as WorkRequestSummary from "./work-request-summary";
|
|
|
99
145
|
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
100
146
|
import * as ImagePngStatementOutputData from "./image-png-statement-output-data";
|
|
101
147
|
export import ImagePngStatementOutputData = ImagePngStatementOutputData.ImagePngStatementOutputData;
|
|
148
|
+
import * as SqlEndpointSecureAccessConfig from "./sql-endpoint-secure-access-config";
|
|
149
|
+
export import SqlEndpointSecureAccessConfig = SqlEndpointSecureAccessConfig.SqlEndpointSecureAccessConfig;
|
|
150
|
+
import * as SqlEndpointVcnConfig from "./sql-endpoint-vcn-config";
|
|
151
|
+
export import SqlEndpointVcnConfig = SqlEndpointVcnConfig.SqlEndpointVcnConfig;
|
|
102
152
|
import * as TextHtmlStatementOutputData from "./text-html-statement-output-data";
|
|
103
153
|
export import TextHtmlStatementOutputData = TextHtmlStatementOutputData.TextHtmlStatementOutputData;
|
|
104
154
|
import * as TextPlainStatementOutputData from "./text-plain-statement-output-data";
|
package/lib/model/index.js
CHANGED
|
@@ -32,7 +32,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.
|
|
35
|
+
exports.StatementOutputData = exports.StatementOutput = exports.StatementLifecycleState = exports.StatementCollection = exports.Statement = exports.SqlEndpointSummary = exports.SqlEndpointNetworkConfiguration = exports.SqlEndpointLifecycleState = exports.SqlEndpointCollection = exports.SqlEndpoint = exports.ShapeConfig = exports.SecureAccessControlRule = exports.Scan = exports.RunSummary = exports.RunLogSummary = exports.RunLifecycleState = exports.Run = exports.PrivateEndpointSummary = exports.PrivateEndpointLifecycleState = exports.PrivateEndpointCollection = exports.PrivateEndpoint = exports.PoolSummary = exports.PoolSchedule = exports.PoolMetrics = exports.PoolLifecycleState = exports.PoolConfig = exports.PoolCollection = exports.Pool = exports.NodeCount = exports.NetworkType = exports.IpNotationType = exports.DayOfWeek = exports.CreateStatementDetails = exports.CreateSqlEndpointDetails = exports.CreateRunDetails = exports.CreatePrivateEndpointDetails = exports.CreatePoolDetails = exports.CreateApplicationDetails = exports.ChangeSqlEndpointCompartmentDetails = exports.ChangeRunCompartmentDetails = exports.ChangePrivateEndpointCompartmentDetails = exports.ChangePoolCompartmentDetails = exports.ChangeApplicationCompartmentDetails = exports.ApplicationType = exports.ApplicationSummary = exports.ApplicationParameter = exports.ApplicationLogConfig = exports.ApplicationLifecycleState = exports.ApplicationLanguage = exports.Application = void 0;
|
|
36
|
+
exports.TextPlainStatementOutputData = exports.TextHtmlStatementOutputData = exports.SqlEndpointVcnConfig = exports.SqlEndpointSecureAccessConfig = exports.ImagePngStatementOutputData = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperation = exports.WorkRequestLogCollection = exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateSqlEndpointDetails = exports.UpdateRunDetails = exports.UpdatePrivateEndpointDetails = exports.UpdatePoolDetails = exports.UpdateApplicationDetails = exports.StatementSummary = void 0;
|
|
36
37
|
const Application = __importStar(require("./application"));
|
|
37
38
|
exports.Application = Application.Application;
|
|
38
39
|
const ApplicationLanguage = __importStar(require("./application-language"));
|
|
@@ -49,18 +50,48 @@ const ApplicationType = __importStar(require("./application-type"));
|
|
|
49
50
|
exports.ApplicationType = ApplicationType.ApplicationType;
|
|
50
51
|
const ChangeApplicationCompartmentDetails = __importStar(require("./change-application-compartment-details"));
|
|
51
52
|
exports.ChangeApplicationCompartmentDetails = ChangeApplicationCompartmentDetails.ChangeApplicationCompartmentDetails;
|
|
53
|
+
const ChangePoolCompartmentDetails = __importStar(require("./change-pool-compartment-details"));
|
|
54
|
+
exports.ChangePoolCompartmentDetails = ChangePoolCompartmentDetails.ChangePoolCompartmentDetails;
|
|
52
55
|
const ChangePrivateEndpointCompartmentDetails = __importStar(require("./change-private-endpoint-compartment-details"));
|
|
53
56
|
exports.ChangePrivateEndpointCompartmentDetails = ChangePrivateEndpointCompartmentDetails.ChangePrivateEndpointCompartmentDetails;
|
|
54
57
|
const ChangeRunCompartmentDetails = __importStar(require("./change-run-compartment-details"));
|
|
55
58
|
exports.ChangeRunCompartmentDetails = ChangeRunCompartmentDetails.ChangeRunCompartmentDetails;
|
|
59
|
+
const ChangeSqlEndpointCompartmentDetails = __importStar(require("./change-sql-endpoint-compartment-details"));
|
|
60
|
+
exports.ChangeSqlEndpointCompartmentDetails = ChangeSqlEndpointCompartmentDetails.ChangeSqlEndpointCompartmentDetails;
|
|
56
61
|
const CreateApplicationDetails = __importStar(require("./create-application-details"));
|
|
57
62
|
exports.CreateApplicationDetails = CreateApplicationDetails.CreateApplicationDetails;
|
|
63
|
+
const CreatePoolDetails = __importStar(require("./create-pool-details"));
|
|
64
|
+
exports.CreatePoolDetails = CreatePoolDetails.CreatePoolDetails;
|
|
58
65
|
const CreatePrivateEndpointDetails = __importStar(require("./create-private-endpoint-details"));
|
|
59
66
|
exports.CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
|
|
60
67
|
const CreateRunDetails = __importStar(require("./create-run-details"));
|
|
61
68
|
exports.CreateRunDetails = CreateRunDetails.CreateRunDetails;
|
|
69
|
+
const CreateSqlEndpointDetails = __importStar(require("./create-sql-endpoint-details"));
|
|
70
|
+
exports.CreateSqlEndpointDetails = CreateSqlEndpointDetails.CreateSqlEndpointDetails;
|
|
62
71
|
const CreateStatementDetails = __importStar(require("./create-statement-details"));
|
|
63
72
|
exports.CreateStatementDetails = CreateStatementDetails.CreateStatementDetails;
|
|
73
|
+
const DayOfWeek = __importStar(require("./day-of-week"));
|
|
74
|
+
exports.DayOfWeek = DayOfWeek.DayOfWeek;
|
|
75
|
+
const IpNotationType = __importStar(require("./ip-notation-type"));
|
|
76
|
+
exports.IpNotationType = IpNotationType.IpNotationType;
|
|
77
|
+
const NetworkType = __importStar(require("./network-type"));
|
|
78
|
+
exports.NetworkType = NetworkType.NetworkType;
|
|
79
|
+
const NodeCount = __importStar(require("./node-count"));
|
|
80
|
+
exports.NodeCount = NodeCount.NodeCount;
|
|
81
|
+
const Pool = __importStar(require("./pool"));
|
|
82
|
+
exports.Pool = Pool.Pool;
|
|
83
|
+
const PoolCollection = __importStar(require("./pool-collection"));
|
|
84
|
+
exports.PoolCollection = PoolCollection.PoolCollection;
|
|
85
|
+
const PoolConfig = __importStar(require("./pool-config"));
|
|
86
|
+
exports.PoolConfig = PoolConfig.PoolConfig;
|
|
87
|
+
const PoolLifecycleState = __importStar(require("./pool-lifecycle-state"));
|
|
88
|
+
exports.PoolLifecycleState = PoolLifecycleState.PoolLifecycleState;
|
|
89
|
+
const PoolMetrics = __importStar(require("./pool-metrics"));
|
|
90
|
+
exports.PoolMetrics = PoolMetrics.PoolMetrics;
|
|
91
|
+
const PoolSchedule = __importStar(require("./pool-schedule"));
|
|
92
|
+
exports.PoolSchedule = PoolSchedule.PoolSchedule;
|
|
93
|
+
const PoolSummary = __importStar(require("./pool-summary"));
|
|
94
|
+
exports.PoolSummary = PoolSummary.PoolSummary;
|
|
64
95
|
const PrivateEndpoint = __importStar(require("./private-endpoint"));
|
|
65
96
|
exports.PrivateEndpoint = PrivateEndpoint.PrivateEndpoint;
|
|
66
97
|
const PrivateEndpointCollection = __importStar(require("./private-endpoint-collection"));
|
|
@@ -79,8 +110,20 @@ const RunSummary = __importStar(require("./run-summary"));
|
|
|
79
110
|
exports.RunSummary = RunSummary.RunSummary;
|
|
80
111
|
const Scan = __importStar(require("./scan"));
|
|
81
112
|
exports.Scan = Scan.Scan;
|
|
113
|
+
const SecureAccessControlRule = __importStar(require("./secure-access-control-rule"));
|
|
114
|
+
exports.SecureAccessControlRule = SecureAccessControlRule.SecureAccessControlRule;
|
|
82
115
|
const ShapeConfig = __importStar(require("./shape-config"));
|
|
83
116
|
exports.ShapeConfig = ShapeConfig.ShapeConfig;
|
|
117
|
+
const SqlEndpoint = __importStar(require("./sql-endpoint"));
|
|
118
|
+
exports.SqlEndpoint = SqlEndpoint.SqlEndpoint;
|
|
119
|
+
const SqlEndpointCollection = __importStar(require("./sql-endpoint-collection"));
|
|
120
|
+
exports.SqlEndpointCollection = SqlEndpointCollection.SqlEndpointCollection;
|
|
121
|
+
const SqlEndpointLifecycleState = __importStar(require("./sql-endpoint-lifecycle-state"));
|
|
122
|
+
exports.SqlEndpointLifecycleState = SqlEndpointLifecycleState.SqlEndpointLifecycleState;
|
|
123
|
+
const SqlEndpointNetworkConfiguration = __importStar(require("./sql-endpoint-network-configuration"));
|
|
124
|
+
exports.SqlEndpointNetworkConfiguration = SqlEndpointNetworkConfiguration.SqlEndpointNetworkConfiguration;
|
|
125
|
+
const SqlEndpointSummary = __importStar(require("./sql-endpoint-summary"));
|
|
126
|
+
exports.SqlEndpointSummary = SqlEndpointSummary.SqlEndpointSummary;
|
|
84
127
|
const Statement = __importStar(require("./statement"));
|
|
85
128
|
exports.Statement = Statement.Statement;
|
|
86
129
|
const StatementCollection = __importStar(require("./statement-collection"));
|
|
@@ -95,10 +138,14 @@ const StatementSummary = __importStar(require("./statement-summary"));
|
|
|
95
138
|
exports.StatementSummary = StatementSummary.StatementSummary;
|
|
96
139
|
const UpdateApplicationDetails = __importStar(require("./update-application-details"));
|
|
97
140
|
exports.UpdateApplicationDetails = UpdateApplicationDetails.UpdateApplicationDetails;
|
|
141
|
+
const UpdatePoolDetails = __importStar(require("./update-pool-details"));
|
|
142
|
+
exports.UpdatePoolDetails = UpdatePoolDetails.UpdatePoolDetails;
|
|
98
143
|
const UpdatePrivateEndpointDetails = __importStar(require("./update-private-endpoint-details"));
|
|
99
144
|
exports.UpdatePrivateEndpointDetails = UpdatePrivateEndpointDetails.UpdatePrivateEndpointDetails;
|
|
100
145
|
const UpdateRunDetails = __importStar(require("./update-run-details"));
|
|
101
146
|
exports.UpdateRunDetails = UpdateRunDetails.UpdateRunDetails;
|
|
147
|
+
const UpdateSqlEndpointDetails = __importStar(require("./update-sql-endpoint-details"));
|
|
148
|
+
exports.UpdateSqlEndpointDetails = UpdateSqlEndpointDetails.UpdateSqlEndpointDetails;
|
|
102
149
|
const WorkRequest = __importStar(require("./work-request"));
|
|
103
150
|
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
104
151
|
const WorkRequestCollection = __importStar(require("./work-request-collection"));
|
|
@@ -121,6 +168,10 @@ const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
|
121
168
|
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
122
169
|
const ImagePngStatementOutputData = __importStar(require("./image-png-statement-output-data"));
|
|
123
170
|
exports.ImagePngStatementOutputData = ImagePngStatementOutputData.ImagePngStatementOutputData;
|
|
171
|
+
const SqlEndpointSecureAccessConfig = __importStar(require("./sql-endpoint-secure-access-config"));
|
|
172
|
+
exports.SqlEndpointSecureAccessConfig = SqlEndpointSecureAccessConfig.SqlEndpointSecureAccessConfig;
|
|
173
|
+
const SqlEndpointVcnConfig = __importStar(require("./sql-endpoint-vcn-config"));
|
|
174
|
+
exports.SqlEndpointVcnConfig = SqlEndpointVcnConfig.SqlEndpointVcnConfig;
|
|
124
175
|
const TextHtmlStatementOutputData = __importStar(require("./text-html-statement-output-data"));
|
|
125
176
|
exports.TextHtmlStatementOutputData = TextHtmlStatementOutputData.TextHtmlStatementOutputData;
|
|
126
177
|
const TextPlainStatementOutputData = __importStar(require("./text-plain-statement-output-data"));
|