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
package/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,9 +18,12 @@ import * as requests from "./lib/request";
|
|
|
17
18
|
import * as models from "./lib/model";
|
|
18
19
|
import * as responses from "./lib/response";
|
|
19
20
|
import * as client from "./lib/client";
|
|
21
|
+
import * as connectorplugins_waiter from "./lib/connectorplugins-waiter";
|
|
20
22
|
import * as serviceconnector_waiter from "./lib/serviceconnector-waiter";
|
|
21
23
|
export { models };
|
|
22
24
|
export { requests };
|
|
23
25
|
export { responses };
|
|
26
|
+
export import ConnectorPluginsClient = client.ConnectorPluginsClient;
|
|
27
|
+
export import ConnectorPluginsWaiter = connectorplugins_waiter.ConnectorPluginsWaiter;
|
|
24
28
|
export import ServiceConnectorClient = client.ServiceConnectorClient;
|
|
25
29
|
export import ServiceConnectorWaiter = serviceconnector_waiter.ServiceConnectorWaiter;
|
package/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,7 +35,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
35
|
return result;
|
|
35
36
|
};
|
|
36
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.ServiceConnectorWaiter = exports.ServiceConnectorClient = exports.responses = exports.requests = exports.models = void 0;
|
|
38
|
+
exports.ServiceConnectorWaiter = exports.ServiceConnectorClient = exports.ConnectorPluginsWaiter = exports.ConnectorPluginsClient = exports.responses = exports.requests = exports.models = void 0;
|
|
38
39
|
const requests = __importStar(require("./lib/request"));
|
|
39
40
|
exports.requests = requests;
|
|
40
41
|
const models = __importStar(require("./lib/model"));
|
|
@@ -42,7 +43,10 @@ exports.models = models;
|
|
|
42
43
|
const responses = __importStar(require("./lib/response"));
|
|
43
44
|
exports.responses = responses;
|
|
44
45
|
const client = __importStar(require("./lib/client"));
|
|
46
|
+
const connectorplugins_waiter = __importStar(require("./lib/connectorplugins-waiter"));
|
|
45
47
|
const serviceconnector_waiter = __importStar(require("./lib/serviceconnector-waiter"));
|
|
48
|
+
exports.ConnectorPluginsClient = client.ConnectorPluginsClient;
|
|
49
|
+
exports.ConnectorPluginsWaiter = connectorplugins_waiter.ConnectorPluginsWaiter;
|
|
46
50
|
exports.ServiceConnectorClient = client.ServiceConnectorClient;
|
|
47
51
|
exports.ServiceConnectorWaiter = serviceconnector_waiter.ServiceConnectorWaiter;
|
|
48
52
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/sch/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/sch/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAQjC,4BAAQ;AAPjB,oDAAsC;AAM7B,wBAAM;AALf,0DAA4C;AAOnC,8BAAS;AANlB,qDAAuC;AACvC,uFAAyE;AACzE,uFAAyE;AAK3D,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,sBAAsB,GAAG,uBAAuB,CAAC,sBAAsB,CAAC;AACxE,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,sBAAsB,GAAG,uBAAuB,CAAC,sBAAsB,CAAC"}
|
package/lib/client.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
|
*
|
|
@@ -16,8 +17,100 @@ For more information about Service Connector Hub, see
|
|
|
16
17
|
import common = require("oci-common");
|
|
17
18
|
import * as requests from "./request";
|
|
18
19
|
import * as responses from "./response";
|
|
20
|
+
import { ConnectorPluginsWaiter } from "./connectorplugins-waiter";
|
|
19
21
|
import { ServiceConnectorWaiter } from "./serviceconnector-waiter";
|
|
20
22
|
declare const Breaker: any;
|
|
23
|
+
export declare enum ConnectorPluginsApiKeys {
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
27
|
+
*/
|
|
28
|
+
export declare class ConnectorPluginsClient {
|
|
29
|
+
protected static serviceEndpointTemplate: string;
|
|
30
|
+
protected static endpointServiceName: string;
|
|
31
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
32
|
+
protected "_endpoint": string;
|
|
33
|
+
protected "_defaultHeaders": any;
|
|
34
|
+
protected "_waiters": ConnectorPluginsWaiter;
|
|
35
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
36
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
37
|
+
protected _httpOptions: any;
|
|
38
|
+
protected _bodyDuplexMode: any;
|
|
39
|
+
targetService: string;
|
|
40
|
+
protected _regionId: string;
|
|
41
|
+
protected "_region": common.Region;
|
|
42
|
+
protected _lastSetRegionOrRegionId: string;
|
|
43
|
+
protected _httpClient: common.HttpClient;
|
|
44
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
45
|
+
/**
|
|
46
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
47
|
+
*/
|
|
48
|
+
get endpoint(): string;
|
|
49
|
+
/**
|
|
50
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
51
|
+
* @param endpoint The endpoint of the service.
|
|
52
|
+
*/
|
|
53
|
+
set endpoint(endpoint: string);
|
|
54
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
55
|
+
/**
|
|
56
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
57
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
58
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
59
|
+
*/
|
|
60
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
61
|
+
/**
|
|
62
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
63
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
64
|
+
* @param region The region of the service.
|
|
65
|
+
*/
|
|
66
|
+
set region(region: common.Region);
|
|
67
|
+
/**
|
|
68
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
69
|
+
*
|
|
70
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
71
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
72
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
73
|
+
* @param regionId The public region ID.
|
|
74
|
+
*/
|
|
75
|
+
set regionId(regionId: string);
|
|
76
|
+
/**
|
|
77
|
+
* Creates a new ConnectorPluginsWaiter for resources for this service.
|
|
78
|
+
*
|
|
79
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
80
|
+
* @return The service waiters.
|
|
81
|
+
*/
|
|
82
|
+
createWaiters(config?: common.WaiterConfiguration): ConnectorPluginsWaiter;
|
|
83
|
+
/**
|
|
84
|
+
* Gets the waiters available for resources for this service.
|
|
85
|
+
*
|
|
86
|
+
* @return The service waiters.
|
|
87
|
+
*/
|
|
88
|
+
getWaiters(): ConnectorPluginsWaiter;
|
|
89
|
+
/**
|
|
90
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
91
|
+
*/
|
|
92
|
+
shutdownCircuitBreaker(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Gets the specified connector plugin configuration information.
|
|
95
|
+
*
|
|
96
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
97
|
+
* @param GetConnectorPluginRequest
|
|
98
|
+
* @return GetConnectorPluginResponse
|
|
99
|
+
* @throws OciError when an error occurs
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/GetConnectorPlugin.ts.html |here} to see how to use GetConnectorPlugin API.
|
|
101
|
+
*/
|
|
102
|
+
getConnectorPlugin(getConnectorPluginRequest: requests.GetConnectorPluginRequest): Promise<responses.GetConnectorPluginResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* Lists connector plugins according to the specified filter.
|
|
105
|
+
*
|
|
106
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
107
|
+
* @param ListConnectorPluginsRequest
|
|
108
|
+
* @return ListConnectorPluginsResponse
|
|
109
|
+
* @throws OciError when an error occurs
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListConnectorPlugins.ts.html |here} to see how to use ListConnectorPlugins API.
|
|
111
|
+
*/
|
|
112
|
+
listConnectorPlugins(listConnectorPluginsRequest: requests.ListConnectorPluginsRequest): Promise<responses.ListConnectorPluginsResponse>;
|
|
113
|
+
}
|
|
21
114
|
export declare enum ServiceConnectorApiKeys {
|
|
22
115
|
}
|
|
23
116
|
/**
|
|
@@ -26,7 +119,7 @@ export declare enum ServiceConnectorApiKeys {
|
|
|
26
119
|
export declare class ServiceConnectorClient {
|
|
27
120
|
protected static serviceEndpointTemplate: string;
|
|
28
121
|
protected static endpointServiceName: string;
|
|
29
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
122
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
30
123
|
protected "_endpoint": string;
|
|
31
124
|
protected "_defaultHeaders": any;
|
|
32
125
|
protected "_waiters": ServiceConnectorWaiter;
|
|
@@ -49,6 +142,7 @@ export declare class ServiceConnectorClient {
|
|
|
49
142
|
* @param endpoint The endpoint of the service.
|
|
50
143
|
*/
|
|
51
144
|
set endpoint(endpoint: string);
|
|
145
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
52
146
|
/**
|
|
53
147
|
* Determines whether realm specific endpoint should be used or not.
|
|
54
148
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -88,164 +182,180 @@ export declare class ServiceConnectorClient {
|
|
|
88
182
|
*/
|
|
89
183
|
shutdownCircuitBreaker(): void;
|
|
90
184
|
/**
|
|
91
|
-
* Activates the specified
|
|
185
|
+
* Activates the specified connector.
|
|
92
186
|
* <p>
|
|
93
|
-
After you send your request, the
|
|
187
|
+
After you send your request, the connector's state is temporarily
|
|
94
188
|
* UPDATING. When the state changes to ACTIVE, data begins transferring from the
|
|
95
|
-
* source service to the target service.
|
|
96
|
-
*
|
|
97
|
-
* [
|
|
189
|
+
* source service to the target service.
|
|
190
|
+
* For more information, see
|
|
191
|
+
* [Activating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/activate-service-connector.htm).
|
|
98
192
|
*
|
|
99
|
-
* This operation
|
|
193
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
100
194
|
* @param ActivateServiceConnectorRequest
|
|
101
195
|
* @return ActivateServiceConnectorResponse
|
|
102
196
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
|
|
104
198
|
*/
|
|
105
199
|
activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
|
|
106
200
|
/**
|
|
107
|
-
* Moves a
|
|
108
|
-
* For information
|
|
109
|
-
* [Moving
|
|
201
|
+
* Moves a connector into a different compartment within the same tenancy.
|
|
202
|
+
* For more information, see
|
|
203
|
+
* [Moving a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/change-compartment-service-connector.htm).
|
|
110
204
|
* <p>
|
|
111
205
|
When provided, If-Match is checked against ETag values of the resource.
|
|
112
206
|
*
|
|
113
|
-
* This operation
|
|
207
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
114
208
|
* @param ChangeServiceConnectorCompartmentRequest
|
|
115
209
|
* @return ChangeServiceConnectorCompartmentResponse
|
|
116
210
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
|
|
118
212
|
*/
|
|
119
213
|
changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
|
|
120
214
|
/**
|
|
121
|
-
* Creates a new
|
|
122
|
-
* A
|
|
215
|
+
* Creates a new connector in the specified compartment.
|
|
216
|
+
* A connector is a logically defined flow for moving data from
|
|
123
217
|
* a source service to a destination service in Oracle Cloud Infrastructure.
|
|
124
|
-
* For
|
|
125
|
-
* [
|
|
126
|
-
* For general information about
|
|
127
|
-
* [
|
|
218
|
+
* For more information, see
|
|
219
|
+
* [Creating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm).
|
|
220
|
+
* For general information about connectors, see
|
|
221
|
+
* [Overview of Connector Hub](https://docs.cloud.oracle.com/iaas/Content/connector-hub/overview.htm).
|
|
128
222
|
* <p>
|
|
129
223
|
For purposes of access control, you must provide the
|
|
130
224
|
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where
|
|
131
|
-
* you want the
|
|
225
|
+
* you want the connector to reside. Notice that the connector
|
|
132
226
|
* doesn't have to be in the same compartment as the source or target services.
|
|
133
227
|
* For information about access control and compartments, see
|
|
134
228
|
* [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
135
229
|
* <p>
|
|
136
|
-
After you send your request, the new
|
|
230
|
+
After you send your request, the new connector's state is temporarily
|
|
137
231
|
* CREATING. When the state changes to ACTIVE, data begins transferring from the
|
|
138
232
|
* source service to the target service. For instructions on deactivating and
|
|
139
|
-
* activating
|
|
140
|
-
* [
|
|
233
|
+
* activating connectors, see
|
|
234
|
+
* [Activating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/activate-service-connector.htm).
|
|
141
235
|
*
|
|
142
|
-
* This operation
|
|
236
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
143
237
|
* @param CreateServiceConnectorRequest
|
|
144
238
|
* @return CreateServiceConnectorResponse
|
|
145
239
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
|
|
147
241
|
*/
|
|
148
242
|
createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
|
|
149
243
|
/**
|
|
150
|
-
* Deactivates the specified
|
|
244
|
+
* Deactivates the specified connector.
|
|
151
245
|
* <p>
|
|
152
|
-
After you send your request, the
|
|
246
|
+
After you send your request, the connector's state is temporarily
|
|
153
247
|
* UPDATING and any data transfer stops. The state then changes to INACTIVE.
|
|
154
|
-
* For
|
|
155
|
-
* [
|
|
248
|
+
* For more information, see
|
|
249
|
+
* [Deactivating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/deactivate-service-connector.htm).
|
|
156
250
|
*
|
|
157
|
-
* This operation
|
|
251
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
158
252
|
* @param DeactivateServiceConnectorRequest
|
|
159
253
|
* @return DeactivateServiceConnectorResponse
|
|
160
254
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
|
|
162
256
|
*/
|
|
163
257
|
deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
|
|
164
258
|
/**
|
|
165
|
-
* Deletes the specified
|
|
259
|
+
* Deletes the specified connector.
|
|
260
|
+
* For more information, see
|
|
261
|
+
* [Deleting a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/delete-service-connector.htm).
|
|
166
262
|
* <p>
|
|
167
|
-
After you send your request, the
|
|
263
|
+
After you send your request, the connector's state is temporarily
|
|
168
264
|
* DELETING and any data transfer stops. The state then changes to DELETED.
|
|
169
265
|
*
|
|
170
|
-
* This operation
|
|
266
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
171
267
|
* @param DeleteServiceConnectorRequest
|
|
172
268
|
* @return DeleteServiceConnectorResponse
|
|
173
269
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
|
|
175
271
|
*/
|
|
176
272
|
deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
|
|
177
273
|
/**
|
|
178
|
-
* Gets the specified
|
|
274
|
+
* Gets the specified connector's configuration information.
|
|
275
|
+
* For more information, see
|
|
276
|
+
* [Getting a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/get-service-connector.htm).
|
|
179
277
|
*
|
|
180
|
-
* This operation
|
|
278
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
181
279
|
* @param GetServiceConnectorRequest
|
|
182
280
|
* @return GetServiceConnectorResponse
|
|
183
281
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
|
|
185
283
|
*/
|
|
186
284
|
getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
|
|
187
285
|
/**
|
|
188
286
|
* Gets the details of the specified work request.
|
|
287
|
+
* For more information, see
|
|
288
|
+
* [Getting a Work Request's Details](https://docs.cloud.oracle.com/iaas/Content/connector-hub/get-work-request.htm).
|
|
189
289
|
*
|
|
190
|
-
* This operation
|
|
290
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
191
291
|
* @param GetWorkRequestRequest
|
|
192
292
|
* @return GetWorkRequestResponse
|
|
193
293
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
195
295
|
*/
|
|
196
296
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
197
297
|
/**
|
|
198
|
-
* Lists
|
|
298
|
+
* Lists connectors in the specified compartment.
|
|
299
|
+
* For more information, see
|
|
300
|
+
* [Listing Connectors](https://docs.cloud.oracle.com/iaas/Content/connector-hub/list-service-connector.htm).
|
|
199
301
|
*
|
|
200
|
-
* This operation
|
|
302
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
201
303
|
* @param ListServiceConnectorsRequest
|
|
202
304
|
* @return ListServiceConnectorsResponse
|
|
203
305
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
|
|
205
307
|
*/
|
|
206
308
|
listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
|
|
207
309
|
/**
|
|
208
310
|
* Lists work request errors for the specified work request. Results are paginated.
|
|
311
|
+
* For more information, see
|
|
312
|
+
* [Listing Work Request Errors](https://docs.cloud.oracle.com/iaas/Content/connector-hub/list-work-request-error.htm).
|
|
209
313
|
*
|
|
210
|
-
* This operation
|
|
314
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
211
315
|
* @param ListWorkRequestErrorsRequest
|
|
212
316
|
* @return ListWorkRequestErrorsResponse
|
|
213
317
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
215
319
|
*/
|
|
216
320
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
217
321
|
/**
|
|
218
322
|
* Lists logs for the specified work request. Results are paginated.
|
|
323
|
+
* For more information, see
|
|
324
|
+
* [Listing Work Request Log Entries](https://docs.cloud.oracle.com/iaas/Content/connector-hub/list-work-request-log-entry.htm).
|
|
219
325
|
*
|
|
220
|
-
* This operation
|
|
326
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
221
327
|
* @param ListWorkRequestLogsRequest
|
|
222
328
|
* @return ListWorkRequestLogsResponse
|
|
223
329
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
225
331
|
*/
|
|
226
332
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
227
333
|
/**
|
|
228
334
|
* Lists the work requests in the specified compartment.
|
|
335
|
+
* For more information, see
|
|
336
|
+
* [Listing Work Requests](https://docs.cloud.oracle.com/iaas/Content/connector-hub/list-work-request.htm).
|
|
229
337
|
*
|
|
230
|
-
* This operation
|
|
338
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
231
339
|
* @param ListWorkRequestsRequest
|
|
232
340
|
* @return ListWorkRequestsResponse
|
|
233
341
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
235
343
|
*/
|
|
236
344
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
237
345
|
/**
|
|
238
|
-
* Updates the configuration information for the specified
|
|
346
|
+
* Updates the configuration information for the specified connector.
|
|
347
|
+
* For more information, see
|
|
348
|
+
* [Updating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/update-service-connector.htm).
|
|
239
349
|
* <p>
|
|
240
|
-
After you send your request, the
|
|
350
|
+
After you send your request, the connector's state is temporarily
|
|
241
351
|
* UPDATING and any data transfer pauses. The state then changes back to its
|
|
242
352
|
* original value: if ACTIVE, then data transfer resumes.
|
|
243
353
|
*
|
|
244
|
-
* This operation
|
|
354
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
245
355
|
* @param UpdateServiceConnectorRequest
|
|
246
356
|
* @return UpdateServiceConnectorResponse
|
|
247
357
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
|
|
249
359
|
*/
|
|
250
360
|
updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
|
|
251
361
|
}
|