oci-sch 2.79.1 → 2.81.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 (214) hide show
  1. package/index.d.ts +8 -4
  2. package/index.js +9 -5
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +167 -57
  5. package/lib/client.js +434 -96
  6. package/lib/client.js.map +1 -1
  7. package/lib/connectorplugins-waiter.d.ts +33 -0
  8. package/lib/connectorplugins-waiter.js +69 -0
  9. package/lib/connectorplugins-waiter.js.map +1 -0
  10. package/lib/model/action-type.d.ts +5 -4
  11. package/lib/model/action-type.js +5 -4
  12. package/lib/model/action-type.js.map +1 -1
  13. package/lib/model/change-service-connector-compartment-details.d.ts +7 -6
  14. package/lib/model/change-service-connector-compartment-details.js +5 -4
  15. package/lib/model/change-service-connector-compartment-details.js.map +1 -1
  16. package/lib/model/connector-plugin-collection.d.ts +32 -0
  17. package/lib/model/connector-plugin-collection.js +65 -0
  18. package/lib/model/connector-plugin-collection.js.map +1 -0
  19. package/lib/model/connector-plugin-lifecycle-state.d.ts +33 -0
  20. package/lib/model/connector-plugin-lifecycle-state.js +44 -0
  21. package/lib/model/connector-plugin-lifecycle-state.js.map +1 -0
  22. package/lib/model/connector-plugin-summary.d.ts +61 -0
  23. package/lib/model/connector-plugin-summary.js +76 -0
  24. package/lib/model/connector-plugin-summary.js.map +1 -0
  25. package/lib/model/connector-plugin.d.ts +67 -0
  26. package/lib/model/connector-plugin.js +76 -0
  27. package/lib/model/connector-plugin.js.map +1 -0
  28. package/lib/model/create-service-connector-details.d.ts +8 -7
  29. package/lib/model/create-service-connector-details.js +5 -4
  30. package/lib/model/create-service-connector-details.js.map +1 -1
  31. package/lib/model/dimension-details.d.ts +6 -5
  32. package/lib/model/dimension-details.js +5 -4
  33. package/lib/model/dimension-details.js.map +1 -1
  34. package/lib/model/dimension-value-details.d.ts +5 -4
  35. package/lib/model/dimension-value-details.js +9 -6
  36. package/lib/model/dimension-value-details.js.map +1 -1
  37. package/lib/model/estimated-throughput.d.ts +35 -0
  38. package/lib/model/estimated-throughput.js +46 -0
  39. package/lib/model/estimated-throughput.js.map +1 -0
  40. package/lib/model/function-task-details.d.ts +6 -5
  41. package/lib/model/function-task-details.js +5 -4
  42. package/lib/model/function-task-details.js.map +1 -1
  43. package/lib/model/functions-target-details.d.ts +22 -6
  44. package/lib/model/functions-target-details.js +5 -4
  45. package/lib/model/functions-target-details.js.map +1 -1
  46. package/lib/model/index.d.ts +25 -4
  47. package/lib/model/index.js +27 -5
  48. package/lib/model/index.js.map +1 -1
  49. package/lib/model/jmes-path-dimension-value.d.ts +5 -4
  50. package/lib/model/jmes-path-dimension-value.js +5 -4
  51. package/lib/model/jmes-path-dimension-value.js.map +1 -1
  52. package/lib/model/latest-streaming-cursor.d.ts +8 -5
  53. package/lib/model/latest-streaming-cursor.js +5 -4
  54. package/lib/model/latest-streaming-cursor.js.map +1 -1
  55. package/lib/model/lifecycle-state.d.ts +5 -4
  56. package/lib/model/lifecycle-state.js +5 -4
  57. package/lib/model/lifecycle-state.js.map +1 -1
  58. package/lib/model/log-rule-task-details.d.ts +8 -7
  59. package/lib/model/log-rule-task-details.js +5 -4
  60. package/lib/model/log-rule-task-details.js.map +1 -1
  61. package/lib/model/log-source.d.ts +7 -4
  62. package/lib/model/log-source.js +5 -4
  63. package/lib/model/log-source.js.map +1 -1
  64. package/lib/model/logging-analytics-target-details.d.ts +8 -7
  65. package/lib/model/logging-analytics-target-details.js +5 -4
  66. package/lib/model/logging-analytics-target-details.js.map +1 -1
  67. package/lib/model/logging-source-details.d.ts +6 -5
  68. package/lib/model/logging-source-details.js +5 -4
  69. package/lib/model/logging-source-details.js.map +1 -1
  70. package/lib/model/monitoring-source-all-metrics.d.ts +5 -4
  71. package/lib/model/monitoring-source-all-metrics.js +5 -4
  72. package/lib/model/monitoring-source-all-metrics.js.map +1 -1
  73. package/lib/model/monitoring-source-details.d.ts +7 -6
  74. package/lib/model/monitoring-source-details.js +5 -4
  75. package/lib/model/monitoring-source-details.js.map +1 -1
  76. package/lib/model/monitoring-source-metric-details.d.ts +5 -4
  77. package/lib/model/monitoring-source-metric-details.js +9 -6
  78. package/lib/model/monitoring-source-metric-details.js.map +1 -1
  79. package/lib/model/monitoring-source-namespace-details.d.ts +5 -4
  80. package/lib/model/monitoring-source-namespace-details.js +9 -6
  81. package/lib/model/monitoring-source-namespace-details.js.map +1 -1
  82. package/lib/model/monitoring-source-selected-namespace-details.d.ts +5 -4
  83. package/lib/model/monitoring-source-selected-namespace-details.js +5 -4
  84. package/lib/model/monitoring-source-selected-namespace-details.js.map +1 -1
  85. package/lib/model/monitoring-source-selected-namespace.d.ts +5 -4
  86. package/lib/model/monitoring-source-selected-namespace.js +5 -4
  87. package/lib/model/monitoring-source-selected-namespace.js.map +1 -1
  88. package/lib/model/monitoring-source.d.ts +6 -5
  89. package/lib/model/monitoring-source.js +5 -4
  90. package/lib/model/monitoring-source.js.map +1 -1
  91. package/lib/model/monitoring-target-details.d.ts +7 -6
  92. package/lib/model/monitoring-target-details.js +5 -4
  93. package/lib/model/monitoring-target-details.js.map +1 -1
  94. package/lib/model/notifications-target-details.d.ts +8 -7
  95. package/lib/model/notifications-target-details.js +5 -4
  96. package/lib/model/notifications-target-details.js.map +1 -1
  97. package/lib/model/object-storage-target-details.d.ts +10 -7
  98. package/lib/model/object-storage-target-details.js +5 -4
  99. package/lib/model/object-storage-target-details.js.map +1 -1
  100. package/lib/model/operation-status.d.ts +5 -4
  101. package/lib/model/operation-status.js +5 -4
  102. package/lib/model/operation-status.js.map +1 -1
  103. package/lib/model/operation-type.d.ts +5 -4
  104. package/lib/model/operation-type.js +5 -4
  105. package/lib/model/operation-type.js.map +1 -1
  106. package/lib/model/plugin-source-details.d.ts +44 -0
  107. package/lib/model/plugin-source-details.js +56 -0
  108. package/lib/model/plugin-source-details.js.map +1 -0
  109. package/lib/model/service-connector-collection.d.ts +6 -5
  110. package/lib/model/service-connector-collection.js +5 -4
  111. package/lib/model/service-connector-collection.js.map +1 -1
  112. package/lib/model/service-connector-summary.d.ts +11 -10
  113. package/lib/model/service-connector-summary.js +5 -4
  114. package/lib/model/service-connector-summary.js.map +1 -1
  115. package/lib/model/service-connector.d.ts +14 -13
  116. package/lib/model/service-connector.js +5 -4
  117. package/lib/model/service-connector.js.map +1 -1
  118. package/lib/model/sort-order.d.ts +5 -4
  119. package/lib/model/sort-order.js +5 -4
  120. package/lib/model/sort-order.js.map +1 -1
  121. package/lib/model/source-connector-plugin-summary.d.ts +37 -0
  122. package/lib/model/source-connector-plugin-summary.js +58 -0
  123. package/lib/model/source-connector-plugin-summary.js.map +1 -0
  124. package/lib/model/source-connector-plugin.d.ts +37 -0
  125. package/lib/model/source-connector-plugin.js +56 -0
  126. package/lib/model/source-connector-plugin.js.map +1 -0
  127. package/lib/model/source-details.d.ts +9 -8
  128. package/lib/model/source-details.js +13 -6
  129. package/lib/model/source-details.js.map +1 -1
  130. package/lib/model/static-dimension-value.d.ts +5 -4
  131. package/lib/model/static-dimension-value.js +5 -4
  132. package/lib/model/static-dimension-value.js.map +1 -1
  133. package/lib/model/streaming-cursor-details.d.ts +8 -5
  134. package/lib/model/streaming-cursor-details.js +9 -6
  135. package/lib/model/streaming-cursor-details.js.map +1 -1
  136. package/lib/model/streaming-source-details.d.ts +7 -4
  137. package/lib/model/streaming-source-details.js +5 -4
  138. package/lib/model/streaming-source-details.js.map +1 -1
  139. package/lib/model/streaming-target-details.d.ts +7 -6
  140. package/lib/model/streaming-target-details.js +5 -4
  141. package/lib/model/streaming-target-details.js.map +1 -1
  142. package/lib/model/target-connector-plugin-summary.d.ts +31 -0
  143. package/lib/model/target-connector-plugin-summary.js +58 -0
  144. package/lib/model/target-connector-plugin-summary.js.map +1 -0
  145. package/lib/model/target-connector-plugin.d.ts +31 -0
  146. package/lib/model/target-connector-plugin.js +56 -0
  147. package/lib/model/target-connector-plugin.js.map +1 -0
  148. package/lib/model/target-details.d.ts +9 -8
  149. package/lib/model/target-details.js +9 -6
  150. package/lib/model/target-details.js.map +1 -1
  151. package/lib/model/task-details.d.ts +9 -8
  152. package/lib/model/task-details.js +9 -6
  153. package/lib/model/task-details.js.map +1 -1
  154. package/lib/model/trim-horizon-streaming-cursor.d.ts +8 -5
  155. package/lib/model/trim-horizon-streaming-cursor.js +5 -4
  156. package/lib/model/trim-horizon-streaming-cursor.js.map +1 -1
  157. package/lib/model/update-service-connector-details.d.ts +7 -6
  158. package/lib/model/update-service-connector-details.js +5 -4
  159. package/lib/model/update-service-connector-details.js.map +1 -1
  160. package/lib/model/work-request-collection.d.ts +5 -4
  161. package/lib/model/work-request-collection.js +5 -4
  162. package/lib/model/work-request-collection.js.map +1 -1
  163. package/lib/model/work-request-error-collection.d.ts +5 -4
  164. package/lib/model/work-request-error-collection.js +5 -4
  165. package/lib/model/work-request-error-collection.js.map +1 -1
  166. package/lib/model/work-request-error.d.ts +5 -4
  167. package/lib/model/work-request-error.js +5 -4
  168. package/lib/model/work-request-error.js.map +1 -1
  169. package/lib/model/work-request-log-entry-collection.d.ts +5 -4
  170. package/lib/model/work-request-log-entry-collection.js +5 -4
  171. package/lib/model/work-request-log-entry-collection.js.map +1 -1
  172. package/lib/model/work-request-log-entry.d.ts +5 -4
  173. package/lib/model/work-request-log-entry.js +5 -4
  174. package/lib/model/work-request-log-entry.js.map +1 -1
  175. package/lib/model/work-request-resource.d.ts +5 -4
  176. package/lib/model/work-request-resource.js +5 -4
  177. package/lib/model/work-request-resource.js.map +1 -1
  178. package/lib/model/work-request.d.ts +7 -6
  179. package/lib/model/work-request.js +5 -4
  180. package/lib/model/work-request.js.map +1 -1
  181. package/lib/request/activate-service-connector-request.d.ts +2 -2
  182. package/lib/request/change-service-connector-compartment-request.d.ts +3 -3
  183. package/lib/request/create-service-connector-request.d.ts +2 -2
  184. package/lib/request/deactivate-service-connector-request.d.ts +2 -2
  185. package/lib/request/delete-service-connector-request.d.ts +2 -2
  186. package/lib/request/get-connector-plugin-request.d.ts +29 -0
  187. package/lib/request/get-connector-plugin-request.js +15 -0
  188. package/lib/request/get-connector-plugin-request.js.map +1 -0
  189. package/lib/request/get-service-connector-request.d.ts +2 -2
  190. package/lib/request/get-work-request-request.d.ts +1 -1
  191. package/lib/request/index.d.ts +9 -4
  192. package/lib/request/index.js +8 -5
  193. package/lib/request/index.js.map +1 -1
  194. package/lib/request/list-connector-plugins-request.d.ts +77 -0
  195. package/lib/request/list-connector-plugins-request.js +24 -0
  196. package/lib/request/list-connector-plugins-request.js.map +1 -0
  197. package/lib/request/list-service-connectors-request.d.ts +1 -1
  198. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  199. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  200. package/lib/request/list-work-requests-request.d.ts +1 -1
  201. package/lib/request/update-service-connector-request.d.ts +2 -2
  202. package/lib/response/get-connector-plugin-response.d.ts +25 -0
  203. package/lib/response/get-connector-plugin-response.js +15 -0
  204. package/lib/response/get-connector-plugin-response.js.map +1 -0
  205. package/lib/response/index.d.ts +9 -4
  206. package/lib/response/index.js +5 -4
  207. package/lib/response/index.js.map +1 -1
  208. package/lib/response/list-connector-plugins-response.d.ts +41 -0
  209. package/lib/response/list-connector-plugins-response.js +15 -0
  210. package/lib/response/list-connector-plugins-response.js.map +1 -0
  211. package/lib/serviceconnector-waiter.d.ts +5 -4
  212. package/lib/serviceconnector-waiter.js +5 -4
  213. package/lib/serviceconnector-waiter.js.map +1 -1
  214. package/package.json +3 -3
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
3
+ * Connector Hub API
4
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
+ For more information about Connector Hub, see
6
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
7
+ Connector Hub is formerly known as Service Connector Hub.
7
8
 
8
9
  * OpenAPI spec version: 20200909
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
1
+ {"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -1,8 +1,9 @@
1
1
  /**
2
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
2
+ * Connector Hub API
3
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
+ For more information about Connector Hub, see
5
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
6
+ Connector Hub is formerly known as Service Connector Hub.
6
7
 
7
8
  * OpenAPI spec version: 20200909
8
9
  *
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
3
+ * Connector Hub API
4
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
+ For more information about Connector Hub, see
6
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
7
+ Connector Hub is formerly known as Service Connector Hub.
7
8
 
8
9
  * OpenAPI spec version: 20200909
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA8BH,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":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA8BH,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,8 +1,9 @@
1
1
  /**
2
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
2
+ * Connector Hub API
3
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
+ For more information about Connector Hub, see
5
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
6
+ Connector Hub is formerly known as Service Connector Hub.
6
7
 
7
8
  * OpenAPI spec version: 20200909
8
9
  *
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
3
+ * Connector Hub API
4
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
+ For more information about Connector Hub, see
6
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
7
+ Connector Hub is formerly known as Service Connector Hub.
7
8
 
8
9
  * OpenAPI spec version: 20200909
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-log-entry-collection.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-log-entry-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
1
+ {"version":3,"file":"work-request-log-entry-collection.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-log-entry-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
@@ -1,8 +1,9 @@
1
1
  /**
2
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
2
+ * Connector Hub API
3
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
+ For more information about Connector Hub, see
5
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
6
+ Connector Hub is formerly known as Service Connector Hub.
6
7
 
7
8
  * OpenAPI spec version: 20200909
8
9
  *
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
3
+ * Connector Hub API
4
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
+ For more information about Connector Hub, see
6
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
7
+ Connector Hub is formerly known as Service Connector Hub.
7
8
 
8
9
  * OpenAPI spec version: 20200909
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAwBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
1
+ {"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAwBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -1,8 +1,9 @@
1
1
  /**
2
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
2
+ * Connector Hub API
3
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
+ For more information about Connector Hub, see
5
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
6
+ Connector Hub is formerly known as Service Connector Hub.
6
7
 
7
8
  * OpenAPI spec version: 20200909
8
9
  *
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
3
+ * Connector Hub API
4
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
+ For more information about Connector Hub, see
6
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
7
+ Connector Hub is formerly known as Service Connector Hub.
7
8
 
8
9
  * OpenAPI spec version: 20200909
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmCH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
1
+ {"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAmCH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -1,8 +1,9 @@
1
1
  /**
2
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
2
+ * Connector Hub API
3
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
+ For more information about Connector Hub, see
5
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
6
+ Connector Hub is formerly known as Service Connector Hub.
6
7
 
7
8
  * OpenAPI spec version: 20200909
8
9
  *
@@ -18,12 +19,12 @@ import * as model from "../model";
18
19
  * An object representing an asynchronous work flow.
19
20
  * <p>
20
21
  Many of the API requests you use to create and configure
21
- * service connectors do not take effect immediately. In these
22
+ * connectors do not take effect immediately. In these
22
23
  * cases, the request spawns an asynchronous work flow to fulfill
23
24
  * the request. WorkRequest objects provide visibility for
24
25
  * in-progress work flows. For more information about work
25
26
  * requests, see
26
- * [Viewing the State of a Work Request](https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/workrequests.htm).
27
+ * [Viewing the State of a Work Request](https://docs.cloud.oracle.com/iaas/Content/connector-hub/workrequests.htm).
27
28
  *
28
29
  */
29
30
  export interface WorkRequest {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
3
+ * Connector Hub API
4
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
+ For more information about Connector Hub, see
6
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
7
+ Connector Hub is formerly known as Service Connector Hub.
7
8
 
8
9
  * OpenAPI spec version: 20200909
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsElC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
1
+ {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsElC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
@@ -12,11 +12,11 @@
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.79.1/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnectorRequest.
16
16
  */
17
17
  export interface ActivateServiceConnectorRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service connector.
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connector.
20
20
  *
21
21
  */
22
22
  "serviceConnectorId": string;
@@ -13,16 +13,16 @@
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.79.1/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartmentRequest.
17
17
  */
18
18
  export interface ChangeServiceConnectorCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service connector.
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connector.
21
21
  *
22
22
  */
23
23
  "serviceConnectorId": string;
24
24
  /**
25
- * The configuration details for moving a service connector to a different compartment.
25
+ * The configuration details for moving a connector to a different compartment.
26
26
  *
27
27
  */
28
28
  "changeServiceConnectorCompartmentDetails": model.ChangeServiceConnectorCompartmentDetails;
@@ -13,11 +13,11 @@
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.79.1/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnectorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnectorRequest.
17
17
  */
18
18
  export interface CreateServiceConnectorRequest extends common.BaseRequest {
19
19
  /**
20
- * Configuration details for the new service connector.
20
+ * Configuration details for the new connector.
21
21
  *
22
22
  */
23
23
  "createServiceConnectorDetails": model.CreateServiceConnectorDetails;
@@ -12,11 +12,11 @@
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.79.1/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnectorRequest.
16
16
  */
17
17
  export interface DeactivateServiceConnectorRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service connector.
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connector.
20
20
  *
21
21
  */
22
22
  "serviceConnectorId": string;
@@ -12,11 +12,11 @@
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.79.1/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnectorRequest.
16
16
  */
17
17
  export interface DeleteServiceConnectorRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service connector.
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connector.
20
20
  *
21
21
  */
22
22
  "serviceConnectorId": string;
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200909
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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.81.0/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPluginRequest.
16
+ */
17
+ export interface GetConnectorPluginRequest extends common.BaseRequest {
18
+ /**
19
+ * The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, {@code QueueSource} indicates the Queue service.
20
+ *
21
+ */
22
+ "connectorPluginName": string;
23
+ /**
24
+ * The unique Oracle-assigned identifier for the request.
25
+ * If you need to contact Oracle about a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200909
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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-connector-plugin-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connector-plugin-request.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/request/get-connector-plugin-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,11 +12,11 @@
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.79.1/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnectorRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnectorRequest.
16
16
  */
17
17
  export interface GetServiceConnectorRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service connector.
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connector.
20
20
  *
21
21
  */
22
22
  "serviceConnectorId": string;
@@ -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.79.1/sch/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.81.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -1,8 +1,9 @@
1
1
  /**
2
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
2
+ * Connector Hub API
3
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
+ For more information about Connector Hub, see
5
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
6
+ Connector Hub is formerly known as Service Connector Hub.
6
7
 
7
8
  * OpenAPI spec version: 20200909
8
9
  *
@@ -13,6 +14,10 @@ For more information about Service Connector Hub, see
13
14
  * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
15
  * 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.
15
16
  */
17
+ import * as GetConnectorPluginRequest from "./get-connector-plugin-request";
18
+ export import GetConnectorPluginRequest = GetConnectorPluginRequest.GetConnectorPluginRequest;
19
+ import * as ListConnectorPluginsRequest from "./list-connector-plugins-request";
20
+ export import ListConnectorPluginsRequest = ListConnectorPluginsRequest.ListConnectorPluginsRequest;
16
21
  import * as ActivateServiceConnectorRequest from "./activate-service-connector-request";
17
22
  export import ActivateServiceConnectorRequest = ActivateServiceConnectorRequest.ActivateServiceConnectorRequest;
18
23
  import * as ChangeServiceConnectorCompartmentRequest from "./change-service-connector-compartment-request";
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  /**
3
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
3
+ * Connector Hub API
4
+ * Use the Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
+ For more information about Connector Hub, see
6
+ [the Connector Hub documentation](/iaas/Content/connector-hub/home.htm).
7
+ Connector Hub is formerly known as Service Connector Hub.
7
8
 
8
9
  * OpenAPI spec version: 20200909
9
10
  *
@@ -34,7 +35,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
34
35
  return result;
35
36
  };
36
37
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ListServiceConnectorsRequest = void 0;
38
+ exports.ListServiceConnectorsRequest = exports.ListConnectorPluginsRequest = void 0;
39
+ const ListConnectorPluginsRequest = __importStar(require("./list-connector-plugins-request"));
40
+ exports.ListConnectorPluginsRequest = ListConnectorPluginsRequest.ListConnectorPluginsRequest;
38
41
  const ListServiceConnectorsRequest = __importStar(require("./list-service-connectors-request"));
39
42
  exports.ListServiceConnectorsRequest = ListServiceConnectorsRequest.ListServiceConnectorsRequest;
40
43
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAgBH,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAIH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAepG,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
@@ -0,0 +1,77 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200909
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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.81.0/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPluginsRequest.
17
+ */
18
+ export interface ListConnectorPluginsRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only resources that match the given lifecycle state.
21
+ * <p>
22
+ Example: {@code ACTIVE}
23
+ *
24
+ */
25
+ "lifecycleState"?: model.LifecycleState;
26
+ /**
27
+ * A filter to return only resources that match the given display name exactly.
28
+ * <p>
29
+ Example: {@code example_service_connector}
30
+ *
31
+ */
32
+ "displayName"?: string;
33
+ /**
34
+ * A filter to return only resources that match the given connector plugin name ignoring case.
35
+ * <p>
36
+ Example: {@code QueueSource}
37
+ *
38
+ */
39
+ "name"?: string;
40
+ /**
41
+ * For list pagination. The maximum number of results per page, or items to return
42
+ * in a paginated \"List\" call. For important details about how pagination works, see
43
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
44
+ *
45
+ */
46
+ "limit"?: number;
47
+ /**
48
+ * For list pagination. The value of the opc-next-page response header from the previous
49
+ * \"List\" call. For important details about how pagination works, see
50
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
51
+ *
52
+ */
53
+ "page"?: string;
54
+ /**
55
+ * The sort order to use, either 'asc' or 'desc'.
56
+ *
57
+ */
58
+ "sortOrder"?: model.SortOrder;
59
+ /**
60
+ * The field to sort by. Only one sort order may be provided. Default order for {@code timeCreated} is descending.
61
+ * Default order for {@code displayName} is ascending. If no value is specified {@code timeCreated} is default.
62
+ *
63
+ */
64
+ "sortBy"?: ListConnectorPluginsRequest.SortBy;
65
+ /**
66
+ * The unique Oracle-assigned identifier for the request.
67
+ * If you need to contact Oracle about a particular request, please provide the request ID.
68
+ *
69
+ */
70
+ "opcRequestId"?: string;
71
+ }
72
+ export declare namespace ListConnectorPluginsRequest {
73
+ enum SortBy {
74
+ TimeCreated = "timeCreated",
75
+ DisplayName = "displayName"
76
+ }
77
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200909
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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
+ exports.ListConnectorPluginsRequest = void 0;
16
+ var ListConnectorPluginsRequest;
17
+ (function (ListConnectorPluginsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListConnectorPluginsRequest.SortBy || (ListConnectorPluginsRequest.SortBy = {}));
23
+ })(ListConnectorPluginsRequest = exports.ListConnectorPluginsRequest || (exports.ListConnectorPluginsRequest = {}));
24
+ //# sourceMappingURL=list-connector-plugins-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-connector-plugins-request.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/request/list-connector-plugins-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,2BAA2B,CAK3C;AALD,WAAiB,2BAA2B;IAC1C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAGjB;AACH,CAAC,EALgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAK3C"}
@@ -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.79.1/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectorsRequest.
17
17
  */
18
18
  export interface ListServiceConnectorsRequest 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.79.1/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest 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.79.1/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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.79.1/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,11 +13,11 @@
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.79.1/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnectorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnectorRequest.
17
17
  */
18
18
  export interface UpdateServiceConnectorRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the service connector.
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connector.
21
21
  *
22
22
  */
23
23
  "serviceConnectorId": string;