oci-sch 2.80.0 → 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 +165 -56
- package/lib/client.js +378 -81
- 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 +5 -4
- 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 +5 -4
- 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 +5 -4
- 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 +9 -4
- 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 +5 -4
- 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 +5 -4
- package/lib/model/target-details.js.map +1 -1
- package/lib/model/task-details.d.ts +9 -8
- package/lib/model/task-details.js +5 -4
- 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
package/lib/model/index.d.ts
CHANGED
|
@@ -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
|
*
|
|
@@ -17,12 +18,22 @@ import * as ActionType from "./action-type";
|
|
|
17
18
|
export import ActionType = ActionType.ActionType;
|
|
18
19
|
import * as ChangeServiceConnectorCompartmentDetails from "./change-service-connector-compartment-details";
|
|
19
20
|
export import ChangeServiceConnectorCompartmentDetails = ChangeServiceConnectorCompartmentDetails.ChangeServiceConnectorCompartmentDetails;
|
|
21
|
+
import * as ConnectorPlugin from "./connector-plugin";
|
|
22
|
+
export import ConnectorPlugin = ConnectorPlugin.ConnectorPlugin;
|
|
23
|
+
import * as ConnectorPluginCollection from "./connector-plugin-collection";
|
|
24
|
+
export import ConnectorPluginCollection = ConnectorPluginCollection.ConnectorPluginCollection;
|
|
25
|
+
import * as ConnectorPluginLifecycleState from "./connector-plugin-lifecycle-state";
|
|
26
|
+
export import ConnectorPluginLifecycleState = ConnectorPluginLifecycleState.ConnectorPluginLifecycleState;
|
|
27
|
+
import * as ConnectorPluginSummary from "./connector-plugin-summary";
|
|
28
|
+
export import ConnectorPluginSummary = ConnectorPluginSummary.ConnectorPluginSummary;
|
|
20
29
|
import * as CreateServiceConnectorDetails from "./create-service-connector-details";
|
|
21
30
|
export import CreateServiceConnectorDetails = CreateServiceConnectorDetails.CreateServiceConnectorDetails;
|
|
22
31
|
import * as DimensionDetails from "./dimension-details";
|
|
23
32
|
export import DimensionDetails = DimensionDetails.DimensionDetails;
|
|
24
33
|
import * as DimensionValueDetails from "./dimension-value-details";
|
|
25
34
|
export import DimensionValueDetails = DimensionValueDetails.DimensionValueDetails;
|
|
35
|
+
import * as EstimatedThroughput from "./estimated-throughput";
|
|
36
|
+
export import EstimatedThroughput = EstimatedThroughput.EstimatedThroughput;
|
|
26
37
|
import * as LifecycleState from "./lifecycle-state";
|
|
27
38
|
export import LifecycleState = LifecycleState.LifecycleState;
|
|
28
39
|
import * as LogSource from "./log-source";
|
|
@@ -97,11 +108,21 @@ import * as NotificationsTargetDetails from "./notifications-target-details";
|
|
|
97
108
|
export import NotificationsTargetDetails = NotificationsTargetDetails.NotificationsTargetDetails;
|
|
98
109
|
import * as ObjectStorageTargetDetails from "./object-storage-target-details";
|
|
99
110
|
export import ObjectStorageTargetDetails = ObjectStorageTargetDetails.ObjectStorageTargetDetails;
|
|
111
|
+
import * as PluginSourceDetails from "./plugin-source-details";
|
|
112
|
+
export import PluginSourceDetails = PluginSourceDetails.PluginSourceDetails;
|
|
113
|
+
import * as SourceConnectorPlugin from "./source-connector-plugin";
|
|
114
|
+
export import SourceConnectorPlugin = SourceConnectorPlugin.SourceConnectorPlugin;
|
|
115
|
+
import * as SourceConnectorPluginSummary from "./source-connector-plugin-summary";
|
|
116
|
+
export import SourceConnectorPluginSummary = SourceConnectorPluginSummary.SourceConnectorPluginSummary;
|
|
100
117
|
import * as StaticDimensionValue from "./static-dimension-value";
|
|
101
118
|
export import StaticDimensionValue = StaticDimensionValue.StaticDimensionValue;
|
|
102
119
|
import * as StreamingSourceDetails from "./streaming-source-details";
|
|
103
120
|
export import StreamingSourceDetails = StreamingSourceDetails.StreamingSourceDetails;
|
|
104
121
|
import * as StreamingTargetDetails from "./streaming-target-details";
|
|
105
122
|
export import StreamingTargetDetails = StreamingTargetDetails.StreamingTargetDetails;
|
|
123
|
+
import * as TargetConnectorPlugin from "./target-connector-plugin";
|
|
124
|
+
export import TargetConnectorPlugin = TargetConnectorPlugin.TargetConnectorPlugin;
|
|
125
|
+
import * as TargetConnectorPluginSummary from "./target-connector-plugin-summary";
|
|
126
|
+
export import TargetConnectorPluginSummary = TargetConnectorPluginSummary.TargetConnectorPluginSummary;
|
|
106
127
|
import * as TrimHorizonStreamingCursor from "./trim-horizon-streaming-cursor";
|
|
107
128
|
export import TrimHorizonStreamingCursor = TrimHorizonStreamingCursor.TrimHorizonStreamingCursor;
|
package/lib/model/index.js
CHANGED
|
@@ -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
|
*
|
|
@@ -34,17 +35,28 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
35
|
return result;
|
|
35
36
|
};
|
|
36
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
38
|
+
exports.SourceConnectorPluginSummary = exports.SourceConnectorPlugin = exports.PluginSourceDetails = exports.ObjectStorageTargetDetails = exports.NotificationsTargetDetails = exports.MonitoringTargetDetails = exports.MonitoringSourceSelectedNamespaceDetails = exports.MonitoringSourceDetails = exports.MonitoringSourceAllMetrics = exports.LoggingSourceDetails = exports.LoggingAnalyticsTargetDetails = exports.LogRuleTaskDetails = exports.LatestStreamingCursor = exports.JmesPathDimensionValue = exports.FunctionsTargetDetails = exports.FunctionTaskDetails = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateServiceConnectorDetails = exports.TaskDetails = exports.TargetDetails = exports.StreamingCursorDetails = exports.SourceDetails = exports.SortOrder = exports.ServiceConnectorSummary = exports.ServiceConnectorCollection = exports.ServiceConnector = exports.OperationType = exports.OperationStatus = exports.MonitoringSourceSelectedNamespace = exports.MonitoringSourceNamespaceDetails = exports.MonitoringSourceMetricDetails = exports.MonitoringSource = exports.LogSource = exports.LifecycleState = exports.EstimatedThroughput = exports.DimensionValueDetails = exports.DimensionDetails = exports.CreateServiceConnectorDetails = exports.ConnectorPluginSummary = exports.ConnectorPluginLifecycleState = exports.ConnectorPluginCollection = exports.ConnectorPlugin = exports.ChangeServiceConnectorCompartmentDetails = exports.ActionType = void 0;
|
|
39
|
+
exports.TrimHorizonStreamingCursor = exports.TargetConnectorPluginSummary = exports.TargetConnectorPlugin = exports.StreamingTargetDetails = exports.StreamingSourceDetails = exports.StaticDimensionValue = void 0;
|
|
38
40
|
const ActionType = __importStar(require("./action-type"));
|
|
39
41
|
exports.ActionType = ActionType.ActionType;
|
|
40
42
|
const ChangeServiceConnectorCompartmentDetails = __importStar(require("./change-service-connector-compartment-details"));
|
|
41
43
|
exports.ChangeServiceConnectorCompartmentDetails = ChangeServiceConnectorCompartmentDetails.ChangeServiceConnectorCompartmentDetails;
|
|
44
|
+
const ConnectorPlugin = __importStar(require("./connector-plugin"));
|
|
45
|
+
exports.ConnectorPlugin = ConnectorPlugin.ConnectorPlugin;
|
|
46
|
+
const ConnectorPluginCollection = __importStar(require("./connector-plugin-collection"));
|
|
47
|
+
exports.ConnectorPluginCollection = ConnectorPluginCollection.ConnectorPluginCollection;
|
|
48
|
+
const ConnectorPluginLifecycleState = __importStar(require("./connector-plugin-lifecycle-state"));
|
|
49
|
+
exports.ConnectorPluginLifecycleState = ConnectorPluginLifecycleState.ConnectorPluginLifecycleState;
|
|
50
|
+
const ConnectorPluginSummary = __importStar(require("./connector-plugin-summary"));
|
|
51
|
+
exports.ConnectorPluginSummary = ConnectorPluginSummary.ConnectorPluginSummary;
|
|
42
52
|
const CreateServiceConnectorDetails = __importStar(require("./create-service-connector-details"));
|
|
43
53
|
exports.CreateServiceConnectorDetails = CreateServiceConnectorDetails.CreateServiceConnectorDetails;
|
|
44
54
|
const DimensionDetails = __importStar(require("./dimension-details"));
|
|
45
55
|
exports.DimensionDetails = DimensionDetails.DimensionDetails;
|
|
46
56
|
const DimensionValueDetails = __importStar(require("./dimension-value-details"));
|
|
47
57
|
exports.DimensionValueDetails = DimensionValueDetails.DimensionValueDetails;
|
|
58
|
+
const EstimatedThroughput = __importStar(require("./estimated-throughput"));
|
|
59
|
+
exports.EstimatedThroughput = EstimatedThroughput.EstimatedThroughput;
|
|
48
60
|
const LifecycleState = __importStar(require("./lifecycle-state"));
|
|
49
61
|
exports.LifecycleState = LifecycleState.LifecycleState;
|
|
50
62
|
const LogSource = __importStar(require("./log-source"));
|
|
@@ -119,12 +131,22 @@ const NotificationsTargetDetails = __importStar(require("./notifications-target-
|
|
|
119
131
|
exports.NotificationsTargetDetails = NotificationsTargetDetails.NotificationsTargetDetails;
|
|
120
132
|
const ObjectStorageTargetDetails = __importStar(require("./object-storage-target-details"));
|
|
121
133
|
exports.ObjectStorageTargetDetails = ObjectStorageTargetDetails.ObjectStorageTargetDetails;
|
|
134
|
+
const PluginSourceDetails = __importStar(require("./plugin-source-details"));
|
|
135
|
+
exports.PluginSourceDetails = PluginSourceDetails.PluginSourceDetails;
|
|
136
|
+
const SourceConnectorPlugin = __importStar(require("./source-connector-plugin"));
|
|
137
|
+
exports.SourceConnectorPlugin = SourceConnectorPlugin.SourceConnectorPlugin;
|
|
138
|
+
const SourceConnectorPluginSummary = __importStar(require("./source-connector-plugin-summary"));
|
|
139
|
+
exports.SourceConnectorPluginSummary = SourceConnectorPluginSummary.SourceConnectorPluginSummary;
|
|
122
140
|
const StaticDimensionValue = __importStar(require("./static-dimension-value"));
|
|
123
141
|
exports.StaticDimensionValue = StaticDimensionValue.StaticDimensionValue;
|
|
124
142
|
const StreamingSourceDetails = __importStar(require("./streaming-source-details"));
|
|
125
143
|
exports.StreamingSourceDetails = StreamingSourceDetails.StreamingSourceDetails;
|
|
126
144
|
const StreamingTargetDetails = __importStar(require("./streaming-target-details"));
|
|
127
145
|
exports.StreamingTargetDetails = StreamingTargetDetails.StreamingTargetDetails;
|
|
146
|
+
const TargetConnectorPlugin = __importStar(require("./target-connector-plugin"));
|
|
147
|
+
exports.TargetConnectorPlugin = TargetConnectorPlugin.TargetConnectorPlugin;
|
|
148
|
+
const TargetConnectorPluginSummary = __importStar(require("./target-connector-plugin-summary"));
|
|
149
|
+
exports.TargetConnectorPluginSummary = TargetConnectorPluginSummary.TargetConnectorPluginSummary;
|
|
128
150
|
const TrimHorizonStreamingCursor = __importStar(require("./trim-horizon-streaming-cursor"));
|
|
129
151
|
exports.TrimHorizonStreamingCursor = TrimHorizonStreamingCursor.TrimHorizonStreamingCursor;
|
|
130
152
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -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":"jmes-path-dimension-value.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/jmes-path-dimension-value.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"jmes-path-dimension-value.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/jmes-path-dimension-value.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACY,2BAAI,GAAG,UAAU,CAAC;IAC/B,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
|
|
@@ -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 LATEST} cursor type.
|
|
19
|
+
* {@code LATEST} cursor type. Starts reading messages published after creating the connector.
|
|
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 LatestStreamingCursor 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":"latest-streaming-cursor.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/latest-streaming-cursor.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"latest-streaming-cursor.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/latest-streaming-cursor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,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,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
|
|
@@ -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":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAKH;;;IAGI;AACJ,IAAY,cAcX;AAdD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,uCAAqB,CAAA;IACrB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IAEjB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAdW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAczB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -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,14 +16,14 @@ For more information about Service Connector Hub, see
|
|
|
15
16
|
*/
|
|
16
17
|
import * as model from "../model";
|
|
17
18
|
/**
|
|
18
|
-
* The log
|
|
19
|
+
* The log filter task.
|
|
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 LogRuleTaskDetails extends model.TaskDetails {
|
|
24
25
|
/**
|
|
25
|
-
* A filter or mask to limit the source used in the flow defined by the
|
|
26
|
+
* A filter or mask to limit the source used in the flow defined by the connector.
|
|
26
27
|
*
|
|
27
28
|
*/
|
|
28
29
|
"condition": string;
|
|
@@ -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":"log-rule-task-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/log-rule-task-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"log-rule-task-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/log-rule-task-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,kBAAkB,CAuBlC;AAvBD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB,EAAE,eAAyB;QAC3E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAwB,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,6BAAU,aAOzB,CAAA;IACY,uBAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAAuB,EACvB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAwB,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAuBlC"}
|
|
@@ -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
|
*
|
|
@@ -25,6 +26,8 @@ export interface LogSource {
|
|
|
25
26
|
"compartmentId": string;
|
|
26
27
|
/**
|
|
27
28
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
|
29
|
+
* Note: For the Notifications target, only _Audit is allowed.
|
|
30
|
+
* Example OCID for _Audit log group: ocid1.tenancy.oc1..exampleuniqueid/_Audit
|
|
28
31
|
*
|
|
29
32
|
*/
|
|
30
33
|
"logGroupId"?: string;
|
package/lib/model/log-source.js
CHANGED
|
@@ -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":"log-source.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/log-source.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"log-source.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/log-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA6BH,IAAiB,SAAS,CAWzB;AAXD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAWzB"}
|
|
@@ -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 log group
|
|
19
|
+
* The destination log group 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 LoggingAnalyticsTargetDetails extends model.TargetDetails {
|
|
@@ -27,7 +28,7 @@ export interface LoggingAnalyticsTargetDetails extends model.TargetDetails {
|
|
|
27
28
|
*/
|
|
28
29
|
"logGroupId": string;
|
|
29
30
|
/**
|
|
30
|
-
* Identifier of the log source that you want to use for processing data received from the
|
|
31
|
+
* Identifier of the log source that you want to use for processing data received from the connector source.
|
|
31
32
|
* Applies to {@code StreamingSource} only.
|
|
32
33
|
* Equivalent to {@code name} at {@link LogAnalyticsSource}.
|
|
33
34
|
*
|
|
@@ -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":"logging-analytics-target-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/logging-analytics-target-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"logging-analytics-target-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/logging-analytics-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,6BAA6B,CA4B7C;AA5BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GACxE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAU,aAYzB,CAAA;IACY,kCAAI,GAAG,kBAAkB,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAmC,CAAC,GACpF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,oDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA4B7C"}
|
|
@@ -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
|
*
|
|
@@ -17,7 +18,7 @@ import * as model from "../model";
|
|
|
17
18
|
/**
|
|
18
19
|
* The Logging source.
|
|
19
20
|
* For configuration instructions, see
|
|
20
|
-
* [
|
|
21
|
+
* [Creating a Connector with a Logging Source](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector-logging-source.htm).
|
|
21
22
|
*
|
|
22
23
|
*/
|
|
23
24
|
export interface LoggingSourceDetails 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":"logging-source-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/logging-source-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"logging-source-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/logging-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,oBAAoB,CAmCpC;AAnCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GACvF;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACY,yBAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GAC3E;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,2CAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAmCpC"}
|
|
@@ -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":"monitoring-source-all-metrics.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/monitoring-source-all-metrics.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"monitoring-source-all-metrics.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/monitoring-source-all-metrics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,0BAA0B,CA2B1C;AA3BD,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,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,+BAAI,GAAG,KAAK,CAAC;IAC1B,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACzD,GAAG,CAC2B,CAAC,GAClC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA2B1C"}
|
|
@@ -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
|
*
|
|
@@ -17,12 +18,12 @@ import * as model from "../model";
|
|
|
17
18
|
/**
|
|
18
19
|
* The Monitoring source.
|
|
19
20
|
* For configuration instructions, see
|
|
20
|
-
* [
|
|
21
|
+
* [Creating a Connector with a Monitoring Source](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector-monitoring-source.htm).
|
|
21
22
|
*
|
|
22
23
|
*/
|
|
23
24
|
export interface MonitoringSourceDetails extends model.SourceDetails {
|
|
24
25
|
/**
|
|
25
|
-
*
|
|
26
|
+
* One or more compartment-specific lists of metric namespaces to retrieve data from.
|
|
26
27
|
*
|
|
27
28
|
*/
|
|
28
29
|
"monitoringSources": Array<model.MonitoringSource>;
|
|
@@ -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":"monitoring-source-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/monitoring-source-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"monitoring-source-details.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/monitoring-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,uBAAuB,CAmCvC;AAnCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GAC1F;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,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,kCAAU,aAazB,CAAA;IACY,4BAAI,GAAG,YAAY,CAAC;IACjC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GAC9E;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,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;IAlBe,8CAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAmCvC"}
|
|
@@ -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
|
*
|