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.
Files changed (214) hide show
  1. package/index.d.ts +8 -4
  2. package/index.js +9 -5
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +167 -57
  5. package/lib/client.js +434 -96
  6. package/lib/client.js.map +1 -1
  7. package/lib/connectorplugins-waiter.d.ts +33 -0
  8. package/lib/connectorplugins-waiter.js +69 -0
  9. package/lib/connectorplugins-waiter.js.map +1 -0
  10. package/lib/model/action-type.d.ts +5 -4
  11. package/lib/model/action-type.js +5 -4
  12. package/lib/model/action-type.js.map +1 -1
  13. package/lib/model/change-service-connector-compartment-details.d.ts +7 -6
  14. package/lib/model/change-service-connector-compartment-details.js +5 -4
  15. package/lib/model/change-service-connector-compartment-details.js.map +1 -1
  16. package/lib/model/connector-plugin-collection.d.ts +32 -0
  17. package/lib/model/connector-plugin-collection.js +65 -0
  18. package/lib/model/connector-plugin-collection.js.map +1 -0
  19. package/lib/model/connector-plugin-lifecycle-state.d.ts +33 -0
  20. package/lib/model/connector-plugin-lifecycle-state.js +44 -0
  21. package/lib/model/connector-plugin-lifecycle-state.js.map +1 -0
  22. package/lib/model/connector-plugin-summary.d.ts +61 -0
  23. package/lib/model/connector-plugin-summary.js +76 -0
  24. package/lib/model/connector-plugin-summary.js.map +1 -0
  25. package/lib/model/connector-plugin.d.ts +67 -0
  26. package/lib/model/connector-plugin.js +76 -0
  27. package/lib/model/connector-plugin.js.map +1 -0
  28. package/lib/model/create-service-connector-details.d.ts +8 -7
  29. package/lib/model/create-service-connector-details.js +5 -4
  30. package/lib/model/create-service-connector-details.js.map +1 -1
  31. package/lib/model/dimension-details.d.ts +6 -5
  32. package/lib/model/dimension-details.js +5 -4
  33. package/lib/model/dimension-details.js.map +1 -1
  34. package/lib/model/dimension-value-details.d.ts +5 -4
  35. package/lib/model/dimension-value-details.js +9 -6
  36. package/lib/model/dimension-value-details.js.map +1 -1
  37. package/lib/model/estimated-throughput.d.ts +35 -0
  38. package/lib/model/estimated-throughput.js +46 -0
  39. package/lib/model/estimated-throughput.js.map +1 -0
  40. package/lib/model/function-task-details.d.ts +6 -5
  41. package/lib/model/function-task-details.js +5 -4
  42. package/lib/model/function-task-details.js.map +1 -1
  43. package/lib/model/functions-target-details.d.ts +22 -6
  44. package/lib/model/functions-target-details.js +5 -4
  45. package/lib/model/functions-target-details.js.map +1 -1
  46. package/lib/model/index.d.ts +25 -4
  47. package/lib/model/index.js +27 -5
  48. package/lib/model/index.js.map +1 -1
  49. package/lib/model/jmes-path-dimension-value.d.ts +5 -4
  50. package/lib/model/jmes-path-dimension-value.js +5 -4
  51. package/lib/model/jmes-path-dimension-value.js.map +1 -1
  52. package/lib/model/latest-streaming-cursor.d.ts +8 -5
  53. package/lib/model/latest-streaming-cursor.js +5 -4
  54. package/lib/model/latest-streaming-cursor.js.map +1 -1
  55. package/lib/model/lifecycle-state.d.ts +5 -4
  56. package/lib/model/lifecycle-state.js +5 -4
  57. package/lib/model/lifecycle-state.js.map +1 -1
  58. package/lib/model/log-rule-task-details.d.ts +8 -7
  59. package/lib/model/log-rule-task-details.js +5 -4
  60. package/lib/model/log-rule-task-details.js.map +1 -1
  61. package/lib/model/log-source.d.ts +7 -4
  62. package/lib/model/log-source.js +5 -4
  63. package/lib/model/log-source.js.map +1 -1
  64. package/lib/model/logging-analytics-target-details.d.ts +8 -7
  65. package/lib/model/logging-analytics-target-details.js +5 -4
  66. package/lib/model/logging-analytics-target-details.js.map +1 -1
  67. package/lib/model/logging-source-details.d.ts +6 -5
  68. package/lib/model/logging-source-details.js +5 -4
  69. package/lib/model/logging-source-details.js.map +1 -1
  70. package/lib/model/monitoring-source-all-metrics.d.ts +5 -4
  71. package/lib/model/monitoring-source-all-metrics.js +5 -4
  72. package/lib/model/monitoring-source-all-metrics.js.map +1 -1
  73. package/lib/model/monitoring-source-details.d.ts +7 -6
  74. package/lib/model/monitoring-source-details.js +5 -4
  75. package/lib/model/monitoring-source-details.js.map +1 -1
  76. package/lib/model/monitoring-source-metric-details.d.ts +5 -4
  77. package/lib/model/monitoring-source-metric-details.js +9 -6
  78. package/lib/model/monitoring-source-metric-details.js.map +1 -1
  79. package/lib/model/monitoring-source-namespace-details.d.ts +5 -4
  80. package/lib/model/monitoring-source-namespace-details.js +9 -6
  81. package/lib/model/monitoring-source-namespace-details.js.map +1 -1
  82. package/lib/model/monitoring-source-selected-namespace-details.d.ts +5 -4
  83. package/lib/model/monitoring-source-selected-namespace-details.js +5 -4
  84. package/lib/model/monitoring-source-selected-namespace-details.js.map +1 -1
  85. package/lib/model/monitoring-source-selected-namespace.d.ts +5 -4
  86. package/lib/model/monitoring-source-selected-namespace.js +5 -4
  87. package/lib/model/monitoring-source-selected-namespace.js.map +1 -1
  88. package/lib/model/monitoring-source.d.ts +6 -5
  89. package/lib/model/monitoring-source.js +5 -4
  90. package/lib/model/monitoring-source.js.map +1 -1
  91. package/lib/model/monitoring-target-details.d.ts +7 -6
  92. package/lib/model/monitoring-target-details.js +5 -4
  93. package/lib/model/monitoring-target-details.js.map +1 -1
  94. package/lib/model/notifications-target-details.d.ts +8 -7
  95. package/lib/model/notifications-target-details.js +5 -4
  96. package/lib/model/notifications-target-details.js.map +1 -1
  97. package/lib/model/object-storage-target-details.d.ts +10 -7
  98. package/lib/model/object-storage-target-details.js +5 -4
  99. package/lib/model/object-storage-target-details.js.map +1 -1
  100. package/lib/model/operation-status.d.ts +5 -4
  101. package/lib/model/operation-status.js +5 -4
  102. package/lib/model/operation-status.js.map +1 -1
  103. package/lib/model/operation-type.d.ts +5 -4
  104. package/lib/model/operation-type.js +5 -4
  105. package/lib/model/operation-type.js.map +1 -1
  106. package/lib/model/plugin-source-details.d.ts +44 -0
  107. package/lib/model/plugin-source-details.js +56 -0
  108. package/lib/model/plugin-source-details.js.map +1 -0
  109. package/lib/model/service-connector-collection.d.ts +6 -5
  110. package/lib/model/service-connector-collection.js +5 -4
  111. package/lib/model/service-connector-collection.js.map +1 -1
  112. package/lib/model/service-connector-summary.d.ts +11 -10
  113. package/lib/model/service-connector-summary.js +5 -4
  114. package/lib/model/service-connector-summary.js.map +1 -1
  115. package/lib/model/service-connector.d.ts +14 -13
  116. package/lib/model/service-connector.js +5 -4
  117. package/lib/model/service-connector.js.map +1 -1
  118. package/lib/model/sort-order.d.ts +5 -4
  119. package/lib/model/sort-order.js +5 -4
  120. package/lib/model/sort-order.js.map +1 -1
  121. package/lib/model/source-connector-plugin-summary.d.ts +37 -0
  122. package/lib/model/source-connector-plugin-summary.js +58 -0
  123. package/lib/model/source-connector-plugin-summary.js.map +1 -0
  124. package/lib/model/source-connector-plugin.d.ts +37 -0
  125. package/lib/model/source-connector-plugin.js +56 -0
  126. package/lib/model/source-connector-plugin.js.map +1 -0
  127. package/lib/model/source-details.d.ts +9 -8
  128. package/lib/model/source-details.js +13 -6
  129. package/lib/model/source-details.js.map +1 -1
  130. package/lib/model/static-dimension-value.d.ts +5 -4
  131. package/lib/model/static-dimension-value.js +5 -4
  132. package/lib/model/static-dimension-value.js.map +1 -1
  133. package/lib/model/streaming-cursor-details.d.ts +8 -5
  134. package/lib/model/streaming-cursor-details.js +9 -6
  135. package/lib/model/streaming-cursor-details.js.map +1 -1
  136. package/lib/model/streaming-source-details.d.ts +7 -4
  137. package/lib/model/streaming-source-details.js +5 -4
  138. package/lib/model/streaming-source-details.js.map +1 -1
  139. package/lib/model/streaming-target-details.d.ts +7 -6
  140. package/lib/model/streaming-target-details.js +5 -4
  141. package/lib/model/streaming-target-details.js.map +1 -1
  142. package/lib/model/target-connector-plugin-summary.d.ts +31 -0
  143. package/lib/model/target-connector-plugin-summary.js +58 -0
  144. package/lib/model/target-connector-plugin-summary.js.map +1 -0
  145. package/lib/model/target-connector-plugin.d.ts +31 -0
  146. package/lib/model/target-connector-plugin.js +56 -0
  147. package/lib/model/target-connector-plugin.js.map +1 -0
  148. package/lib/model/target-details.d.ts +9 -8
  149. package/lib/model/target-details.js +9 -6
  150. package/lib/model/target-details.js.map +1 -1
  151. package/lib/model/task-details.d.ts +9 -8
  152. package/lib/model/task-details.js +9 -6
  153. package/lib/model/task-details.js.map +1 -1
  154. package/lib/model/trim-horizon-streaming-cursor.d.ts +8 -5
  155. package/lib/model/trim-horizon-streaming-cursor.js +5 -4
  156. package/lib/model/trim-horizon-streaming-cursor.js.map +1 -1
  157. package/lib/model/update-service-connector-details.d.ts +7 -6
  158. package/lib/model/update-service-connector-details.js +5 -4
  159. package/lib/model/update-service-connector-details.js.map +1 -1
  160. package/lib/model/work-request-collection.d.ts +5 -4
  161. package/lib/model/work-request-collection.js +5 -4
  162. package/lib/model/work-request-collection.js.map +1 -1
  163. package/lib/model/work-request-error-collection.d.ts +5 -4
  164. package/lib/model/work-request-error-collection.js +5 -4
  165. package/lib/model/work-request-error-collection.js.map +1 -1
  166. package/lib/model/work-request-error.d.ts +5 -4
  167. package/lib/model/work-request-error.js +5 -4
  168. package/lib/model/work-request-error.js.map +1 -1
  169. package/lib/model/work-request-log-entry-collection.d.ts +5 -4
  170. package/lib/model/work-request-log-entry-collection.js +5 -4
  171. package/lib/model/work-request-log-entry-collection.js.map +1 -1
  172. package/lib/model/work-request-log-entry.d.ts +5 -4
  173. package/lib/model/work-request-log-entry.js +5 -4
  174. package/lib/model/work-request-log-entry.js.map +1 -1
  175. package/lib/model/work-request-resource.d.ts +5 -4
  176. package/lib/model/work-request-resource.js +5 -4
  177. package/lib/model/work-request-resource.js.map +1 -1
  178. package/lib/model/work-request.d.ts +7 -6
  179. package/lib/model/work-request.js +5 -4
  180. package/lib/model/work-request.js.map +1 -1
  181. package/lib/request/activate-service-connector-request.d.ts +2 -2
  182. package/lib/request/change-service-connector-compartment-request.d.ts +3 -3
  183. package/lib/request/create-service-connector-request.d.ts +2 -2
  184. package/lib/request/deactivate-service-connector-request.d.ts +2 -2
  185. package/lib/request/delete-service-connector-request.d.ts +2 -2
  186. package/lib/request/get-connector-plugin-request.d.ts +29 -0
  187. package/lib/request/get-connector-plugin-request.js +15 -0
  188. package/lib/request/get-connector-plugin-request.js.map +1 -0
  189. package/lib/request/get-service-connector-request.d.ts +2 -2
  190. package/lib/request/get-work-request-request.d.ts +1 -1
  191. package/lib/request/index.d.ts +9 -4
  192. package/lib/request/index.js +8 -5
  193. package/lib/request/index.js.map +1 -1
  194. package/lib/request/list-connector-plugins-request.d.ts +77 -0
  195. package/lib/request/list-connector-plugins-request.js +24 -0
  196. package/lib/request/list-connector-plugins-request.js.map +1 -0
  197. package/lib/request/list-service-connectors-request.d.ts +1 -1
  198. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  199. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  200. package/lib/request/list-work-requests-request.d.ts +1 -1
  201. package/lib/request/update-service-connector-request.d.ts +2 -2
  202. package/lib/response/get-connector-plugin-response.d.ts +25 -0
  203. package/lib/response/get-connector-plugin-response.js +15 -0
  204. package/lib/response/get-connector-plugin-response.js.map +1 -0
  205. package/lib/response/index.d.ts +9 -4
  206. package/lib/response/index.js +5 -4
  207. package/lib/response/index.js.map +1 -1
  208. package/lib/response/list-connector-plugins-response.d.ts +41 -0
  209. package/lib/response/list-connector-plugins-response.js +15 -0
  210. package/lib/response/list-connector-plugins-response.js.map +1 -0
  211. package/lib/serviceconnector-waiter.d.ts +5 -4
  212. package/lib/serviceconnector-waiter.js +5 -4
  213. package/lib/serviceconnector-waiter.js.map +1 -1
  214. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,8 +1,9 @@
1
1
  /**
2
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
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
- * Service Connector Hub API
4
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
5
- For more information about Service Connector Hub, see
6
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
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;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,uFAAyE;AAK3D,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,sBAAsB,GAAG,uBAAuB,CAAC,sBAAsB,CAAC"}
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
- * Service Connector Hub API
3
- * Use the Service Connector Hub API to transfer data between services in Oracle Cloud Infrastructure.
4
- For more information about Service Connector Hub, see
5
- [Service Connector Hub Overview](/iaas/Content/service-connector-hub/overview.htm).
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 service connector.
185
+ * Activates the specified connector.
92
186
  * <p>
93
- After you send your request, the service connector's state is temporarily
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. For instructions on activating service
96
- * connectors, see
97
- * [To activate a service connector](https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/managingconnectors.htm#activate).
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
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 service connector into a different compartment within the same tenancy.
108
- * For information about moving resources between compartments, see
109
- * [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
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 service connector in the specified compartment.
122
- * A service connector is a logically defined flow for moving data from
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 instructions, see
125
- * [To create a service connector](https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/managingconnectors.htm#create).
126
- * For general information about service connectors, see
127
- * [Service Connector Hub Overview](https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/overview.htm).
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 service connector to reside. Notice that the service connector
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 service connector's state is temporarily
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 service connectors, see
140
- * [To activate or deactivate a service connector](https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/overview.htm).
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
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 service connector.
244
+ * Deactivates the specified connector.
151
245
  * <p>
152
- After you send your request, the service connector's state is temporarily
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 instructions on deactivating service connectors, see
155
- * [To deactivate a service connector](https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/managingconnectors.htm#deactivate).
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
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 service connector.
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 service connector's state is temporarily
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
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 service connector's configuration information.
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
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 service connectors in the specified compartment.
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
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 service connector.
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 service connector's state is temporarily
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 does not retry by default if the user has not defined a retry configuration.
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.79.1/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
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
  }