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.
Files changed (220) hide show
  1. package/lib/client.d.ts +170 -28
  2. package/lib/client.js +936 -28
  3. package/lib/client.js.map +1 -1
  4. package/lib/dataflow-waiter.d.ts +16 -0
  5. package/lib/dataflow-waiter.js +24 -0
  6. package/lib/dataflow-waiter.js.map +1 -1
  7. package/lib/model/application-summary.d.ts +7 -2
  8. package/lib/model/application-summary.js.map +1 -1
  9. package/lib/model/application.d.ts +7 -2
  10. package/lib/model/application.js.map +1 -1
  11. package/lib/model/change-pool-compartment-details.d.ts +28 -0
  12. package/lib/model/change-pool-compartment-details.js +30 -0
  13. package/lib/model/change-pool-compartment-details.js.map +1 -0
  14. package/lib/model/change-sql-endpoint-compartment-details.d.ts +26 -0
  15. package/lib/model/change-sql-endpoint-compartment-details.js +30 -0
  16. package/lib/model/change-sql-endpoint-compartment-details.js.map +1 -0
  17. package/lib/model/create-application-details.d.ts +5 -0
  18. package/lib/model/create-application-details.js.map +1 -1
  19. package/lib/model/create-pool-details.d.ts +74 -0
  20. package/lib/model/create-pool-details.js +72 -0
  21. package/lib/model/create-pool-details.js.map +1 -0
  22. package/lib/model/create-run-details.d.ts +5 -0
  23. package/lib/model/create-run-details.js.map +1 -1
  24. package/lib/model/create-sql-endpoint-details.d.ts +100 -0
  25. package/lib/model/create-sql-endpoint-details.js +70 -0
  26. package/lib/model/create-sql-endpoint-details.js.map +1 -0
  27. package/lib/model/day-of-week.d.ts +35 -0
  28. package/lib/model/day-of-week.js +46 -0
  29. package/lib/model/day-of-week.js.map +1 -0
  30. package/lib/model/index.d.ts +50 -0
  31. package/lib/model/index.js +52 -1
  32. package/lib/model/index.js.map +1 -1
  33. package/lib/model/ip-notation-type.d.ts +31 -0
  34. package/lib/model/ip-notation-type.js +42 -0
  35. package/lib/model/ip-notation-type.js.map +1 -0
  36. package/lib/model/network-type.d.ts +29 -0
  37. package/lib/model/network-type.js +40 -0
  38. package/lib/model/network-type.js.map +1 -0
  39. package/lib/model/node-count.d.ts +33 -0
  40. package/lib/model/node-count.js +30 -0
  41. package/lib/model/node-count.js.map +1 -0
  42. package/lib/model/pool-collection.d.ts +29 -0
  43. package/lib/model/pool-collection.js +62 -0
  44. package/lib/model/pool-collection.js.map +1 -0
  45. package/lib/model/pool-config.d.ts +40 -0
  46. package/lib/model/pool-config.js +56 -0
  47. package/lib/model/pool-config.js.map +1 -0
  48. package/lib/model/pool-lifecycle-state.d.ts +38 -0
  49. package/lib/model/pool-lifecycle-state.js +49 -0
  50. package/lib/model/pool-lifecycle-state.js.map +1 -0
  51. package/lib/model/pool-metrics.d.ts +54 -0
  52. package/lib/model/pool-metrics.js +62 -0
  53. package/lib/model/pool-metrics.js.map +1 -0
  54. package/lib/model/pool-schedule.d.ts +36 -0
  55. package/lib/model/pool-schedule.js +30 -0
  56. package/lib/model/pool-schedule.js.map +1 -0
  57. package/lib/model/pool-summary.d.ts +86 -0
  58. package/lib/model/pool-summary.js +30 -0
  59. package/lib/model/pool-summary.js.map +1 -0
  60. package/lib/model/pool.d.ts +113 -0
  61. package/lib/model/pool.js +76 -0
  62. package/lib/model/pool.js.map +1 -0
  63. package/lib/model/private-endpoint-summary.d.ts +2 -2
  64. package/lib/model/private-endpoint.d.ts +2 -2
  65. package/lib/model/run-summary.d.ts +7 -2
  66. package/lib/model/run-summary.js.map +1 -1
  67. package/lib/model/run.d.ts +7 -2
  68. package/lib/model/run.js.map +1 -1
  69. package/lib/model/secure-access-control-rule.d.ts +35 -0
  70. package/lib/model/secure-access-control-rule.js +30 -0
  71. package/lib/model/secure-access-control-rule.js.map +1 -0
  72. package/lib/model/sql-endpoint-collection.d.ts +27 -0
  73. package/lib/model/sql-endpoint-collection.js +62 -0
  74. package/lib/model/sql-endpoint-collection.js.map +1 -0
  75. package/lib/model/sql-endpoint-lifecycle-state.d.ts +38 -0
  76. package/lib/model/sql-endpoint-lifecycle-state.js +49 -0
  77. package/lib/model/sql-endpoint-lifecycle-state.js.map +1 -0
  78. package/lib/model/sql-endpoint-network-configuration.d.ts +23 -0
  79. package/lib/model/sql-endpoint-network-configuration.js +73 -0
  80. package/lib/model/sql-endpoint-network-configuration.js.map +1 -0
  81. package/lib/model/sql-endpoint-secure-access-config.d.ts +33 -0
  82. package/lib/model/sql-endpoint-secure-access-config.js +67 -0
  83. package/lib/model/sql-endpoint-secure-access-config.js.map +1 -0
  84. package/lib/model/sql-endpoint-summary.d.ts +146 -0
  85. package/lib/model/sql-endpoint-summary.js +70 -0
  86. package/lib/model/sql-endpoint-summary.js.map +1 -0
  87. package/lib/model/sql-endpoint-vcn-config.d.ts +45 -0
  88. package/lib/model/sql-endpoint-vcn-config.js +55 -0
  89. package/lib/model/sql-endpoint-vcn-config.js.map +1 -0
  90. package/lib/model/sql-endpoint.d.ts +141 -0
  91. package/lib/model/sql-endpoint.js +70 -0
  92. package/lib/model/sql-endpoint.js.map +1 -0
  93. package/lib/model/statement-summary.d.ts +1 -1
  94. package/lib/model/statement.d.ts +1 -1
  95. package/lib/model/update-application-details.d.ts +5 -0
  96. package/lib/model/update-application-details.js.map +1 -1
  97. package/lib/model/update-pool-details.d.ts +69 -0
  98. package/lib/model/update-pool-details.js +72 -0
  99. package/lib/model/update-pool-details.js.map +1 -0
  100. package/lib/model/update-sql-endpoint-details.d.ts +41 -0
  101. package/lib/model/update-sql-endpoint-details.js +30 -0
  102. package/lib/model/update-sql-endpoint-details.js.map +1 -0
  103. package/lib/request/change-application-compartment-request.d.ts +1 -1
  104. package/lib/request/change-pool-compartment-request.d.ts +50 -0
  105. package/lib/request/change-pool-compartment-request.js +15 -0
  106. package/lib/request/change-pool-compartment-request.js.map +1 -0
  107. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  108. package/lib/request/change-run-compartment-request.d.ts +1 -1
  109. package/lib/request/change-sql-endpoint-compartment-request.d.ts +48 -0
  110. package/lib/request/change-sql-endpoint-compartment-request.js +15 -0
  111. package/lib/request/change-sql-endpoint-compartment-request.js.map +1 -0
  112. package/lib/request/create-application-request.d.ts +1 -1
  113. package/lib/request/create-pool-request.d.ts +38 -0
  114. package/lib/request/create-pool-request.js +15 -0
  115. package/lib/request/create-pool-request.js.map +1 -0
  116. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  117. package/lib/request/create-run-request.d.ts +1 -1
  118. package/lib/request/create-sql-endpoint-request.d.ts +37 -0
  119. package/lib/request/create-sql-endpoint-request.js +15 -0
  120. package/lib/request/create-sql-endpoint-request.js.map +1 -0
  121. package/lib/request/create-statement-request.d.ts +1 -1
  122. package/lib/request/delete-application-request.d.ts +1 -1
  123. package/lib/request/delete-pool-request.d.ts +36 -0
  124. package/lib/request/delete-pool-request.js +15 -0
  125. package/lib/request/delete-pool-request.js.map +1 -0
  126. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  127. package/lib/request/delete-run-request.d.ts +1 -1
  128. package/lib/request/delete-sql-endpoint-request.d.ts +35 -0
  129. package/lib/request/delete-sql-endpoint-request.js +15 -0
  130. package/lib/request/delete-sql-endpoint-request.js.map +1 -0
  131. package/lib/request/delete-statement-request.d.ts +1 -1
  132. package/lib/request/get-application-request.d.ts +1 -1
  133. package/lib/request/get-pool-request.d.ts +29 -0
  134. package/lib/request/get-pool-request.js +15 -0
  135. package/lib/request/get-pool-request.js.map +1 -0
  136. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  137. package/lib/request/get-run-log-request.d.ts +1 -1
  138. package/lib/request/get-run-request.d.ts +1 -1
  139. package/lib/request/get-sql-endpoint-request.d.ts +28 -0
  140. package/lib/request/get-sql-endpoint-request.js +15 -0
  141. package/lib/request/get-sql-endpoint-request.js.map +1 -0
  142. package/lib/request/get-statement-request.d.ts +1 -1
  143. package/lib/request/get-work-request-request.d.ts +1 -1
  144. package/lib/request/index.d.ts +28 -0
  145. package/lib/request/index.js +5 -1
  146. package/lib/request/index.js.map +1 -1
  147. package/lib/request/list-applications-request.d.ts +1 -1
  148. package/lib/request/list-pools-request.d.ts +80 -0
  149. package/lib/request/list-pools-request.js +28 -0
  150. package/lib/request/list-pools-request.js.map +1 -0
  151. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  152. package/lib/request/list-run-logs-request.d.ts +1 -1
  153. package/lib/request/list-runs-request.d.ts +6 -1
  154. package/lib/request/list-runs-request.js.map +1 -1
  155. package/lib/request/list-sql-endpoints-request.d.ts +71 -0
  156. package/lib/request/list-sql-endpoints-request.js +30 -0
  157. package/lib/request/list-sql-endpoints-request.js.map +1 -0
  158. package/lib/request/list-statements-request.d.ts +1 -1
  159. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  160. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  161. package/lib/request/list-work-requests-request.d.ts +1 -1
  162. package/lib/request/start-pool-request.d.ts +44 -0
  163. package/lib/request/start-pool-request.js +15 -0
  164. package/lib/request/start-pool-request.js.map +1 -0
  165. package/lib/request/stop-pool-request.d.ts +44 -0
  166. package/lib/request/stop-pool-request.js +15 -0
  167. package/lib/request/stop-pool-request.js.map +1 -0
  168. package/lib/request/update-application-request.d.ts +1 -1
  169. package/lib/request/update-pool-request.d.ts +42 -0
  170. package/lib/request/update-pool-request.js +15 -0
  171. package/lib/request/update-pool-request.js.map +1 -0
  172. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  173. package/lib/request/update-run-request.d.ts +1 -1
  174. package/lib/request/update-sql-endpoint-request.d.ts +40 -0
  175. package/lib/request/update-sql-endpoint-request.js +15 -0
  176. package/lib/request/update-sql-endpoint-request.js.map +1 -0
  177. package/lib/response/change-pool-compartment-response.d.ts +20 -0
  178. package/lib/response/change-pool-compartment-response.js +15 -0
  179. package/lib/response/change-pool-compartment-response.js.map +1 -0
  180. package/lib/response/change-sql-endpoint-compartment-response.d.ts +25 -0
  181. package/lib/response/change-sql-endpoint-compartment-response.js +15 -0
  182. package/lib/response/change-sql-endpoint-compartment-response.js.map +1 -0
  183. package/lib/response/create-pool-response.d.ts +41 -0
  184. package/lib/response/create-pool-response.js +15 -0
  185. package/lib/response/create-pool-response.js.map +1 -0
  186. package/lib/response/create-sql-endpoint-response.d.ts +36 -0
  187. package/lib/response/create-sql-endpoint-response.js +15 -0
  188. package/lib/response/create-sql-endpoint-response.js.map +1 -0
  189. package/lib/response/delete-pool-response.d.ts +20 -0
  190. package/lib/response/delete-pool-response.js +15 -0
  191. package/lib/response/delete-pool-response.js.map +1 -0
  192. package/lib/response/delete-sql-endpoint-response.d.ts +25 -0
  193. package/lib/response/delete-sql-endpoint-response.js +15 -0
  194. package/lib/response/delete-sql-endpoint-response.js.map +1 -0
  195. package/lib/response/get-pool-response.d.ts +31 -0
  196. package/lib/response/get-pool-response.js +15 -0
  197. package/lib/response/get-pool-response.js.map +1 -0
  198. package/lib/response/get-sql-endpoint-response.d.ts +31 -0
  199. package/lib/response/get-sql-endpoint-response.js +15 -0
  200. package/lib/response/get-sql-endpoint-response.js.map +1 -0
  201. package/lib/response/index.d.ts +28 -0
  202. package/lib/response/list-pools-response.d.ts +38 -0
  203. package/lib/response/list-pools-response.js +15 -0
  204. package/lib/response/list-pools-response.js.map +1 -0
  205. package/lib/response/list-sql-endpoints-response.d.ts +31 -0
  206. package/lib/response/list-sql-endpoints-response.js +15 -0
  207. package/lib/response/list-sql-endpoints-response.js.map +1 -0
  208. package/lib/response/start-pool-response.d.ts +25 -0
  209. package/lib/response/start-pool-response.js +15 -0
  210. package/lib/response/start-pool-response.js.map +1 -0
  211. package/lib/response/stop-pool-response.d.ts +25 -0
  212. package/lib/response/stop-pool-response.js +15 -0
  213. package/lib/response/stop-pool-response.js.map +1 -0
  214. package/lib/response/update-pool-response.d.ts +25 -0
  215. package/lib/response/update-pool-response.js +15 -0
  216. package/lib/response/update-pool-response.js.map +1 -0
  217. package/lib/response/update-sql-endpoint-response.d.ts +25 -0
  218. package/lib/response/update-sql-endpoint-response.js +15 -0
  219. package/lib/response/update-sql-endpoint-response.js.map +1 -0
  220. package/package.json +3 -3
@@ -0,0 +1,141 @@
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 description of a SQL Endpoint.
17
+ */
18
+ export interface SqlEndpoint {
19
+ /**
20
+ * The provision identifier that is immutable on creation.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The SQL Endpoint name, which can be changed.
25
+ */
26
+ "displayName": string;
27
+ /**
28
+ * The OCID of a compartment.
29
+ *
30
+ */
31
+ "compartmentId": string;
32
+ /**
33
+ * The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
34
+ */
35
+ "jdbcEndpointUrl"?: string;
36
+ /**
37
+ * The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
38
+ */
39
+ "timeCreated"?: Date;
40
+ /**
41
+ * The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
42
+ */
43
+ "timeUpdated"?: Date;
44
+ /**
45
+ * The current state of the Sql Endpoint.
46
+ */
47
+ "lifecycleState"?: model.SqlEndpointLifecycleState;
48
+ /**
49
+ * A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
50
+ */
51
+ "stateMessage"?: string;
52
+ /**
53
+ * The version of SQL Endpoint.
54
+ */
55
+ "sqlEndpointVersion": string;
56
+ /**
57
+ * The shape of the SQL Endpoint driver instance.
58
+ */
59
+ "driverShape": string;
60
+ "driverShapeConfig"?: model.ShapeConfig;
61
+ /**
62
+ * The shape of the SQL Endpoint executor instance.
63
+ */
64
+ "executorShape": string;
65
+ "executorShapeConfig"?: model.ShapeConfig;
66
+ /**
67
+ * The minimum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
68
+ */
69
+ "minExecutorCount": number;
70
+ /**
71
+ * The maximum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
72
+ */
73
+ "maxExecutorCount": number;
74
+ /**
75
+ * The OCID of OCI Hive Metastore.
76
+ *
77
+ */
78
+ "metastoreId": string;
79
+ /**
80
+ * The OCID of OCI Lake.
81
+ */
82
+ "lakeId": string;
83
+ /**
84
+ * 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
85
+ */
86
+ "warehouseBucketUri": string;
87
+ /**
88
+ * The description of the SQL Endpoint.
89
+ */
90
+ "description": string;
91
+ /**
92
+ * This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
93
+ */
94
+ "lastAcceptedRequestToken"?: string;
95
+ /**
96
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
97
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
98
+ * Example: `{\"Department\": \"Finance\"}`
99
+ *
100
+ */
101
+ "freeformTags"?: {
102
+ [key: string]: string;
103
+ };
104
+ /**
105
+ * 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).
106
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
107
+ *
108
+ */
109
+ "definedTags"?: {
110
+ [key: string]: {
111
+ [key: string]: any;
112
+ };
113
+ };
114
+ /**
115
+ * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
116
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
117
+ * Example: `{orcl-cloud: {free-tier-retain: true}}`
118
+ *
119
+ */
120
+ "systemTags"?: {
121
+ [key: string]: {
122
+ [key: string]: any;
123
+ };
124
+ };
125
+ /**
126
+ * The Spark configuration passed to the running process.
127
+ * See https://spark.apache.org/docs/latest/configuration.html#available-properties.
128
+ * Example: { \"spark.app.name\" : \"My App Name\", \"spark.shuffle.io.maxRetries\" : \"4\" }
129
+ * Note: Not all Spark properties are permitted to be set. Attempting to set a property that is
130
+ * not allowed to be overwritten will cause a 400 status to be returned.
131
+ *
132
+ */
133
+ "sparkAdvancedConfigurations"?: {
134
+ [key: string]: string;
135
+ };
136
+ "networkConfiguration"?: model.SqlEndpointVcnConfig | model.SqlEndpointSecureAccessConfig;
137
+ }
138
+ export declare namespace SqlEndpoint {
139
+ function getJsonObj(obj: SqlEndpoint): object;
140
+ function getDeserializedJsonObj(obj: SqlEndpoint): object;
141
+ }
@@ -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.SqlEndpoint = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var SqlEndpoint;
38
+ (function (SqlEndpoint) {
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
+ SqlEndpoint.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
+ SqlEndpoint.getDeserializedJsonObj = getDeserializedJsonObj;
69
+ })(SqlEndpoint = exports.SqlEndpoint || (exports.SqlEndpoint = {}));
70
+ //# sourceMappingURL=sql-endpoint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmHlC,IAAiB,WAAW,CAyC3B;AAzCD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,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,sBAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,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,kCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAyC3B"}
@@ -33,7 +33,7 @@ export interface StatementSummary {
33
33
  */
34
34
  "runId"?: string;
35
35
  /**
36
- * The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
36
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
37
37
  * Example: `2018-04-03T21:10:29.600Z`
38
38
  *
39
39
  */
@@ -45,7 +45,7 @@ export interface Statement {
45
45
  */
46
46
  "runId"?: string;
47
47
  /**
48
- * The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
48
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
49
49
  * Example: `2018-04-03T21:10:29.600Z`
50
50
  *
51
51
  */
@@ -142,6 +142,11 @@ export interface UpdateApplicationDetails {
142
142
  *
143
143
  */
144
144
  "parameters"?: Array<model.ApplicationParameter>;
145
+ /**
146
+ * The OCID of a pool. Unique Id to indentify a dataflow pool resource.
147
+ *
148
+ */
149
+ "poolId"?: string;
145
150
  /**
146
151
  * The OCID of a private endpoint.
147
152
  *
@@ -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;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"}
1
+ {"version":3,"file":"update-application-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-application-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4JlC,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"}
@@ -0,0 +1,69 @@
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 update a given pool with ```poolId```.
17
+ *
18
+ */
19
+ export interface UpdatePoolDetails {
20
+ /**
21
+ * A user-friendly name. It does not have to be unique. Avoid entering confidential information.
22
+ *
23
+ */
24
+ "displayName"?: string;
25
+ /**
26
+ * A user-friendly description. Avoid entering confidential information.
27
+ *
28
+ */
29
+ "description"?: string;
30
+ /**
31
+ * List of PoolConfig items.
32
+ *
33
+ */
34
+ "configurations"?: Array<model.PoolConfig>;
35
+ /**
36
+ * A list of schedules for pool to auto start and stop.
37
+ *
38
+ */
39
+ "schedules"?: Array<model.PoolSchedule>;
40
+ /**
41
+ * Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period.
42
+ * If value not set, pool will not be auto stopped auto.
43
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
44
+ */
45
+ "idleTimeoutInMinutes"?: number;
46
+ /**
47
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
48
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
+ * Example: `{\"Department\": \"Finance\"}`
50
+ *
51
+ */
52
+ "freeformTags"?: {
53
+ [key: string]: string;
54
+ };
55
+ /**
56
+ * 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).
57
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
58
+ *
59
+ */
60
+ "definedTags"?: {
61
+ [key: string]: {
62
+ [key: string]: any;
63
+ };
64
+ };
65
+ }
66
+ export declare namespace UpdatePoolDetails {
67
+ function getJsonObj(obj: UpdatePoolDetails): object;
68
+ function getDeserializedJsonObj(obj: UpdatePoolDetails): object;
69
+ }
@@ -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.UpdatePoolDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var UpdatePoolDetails;
38
+ (function (UpdatePoolDetails) {
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
+ UpdatePoolDetails.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
+ UpdatePoolDetails.getDeserializedJsonObj = getDeserializedJsonObj;
71
+ })(UpdatePoolDetails = exports.UpdatePoolDetails || (exports.UpdatePoolDetails = {}));
72
+ //# sourceMappingURL=update-pool-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-pool-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-pool-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,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"}
@@ -0,0 +1,41 @@
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
+ * Currently only the tags of a SQL Endpoint can be updated.
16
+ */
17
+ export interface UpdateSqlEndpointDetails {
18
+ /**
19
+ * 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).
20
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
21
+ *
22
+ */
23
+ "definedTags"?: {
24
+ [key: string]: {
25
+ [key: string]: any;
26
+ };
27
+ };
28
+ /**
29
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
30
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * Example: `{\"Department\": \"Finance\"}`
32
+ *
33
+ */
34
+ "freeformTags"?: {
35
+ [key: string]: string;
36
+ };
37
+ }
38
+ export declare namespace UpdateSqlEndpointDetails {
39
+ function getJsonObj(obj: UpdateSqlEndpointDetails): object;
40
+ function getDeserializedJsonObj(obj: UpdateSqlEndpointDetails): object;
41
+ }
@@ -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, 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.UpdateSqlEndpointDetails = void 0;
17
+ var UpdateSqlEndpointDetails;
18
+ (function (UpdateSqlEndpointDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateSqlEndpointDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateSqlEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateSqlEndpointDetails = exports.UpdateSqlEndpointDetails || (exports.UpdateSqlEndpointDetails = {}));
30
+ //# sourceMappingURL=update-sql-endpoint-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sql-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-sql-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAwBH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -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.62.2/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.63.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,50 @@
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, 2023, 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.63.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartmentRequest.
17
+ */
18
+ export interface ChangePoolCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The unique ID for a pool.
21
+ *
22
+ */
23
+ "poolId": string;
24
+ /**
25
+ * Details for changing a pool's compartment.
26
+ *
27
+ */
28
+ "changePoolCompartmentDetails": model.ChangePoolCompartmentDetails;
29
+ /**
30
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource,
31
+ * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
32
+ * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error
38
+ * without risk of executing that same action again. Retry tokens expire after 24 hours,
39
+ * but can be invalidated before then due to conflicting operations.
40
+ * For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
46
+ * Otherwise, a random request ID will be generated by the service.
47
+ *
48
+ */
49
+ "opcRequestId"?: string;
50
+ }
@@ -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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-pool-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-pool-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/change-pool-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.62.2/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.63.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.62.2/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.63.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,48 @@
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, 2023, 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.63.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartmentRequest.
17
+ */
18
+ export interface ChangeSqlEndpointCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The unique id of the SQL Endpoint.
21
+ */
22
+ "sqlEndpointId": string;
23
+ /**
24
+ * The details to change the compartment of the Sql Endpoint.
25
+ */
26
+ "changeSqlEndpointCompartmentDetails": model.ChangeSqlEndpointCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource,
29
+ * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
36
+ * Otherwise, a random request ID will be generated by the service.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error
42
+ * without risk of executing that same action again. Retry tokens expire after 24 hours,
43
+ * but can be invalidated before then due to conflicting operations.
44
+ * For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
45
+ *
46
+ */
47
+ "opcRetryToken"?: string;
48
+ }
@@ -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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-sql-endpoint-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-sql-endpoint-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/change-sql-endpoint-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}