oci-dataflow 2.45.0 → 2.47.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.
Files changed (107) hide show
  1. package/lib/client.d.ts +64 -24
  2. package/lib/client.js +286 -24
  3. package/lib/client.js.map +1 -1
  4. package/lib/dataflow-waiter.d.ts +8 -0
  5. package/lib/dataflow-waiter.js +12 -0
  6. package/lib/dataflow-waiter.js.map +1 -1
  7. package/lib/model/application-type.d.ts +1 -0
  8. package/lib/model/application-type.js +1 -0
  9. package/lib/model/application-type.js.map +1 -1
  10. package/lib/model/application.d.ts +13 -1
  11. package/lib/model/application.js.map +1 -1
  12. package/lib/model/create-application-details.d.ts +14 -2
  13. package/lib/model/create-application-details.js.map +1 -1
  14. package/lib/model/create-run-details.d.ts +13 -1
  15. package/lib/model/create-run-details.js.map +1 -1
  16. package/lib/model/create-statement-details.d.ts +29 -0
  17. package/lib/model/create-statement-details.js +30 -0
  18. package/lib/model/create-statement-details.js.map +1 -0
  19. package/lib/model/image-png-statement-output-data.d.ts +33 -0
  20. package/lib/model/image-png-statement-output-data.js +55 -0
  21. package/lib/model/image-png-statement-output-data.js.map +1 -0
  22. package/lib/model/index.d.ts +20 -0
  23. package/lib/model/index.js +21 -1
  24. package/lib/model/index.js.map +1 -1
  25. package/lib/model/run.d.ts +13 -1
  26. package/lib/model/run.js.map +1 -1
  27. package/lib/model/statement-collection.d.ts +29 -0
  28. package/lib/model/statement-collection.js +62 -0
  29. package/lib/model/statement-collection.js.map +1 -0
  30. package/lib/model/statement-lifecycle-state.d.ts +34 -0
  31. package/lib/model/statement-lifecycle-state.js +45 -0
  32. package/lib/model/statement-lifecycle-state.js.map +1 -0
  33. package/lib/model/statement-output-data.d.ts +24 -0
  34. package/lib/model/statement-output-data.js +77 -0
  35. package/lib/model/statement-output-data.js.map +1 -0
  36. package/lib/model/statement-output.d.ts +54 -0
  37. package/lib/model/statement-output.js +64 -0
  38. package/lib/model/statement-output.js.map +1 -0
  39. package/lib/model/statement-summary.d.ts +51 -0
  40. package/lib/model/statement-summary.js +30 -0
  41. package/lib/model/statement-summary.js.map +1 -0
  42. package/lib/model/statement.d.ts +63 -0
  43. package/lib/model/statement.js +54 -0
  44. package/lib/model/statement.js.map +1 -0
  45. package/lib/model/text-html-statement-output-data.d.ts +31 -0
  46. package/lib/model/text-html-statement-output-data.js +55 -0
  47. package/lib/model/text-html-statement-output-data.js.map +1 -0
  48. package/lib/model/text-plain-statement-output-data.d.ts +31 -0
  49. package/lib/model/text-plain-statement-output-data.js +55 -0
  50. package/lib/model/text-plain-statement-output-data.js.map +1 -0
  51. package/lib/model/update-application-details.d.ts +13 -1
  52. package/lib/model/update-application-details.js.map +1 -1
  53. package/lib/model/update-run-details.d.ts +13 -1
  54. package/lib/model/update-run-details.js.map +1 -1
  55. package/lib/request/change-application-compartment-request.d.ts +1 -1
  56. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  57. package/lib/request/change-run-compartment-request.d.ts +1 -1
  58. package/lib/request/create-application-request.d.ts +1 -1
  59. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  60. package/lib/request/create-run-request.d.ts +1 -1
  61. package/lib/request/create-statement-request.d.ts +35 -0
  62. package/lib/request/create-statement-request.js +15 -0
  63. package/lib/request/create-statement-request.js.map +1 -0
  64. package/lib/request/delete-application-request.d.ts +1 -1
  65. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  66. package/lib/request/delete-run-request.d.ts +1 -1
  67. package/lib/request/delete-statement-request.d.ts +41 -0
  68. package/lib/request/delete-statement-request.js +15 -0
  69. package/lib/request/delete-statement-request.js.map +1 -0
  70. package/lib/request/get-application-request.d.ts +1 -1
  71. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  72. package/lib/request/get-run-log-request.d.ts +1 -1
  73. package/lib/request/get-run-request.d.ts +1 -1
  74. package/lib/request/get-statement-request.d.ts +34 -0
  75. package/lib/request/get-statement-request.js +15 -0
  76. package/lib/request/get-statement-request.js.map +1 -0
  77. package/lib/request/get-work-request-request.d.ts +1 -1
  78. package/lib/request/index.d.ts +8 -0
  79. package/lib/request/index.js +3 -1
  80. package/lib/request/index.js.map +1 -1
  81. package/lib/request/list-applications-request.d.ts +1 -1
  82. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  83. package/lib/request/list-run-logs-request.d.ts +1 -1
  84. package/lib/request/list-runs-request.d.ts +1 -1
  85. package/lib/request/list-statements-request.d.ts +65 -0
  86. package/lib/request/list-statements-request.js +28 -0
  87. package/lib/request/list-statements-request.js.map +1 -0
  88. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  89. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  90. package/lib/request/list-work-requests-request.d.ts +1 -1
  91. package/lib/request/update-application-request.d.ts +1 -1
  92. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  93. package/lib/request/update-run-request.d.ts +1 -1
  94. package/lib/response/create-statement-response.d.ts +31 -0
  95. package/lib/response/create-statement-response.js +15 -0
  96. package/lib/response/create-statement-response.js.map +1 -0
  97. package/lib/response/delete-statement-response.d.ts +20 -0
  98. package/lib/response/delete-statement-response.js +15 -0
  99. package/lib/response/delete-statement-response.js.map +1 -0
  100. package/lib/response/get-statement-response.d.ts +31 -0
  101. package/lib/response/get-statement-response.js +15 -0
  102. package/lib/response/get-statement-response.js.map +1 -0
  103. package/lib/response/index.d.ts +8 -0
  104. package/lib/response/list-statements-response.d.ts +38 -0
  105. package/lib/response/list-statements-response.js +15 -0
  106. package/lib/response/list-statements-response.js.map +1 -0
  107. package/package.json +3 -3
@@ -0,0 +1,63 @@
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
+ * A statement object.
17
+ *
18
+ */
19
+ export interface Statement {
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 statement code to execute.
27
+ * Example: `println(sc.version)`
28
+ *
29
+ */
30
+ "code": string;
31
+ /**
32
+ * The current state of this statement.
33
+ *
34
+ */
35
+ "lifecycleState": model.StatementLifecycleState;
36
+ "output"?: model.StatementOutput;
37
+ /**
38
+ * The execution progress.
39
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
40
+ */
41
+ "progress"?: number;
42
+ /**
43
+ * The ID of a run.
44
+ *
45
+ */
46
+ "runId"?: string;
47
+ /**
48
+ * The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
49
+ * Example: `2018-04-03T21:10:29.600Z`
50
+ *
51
+ */
52
+ "timeCreated": Date;
53
+ /**
54
+ * The date and time a statement execution was completed, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
55
+ * Example: `2022-05-31T21:10:29.600Z`
56
+ *
57
+ */
58
+ "timeCompleted"?: Date;
59
+ }
60
+ export declare namespace Statement {
61
+ function getJsonObj(obj: Statement): object;
62
+ function getDeserializedJsonObj(obj: Statement): object;
63
+ }
@@ -0,0 +1,54 @@
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.Statement = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var Statement;
38
+ (function (Statement) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "output": obj.output ? model.StatementOutput.getJsonObj(obj.output) : undefined
42
+ });
43
+ return jsonObj;
44
+ }
45
+ Statement.getJsonObj = getJsonObj;
46
+ function getDeserializedJsonObj(obj) {
47
+ const jsonObj = Object.assign(Object.assign({}, obj), {
48
+ "output": obj.output ? model.StatementOutput.getDeserializedJsonObj(obj.output) : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ Statement.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(Statement = exports.Statement || (exports.Statement = {}));
54
+ //# sourceMappingURL=statement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"statement.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/statement.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,SAAS,CAqBzB;AArBD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAChF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC5F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAsB,yBASrC,CAAA;AACH,CAAC,EArBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAqBzB"}
@@ -0,0 +1,31 @@
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 statement output data in html format.
17
+ *
18
+ */
19
+ export interface TextHtmlStatementOutputData extends model.StatementOutputData {
20
+ /**
21
+ * The statement code execution output in html format.
22
+ *
23
+ */
24
+ "value": string;
25
+ "type": string;
26
+ }
27
+ export declare namespace TextHtmlStatementOutputData {
28
+ function getJsonObj(obj: TextHtmlStatementOutputData, isParentJsonObj?: boolean): object;
29
+ const type = "TEXT_HTML";
30
+ function getDeserializedJsonObj(obj: TextHtmlStatementOutputData, isParentJsonObj?: boolean): object;
31
+ }
@@ -0,0 +1,55 @@
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.TextHtmlStatementOutputData = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var TextHtmlStatementOutputData;
38
+ (function (TextHtmlStatementOutputData) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.StatementOutputData.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ TextHtmlStatementOutputData.getJsonObj = getJsonObj;
46
+ TextHtmlStatementOutputData.type = "TEXT_HTML";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.StatementOutputData.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ TextHtmlStatementOutputData.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(TextHtmlStatementOutputData = exports.TextHtmlStatementOutputData || (exports.TextHtmlStatementOutputData = {}));
55
+ //# sourceMappingURL=text-html-statement-output-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-html-statement-output-data.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/text-html-statement-output-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,gCAAI,GAAG,WAAW,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
@@ -0,0 +1,31 @@
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 statement output data in text format.
17
+ *
18
+ */
19
+ export interface TextPlainStatementOutputData extends model.StatementOutputData {
20
+ /**
21
+ * The statement code execution output in text format.
22
+ *
23
+ */
24
+ "value": string;
25
+ "type": string;
26
+ }
27
+ export declare namespace TextPlainStatementOutputData {
28
+ function getJsonObj(obj: TextPlainStatementOutputData, isParentJsonObj?: boolean): object;
29
+ const type = "TEXT_PLAIN";
30
+ function getDeserializedJsonObj(obj: TextPlainStatementOutputData, isParentJsonObj?: boolean): object;
31
+ }
@@ -0,0 +1,55 @@
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.TextPlainStatementOutputData = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var TextPlainStatementOutputData;
38
+ (function (TextPlainStatementOutputData) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.StatementOutputData.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ TextPlainStatementOutputData.getJsonObj = getJsonObj;
46
+ TextPlainStatementOutputData.type = "TEXT_PLAIN";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.StatementOutputData.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ TextPlainStatementOutputData.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(TextPlainStatementOutputData = exports.TextPlainStatementOutputData || (exports.TextPlainStatementOutputData = {}));
55
+ //# sourceMappingURL=text-plain-statement-output-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-plain-statement-output-data.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/text-plain-statement-output-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,iCAAI,GAAG,YAAY,CAAC;IACjC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -40,7 +40,7 @@ export interface UpdateApplicationDetails {
40
40
  "language"?: model.ApplicationLanguage;
41
41
  "applicationLogConfig"?: model.ApplicationLogConfig;
42
42
  /**
43
- * 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.
43
+ * 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.
44
44
  * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
45
45
  *
46
46
  */
@@ -154,6 +154,18 @@ export interface UpdateApplicationDetails {
154
154
  *
155
155
  */
156
156
  "warehouseBucketUri"?: string;
157
+ /**
158
+ * The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
159
+ * once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
160
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
161
+ */
162
+ "maxDurationInMinutes"?: number;
163
+ /**
164
+ * The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
165
+ * Note: This parameter is currently only applicable for Runs of type `SESSION`. Default value is 2880 minutes (2 days)
166
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
167
+ */
168
+ "idleTimeoutInMinutes"?: number;
157
169
  }
158
170
  export declare namespace UpdateApplicationDetails {
159
171
  function getJsonObj(obj: UpdateApplicationDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"update-application-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-application-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2IlC,IAAiB,wBAAwB,CAqDxC;AArDD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,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,mCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,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,+CAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAqDxC"}
1
+ {"version":3,"file":"update-application-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-application-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuJlC,IAAiB,wBAAwB,CAqDxC;AArDD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,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,mCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,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,+CAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAqDxC"}
@@ -12,7 +12,7 @@
12
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
13
  */
14
14
  /**
15
- * The update run details. Only the tags of a run can be updated.
15
+ * The update run details. Only a limited set of properties of a run can be updated.
16
16
  *
17
17
  */
18
18
  export interface UpdateRunDetails {
@@ -35,6 +35,18 @@ export interface UpdateRunDetails {
35
35
  "freeformTags"?: {
36
36
  [key: string]: string;
37
37
  };
38
+ /**
39
+ * The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated
40
+ * once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
41
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
42
+ */
43
+ "maxDurationInMinutes"?: number;
44
+ /**
45
+ * The timeout value in minutes used to manage Runs. A Run would be stopped after inactivity for this amount of time period.
46
+ * Note: This parameter is currently only applicable for Runs of type `SESSION`. Default value is 2880 minutes (2 days)
47
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
48
+ */
49
+ "idleTimeoutInMinutes"?: number;
38
50
  }
39
51
  export declare namespace UpdateRunDetails {
40
52
  function getJsonObj(obj: UpdateRunDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"update-run-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-run-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAyBH,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"}
1
+ {"version":3,"file":"update-run-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-run-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAqCH,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"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreatePrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
17
17
  */
18
18
  export interface CreateRunRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
17
+ */
18
+ export interface CreateStatementRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for creating a statement.
21
+ *
22
+ */
23
+ "createStatementDetails": model.CreateStatementDetails;
24
+ /**
25
+ * The unique ID for the run
26
+ *
27
+ */
28
+ "runId": string;
29
+ /**
30
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
31
+ * Otherwise, a random request ID will be generated by the service.
32
+ *
33
+ */
34
+ "opcRequestId"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-statement-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-statement-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/create-statement-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeletePrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
16
16
  */
17
17
  export interface DeleteRunRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
16
+ */
17
+ export interface DeleteStatementRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique ID for the run
20
+ *
21
+ */
22
+ "runId": string;
23
+ /**
24
+ * The unique ID for the statement.
25
+ *
26
+ */
27
+ "statementId": string;
28
+ /**
29
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
30
+ * Otherwise, a random request ID will be generated by the service.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource,
36
+ * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
37
+ * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
38
+ *
39
+ */
40
+ "ifMatch"?: string;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-statement-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-statement-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/delete-statement-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
16
16
  */
17
17
  export interface GetRunLogRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.47.0/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
16
16
  */
17
17
  export interface GetRunRequest extends common.BaseRequest {
18
18
  /**