oci-dataflow 2.62.2 → 2.62.3

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 (145) hide show
  1. package/lib/client.d.ts +113 -28
  2. package/lib/client.js +549 -28
  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-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/create-application-details.d.ts +5 -0
  15. package/lib/model/create-application-details.js.map +1 -1
  16. package/lib/model/create-pool-details.d.ts +74 -0
  17. package/lib/model/create-pool-details.js +72 -0
  18. package/lib/model/create-pool-details.js.map +1 -0
  19. package/lib/model/create-run-details.d.ts +5 -0
  20. package/lib/model/create-run-details.js.map +1 -1
  21. package/lib/model/day-of-week.d.ts +35 -0
  22. package/lib/model/day-of-week.js +46 -0
  23. package/lib/model/day-of-week.js.map +1 -0
  24. package/lib/model/index.d.ts +24 -0
  25. package/lib/model/index.js +26 -1
  26. package/lib/model/index.js.map +1 -1
  27. package/lib/model/node-count.d.ts +33 -0
  28. package/lib/model/node-count.js +30 -0
  29. package/lib/model/node-count.js.map +1 -0
  30. package/lib/model/pool-collection.d.ts +29 -0
  31. package/lib/model/pool-collection.js +62 -0
  32. package/lib/model/pool-collection.js.map +1 -0
  33. package/lib/model/pool-config.d.ts +40 -0
  34. package/lib/model/pool-config.js +56 -0
  35. package/lib/model/pool-config.js.map +1 -0
  36. package/lib/model/pool-lifecycle-state.d.ts +38 -0
  37. package/lib/model/pool-lifecycle-state.js +49 -0
  38. package/lib/model/pool-lifecycle-state.js.map +1 -0
  39. package/lib/model/pool-metrics.d.ts +54 -0
  40. package/lib/model/pool-metrics.js +62 -0
  41. package/lib/model/pool-metrics.js.map +1 -0
  42. package/lib/model/pool-schedule.d.ts +36 -0
  43. package/lib/model/pool-schedule.js +30 -0
  44. package/lib/model/pool-schedule.js.map +1 -0
  45. package/lib/model/pool-summary.d.ts +86 -0
  46. package/lib/model/pool-summary.js +30 -0
  47. package/lib/model/pool-summary.js.map +1 -0
  48. package/lib/model/pool.d.ts +113 -0
  49. package/lib/model/pool.js +76 -0
  50. package/lib/model/pool.js.map +1 -0
  51. package/lib/model/private-endpoint-summary.d.ts +2 -2
  52. package/lib/model/private-endpoint.d.ts +2 -2
  53. package/lib/model/run-summary.d.ts +7 -2
  54. package/lib/model/run-summary.js.map +1 -1
  55. package/lib/model/run.d.ts +7 -2
  56. package/lib/model/run.js.map +1 -1
  57. package/lib/model/statement-summary.d.ts +1 -1
  58. package/lib/model/statement.d.ts +1 -1
  59. package/lib/model/update-application-details.d.ts +5 -0
  60. package/lib/model/update-application-details.js.map +1 -1
  61. package/lib/model/update-pool-details.d.ts +69 -0
  62. package/lib/model/update-pool-details.js +72 -0
  63. package/lib/model/update-pool-details.js.map +1 -0
  64. package/lib/request/change-application-compartment-request.d.ts +1 -1
  65. package/lib/request/change-pool-compartment-request.d.ts +50 -0
  66. package/lib/request/change-pool-compartment-request.js +15 -0
  67. package/lib/request/change-pool-compartment-request.js.map +1 -0
  68. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  69. package/lib/request/change-run-compartment-request.d.ts +1 -1
  70. package/lib/request/create-application-request.d.ts +1 -1
  71. package/lib/request/create-pool-request.d.ts +38 -0
  72. package/lib/request/create-pool-request.js +15 -0
  73. package/lib/request/create-pool-request.js.map +1 -0
  74. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  75. package/lib/request/create-run-request.d.ts +1 -1
  76. package/lib/request/create-statement-request.d.ts +1 -1
  77. package/lib/request/delete-application-request.d.ts +1 -1
  78. package/lib/request/delete-pool-request.d.ts +36 -0
  79. package/lib/request/delete-pool-request.js +15 -0
  80. package/lib/request/delete-pool-request.js.map +1 -0
  81. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  82. package/lib/request/delete-run-request.d.ts +1 -1
  83. package/lib/request/delete-statement-request.d.ts +1 -1
  84. package/lib/request/get-application-request.d.ts +1 -1
  85. package/lib/request/get-pool-request.d.ts +29 -0
  86. package/lib/request/get-pool-request.js +15 -0
  87. package/lib/request/get-pool-request.js.map +1 -0
  88. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  89. package/lib/request/get-run-log-request.d.ts +1 -1
  90. package/lib/request/get-run-request.d.ts +1 -1
  91. package/lib/request/get-statement-request.d.ts +1 -1
  92. package/lib/request/get-work-request-request.d.ts +1 -1
  93. package/lib/request/index.d.ts +16 -0
  94. package/lib/request/index.js +3 -1
  95. package/lib/request/index.js.map +1 -1
  96. package/lib/request/list-applications-request.d.ts +1 -1
  97. package/lib/request/list-pools-request.d.ts +80 -0
  98. package/lib/request/list-pools-request.js +28 -0
  99. package/lib/request/list-pools-request.js.map +1 -0
  100. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  101. package/lib/request/list-run-logs-request.d.ts +1 -1
  102. package/lib/request/list-runs-request.d.ts +6 -1
  103. package/lib/request/list-runs-request.js.map +1 -1
  104. package/lib/request/list-statements-request.d.ts +1 -1
  105. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  106. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  107. package/lib/request/list-work-requests-request.d.ts +1 -1
  108. package/lib/request/start-pool-request.d.ts +44 -0
  109. package/lib/request/start-pool-request.js +15 -0
  110. package/lib/request/start-pool-request.js.map +1 -0
  111. package/lib/request/stop-pool-request.d.ts +44 -0
  112. package/lib/request/stop-pool-request.js +15 -0
  113. package/lib/request/stop-pool-request.js.map +1 -0
  114. package/lib/request/update-application-request.d.ts +1 -1
  115. package/lib/request/update-pool-request.d.ts +42 -0
  116. package/lib/request/update-pool-request.js +15 -0
  117. package/lib/request/update-pool-request.js.map +1 -0
  118. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  119. package/lib/request/update-run-request.d.ts +1 -1
  120. package/lib/response/change-pool-compartment-response.d.ts +20 -0
  121. package/lib/response/change-pool-compartment-response.js +15 -0
  122. package/lib/response/change-pool-compartment-response.js.map +1 -0
  123. package/lib/response/create-pool-response.d.ts +41 -0
  124. package/lib/response/create-pool-response.js +15 -0
  125. package/lib/response/create-pool-response.js.map +1 -0
  126. package/lib/response/delete-pool-response.d.ts +20 -0
  127. package/lib/response/delete-pool-response.js +15 -0
  128. package/lib/response/delete-pool-response.js.map +1 -0
  129. package/lib/response/get-pool-response.d.ts +31 -0
  130. package/lib/response/get-pool-response.js +15 -0
  131. package/lib/response/get-pool-response.js.map +1 -0
  132. package/lib/response/index.d.ts +16 -0
  133. package/lib/response/list-pools-response.d.ts +38 -0
  134. package/lib/response/list-pools-response.js +15 -0
  135. package/lib/response/list-pools-response.js.map +1 -0
  136. package/lib/response/start-pool-response.d.ts +25 -0
  137. package/lib/response/start-pool-response.js +15 -0
  138. package/lib/response/start-pool-response.js.map +1 -0
  139. package/lib/response/stop-pool-response.d.ts +25 -0
  140. package/lib/response/stop-pool-response.js +15 -0
  141. package/lib/response/stop-pool-response.js.map +1 -0
  142. package/lib/response/update-pool-response.d.ts +25 -0
  143. package/lib/response/update-pool-response.js +15 -0
  144. package/lib/response/update-pool-response.js.map +1 -0
  145. package/package.json +3 -3
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"run.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/run.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8PlC,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"}
@@ -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"}
@@ -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.62.3/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.62.3/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.62.3/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.62.3/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.62.2/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.62.3/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,38 @@
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.62.3/dataflow/CreatePool.ts.html |here} to see how to use CreatePoolRequest.
17
+ */
18
+ export interface CreatePoolRequest extends common.BaseRequest {
19
+ /**
20
+ * The parameter required to create a pool.
21
+ *
22
+ */
23
+ "createPoolDetails": model.CreatePoolDetails;
24
+ /**
25
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error
26
+ * without risk of executing that same action again. Retry tokens expire after 24 hours,
27
+ * but can be invalidated before then due to conflicting operations.
28
+ * For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
34
+ * Otherwise, a random request ID will be generated by the service.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -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=create-pool-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-pool-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/create-pool-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/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.62.3/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.62.2/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.62.3/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
17
17
  */
18
18
  export interface CreateRunRequest 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/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
17
17
  */
18
18
  export interface CreateStatementRequest extends common.BaseRequest {
19
19
  /**
@@ -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.62.2/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.62.3/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,36 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeletePool.ts.html |here} to see how to use DeletePoolRequest.
16
+ */
17
+ export interface DeletePoolRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique ID for a pool.
20
+ *
21
+ */
22
+ "poolId": string;
23
+ /**
24
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
25
+ * Otherwise, a random request ID will be generated by the service.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
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
+ }
@@ -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=delete-pool-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-pool-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/delete-pool-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.62.2/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.62.3/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.62.2/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.62.3/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
16
16
  */
17
17
  export interface DeleteRunRequest 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.62.2/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
16
16
  */
17
17
  export interface DeleteStatementRequest 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.62.2/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.62.3/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,29 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetPool.ts.html |here} to see how to use GetPoolRequest.
16
+ */
17
+ export interface GetPoolRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique ID for a pool.
20
+ *
21
+ */
22
+ "poolId": string;
23
+ /**
24
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
25
+ * Otherwise, a random request ID will be generated by the service.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ }
@@ -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=get-pool-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pool-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/get-pool-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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
16
16
  */
17
17
  export interface GetRunRequest 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.62.2/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
16
16
  */
17
17
  export interface GetStatementRequest 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.62.2/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**