oci-sch 2.106.1 → 2.107.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/lib/model/function-task-details-response.d.ts +47 -0
- package/lib/model/function-task-details-response.js +58 -0
- package/lib/model/function-task-details-response.js.map +1 -0
- package/lib/model/functions-target-details-response.d.ts +53 -0
- package/lib/model/functions-target-details-response.js +58 -0
- package/lib/model/functions-target-details-response.js.map +1 -0
- package/lib/model/index.d.ts +32 -0
- package/lib/model/index.js +34 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -0
- package/lib/model/lifecycle-state.js +1 -0
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/log-rule-task-details-response.d.ts +36 -0
- package/lib/model/log-rule-task-details-response.js +58 -0
- package/lib/model/log-rule-task-details-response.js.map +1 -0
- package/lib/model/logging-analytics-target-details-response.d.ts +43 -0
- package/lib/model/logging-analytics-target-details-response.js +58 -0
- package/lib/model/logging-analytics-target-details-response.js.map +1 -0
- package/lib/model/logging-source-details-response.d.ts +36 -0
- package/lib/model/logging-source-details-response.js +70 -0
- package/lib/model/logging-source-details-response.js.map +1 -0
- package/lib/model/monitoring-source-details-response.d.ts +36 -0
- package/lib/model/monitoring-source-details-response.js +70 -0
- package/lib/model/monitoring-source-details-response.js.map +1 -0
- package/lib/model/monitoring-target-details-response.d.ts +53 -0
- package/lib/model/monitoring-target-details-response.js +70 -0
- package/lib/model/monitoring-target-details-response.js.map +1 -0
- package/lib/model/notifications-target-details-response.d.ts +42 -0
- package/lib/model/notifications-target-details-response.js +58 -0
- package/lib/model/notifications-target-details-response.js.map +1 -0
- package/lib/model/object-storage-target-details-response.d.ts +58 -0
- package/lib/model/object-storage-target-details-response.js +58 -0
- package/lib/model/object-storage-target-details-response.js.map +1 -0
- package/lib/model/plugin-source-details-response.d.ts +44 -0
- package/lib/model/plugin-source-details-response.js +58 -0
- package/lib/model/plugin-source-details-response.js.map +1 -0
- package/lib/model/private-endpoint-metadata.d.ts +36 -0
- package/lib/model/private-endpoint-metadata.js +33 -0
- package/lib/model/private-endpoint-metadata.js.map +1 -0
- package/lib/model/service-connector.d.ts +3 -3
- package/lib/model/service-connector.js +10 -6
- package/lib/model/service-connector.js.map +1 -1
- package/lib/model/source-details-response.d.ts +34 -0
- package/lib/model/source-details-response.js +92 -0
- package/lib/model/source-details-response.js.map +1 -0
- package/lib/model/streaming-source-details-response.d.ts +36 -0
- package/lib/model/streaming-source-details-response.js +64 -0
- package/lib/model/streaming-source-details-response.js.map +1 -0
- package/lib/model/streaming-target-details-response.d.ts +35 -0
- package/lib/model/streaming-target-details-response.js +58 -0
- package/lib/model/streaming-target-details-response.js.map +1 -0
- package/lib/model/target-details-response.d.ts +34 -0
- package/lib/model/target-details-response.js +100 -0
- package/lib/model/target-details-response.js.map +1 -0
- package/lib/model/task-details-response.d.ts +34 -0
- package/lib/model/task-details-response.js +84 -0
- package/lib/model/task-details-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,44 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
* Details about a connector plugin used to fetch data from a source.
|
|
20
|
+
* For configuration instructions, see
|
|
21
|
+
* [Creating a Connector](https://docs.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface PluginSourceDetailsResponse extends model.SourceDetailsResponse {
|
|
25
|
+
/**
|
|
26
|
+
* The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, {@code QueueSource} indicates the Queue service.
|
|
27
|
+
* To find names of connector plugins, list the plugin using {@link #listConnectorPlugins(ListConnectorPluginsRequest) listConnectorPlugins}.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"pluginName": string;
|
|
31
|
+
/**
|
|
32
|
+
* The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type.
|
|
33
|
+
* For example, for {@code QueueSource}, the map lists the OCID of the selected queue.
|
|
34
|
+
* To find the parameters for a connector plugin, get the plugin using {@link #getConnectorPlugin(GetConnectorPluginRequest) getConnectorPlugin} and review its schema value.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"configMap": any;
|
|
38
|
+
"kind": string;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace PluginSourceDetailsResponse {
|
|
41
|
+
function getJsonObj(obj: PluginSourceDetailsResponse, isParentJsonObj?: boolean): object;
|
|
42
|
+
const kind = "plugin";
|
|
43
|
+
function getDeserializedJsonObj(obj: PluginSourceDetailsResponse, isParentJsonObj?: boolean): object;
|
|
44
|
+
}
|
|
@@ -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](https://docs.oracle.com/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, 2025, 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.PluginSourceDetailsResponse = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var PluginSourceDetailsResponse;
|
|
41
|
+
(function (PluginSourceDetailsResponse) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.SourceDetailsResponse.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
PluginSourceDetailsResponse.getJsonObj = getJsonObj;
|
|
49
|
+
PluginSourceDetailsResponse.kind = "plugin";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.SourceDetailsResponse.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
PluginSourceDetailsResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(PluginSourceDetailsResponse = exports.PluginSourceDetailsResponse || (exports.PluginSourceDetailsResponse = {}));
|
|
58
|
+
//# sourceMappingURL=plugin-source-details-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-source-details-response.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/plugin-source-details-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,gCAAI,GAAG,QAAQ,CAAC;IAC7B,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
/**
|
|
18
|
+
* The private endpoint metadata for the connector's source or target.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface PrivateEndpointMetadata {
|
|
22
|
+
/**
|
|
23
|
+
* The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"rceTrafficIpAddress"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The reverse connection endpoint (RCE) IP address for DNS lookups.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"rceDnsProxyIpAddress"?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace PrivateEndpointMetadata {
|
|
34
|
+
function getJsonObj(obj: PrivateEndpointMetadata): object;
|
|
35
|
+
function getDeserializedJsonObj(obj: PrivateEndpointMetadata): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.PrivateEndpointMetadata = void 0;
|
|
20
|
+
var PrivateEndpointMetadata;
|
|
21
|
+
(function (PrivateEndpointMetadata) {
|
|
22
|
+
function getJsonObj(obj) {
|
|
23
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
24
|
+
return jsonObj;
|
|
25
|
+
}
|
|
26
|
+
PrivateEndpointMetadata.getJsonObj = getJsonObj;
|
|
27
|
+
function getDeserializedJsonObj(obj) {
|
|
28
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
PrivateEndpointMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
32
|
+
})(PrivateEndpointMetadata = exports.PrivateEndpointMetadata || (exports.PrivateEndpointMetadata = {}));
|
|
33
|
+
//# sourceMappingURL=private-endpoint-metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"private-endpoint-metadata.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/private-endpoint-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAsBH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -77,13 +77,13 @@ export interface ServiceConnector {
|
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"lifecyleDetails"?: string;
|
|
80
|
-
"source"?: model.
|
|
80
|
+
"source"?: model.LoggingSourceDetailsResponse | model.MonitoringSourceDetailsResponse | model.StreamingSourceDetailsResponse | model.PluginSourceDetailsResponse;
|
|
81
81
|
/**
|
|
82
82
|
* The list of tasks.
|
|
83
83
|
*
|
|
84
84
|
*/
|
|
85
|
-
"tasks"?: Array<model.
|
|
86
|
-
"target"?: model.
|
|
85
|
+
"tasks"?: Array<model.TaskDetailsResponse>;
|
|
86
|
+
"target"?: model.MonitoringTargetDetailsResponse | model.LoggingAnalyticsTargetDetailsResponse | model.FunctionsTargetDetailsResponse | model.ObjectStorageTargetDetailsResponse | model.StreamingTargetDetailsResponse | model.NotificationsTargetDetailsResponse;
|
|
87
87
|
/**
|
|
88
88
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
89
89
|
* Example: {@code {\"bar-key\": \"value\"}}
|
|
@@ -41,26 +41,30 @@ var ServiceConnector;
|
|
|
41
41
|
(function (ServiceConnector) {
|
|
42
42
|
function getJsonObj(obj) {
|
|
43
43
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
44
|
-
"source": obj.source ? model.
|
|
44
|
+
"source": obj.source ? model.SourceDetailsResponse.getJsonObj(obj.source) : undefined,
|
|
45
45
|
"tasks": obj.tasks
|
|
46
46
|
? obj.tasks.map(item => {
|
|
47
|
-
return model.
|
|
47
|
+
return model.TaskDetailsResponse.getJsonObj(item);
|
|
48
48
|
})
|
|
49
49
|
: undefined,
|
|
50
|
-
"target": obj.target ? model.
|
|
50
|
+
"target": obj.target ? model.TargetDetailsResponse.getJsonObj(obj.target) : undefined
|
|
51
51
|
});
|
|
52
52
|
return jsonObj;
|
|
53
53
|
}
|
|
54
54
|
ServiceConnector.getJsonObj = getJsonObj;
|
|
55
55
|
function getDeserializedJsonObj(obj) {
|
|
56
56
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
57
|
-
"source": obj.source
|
|
57
|
+
"source": obj.source
|
|
58
|
+
? model.SourceDetailsResponse.getDeserializedJsonObj(obj.source)
|
|
59
|
+
: undefined,
|
|
58
60
|
"tasks": obj.tasks
|
|
59
61
|
? obj.tasks.map(item => {
|
|
60
|
-
return model.
|
|
62
|
+
return model.TaskDetailsResponse.getDeserializedJsonObj(item);
|
|
61
63
|
})
|
|
62
64
|
: undefined,
|
|
63
|
-
"target": obj.target
|
|
65
|
+
"target": obj.target
|
|
66
|
+
? model.TargetDetailsResponse.getDeserializedJsonObj(obj.target)
|
|
67
|
+
: undefined
|
|
64
68
|
});
|
|
65
69
|
return jsonObj;
|
|
66
70
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-connector.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/service-connector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuGlC,IAAiB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"service-connector.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/service-connector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuGlC,IAAiB,gBAAgB,CAqChC;AArCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACrF,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACtF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,2BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAChE,CAAC,CAAC,SAAS;YACb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,uCAAsB,yBAmBrC,CAAA;AACH,CAAC,EArCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAqChC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
* An object that represents the source of the flow defined by the connector.
|
|
20
|
+
* An example source is the VCNFlow logs within the NetworkLogs group.
|
|
21
|
+
* For more information about flows defined by connectors, see
|
|
22
|
+
* [Overview of Connector Hub](https://docs.oracle.com/iaas/Content/connector-hub/overview.htm).
|
|
23
|
+
* For configuration instructions, see
|
|
24
|
+
* [Creating a Connector](https://docs.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export interface SourceDetailsResponse {
|
|
28
|
+
"privateEndpointMetadata"?: model.PrivateEndpointMetadata;
|
|
29
|
+
"kind": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace SourceDetailsResponse {
|
|
32
|
+
function getJsonObj(obj: SourceDetailsResponse): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: SourceDetailsResponse): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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.SourceDetailsResponse = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
const common = require("oci-common");
|
|
41
|
+
var SourceDetailsResponse;
|
|
42
|
+
(function (SourceDetailsResponse) {
|
|
43
|
+
function getJsonObj(obj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
45
|
+
"privateEndpointMetadata": obj.privateEndpointMetadata
|
|
46
|
+
? model.PrivateEndpointMetadata.getJsonObj(obj.privateEndpointMetadata)
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
50
|
+
switch (obj.kind) {
|
|
51
|
+
case "logging":
|
|
52
|
+
return model.LoggingSourceDetailsResponse.getJsonObj(jsonObj, true);
|
|
53
|
+
case "monitoring":
|
|
54
|
+
return model.MonitoringSourceDetailsResponse.getJsonObj(jsonObj, true);
|
|
55
|
+
case "streaming":
|
|
56
|
+
return model.StreamingSourceDetailsResponse.getJsonObj(jsonObj, true);
|
|
57
|
+
case "plugin":
|
|
58
|
+
return model.PluginSourceDetailsResponse.getJsonObj(jsonObj, true);
|
|
59
|
+
default:
|
|
60
|
+
if (common.LOG.logger)
|
|
61
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
SourceDetailsResponse.getJsonObj = getJsonObj;
|
|
67
|
+
function getDeserializedJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
69
|
+
"privateEndpointMetadata": obj.privateEndpointMetadata
|
|
70
|
+
? model.PrivateEndpointMetadata.getDeserializedJsonObj(obj.privateEndpointMetadata)
|
|
71
|
+
: undefined
|
|
72
|
+
});
|
|
73
|
+
if (obj && "kind" in obj && obj.kind) {
|
|
74
|
+
switch (obj.kind) {
|
|
75
|
+
case "logging":
|
|
76
|
+
return model.LoggingSourceDetailsResponse.getDeserializedJsonObj(jsonObj, true);
|
|
77
|
+
case "monitoring":
|
|
78
|
+
return model.MonitoringSourceDetailsResponse.getDeserializedJsonObj(jsonObj, true);
|
|
79
|
+
case "streaming":
|
|
80
|
+
return model.StreamingSourceDetailsResponse.getDeserializedJsonObj(jsonObj, true);
|
|
81
|
+
case "plugin":
|
|
82
|
+
return model.PluginSourceDetailsResponse.getDeserializedJsonObj(jsonObj, true);
|
|
83
|
+
default:
|
|
84
|
+
if (common.LOG.logger)
|
|
85
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return jsonObj;
|
|
89
|
+
}
|
|
90
|
+
SourceDetailsResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
91
|
+
})(SourceDetailsResponse = exports.SourceDetailsResponse || (exports.SourceDetailsResponse = {}));
|
|
92
|
+
//# sourceMappingURL=source-details-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-details-response.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/source-details-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,qBAAqB,CA6ErC;AA7ED,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACvE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CACL,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CACL,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,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;IArCe,gCAAU,aAqCzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACnF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CACjB,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CACjB,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,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;IArCe,4CAAsB,yBAqCrC,CAAA;AACH,CAAC,EA7EgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6ErC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
* The Streaming source response. Private metadata is included when the target is a stream accessed through
|
|
20
|
+
* a [private endpoint](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamsecurity.htm#private_endpoints).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export interface StreamingSourceDetailsResponse extends model.SourceDetailsResponse {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"streamId": string;
|
|
29
|
+
"cursor"?: model.TrimHorizonStreamingCursor | model.LatestStreamingCursor;
|
|
30
|
+
"kind": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace StreamingSourceDetailsResponse {
|
|
33
|
+
function getJsonObj(obj: StreamingSourceDetailsResponse, isParentJsonObj?: boolean): object;
|
|
34
|
+
const kind = "streaming";
|
|
35
|
+
function getDeserializedJsonObj(obj: StreamingSourceDetailsResponse, isParentJsonObj?: boolean): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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.StreamingSourceDetailsResponse = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var StreamingSourceDetailsResponse;
|
|
41
|
+
(function (StreamingSourceDetailsResponse) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.SourceDetailsResponse.getJsonObj(obj))), {
|
|
46
|
+
"cursor": obj.cursor ? model.StreamingCursorDetails.getJsonObj(obj.cursor) : undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
StreamingSourceDetailsResponse.getJsonObj = getJsonObj;
|
|
51
|
+
StreamingSourceDetailsResponse.kind = "streaming";
|
|
52
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
54
|
+
? obj
|
|
55
|
+
: model.SourceDetailsResponse.getDeserializedJsonObj(obj))), {
|
|
56
|
+
"cursor": obj.cursor
|
|
57
|
+
? model.StreamingCursorDetails.getDeserializedJsonObj(obj.cursor)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
StreamingSourceDetailsResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(StreamingSourceDetailsResponse = exports.StreamingSourceDetailsResponse || (exports.StreamingSourceDetailsResponse = {}));
|
|
64
|
+
//# sourceMappingURL=streaming-source-details-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streaming-source-details-response.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-source-details-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,8BAA8B,CAoC9C;AApCD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GACjF;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;IAde,yCAAU,aAczB,CAAA;IACY,mCAAI,GAAG,WAAW,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjD,GAAG,CAC+B,CAAC,GACtC;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;IAlBe,qDAAsB,yBAkBrC,CAAA;AACH,CAAC,EApCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAoC9C"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
* The Streaming target response. Private metadata is included when the target is a stream accessed through
|
|
20
|
+
* a [private endpoint](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamsecurity.htm#private_endpoints).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export interface StreamingTargetDetailsResponse extends model.TargetDetailsResponse {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"streamId": string;
|
|
29
|
+
"kind": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace StreamingTargetDetailsResponse {
|
|
32
|
+
function getJsonObj(obj: StreamingTargetDetailsResponse, isParentJsonObj?: boolean): object;
|
|
33
|
+
const kind = "streaming";
|
|
34
|
+
function getDeserializedJsonObj(obj: StreamingTargetDetailsResponse, isParentJsonObj?: boolean): object;
|
|
35
|
+
}
|
|
@@ -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](https://docs.oracle.com/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, 2025, 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.StreamingTargetDetailsResponse = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var StreamingTargetDetailsResponse;
|
|
41
|
+
(function (StreamingTargetDetailsResponse) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.TargetDetailsResponse.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
StreamingTargetDetailsResponse.getJsonObj = getJsonObj;
|
|
49
|
+
StreamingTargetDetailsResponse.kind = "streaming";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.TargetDetailsResponse.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
StreamingTargetDetailsResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(StreamingTargetDetailsResponse = exports.StreamingTargetDetailsResponse || (exports.StreamingTargetDetailsResponse = {}));
|
|
58
|
+
//# sourceMappingURL=streaming-target-details-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streaming-target-details-response.js","sourceRoot":"","sources":["../../../../../lib/sch/lib/model/streaming-target-details-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,8BAA8B,CA8B9C;AA9BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,mCAAI,GAAG,WAAW,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjD,GAAG,CAC+B,CAAC,GACtC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA8B9C"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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](https://docs.oracle.com/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, 2025, 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
|
+
* An object that represents the target of the flow defined by the connector.
|
|
20
|
+
* An example target is a stream (Streaming service).
|
|
21
|
+
* For more information about flows defined by connectors, see
|
|
22
|
+
* [Overview of Connector Hub](https://docs.oracle.com/iaas/Content/connector-hub/overview.htm).
|
|
23
|
+
* For configuration instructions, see
|
|
24
|
+
* [Creating a Connector](https://docs.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export interface TargetDetailsResponse {
|
|
28
|
+
"privateEndpointMetadata"?: model.PrivateEndpointMetadata;
|
|
29
|
+
"kind": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace TargetDetailsResponse {
|
|
32
|
+
function getJsonObj(obj: TargetDetailsResponse): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: TargetDetailsResponse): object;
|
|
34
|
+
}
|