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/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
|
/**
|
|
@@ -89,164 +182,180 @@ export declare class ServiceConnectorClient {
|
|
|
89
182
|
*/
|
|
90
183
|
shutdownCircuitBreaker(): void;
|
|
91
184
|
/**
|
|
92
|
-
* Activates the specified
|
|
185
|
+
* Activates the specified connector.
|
|
93
186
|
* <p>
|
|
94
|
-
After you send your request, the
|
|
187
|
+
After you send your request, the connector's state is temporarily
|
|
95
188
|
* UPDATING. When the state changes to ACTIVE, data begins transferring from the
|
|
96
|
-
* source service to the target service.
|
|
97
|
-
*
|
|
98
|
-
* [
|
|
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).
|
|
99
192
|
*
|
|
100
|
-
* This operation
|
|
193
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
101
194
|
* @param ActivateServiceConnectorRequest
|
|
102
195
|
* @return ActivateServiceConnectorResponse
|
|
103
196
|
* @throws OciError when an error occurs
|
|
104
|
-
* @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.
|
|
105
198
|
*/
|
|
106
199
|
activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
|
|
107
200
|
/**
|
|
108
|
-
* Moves a
|
|
109
|
-
* For information
|
|
110
|
-
* [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).
|
|
111
204
|
* <p>
|
|
112
205
|
When provided, If-Match is checked against ETag values of the resource.
|
|
113
206
|
*
|
|
114
|
-
* This operation
|
|
207
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
115
208
|
* @param ChangeServiceConnectorCompartmentRequest
|
|
116
209
|
* @return ChangeServiceConnectorCompartmentResponse
|
|
117
210
|
* @throws OciError when an error occurs
|
|
118
|
-
* @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.
|
|
119
212
|
*/
|
|
120
213
|
changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
|
|
121
214
|
/**
|
|
122
|
-
* Creates a new
|
|
123
|
-
* A
|
|
215
|
+
* Creates a new connector in the specified compartment.
|
|
216
|
+
* A connector is a logically defined flow for moving data from
|
|
124
217
|
* a source service to a destination service in Oracle Cloud Infrastructure.
|
|
125
|
-
* For
|
|
126
|
-
* [
|
|
127
|
-
* For general information about
|
|
128
|
-
* [
|
|
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).
|
|
129
222
|
* <p>
|
|
130
223
|
For purposes of access control, you must provide the
|
|
131
224
|
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where
|
|
132
|
-
* you want the
|
|
225
|
+
* you want the connector to reside. Notice that the connector
|
|
133
226
|
* doesn't have to be in the same compartment as the source or target services.
|
|
134
227
|
* For information about access control and compartments, see
|
|
135
228
|
* [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
136
229
|
* <p>
|
|
137
|
-
After you send your request, the new
|
|
230
|
+
After you send your request, the new connector's state is temporarily
|
|
138
231
|
* CREATING. When the state changes to ACTIVE, data begins transferring from the
|
|
139
232
|
* source service to the target service. For instructions on deactivating and
|
|
140
|
-
* activating
|
|
141
|
-
* [
|
|
233
|
+
* activating connectors, see
|
|
234
|
+
* [Activating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/activate-service-connector.htm).
|
|
142
235
|
*
|
|
143
|
-
* This operation
|
|
236
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
144
237
|
* @param CreateServiceConnectorRequest
|
|
145
238
|
* @return CreateServiceConnectorResponse
|
|
146
239
|
* @throws OciError when an error occurs
|
|
147
|
-
* @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.
|
|
148
241
|
*/
|
|
149
242
|
createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
|
|
150
243
|
/**
|
|
151
|
-
* Deactivates the specified
|
|
244
|
+
* Deactivates the specified connector.
|
|
152
245
|
* <p>
|
|
153
|
-
After you send your request, the
|
|
246
|
+
After you send your request, the connector's state is temporarily
|
|
154
247
|
* UPDATING and any data transfer stops. The state then changes to INACTIVE.
|
|
155
|
-
* For
|
|
156
|
-
* [
|
|
248
|
+
* For more information, see
|
|
249
|
+
* [Deactivating a Connector](https://docs.cloud.oracle.com/iaas/Content/connector-hub/deactivate-service-connector.htm).
|
|
157
250
|
*
|
|
158
|
-
* This operation
|
|
251
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
159
252
|
* @param DeactivateServiceConnectorRequest
|
|
160
253
|
* @return DeactivateServiceConnectorResponse
|
|
161
254
|
* @throws OciError when an error occurs
|
|
162
|
-
* @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.
|
|
163
256
|
*/
|
|
164
257
|
deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
|
|
165
258
|
/**
|
|
166
|
-
* 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).
|
|
167
262
|
* <p>
|
|
168
|
-
After you send your request, the
|
|
263
|
+
After you send your request, the connector's state is temporarily
|
|
169
264
|
* DELETING and any data transfer stops. The state then changes to DELETED.
|
|
170
265
|
*
|
|
171
|
-
* This operation
|
|
266
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
172
267
|
* @param DeleteServiceConnectorRequest
|
|
173
268
|
* @return DeleteServiceConnectorResponse
|
|
174
269
|
* @throws OciError when an error occurs
|
|
175
|
-
* @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.
|
|
176
271
|
*/
|
|
177
272
|
deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
|
|
178
273
|
/**
|
|
179
|
-
* 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).
|
|
180
277
|
*
|
|
181
|
-
* This operation
|
|
278
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
182
279
|
* @param GetServiceConnectorRequest
|
|
183
280
|
* @return GetServiceConnectorResponse
|
|
184
281
|
* @throws OciError when an error occurs
|
|
185
|
-
* @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.
|
|
186
283
|
*/
|
|
187
284
|
getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
|
|
188
285
|
/**
|
|
189
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).
|
|
190
289
|
*
|
|
191
|
-
* This operation
|
|
290
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
192
291
|
* @param GetWorkRequestRequest
|
|
193
292
|
* @return GetWorkRequestResponse
|
|
194
293
|
* @throws OciError when an error occurs
|
|
195
|
-
* @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.
|
|
196
295
|
*/
|
|
197
296
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
198
297
|
/**
|
|
199
|
-
* 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).
|
|
200
301
|
*
|
|
201
|
-
* This operation
|
|
302
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
202
303
|
* @param ListServiceConnectorsRequest
|
|
203
304
|
* @return ListServiceConnectorsResponse
|
|
204
305
|
* @throws OciError when an error occurs
|
|
205
|
-
* @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.
|
|
206
307
|
*/
|
|
207
308
|
listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
|
|
208
309
|
/**
|
|
209
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).
|
|
210
313
|
*
|
|
211
|
-
* This operation
|
|
314
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
212
315
|
* @param ListWorkRequestErrorsRequest
|
|
213
316
|
* @return ListWorkRequestErrorsResponse
|
|
214
317
|
* @throws OciError when an error occurs
|
|
215
|
-
* @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.
|
|
216
319
|
*/
|
|
217
320
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
218
321
|
/**
|
|
219
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).
|
|
220
325
|
*
|
|
221
|
-
* This operation
|
|
326
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
222
327
|
* @param ListWorkRequestLogsRequest
|
|
223
328
|
* @return ListWorkRequestLogsResponse
|
|
224
329
|
* @throws OciError when an error occurs
|
|
225
|
-
* @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.
|
|
226
331
|
*/
|
|
227
332
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
228
333
|
/**
|
|
229
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).
|
|
230
337
|
*
|
|
231
|
-
* This operation
|
|
338
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
232
339
|
* @param ListWorkRequestsRequest
|
|
233
340
|
* @return ListWorkRequestsResponse
|
|
234
341
|
* @throws OciError when an error occurs
|
|
235
|
-
* @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.
|
|
236
343
|
*/
|
|
237
344
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
238
345
|
/**
|
|
239
|
-
* 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).
|
|
240
349
|
* <p>
|
|
241
|
-
After you send your request, the
|
|
350
|
+
After you send your request, the connector's state is temporarily
|
|
242
351
|
* UPDATING and any data transfer pauses. The state then changes back to its
|
|
243
352
|
* original value: if ACTIVE, then data transfer resumes.
|
|
244
353
|
*
|
|
245
|
-
* This operation
|
|
354
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
246
355
|
* @param UpdateServiceConnectorRequest
|
|
247
356
|
* @return UpdateServiceConnectorResponse
|
|
248
357
|
* @throws OciError when an error occurs
|
|
249
|
-
* @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.
|
|
250
359
|
*/
|
|
251
360
|
updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
|
|
252
361
|
}
|