oci-dataflow 2.44.0 → 2.46.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 +64 -24
- package/lib/client.js +286 -24
- package/lib/client.js.map +1 -1
- package/lib/dataflow-waiter.d.ts +8 -0
- package/lib/dataflow-waiter.js +12 -0
- package/lib/dataflow-waiter.js.map +1 -1
- package/lib/model/application-type.d.ts +1 -0
- package/lib/model/application-type.js +1 -0
- package/lib/model/application-type.js.map +1 -1
- package/lib/model/application.d.ts +13 -1
- package/lib/model/application.js.map +1 -1
- package/lib/model/create-application-details.d.ts +14 -2
- package/lib/model/create-application-details.js.map +1 -1
- package/lib/model/create-run-details.d.ts +13 -1
- package/lib/model/create-run-details.js.map +1 -1
- package/lib/model/create-statement-details.d.ts +29 -0
- package/lib/model/create-statement-details.js +30 -0
- package/lib/model/create-statement-details.js.map +1 -0
- package/lib/model/image-png-statement-output-data.d.ts +33 -0
- package/lib/model/image-png-statement-output-data.js +55 -0
- package/lib/model/image-png-statement-output-data.js.map +1 -0
- package/lib/model/index.d.ts +20 -0
- package/lib/model/index.js +21 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/run.d.ts +13 -1
- package/lib/model/run.js.map +1 -1
- package/lib/model/statement-collection.d.ts +29 -0
- package/lib/model/statement-collection.js +62 -0
- package/lib/model/statement-collection.js.map +1 -0
- package/lib/model/statement-lifecycle-state.d.ts +34 -0
- package/lib/model/statement-lifecycle-state.js +45 -0
- package/lib/model/statement-lifecycle-state.js.map +1 -0
- package/lib/model/statement-output-data.d.ts +24 -0
- package/lib/model/statement-output-data.js +77 -0
- package/lib/model/statement-output-data.js.map +1 -0
- package/lib/model/statement-output.d.ts +54 -0
- package/lib/model/statement-output.js +64 -0
- package/lib/model/statement-output.js.map +1 -0
- package/lib/model/statement-summary.d.ts +51 -0
- package/lib/model/statement-summary.js +30 -0
- package/lib/model/statement-summary.js.map +1 -0
- package/lib/model/statement.d.ts +63 -0
- package/lib/model/statement.js +54 -0
- package/lib/model/statement.js.map +1 -0
- package/lib/model/text-html-statement-output-data.d.ts +31 -0
- package/lib/model/text-html-statement-output-data.js +55 -0
- package/lib/model/text-html-statement-output-data.js.map +1 -0
- package/lib/model/text-plain-statement-output-data.d.ts +31 -0
- package/lib/model/text-plain-statement-output-data.js +55 -0
- package/lib/model/text-plain-statement-output-data.js.map +1 -0
- package/lib/model/update-application-details.d.ts +13 -1
- package/lib/model/update-application-details.js.map +1 -1
- package/lib/model/update-run-details.d.ts +13 -1
- package/lib/model/update-run-details.js.map +1 -1
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- 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/create-application-request.d.ts +1 -1
- 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-statement-request.d.ts +35 -0
- package/lib/request/create-statement-request.js +15 -0
- package/lib/request/create-statement-request.js.map +1 -0
- package/lib/request/delete-application-request.d.ts +1 -1
- 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-statement-request.d.ts +41 -0
- package/lib/request/delete-statement-request.js +15 -0
- package/lib/request/delete-statement-request.js.map +1 -0
- package/lib/request/get-application-request.d.ts +1 -1
- 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-statement-request.d.ts +34 -0
- package/lib/request/get-statement-request.js +15 -0
- package/lib/request/get-statement-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/list-statements-request.d.ts +65 -0
- package/lib/request/list-statements-request.js +28 -0
- package/lib/request/list-statements-request.js.map +1 -0
- 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/update-application-request.d.ts +1 -1
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-run-request.d.ts +1 -1
- package/lib/response/create-statement-response.d.ts +31 -0
- package/lib/response/create-statement-response.js +15 -0
- package/lib/response/create-statement-response.js.map +1 -0
- package/lib/response/delete-statement-response.d.ts +20 -0
- package/lib/response/delete-statement-response.js +15 -0
- package/lib/response/delete-statement-response.js.map +1 -0
- package/lib/response/get-statement-response.d.ts +31 -0
- package/lib/response/get-statement-response.js +15 -0
- package/lib/response/get-statement-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/list-statements-response.d.ts +38 -0
- package/lib/response/list-statements-response.js +15 -0
- package/lib/response/list-statements-response.js.map +1 -0
- package/package.json +3 -3
package/lib/model/index.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ import * as CreatePrivateEndpointDetails from "./create-private-endpoint-details
|
|
|
37
37
|
export import CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
|
|
38
38
|
import * as CreateRunDetails from "./create-run-details";
|
|
39
39
|
export import CreateRunDetails = CreateRunDetails.CreateRunDetails;
|
|
40
|
+
import * as CreateStatementDetails from "./create-statement-details";
|
|
41
|
+
export import CreateStatementDetails = CreateStatementDetails.CreateStatementDetails;
|
|
40
42
|
import * as PrivateEndpoint from "./private-endpoint";
|
|
41
43
|
export import PrivateEndpoint = PrivateEndpoint.PrivateEndpoint;
|
|
42
44
|
import * as PrivateEndpointCollection from "./private-endpoint-collection";
|
|
@@ -55,6 +57,18 @@ import * as RunSummary from "./run-summary";
|
|
|
55
57
|
export import RunSummary = RunSummary.RunSummary;
|
|
56
58
|
import * as ShapeConfig from "./shape-config";
|
|
57
59
|
export import ShapeConfig = ShapeConfig.ShapeConfig;
|
|
60
|
+
import * as Statement from "./statement";
|
|
61
|
+
export import Statement = Statement.Statement;
|
|
62
|
+
import * as StatementCollection from "./statement-collection";
|
|
63
|
+
export import StatementCollection = StatementCollection.StatementCollection;
|
|
64
|
+
import * as StatementLifecycleState from "./statement-lifecycle-state";
|
|
65
|
+
export import StatementLifecycleState = StatementLifecycleState.StatementLifecycleState;
|
|
66
|
+
import * as StatementOutput from "./statement-output";
|
|
67
|
+
export import StatementOutput = StatementOutput.StatementOutput;
|
|
68
|
+
import * as StatementOutputData from "./statement-output-data";
|
|
69
|
+
export import StatementOutputData = StatementOutputData.StatementOutputData;
|
|
70
|
+
import * as StatementSummary from "./statement-summary";
|
|
71
|
+
export import StatementSummary = StatementSummary.StatementSummary;
|
|
58
72
|
import * as UpdateApplicationDetails from "./update-application-details";
|
|
59
73
|
export import UpdateApplicationDetails = UpdateApplicationDetails.UpdateApplicationDetails;
|
|
60
74
|
import * as UpdatePrivateEndpointDetails from "./update-private-endpoint-details";
|
|
@@ -81,3 +95,9 @@ import * as WorkRequestStatus from "./work-request-status";
|
|
|
81
95
|
export import WorkRequestStatus = WorkRequestStatus.WorkRequestStatus;
|
|
82
96
|
import * as WorkRequestSummary from "./work-request-summary";
|
|
83
97
|
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
98
|
+
import * as ImagePngStatementOutputData from "./image-png-statement-output-data";
|
|
99
|
+
export import ImagePngStatementOutputData = ImagePngStatementOutputData.ImagePngStatementOutputData;
|
|
100
|
+
import * as TextHtmlStatementOutputData from "./text-html-statement-output-data";
|
|
101
|
+
export import TextHtmlStatementOutputData = TextHtmlStatementOutputData.TextHtmlStatementOutputData;
|
|
102
|
+
import * as TextPlainStatementOutputData from "./text-plain-statement-output-data";
|
|
103
|
+
export import TextPlainStatementOutputData = TextPlainStatementOutputData.TextPlainStatementOutputData;
|
package/lib/model/index.js
CHANGED
|
@@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperation = exports.WorkRequestLogCollection = exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateRunDetails = exports.UpdatePrivateEndpointDetails = exports.UpdateApplicationDetails = exports.ShapeConfig = exports.RunSummary = exports.RunLogSummary = exports.RunLifecycleState = exports.Run = exports.PrivateEndpointSummary = exports.PrivateEndpointLifecycleState = exports.PrivateEndpointCollection = exports.PrivateEndpoint = exports.CreateRunDetails = exports.CreatePrivateEndpointDetails = exports.CreateApplicationDetails = exports.ChangeRunCompartmentDetails = exports.ChangePrivateEndpointCompartmentDetails = exports.ChangeApplicationCompartmentDetails = exports.ApplicationType = exports.ApplicationSummary = exports.ApplicationParameter = exports.ApplicationLogConfig = exports.ApplicationLifecycleState = exports.ApplicationLanguage = exports.Application = void 0;
|
|
35
|
+
exports.TextPlainStatementOutputData = exports.TextHtmlStatementOutputData = exports.ImagePngStatementOutputData = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperation = exports.WorkRequestLogCollection = exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateRunDetails = exports.UpdatePrivateEndpointDetails = exports.UpdateApplicationDetails = exports.StatementSummary = exports.StatementOutputData = exports.StatementOutput = exports.StatementLifecycleState = exports.StatementCollection = exports.Statement = exports.ShapeConfig = exports.RunSummary = exports.RunLogSummary = exports.RunLifecycleState = exports.Run = exports.PrivateEndpointSummary = exports.PrivateEndpointLifecycleState = exports.PrivateEndpointCollection = exports.PrivateEndpoint = exports.CreateStatementDetails = exports.CreateRunDetails = exports.CreatePrivateEndpointDetails = exports.CreateApplicationDetails = exports.ChangeRunCompartmentDetails = exports.ChangePrivateEndpointCompartmentDetails = exports.ChangeApplicationCompartmentDetails = exports.ApplicationType = exports.ApplicationSummary = exports.ApplicationParameter = exports.ApplicationLogConfig = exports.ApplicationLifecycleState = exports.ApplicationLanguage = exports.Application = void 0;
|
|
36
36
|
const Application = __importStar(require("./application"));
|
|
37
37
|
exports.Application = Application.Application;
|
|
38
38
|
const ApplicationLanguage = __importStar(require("./application-language"));
|
|
@@ -59,6 +59,8 @@ const CreatePrivateEndpointDetails = __importStar(require("./create-private-endp
|
|
|
59
59
|
exports.CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
|
|
60
60
|
const CreateRunDetails = __importStar(require("./create-run-details"));
|
|
61
61
|
exports.CreateRunDetails = CreateRunDetails.CreateRunDetails;
|
|
62
|
+
const CreateStatementDetails = __importStar(require("./create-statement-details"));
|
|
63
|
+
exports.CreateStatementDetails = CreateStatementDetails.CreateStatementDetails;
|
|
62
64
|
const PrivateEndpoint = __importStar(require("./private-endpoint"));
|
|
63
65
|
exports.PrivateEndpoint = PrivateEndpoint.PrivateEndpoint;
|
|
64
66
|
const PrivateEndpointCollection = __importStar(require("./private-endpoint-collection"));
|
|
@@ -77,6 +79,18 @@ const RunSummary = __importStar(require("./run-summary"));
|
|
|
77
79
|
exports.RunSummary = RunSummary.RunSummary;
|
|
78
80
|
const ShapeConfig = __importStar(require("./shape-config"));
|
|
79
81
|
exports.ShapeConfig = ShapeConfig.ShapeConfig;
|
|
82
|
+
const Statement = __importStar(require("./statement"));
|
|
83
|
+
exports.Statement = Statement.Statement;
|
|
84
|
+
const StatementCollection = __importStar(require("./statement-collection"));
|
|
85
|
+
exports.StatementCollection = StatementCollection.StatementCollection;
|
|
86
|
+
const StatementLifecycleState = __importStar(require("./statement-lifecycle-state"));
|
|
87
|
+
exports.StatementLifecycleState = StatementLifecycleState.StatementLifecycleState;
|
|
88
|
+
const StatementOutput = __importStar(require("./statement-output"));
|
|
89
|
+
exports.StatementOutput = StatementOutput.StatementOutput;
|
|
90
|
+
const StatementOutputData = __importStar(require("./statement-output-data"));
|
|
91
|
+
exports.StatementOutputData = StatementOutputData.StatementOutputData;
|
|
92
|
+
const StatementSummary = __importStar(require("./statement-summary"));
|
|
93
|
+
exports.StatementSummary = StatementSummary.StatementSummary;
|
|
80
94
|
const UpdateApplicationDetails = __importStar(require("./update-application-details"));
|
|
81
95
|
exports.UpdateApplicationDetails = UpdateApplicationDetails.UpdateApplicationDetails;
|
|
82
96
|
const UpdatePrivateEndpointDetails = __importStar(require("./update-private-endpoint-details"));
|
|
@@ -103,4 +117,10 @@ const WorkRequestStatus = __importStar(require("./work-request-status"));
|
|
|
103
117
|
exports.WorkRequestStatus = WorkRequestStatus.WorkRequestStatus;
|
|
104
118
|
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
105
119
|
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
120
|
+
const ImagePngStatementOutputData = __importStar(require("./image-png-statement-output-data"));
|
|
121
|
+
exports.ImagePngStatementOutputData = ImagePngStatementOutputData.ImagePngStatementOutputData;
|
|
122
|
+
const TextHtmlStatementOutputData = __importStar(require("./text-html-statement-output-data"));
|
|
123
|
+
exports.TextHtmlStatementOutputData = TextHtmlStatementOutputData.TextHtmlStatementOutputData;
|
|
124
|
+
const TextPlainStatementOutputData = __importStar(require("./text-plain-statement-output-data"));
|
|
125
|
+
exports.TextPlainStatementOutputData = TextPlainStatementOutputData.TextPlainStatementOutputData;
|
|
106
126
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/index.ts"],"names":[],"mappings":"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"}
|
package/lib/model/run.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
*/
|
|
19
19
|
export interface Run {
|
|
20
20
|
/**
|
|
21
|
-
* An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution a Python, Java, or Scala application.
|
|
21
|
+
* A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, ``oci://path/to/a.zip,oci://path/to/b.zip``. An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution of a Python, Java, or Scala application.
|
|
22
22
|
* See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -252,6 +252,18 @@ export interface Run {
|
|
|
252
252
|
*
|
|
253
253
|
*/
|
|
254
254
|
"warehouseBucketUri"?: string;
|
|
255
|
+
/**
|
|
256
|
+
* The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
|
|
257
|
+
* once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
|
258
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
259
|
+
*/
|
|
260
|
+
"maxDurationInMinutes"?: number;
|
|
261
|
+
/**
|
|
262
|
+
* The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
|
|
263
|
+
* Note: This parameter is currently only applicable for Runs of type `SESSION`. Default value is 2880 minutes (2 days)
|
|
264
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
265
|
+
*/
|
|
266
|
+
"idleTimeoutInMinutes"?: number;
|
|
255
267
|
}
|
|
256
268
|
export declare namespace Run {
|
|
257
269
|
function getJsonObj(obj: Run): object;
|
package/lib/model/run.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/run.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"run.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/run.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyPlC,IAAiB,GAAG,CAqDnB;AArDD,WAAiB,GAAG;IAClB,SAAgB,UAAU,CAAC,GAAQ;QACjC,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,cAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAQ;QAC7C,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,0BAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAqDnB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The results of a query for a list of statements of a Session Run. It contains StatementSummary items.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface StatementCollection {
|
|
20
|
+
/**
|
|
21
|
+
* A list of statements for a Session Run.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"items": Array<model.StatementSummary>;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace StatementCollection {
|
|
27
|
+
function getJsonObj(obj: StatementCollection): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: StatementCollection): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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, 2022, 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.StatementCollection = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var StatementCollection;
|
|
38
|
+
(function (StatementCollection) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"items": obj.items
|
|
42
|
+
? obj.items.map(item => {
|
|
43
|
+
return model.StatementSummary.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
StatementCollection.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"items": obj.items
|
|
53
|
+
? obj.items.map(item => {
|
|
54
|
+
return model.StatementSummary.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
StatementCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(StatementCollection = exports.StatementCollection || (exports.StatementCollection = {}));
|
|
62
|
+
//# sourceMappingURL=statement-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statement-collection.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/statement-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,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,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,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,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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, 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
|
+
/**
|
|
15
|
+
* The lifecycle state of a statement.
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare enum StatementLifecycleState {
|
|
19
|
+
Accepted = "ACCEPTED",
|
|
20
|
+
Cancelling = "CANCELLING",
|
|
21
|
+
Cancelled = "CANCELLED",
|
|
22
|
+
Failed = "FAILED",
|
|
23
|
+
InProgress = "IN_PROGRESS",
|
|
24
|
+
Succeeded = "SUCCEEDED",
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace StatementLifecycleState {
|
|
32
|
+
function getJsonObj(obj: StatementLifecycleState): StatementLifecycleState;
|
|
33
|
+
function getDeserializedJsonObj(obj: StatementLifecycleState): StatementLifecycleState;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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, 2022, 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.StatementLifecycleState = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The lifecycle state of a statement.
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
var StatementLifecycleState;
|
|
22
|
+
(function (StatementLifecycleState) {
|
|
23
|
+
StatementLifecycleState["Accepted"] = "ACCEPTED";
|
|
24
|
+
StatementLifecycleState["Cancelling"] = "CANCELLING";
|
|
25
|
+
StatementLifecycleState["Cancelled"] = "CANCELLED";
|
|
26
|
+
StatementLifecycleState["Failed"] = "FAILED";
|
|
27
|
+
StatementLifecycleState["InProgress"] = "IN_PROGRESS";
|
|
28
|
+
StatementLifecycleState["Succeeded"] = "SUCCEEDED";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
StatementLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(StatementLifecycleState = exports.StatementLifecycleState || (exports.StatementLifecycleState = {}));
|
|
35
|
+
(function (StatementLifecycleState) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
StatementLifecycleState.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
StatementLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(StatementLifecycleState = exports.StatementLifecycleState || (exports.StatementLifecycleState = {}));
|
|
45
|
+
//# sourceMappingURL=statement-lifecycle-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statement-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/statement-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,uBAaX;AAbD,WAAY,uBAAuB;IACjC,gDAAqB,CAAA;IACrB,oDAAyB,CAAA;IACzB,kDAAuB,CAAA;IACvB,4CAAiB,CAAA;IACjB,qDAA0B,CAAA;IAC1B,kDAAuB,CAAA;IAEvB;;;OAGG;IACH,yDAA8B,CAAA;AAChC,CAAC,EAbW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAalC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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, 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
|
+
/**
|
|
15
|
+
* An object representing execution output of a statement.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface StatementOutputData {
|
|
19
|
+
"type": string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace StatementOutputData {
|
|
22
|
+
function getJsonObj(obj: StatementOutputData): object;
|
|
23
|
+
function getDeserializedJsonObj(obj: StatementOutputData): object;
|
|
24
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
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, 2022, 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.StatementOutputData = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
const common = require("oci-common");
|
|
38
|
+
var StatementOutputData;
|
|
39
|
+
(function (StatementOutputData) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
if (obj && "type" in obj && obj.type) {
|
|
43
|
+
switch (obj.type) {
|
|
44
|
+
case "IMAGE_PNG":
|
|
45
|
+
return model.ImagePngStatementOutputData.getJsonObj(jsonObj, true);
|
|
46
|
+
case "TEXT_HTML":
|
|
47
|
+
return model.TextHtmlStatementOutputData.getJsonObj(jsonObj, true);
|
|
48
|
+
case "TEXT_PLAIN":
|
|
49
|
+
return model.TextPlainStatementOutputData.getJsonObj(jsonObj, true);
|
|
50
|
+
default:
|
|
51
|
+
if (common.LOG.logger)
|
|
52
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
StatementOutputData.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
60
|
+
if (obj && "type" in obj && obj.type) {
|
|
61
|
+
switch (obj.type) {
|
|
62
|
+
case "IMAGE_PNG":
|
|
63
|
+
return model.ImagePngStatementOutputData.getDeserializedJsonObj(jsonObj, true);
|
|
64
|
+
case "TEXT_HTML":
|
|
65
|
+
return model.TextHtmlStatementOutputData.getDeserializedJsonObj(jsonObj, true);
|
|
66
|
+
case "TEXT_PLAIN":
|
|
67
|
+
return model.TextPlainStatementOutputData.getDeserializedJsonObj(jsonObj, true);
|
|
68
|
+
default:
|
|
69
|
+
if (common.LOG.logger)
|
|
70
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return jsonObj;
|
|
74
|
+
}
|
|
75
|
+
StatementOutputData.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
76
|
+
})(StatementOutputData = exports.StatementOutputData || (exports.StatementOutputData = {}));
|
|
77
|
+
//# sourceMappingURL=statement-output-data.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statement-output-data.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/statement-output-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAUtC,IAAiB,mBAAmB,CAqDnC;AArDD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,8BAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,0CAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAqDnC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The execution output of a statement.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface StatementOutput {
|
|
20
|
+
"data"?: model.ImagePngStatementOutputData | model.TextHtmlStatementOutputData | model.TextPlainStatementOutputData;
|
|
21
|
+
/**
|
|
22
|
+
* Status of the statement output.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"status"?: StatementOutput.Status;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the error in the statement output.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"errorName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The value of the error in the statement output.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"errorValue"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The traceback of the statement output.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"traceback"?: Array<string>;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace StatementOutput {
|
|
43
|
+
enum Status {
|
|
44
|
+
Ok = "OK",
|
|
45
|
+
Error = "ERROR",
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
51
|
+
}
|
|
52
|
+
function getJsonObj(obj: StatementOutput): object;
|
|
53
|
+
function getDeserializedJsonObj(obj: StatementOutput): object;
|
|
54
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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, 2022, 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.StatementOutput = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var StatementOutput;
|
|
38
|
+
(function (StatementOutput) {
|
|
39
|
+
let Status;
|
|
40
|
+
(function (Status) {
|
|
41
|
+
Status["Ok"] = "OK";
|
|
42
|
+
Status["Error"] = "ERROR";
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
48
|
+
})(Status = StatementOutput.Status || (StatementOutput.Status = {}));
|
|
49
|
+
function getJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"data": obj.data ? model.StatementOutputData.getJsonObj(obj.data) : undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
StatementOutput.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"data": obj.data ? model.StatementOutputData.getDeserializedJsonObj(obj.data) : undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
StatementOutput.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(StatementOutput = exports.StatementOutput || (exports.StatementOutput = {}));
|
|
64
|
+
//# sourceMappingURL=statement-output.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statement-output.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/statement-output.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,eAAe,CA+B/B;AA/BD,WAAiB,eAAe;IAC9B,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,mBAAS,CAAA;QACT,yBAAe,CAAA;QACf;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EARW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QAQjB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SAC9E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,0BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAsB,yBASrC,CAAA;AACH,CAAC,EA/BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA+B/B"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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, 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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Summary of the statement.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface StatementSummary {
|
|
20
|
+
/**
|
|
21
|
+
* The statement ID.
|
|
22
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"id": number;
|
|
25
|
+
/**
|
|
26
|
+
* The current state of this statement.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"lifecycleState": model.StatementLifecycleState;
|
|
30
|
+
/**
|
|
31
|
+
* The ID of a run.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"runId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
37
|
+
* Example: `2018-04-03T21:10:29.600Z`
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"timeCreated": Date;
|
|
41
|
+
/**
|
|
42
|
+
* The date and time a statement execution was completed, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
43
|
+
* Example: `2022-05-31T21:10:29.600Z`
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"timeCompleted"?: Date;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace StatementSummary {
|
|
49
|
+
function getJsonObj(obj: StatementSummary): object;
|
|
50
|
+
function getDeserializedJsonObj(obj: StatementSummary): object;
|
|
51
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2022, 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.StatementSummary = void 0;
|
|
17
|
+
var StatementSummary;
|
|
18
|
+
(function (StatementSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
StatementSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
StatementSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(StatementSummary = exports.StatementSummary || (exports.StatementSummary = {}));
|
|
30
|
+
//# sourceMappingURL=statement-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statement-summary.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/statement-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuCH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|