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.
- package/index.d.ts +8 -4
- package/index.js +9 -5
- package/index.js.map +1 -1
- package/lib/client.d.ts +167 -57
- package/lib/client.js +434 -96
- package/lib/client.js.map +1 -1
- package/lib/connectorplugins-waiter.d.ts +33 -0
- package/lib/connectorplugins-waiter.js +69 -0
- package/lib/connectorplugins-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +5 -4
- package/lib/model/action-type.js +5 -4
- package/lib/model/action-type.js.map +1 -1
- package/lib/model/change-service-connector-compartment-details.d.ts +7 -6
- package/lib/model/change-service-connector-compartment-details.js +5 -4
- package/lib/model/change-service-connector-compartment-details.js.map +1 -1
- package/lib/model/connector-plugin-collection.d.ts +32 -0
- package/lib/model/connector-plugin-collection.js +65 -0
- package/lib/model/connector-plugin-collection.js.map +1 -0
- package/lib/model/connector-plugin-lifecycle-state.d.ts +33 -0
- package/lib/model/connector-plugin-lifecycle-state.js +44 -0
- package/lib/model/connector-plugin-lifecycle-state.js.map +1 -0
- package/lib/model/connector-plugin-summary.d.ts +61 -0
- package/lib/model/connector-plugin-summary.js +76 -0
- package/lib/model/connector-plugin-summary.js.map +1 -0
- package/lib/model/connector-plugin.d.ts +67 -0
- package/lib/model/connector-plugin.js +76 -0
- package/lib/model/connector-plugin.js.map +1 -0
- package/lib/model/create-service-connector-details.d.ts +8 -7
- package/lib/model/create-service-connector-details.js +5 -4
- package/lib/model/create-service-connector-details.js.map +1 -1
- package/lib/model/dimension-details.d.ts +6 -5
- package/lib/model/dimension-details.js +5 -4
- package/lib/model/dimension-details.js.map +1 -1
- package/lib/model/dimension-value-details.d.ts +5 -4
- package/lib/model/dimension-value-details.js +9 -6
- package/lib/model/dimension-value-details.js.map +1 -1
- package/lib/model/estimated-throughput.d.ts +35 -0
- package/lib/model/estimated-throughput.js +46 -0
- package/lib/model/estimated-throughput.js.map +1 -0
- package/lib/model/function-task-details.d.ts +6 -5
- package/lib/model/function-task-details.js +5 -4
- package/lib/model/function-task-details.js.map +1 -1
- package/lib/model/functions-target-details.d.ts +22 -6
- package/lib/model/functions-target-details.js +5 -4
- package/lib/model/functions-target-details.js.map +1 -1
- package/lib/model/index.d.ts +25 -4
- package/lib/model/index.js +27 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/jmes-path-dimension-value.d.ts +5 -4
- package/lib/model/jmes-path-dimension-value.js +5 -4
- package/lib/model/jmes-path-dimension-value.js.map +1 -1
- package/lib/model/latest-streaming-cursor.d.ts +8 -5
- package/lib/model/latest-streaming-cursor.js +5 -4
- package/lib/model/latest-streaming-cursor.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +5 -4
- package/lib/model/lifecycle-state.js +5 -4
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/log-rule-task-details.d.ts +8 -7
- package/lib/model/log-rule-task-details.js +5 -4
- package/lib/model/log-rule-task-details.js.map +1 -1
- package/lib/model/log-source.d.ts +7 -4
- package/lib/model/log-source.js +5 -4
- package/lib/model/log-source.js.map +1 -1
- package/lib/model/logging-analytics-target-details.d.ts +8 -7
- package/lib/model/logging-analytics-target-details.js +5 -4
- package/lib/model/logging-analytics-target-details.js.map +1 -1
- package/lib/model/logging-source-details.d.ts +6 -5
- package/lib/model/logging-source-details.js +5 -4
- package/lib/model/logging-source-details.js.map +1 -1
- package/lib/model/monitoring-source-all-metrics.d.ts +5 -4
- package/lib/model/monitoring-source-all-metrics.js +5 -4
- package/lib/model/monitoring-source-all-metrics.js.map +1 -1
- package/lib/model/monitoring-source-details.d.ts +7 -6
- package/lib/model/monitoring-source-details.js +5 -4
- package/lib/model/monitoring-source-details.js.map +1 -1
- package/lib/model/monitoring-source-metric-details.d.ts +5 -4
- package/lib/model/monitoring-source-metric-details.js +9 -6
- package/lib/model/monitoring-source-metric-details.js.map +1 -1
- package/lib/model/monitoring-source-namespace-details.d.ts +5 -4
- package/lib/model/monitoring-source-namespace-details.js +9 -6
- package/lib/model/monitoring-source-namespace-details.js.map +1 -1
- package/lib/model/monitoring-source-selected-namespace-details.d.ts +5 -4
- package/lib/model/monitoring-source-selected-namespace-details.js +5 -4
- package/lib/model/monitoring-source-selected-namespace-details.js.map +1 -1
- package/lib/model/monitoring-source-selected-namespace.d.ts +5 -4
- package/lib/model/monitoring-source-selected-namespace.js +5 -4
- package/lib/model/monitoring-source-selected-namespace.js.map +1 -1
- package/lib/model/monitoring-source.d.ts +6 -5
- package/lib/model/monitoring-source.js +5 -4
- package/lib/model/monitoring-source.js.map +1 -1
- package/lib/model/monitoring-target-details.d.ts +7 -6
- package/lib/model/monitoring-target-details.js +5 -4
- package/lib/model/monitoring-target-details.js.map +1 -1
- package/lib/model/notifications-target-details.d.ts +8 -7
- package/lib/model/notifications-target-details.js +5 -4
- package/lib/model/notifications-target-details.js.map +1 -1
- package/lib/model/object-storage-target-details.d.ts +10 -7
- package/lib/model/object-storage-target-details.js +5 -4
- package/lib/model/object-storage-target-details.js.map +1 -1
- package/lib/model/operation-status.d.ts +5 -4
- package/lib/model/operation-status.js +5 -4
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/operation-type.d.ts +5 -4
- package/lib/model/operation-type.js +5 -4
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/plugin-source-details.d.ts +44 -0
- package/lib/model/plugin-source-details.js +56 -0
- package/lib/model/plugin-source-details.js.map +1 -0
- package/lib/model/service-connector-collection.d.ts +6 -5
- package/lib/model/service-connector-collection.js +5 -4
- package/lib/model/service-connector-collection.js.map +1 -1
- package/lib/model/service-connector-summary.d.ts +11 -10
- package/lib/model/service-connector-summary.js +5 -4
- package/lib/model/service-connector-summary.js.map +1 -1
- package/lib/model/service-connector.d.ts +14 -13
- package/lib/model/service-connector.js +5 -4
- package/lib/model/service-connector.js.map +1 -1
- package/lib/model/sort-order.d.ts +5 -4
- package/lib/model/sort-order.js +5 -4
- package/lib/model/sort-order.js.map +1 -1
- package/lib/model/source-connector-plugin-summary.d.ts +37 -0
- package/lib/model/source-connector-plugin-summary.js +58 -0
- package/lib/model/source-connector-plugin-summary.js.map +1 -0
- package/lib/model/source-connector-plugin.d.ts +37 -0
- package/lib/model/source-connector-plugin.js +56 -0
- package/lib/model/source-connector-plugin.js.map +1 -0
- package/lib/model/source-details.d.ts +9 -8
- package/lib/model/source-details.js +13 -6
- package/lib/model/source-details.js.map +1 -1
- package/lib/model/static-dimension-value.d.ts +5 -4
- package/lib/model/static-dimension-value.js +5 -4
- package/lib/model/static-dimension-value.js.map +1 -1
- package/lib/model/streaming-cursor-details.d.ts +8 -5
- package/lib/model/streaming-cursor-details.js +9 -6
- package/lib/model/streaming-cursor-details.js.map +1 -1
- package/lib/model/streaming-source-details.d.ts +7 -4
- package/lib/model/streaming-source-details.js +5 -4
- package/lib/model/streaming-source-details.js.map +1 -1
- package/lib/model/streaming-target-details.d.ts +7 -6
- package/lib/model/streaming-target-details.js +5 -4
- package/lib/model/streaming-target-details.js.map +1 -1
- package/lib/model/target-connector-plugin-summary.d.ts +31 -0
- package/lib/model/target-connector-plugin-summary.js +58 -0
- package/lib/model/target-connector-plugin-summary.js.map +1 -0
- package/lib/model/target-connector-plugin.d.ts +31 -0
- package/lib/model/target-connector-plugin.js +56 -0
- package/lib/model/target-connector-plugin.js.map +1 -0
- package/lib/model/target-details.d.ts +9 -8
- package/lib/model/target-details.js +9 -6
- package/lib/model/target-details.js.map +1 -1
- package/lib/model/task-details.d.ts +9 -8
- package/lib/model/task-details.js +9 -6
- package/lib/model/task-details.js.map +1 -1
- package/lib/model/trim-horizon-streaming-cursor.d.ts +8 -5
- package/lib/model/trim-horizon-streaming-cursor.js +5 -4
- package/lib/model/trim-horizon-streaming-cursor.js.map +1 -1
- package/lib/model/update-service-connector-details.d.ts +7 -6
- package/lib/model/update-service-connector-details.js +5 -4
- package/lib/model/update-service-connector-details.js.map +1 -1
- package/lib/model/work-request-collection.d.ts +5 -4
- package/lib/model/work-request-collection.js +5 -4
- package/lib/model/work-request-collection.js.map +1 -1
- package/lib/model/work-request-error-collection.d.ts +5 -4
- package/lib/model/work-request-error-collection.js +5 -4
- package/lib/model/work-request-error-collection.js.map +1 -1
- package/lib/model/work-request-error.d.ts +5 -4
- package/lib/model/work-request-error.js +5 -4
- package/lib/model/work-request-error.js.map +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +5 -4
- package/lib/model/work-request-log-entry-collection.js +5 -4
- package/lib/model/work-request-log-entry-collection.js.map +1 -1
- package/lib/model/work-request-log-entry.d.ts +5 -4
- package/lib/model/work-request-log-entry.js +5 -4
- package/lib/model/work-request-log-entry.js.map +1 -1
- package/lib/model/work-request-resource.d.ts +5 -4
- package/lib/model/work-request-resource.js +5 -4
- package/lib/model/work-request-resource.js.map +1 -1
- package/lib/model/work-request.d.ts +7 -6
- package/lib/model/work-request.js +5 -4
- package/lib/model/work-request.js.map +1 -1
- package/lib/request/activate-service-connector-request.d.ts +2 -2
- package/lib/request/change-service-connector-compartment-request.d.ts +3 -3
- package/lib/request/create-service-connector-request.d.ts +2 -2
- package/lib/request/deactivate-service-connector-request.d.ts +2 -2
- package/lib/request/delete-service-connector-request.d.ts +2 -2
- package/lib/request/get-connector-plugin-request.d.ts +29 -0
- package/lib/request/get-connector-plugin-request.js +15 -0
- package/lib/request/get-connector-plugin-request.js.map +1 -0
- package/lib/request/get-service-connector-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +9 -4
- package/lib/request/index.js +8 -5
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-connector-plugins-request.d.ts +77 -0
- package/lib/request/list-connector-plugins-request.js +24 -0
- package/lib/request/list-connector-plugins-request.js.map +1 -0
- package/lib/request/list-service-connectors-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-service-connector-request.d.ts +2 -2
- package/lib/response/get-connector-plugin-response.d.ts +25 -0
- package/lib/response/get-connector-plugin-response.js +15 -0
- package/lib/response/get-connector-plugin-response.js.map +1 -0
- package/lib/response/index.d.ts +9 -4
- package/lib/response/index.js +5 -4
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-connector-plugins-response.d.ts +41 -0
- package/lib/response/list-connector-plugins-response.js +15 -0
- package/lib/response/list-connector-plugins-response.js.map +1 -0
- package/lib/serviceconnector-waiter.d.ts +5 -4
- package/lib/serviceconnector-waiter.js +5 -4
- package/lib/serviceconnector-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streaming-cursor-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-cursor-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"streaming-cursor-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-cursor-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAYtC,IAAiB,sBAAsB,CA2CtC;AA3CD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CACL,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjB,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,6CAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA2CtC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
*
|
|
@@ -16,6 +17,8 @@ For more information about Service Connector Hub, see
|
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
19
|
* The Streaming source.
|
|
20
|
+
* For configuration instructions, see
|
|
21
|
+
* [Creating a Connector with a Streaming Source](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector-streaming-source.htm).
|
|
19
22
|
*
|
|
20
23
|
*/
|
|
21
24
|
export interface StreamingSourceDetails extends model.SourceDetails {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
5
|
-
For more information about
|
|
6
|
-
[
|
|
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":"streaming-source-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-source-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"streaming-source-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACzF;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACY,2BAAI,GAAG,WAAW,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAC7E;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,6CAAsB,yBAgBrC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
*
|
|
@@ -15,9 +16,9 @@ For more information about Service Connector Hub, see
|
|
|
15
16
|
*/
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
|
-
* The stream
|
|
19
|
+
* The destination stream for data transferred from the source.
|
|
19
20
|
* For configuration instructions, see
|
|
20
|
-
* [
|
|
21
|
+
* [Creating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
21
22
|
*
|
|
22
23
|
*/
|
|
23
24
|
export interface StreamingTargetDetails extends model.TargetDetails {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
5
|
-
For more information about
|
|
6
|
-
[
|
|
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":"streaming-target-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-target-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"streaming-target-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,sBAAsB,CAuBtC;AAvBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,iCAAU,aAOzB,CAAA;IACY,2BAAI,GAAG,WAAW,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAuBtC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
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.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200909
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
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.
|
|
16
|
+
*/
|
|
17
|
+
import * as model from "../model";
|
|
18
|
+
/**
|
|
19
|
+
* Summary information for a connector plugin that sends data to a target service.
|
|
20
|
+
* For configuration instructions, see
|
|
21
|
+
* [Creating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface TargetConnectorPluginSummary extends model.ConnectorPluginSummary {
|
|
25
|
+
"kind": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace TargetConnectorPluginSummary {
|
|
28
|
+
function getJsonObj(obj: TargetConnectorPluginSummary, isParentJsonObj?: boolean): object;
|
|
29
|
+
const kind = "TARGET";
|
|
30
|
+
function getDeserializedJsonObj(obj: TargetConnectorPluginSummary, isParentJsonObj?: boolean): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
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.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20200909
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
21
|
+
}) : (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
}));
|
|
25
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
27
|
+
}) : function(o, v) {
|
|
28
|
+
o["default"] = v;
|
|
29
|
+
});
|
|
30
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TargetConnectorPluginSummary = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var TargetConnectorPluginSummary;
|
|
41
|
+
(function (TargetConnectorPluginSummary) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.ConnectorPluginSummary.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
TargetConnectorPluginSummary.getJsonObj = getJsonObj;
|
|
49
|
+
TargetConnectorPluginSummary.kind = "TARGET";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.ConnectorPluginSummary.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
TargetConnectorPluginSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(TargetConnectorPluginSummary = exports.TargetConnectorPluginSummary || (exports.TargetConnectorPluginSummary = {}));
|
|
58
|
+
//# sourceMappingURL=target-connector-plugin-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"target-connector-plugin-summary.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/target-connector-plugin-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA2B5C;AA3BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,iCAAI,GAAG,QAAQ,CAAC;IAC7B,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CAC6B,CAAC,GACpC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mDAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA2B5C"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
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.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20200909
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
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.
|
|
16
|
+
*/
|
|
17
|
+
import * as model from "../model";
|
|
18
|
+
/**
|
|
19
|
+
* A connector plugin for sending data to a target service.
|
|
20
|
+
* For configuration instructions, see
|
|
21
|
+
* [Creating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface TargetConnectorPlugin extends model.ConnectorPlugin {
|
|
25
|
+
"kind": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace TargetConnectorPlugin {
|
|
28
|
+
function getJsonObj(obj: TargetConnectorPlugin, isParentJsonObj?: boolean): object;
|
|
29
|
+
const kind = "TARGET";
|
|
30
|
+
function getDeserializedJsonObj(obj: TargetConnectorPlugin, isParentJsonObj?: boolean): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
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.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20200909
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
21
|
+
}) : (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
}));
|
|
25
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
27
|
+
}) : function(o, v) {
|
|
28
|
+
o["default"] = v;
|
|
29
|
+
});
|
|
30
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TargetConnectorPlugin = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var TargetConnectorPlugin;
|
|
41
|
+
(function (TargetConnectorPlugin) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.ConnectorPlugin.getJsonObj(obj))), {});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
TargetConnectorPlugin.getJsonObj = getJsonObj;
|
|
47
|
+
TargetConnectorPlugin.kind = "TARGET";
|
|
48
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
50
|
+
? obj
|
|
51
|
+
: model.ConnectorPlugin.getDeserializedJsonObj(obj))), {});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
TargetConnectorPlugin.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
55
|
+
})(TargetConnectorPlugin = exports.TargetConnectorPlugin || (exports.TargetConnectorPlugin = {}));
|
|
56
|
+
//# sourceMappingURL=target-connector-plugin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"target-connector-plugin.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/target-connector-plugin.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qBAAqB,CAuBrC;AAvBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,gCAAU,aAOzB,CAAA;IACY,0BAAI,GAAG,QAAQ,CAAC;IAC7B,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAuBrC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
*
|
|
@@ -14,12 +15,12 @@ For more information about Service Connector Hub, see
|
|
|
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
|
*/
|
|
16
17
|
/**
|
|
17
|
-
* An object that represents the target of the flow defined by the
|
|
18
|
+
* An object that represents the target of the flow defined by the connector.
|
|
18
19
|
* An example target is a stream (Streaming service).
|
|
19
|
-
* For more information about flows defined by
|
|
20
|
-
* [
|
|
20
|
+
* For more information about flows defined by connectors, see
|
|
21
|
+
* [Overview of Connector Hub](https://docs.cloud.oracle.com/iaas/Content/connector-hub/overview.htm).
|
|
21
22
|
* For configuration instructions, see
|
|
22
|
-
* [
|
|
23
|
+
* [Creating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
23
24
|
*
|
|
24
25
|
*/
|
|
25
26
|
export interface TargetDetails {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
5
|
-
For more information about
|
|
6
|
-
[
|
|
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
|
*
|
|
@@ -56,7 +57,8 @@ var TargetDetails;
|
|
|
56
57
|
case "streaming":
|
|
57
58
|
return model.StreamingTargetDetails.getJsonObj(jsonObj, true);
|
|
58
59
|
default:
|
|
59
|
-
common.logger
|
|
60
|
+
if (common.LOG.logger)
|
|
61
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
60
62
|
}
|
|
61
63
|
}
|
|
62
64
|
return jsonObj;
|
|
@@ -79,7 +81,8 @@ var TargetDetails;
|
|
|
79
81
|
case "streaming":
|
|
80
82
|
return model.StreamingTargetDetails.getDeserializedJsonObj(jsonObj, true);
|
|
81
83
|
default:
|
|
82
|
-
common.logger
|
|
84
|
+
if (common.LOG.logger)
|
|
85
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
83
86
|
}
|
|
84
87
|
}
|
|
85
88
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"target-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/target-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"target-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAetC,IAAiB,aAAa,CAmF7B;AAnFD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CACL,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACL,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CACL,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAxCe,wBAAU,aAwCzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACjB,OAAQ,EACnD,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACjB,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACjB,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAxCe,oCAAsB,yBAwCrC,CAAA;AACH,CAAC,EAnFgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAmF7B"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
*
|
|
@@ -14,12 +15,12 @@ For more information about Service Connector Hub, see
|
|
|
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
|
*/
|
|
16
17
|
/**
|
|
17
|
-
* An object that represents a task within the flow defined by the
|
|
18
|
+
* An object that represents a task within the flow defined by the connector.
|
|
18
19
|
* An example task is a filter for error logs.
|
|
19
|
-
* For more information about flows defined by
|
|
20
|
-
* [
|
|
20
|
+
* For more information about flows defined by connectors, see
|
|
21
|
+
* [Overview of Connector Hub](https://docs.cloud.oracle.com/iaas/Content/connector-hub/overview.htm).
|
|
21
22
|
* For configuration instructions, see
|
|
22
|
-
* [
|
|
23
|
+
* [Creating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
23
24
|
*
|
|
24
25
|
*/
|
|
25
26
|
export interface TaskDetails {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
5
|
-
For more information about
|
|
6
|
-
[
|
|
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
|
*
|
|
@@ -48,7 +49,8 @@ var TaskDetails;
|
|
|
48
49
|
case "logRule":
|
|
49
50
|
return model.LogRuleTaskDetails.getJsonObj(jsonObj, true);
|
|
50
51
|
default:
|
|
51
|
-
common.logger
|
|
52
|
+
if (common.LOG.logger)
|
|
53
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
52
54
|
}
|
|
53
55
|
}
|
|
54
56
|
return jsonObj;
|
|
@@ -63,7 +65,8 @@ var TaskDetails;
|
|
|
63
65
|
case "logRule":
|
|
64
66
|
return model.LogRuleTaskDetails.getDeserializedJsonObj(jsonObj, true);
|
|
65
67
|
default:
|
|
66
|
-
common.logger
|
|
68
|
+
if (common.LOG.logger)
|
|
69
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
67
70
|
}
|
|
68
71
|
}
|
|
69
72
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/task-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"task-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/task-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAetC,IAAiB,WAAW,CA2C3B;AA3CD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CACL,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CACL,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,sBAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CACjB,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CACjB,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,kCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA2C3B"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
*
|
|
@@ -15,7 +16,9 @@ For more information about Service Connector Hub, see
|
|
|
15
16
|
*/
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
|
-
* {@code TRIM_HORIZON} cursor type.
|
|
19
|
+
* {@code TRIM_HORIZON} cursor type. Starts reading from the oldest available message in the stream.
|
|
20
|
+
* For configuration instructions, see
|
|
21
|
+
* [Creating a Connector with a Streaming Source](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector-streaming-source.htm).
|
|
19
22
|
*
|
|
20
23
|
*/
|
|
21
24
|
export interface TrimHorizonStreamingCursor extends model.StreamingCursorDetails {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
5
|
-
For more information about
|
|
6
|
-
[
|
|
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":"trim-horizon-streaming-cursor.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/trim-horizon-streaming-cursor.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"trim-horizon-streaming-cursor.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/trim-horizon-streaming-cursor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,+BAAI,GAAG,cAAc,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
*
|
|
@@ -15,7 +16,7 @@ For more information about Service Connector Hub, see
|
|
|
15
16
|
*/
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
|
-
* The configuration details for updating a
|
|
19
|
+
* The configuration details for updating a connector.
|
|
19
20
|
*
|
|
20
21
|
*/
|
|
21
22
|
export interface UpdateServiceConnectorDetails {
|
|
@@ -30,7 +31,7 @@ export interface UpdateServiceConnectorDetails {
|
|
|
30
31
|
*
|
|
31
32
|
*/
|
|
32
33
|
"description"?: string;
|
|
33
|
-
"source"?: model.LoggingSourceDetails | model.MonitoringSourceDetails | model.StreamingSourceDetails;
|
|
34
|
+
"source"?: model.LoggingSourceDetails | model.MonitoringSourceDetails | model.StreamingSourceDetails | model.PluginSourceDetails;
|
|
34
35
|
/**
|
|
35
36
|
* The list of the tasks.
|
|
36
37
|
*
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* Use the
|
|
5
|
-
For more information about
|
|
6
|
-
[
|
|
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":"update-service-connector-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/update-service-connector-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-service-connector-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/update-service-connector-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,6BAA6B,CAiC7C;AAjCD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC7E,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC9E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACzF,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,oDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAiC7C"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
-
*
|
|
4
|
-
* Use the
|
|
5
|
-
For more information about
|
|
6
|
-
[
|
|
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-collection.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"work-request-collection.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/work-request-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,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,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,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,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Use the
|
|
4
|
-
For more information about
|
|
5
|
-
[
|
|
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
|
*
|