oci-integration 2.102.2 → 2.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +19 -19
- package/lib/client.js +19 -19
- package/lib/request/add-oracle-managed-custom-endpoint-request.d.ts +1 -1
- package/lib/request/change-integration-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-integration-instance-network-endpoint-request.d.ts +1 -1
- package/lib/request/change-private-endpoint-outbound-connection-request.d.ts +1 -1
- package/lib/request/create-integration-instance-request.d.ts +1 -1
- package/lib/request/delete-integration-instance-request.d.ts +1 -1
- package/lib/request/disaster-recovery-failover-request.d.ts +1 -1
- package/lib/request/enable-process-automation-request.d.ts +1 -1
- package/lib/request/extend-data-retention-request.d.ts +1 -1
- package/lib/request/get-integration-instance-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-integration-instances-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/remove-oracle-managed-custom-endpoint-request.d.ts +1 -1
- package/lib/request/start-integration-instance-request.d.ts +1 -1
- package/lib/request/stop-integration-instance-request.d.ts +1 -1
- package/lib/request/update-integration-instance-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ export declare class IntegrationInstanceClient {
|
|
|
102
102
|
* @param AddOracleManagedCustomEndpointRequest
|
|
103
103
|
* @return AddOracleManagedCustomEndpointResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.
|
|
105
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/AddOracleManagedCustomEndpoint.ts.html |here} to see how to use AddOracleManagedCustomEndpoint API.
|
|
106
106
|
*/
|
|
107
107
|
addOracleManagedCustomEndpoint(addOracleManagedCustomEndpointRequest: requests.AddOracleManagedCustomEndpointRequest): Promise<responses.AddOracleManagedCustomEndpointResponse>;
|
|
108
108
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class IntegrationInstanceClient {
|
|
|
112
112
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
113
113
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.
|
|
115
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
116
116
|
*/
|
|
117
117
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
|
|
118
118
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class IntegrationInstanceClient {
|
|
|
123
123
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
124
124
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.
|
|
126
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
127
127
|
*/
|
|
128
128
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
|
|
129
129
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class IntegrationInstanceClient {
|
|
|
134
134
|
* @param ChangePrivateEndpointOutboundConnectionRequest
|
|
135
135
|
* @return ChangePrivateEndpointOutboundConnectionResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.
|
|
137
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
|
|
138
138
|
*/
|
|
139
139
|
changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest: requests.ChangePrivateEndpointOutboundConnectionRequest): Promise<responses.ChangePrivateEndpointOutboundConnectionResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class IntegrationInstanceClient {
|
|
|
144
144
|
* @param CreateIntegrationInstanceRequest
|
|
145
145
|
* @return CreateIntegrationInstanceResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.
|
|
147
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
148
148
|
*/
|
|
149
149
|
createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
|
|
150
150
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class IntegrationInstanceClient {
|
|
|
153
153
|
* @param DeleteIntegrationInstanceRequest
|
|
154
154
|
* @return DeleteIntegrationInstanceResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.
|
|
156
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
157
157
|
*/
|
|
158
158
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
|
|
159
159
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class IntegrationInstanceClient {
|
|
|
166
166
|
* @param DisasterRecoveryFailoverRequest
|
|
167
167
|
* @return DisasterRecoveryFailoverResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.
|
|
169
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DisasterRecoveryFailover.ts.html |here} to see how to use DisasterRecoveryFailover API.
|
|
170
170
|
*/
|
|
171
171
|
disasterRecoveryFailover(disasterRecoveryFailoverRequest: requests.DisasterRecoveryFailoverRequest): Promise<responses.DisasterRecoveryFailoverResponse>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class IntegrationInstanceClient {
|
|
|
176
176
|
* @param EnableProcessAutomationRequest
|
|
177
177
|
* @return EnableProcessAutomationResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.
|
|
179
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
|
|
180
180
|
*/
|
|
181
181
|
enableProcessAutomation(enableProcessAutomationRequest: requests.EnableProcessAutomationRequest): Promise<responses.EnableProcessAutomationResponse>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class IntegrationInstanceClient {
|
|
|
186
186
|
* @param ExtendDataRetentionRequest
|
|
187
187
|
* @return ExtendDataRetentionResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.
|
|
189
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ExtendDataRetention.ts.html |here} to see how to use ExtendDataRetention API.
|
|
190
190
|
*/
|
|
191
191
|
extendDataRetention(extendDataRetentionRequest: requests.ExtendDataRetentionRequest): Promise<responses.ExtendDataRetentionResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class IntegrationInstanceClient {
|
|
|
195
195
|
* @param GetIntegrationInstanceRequest
|
|
196
196
|
* @return GetIntegrationInstanceResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.
|
|
198
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
199
199
|
*/
|
|
200
200
|
getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class IntegrationInstanceClient {
|
|
|
204
204
|
* @param GetWorkRequestRequest
|
|
205
205
|
* @return GetWorkRequestResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
208
208
|
*/
|
|
209
209
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
210
210
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class IntegrationInstanceClient {
|
|
|
214
214
|
* @param ListIntegrationInstancesRequest
|
|
215
215
|
* @return ListIntegrationInstancesResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.
|
|
217
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
218
218
|
*/
|
|
219
219
|
listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
|
|
220
220
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class IntegrationInstanceClient {
|
|
|
255
255
|
* @param ListWorkRequestErrorsRequest
|
|
256
256
|
* @return ListWorkRequestErrorsResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.
|
|
258
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
259
259
|
*/
|
|
260
260
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
261
261
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class IntegrationInstanceClient {
|
|
|
296
296
|
* @param ListWorkRequestLogsRequest
|
|
297
297
|
* @return ListWorkRequestLogsResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.
|
|
299
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
300
300
|
*/
|
|
301
301
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
302
302
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class IntegrationInstanceClient {
|
|
|
338
338
|
* @param ListWorkRequestsRequest
|
|
339
339
|
* @return ListWorkRequestsResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.
|
|
341
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
342
342
|
*/
|
|
343
343
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
344
344
|
/**
|
|
@@ -380,7 +380,7 @@ export declare class IntegrationInstanceClient {
|
|
|
380
380
|
* @param RemoveOracleManagedCustomEndpointRequest
|
|
381
381
|
* @return RemoveOracleManagedCustomEndpointResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.
|
|
383
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/RemoveOracleManagedCustomEndpoint.ts.html |here} to see how to use RemoveOracleManagedCustomEndpoint API.
|
|
384
384
|
*/
|
|
385
385
|
removeOracleManagedCustomEndpoint(removeOracleManagedCustomEndpointRequest: requests.RemoveOracleManagedCustomEndpointRequest): Promise<responses.RemoveOracleManagedCustomEndpointResponse>;
|
|
386
386
|
/**
|
|
@@ -390,7 +390,7 @@ export declare class IntegrationInstanceClient {
|
|
|
390
390
|
* @param StartIntegrationInstanceRequest
|
|
391
391
|
* @return StartIntegrationInstanceResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.
|
|
393
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
394
394
|
*/
|
|
395
395
|
startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
|
|
396
396
|
/**
|
|
@@ -400,7 +400,7 @@ export declare class IntegrationInstanceClient {
|
|
|
400
400
|
* @param StopIntegrationInstanceRequest
|
|
401
401
|
* @return StopIntegrationInstanceResponse
|
|
402
402
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.
|
|
403
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
404
404
|
*/
|
|
405
405
|
stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
|
|
406
406
|
/**
|
|
@@ -409,7 +409,7 @@ export declare class IntegrationInstanceClient {
|
|
|
409
409
|
* @param UpdateIntegrationInstanceRequest
|
|
410
410
|
* @return UpdateIntegrationInstanceResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.
|
|
412
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
413
413
|
*/
|
|
414
414
|
updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
|
|
415
415
|
}
|
package/lib/client.js
CHANGED
|
@@ -215,7 +215,7 @@ class IntegrationInstanceClient {
|
|
|
215
215
|
* @param AddOracleManagedCustomEndpointRequest
|
|
216
216
|
* @return AddOracleManagedCustomEndpointResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.
|
|
218
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/AddOracleManagedCustomEndpoint.ts.html |here} to see how to use AddOracleManagedCustomEndpoint API.
|
|
219
219
|
*/
|
|
220
220
|
addOracleManagedCustomEndpoint(addOracleManagedCustomEndpointRequest) {
|
|
221
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -278,7 +278,7 @@ class IntegrationInstanceClient {
|
|
|
278
278
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
279
279
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.
|
|
281
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
282
282
|
*/
|
|
283
283
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
|
|
284
284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -342,7 +342,7 @@ class IntegrationInstanceClient {
|
|
|
342
342
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
343
343
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.
|
|
345
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
346
346
|
*/
|
|
347
347
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
|
|
348
348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +406,7 @@ class IntegrationInstanceClient {
|
|
|
406
406
|
* @param ChangePrivateEndpointOutboundConnectionRequest
|
|
407
407
|
* @return ChangePrivateEndpointOutboundConnectionResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.
|
|
409
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
|
|
410
410
|
*/
|
|
411
411
|
changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest) {
|
|
412
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -469,7 +469,7 @@ class IntegrationInstanceClient {
|
|
|
469
469
|
* @param CreateIntegrationInstanceRequest
|
|
470
470
|
* @return CreateIntegrationInstanceResponse
|
|
471
471
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.
|
|
472
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
473
473
|
*/
|
|
474
474
|
createIntegrationInstance(createIntegrationInstanceRequest) {
|
|
475
475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +528,7 @@ class IntegrationInstanceClient {
|
|
|
528
528
|
* @param DeleteIntegrationInstanceRequest
|
|
529
529
|
* @return DeleteIntegrationInstanceResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.
|
|
531
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
532
532
|
*/
|
|
533
533
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
|
|
534
534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +592,7 @@ class IntegrationInstanceClient {
|
|
|
592
592
|
* @param DisasterRecoveryFailoverRequest
|
|
593
593
|
* @return DisasterRecoveryFailoverResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.
|
|
595
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DisasterRecoveryFailover.ts.html |here} to see how to use DisasterRecoveryFailover API.
|
|
596
596
|
*/
|
|
597
597
|
disasterRecoveryFailover(disasterRecoveryFailoverRequest) {
|
|
598
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -654,7 +654,7 @@ class IntegrationInstanceClient {
|
|
|
654
654
|
* @param EnableProcessAutomationRequest
|
|
655
655
|
* @return EnableProcessAutomationResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.
|
|
657
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
|
|
658
658
|
*/
|
|
659
659
|
enableProcessAutomation(enableProcessAutomationRequest) {
|
|
660
660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -716,7 +716,7 @@ class IntegrationInstanceClient {
|
|
|
716
716
|
* @param ExtendDataRetentionRequest
|
|
717
717
|
* @return ExtendDataRetentionResponse
|
|
718
718
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.
|
|
719
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ExtendDataRetention.ts.html |here} to see how to use ExtendDataRetention API.
|
|
720
720
|
*/
|
|
721
721
|
extendDataRetention(extendDataRetentionRequest) {
|
|
722
722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -778,7 +778,7 @@ class IntegrationInstanceClient {
|
|
|
778
778
|
* @param GetIntegrationInstanceRequest
|
|
779
779
|
* @return GetIntegrationInstanceResponse
|
|
780
780
|
* @throws OciError when an error occurs
|
|
781
|
-
* @example Click {@link https://docs.
|
|
781
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
782
782
|
*/
|
|
783
783
|
getIntegrationInstance(getIntegrationInstanceRequest) {
|
|
784
784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -841,7 +841,7 @@ class IntegrationInstanceClient {
|
|
|
841
841
|
* @param GetWorkRequestRequest
|
|
842
842
|
* @return GetWorkRequestResponse
|
|
843
843
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.
|
|
844
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
845
845
|
*/
|
|
846
846
|
getWorkRequest(getWorkRequestRequest) {
|
|
847
847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -910,7 +910,7 @@ class IntegrationInstanceClient {
|
|
|
910
910
|
* @param ListIntegrationInstancesRequest
|
|
911
911
|
* @return ListIntegrationInstancesResponse
|
|
912
912
|
* @throws OciError when an error occurs
|
|
913
|
-
* @example Click {@link https://docs.
|
|
913
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
914
914
|
*/
|
|
915
915
|
listIntegrationInstances(listIntegrationInstancesRequest) {
|
|
916
916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1024,7 +1024,7 @@ class IntegrationInstanceClient {
|
|
|
1024
1024
|
* @param ListWorkRequestErrorsRequest
|
|
1025
1025
|
* @return ListWorkRequestErrorsResponse
|
|
1026
1026
|
* @throws OciError when an error occurs
|
|
1027
|
-
* @example Click {@link https://docs.
|
|
1027
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1028
1028
|
*/
|
|
1029
1029
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1030
1030
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1136,7 +1136,7 @@ class IntegrationInstanceClient {
|
|
|
1136
1136
|
* @param ListWorkRequestLogsRequest
|
|
1137
1137
|
* @return ListWorkRequestLogsResponse
|
|
1138
1138
|
* @throws OciError when an error occurs
|
|
1139
|
-
* @example Click {@link https://docs.
|
|
1139
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1140
1140
|
*/
|
|
1141
1141
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1142
1142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1249,7 +1249,7 @@ class IntegrationInstanceClient {
|
|
|
1249
1249
|
* @param ListWorkRequestsRequest
|
|
1250
1250
|
* @return ListWorkRequestsResponse
|
|
1251
1251
|
* @throws OciError when an error occurs
|
|
1252
|
-
* @example Click {@link https://docs.
|
|
1252
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1253
1253
|
*/
|
|
1254
1254
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1255
1255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1361,7 +1361,7 @@ class IntegrationInstanceClient {
|
|
|
1361
1361
|
* @param RemoveOracleManagedCustomEndpointRequest
|
|
1362
1362
|
* @return RemoveOracleManagedCustomEndpointResponse
|
|
1363
1363
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.
|
|
1364
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/RemoveOracleManagedCustomEndpoint.ts.html |here} to see how to use RemoveOracleManagedCustomEndpoint API.
|
|
1365
1365
|
*/
|
|
1366
1366
|
removeOracleManagedCustomEndpoint(removeOracleManagedCustomEndpointRequest) {
|
|
1367
1367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1423,7 +1423,7 @@ class IntegrationInstanceClient {
|
|
|
1423
1423
|
* @param StartIntegrationInstanceRequest
|
|
1424
1424
|
* @return StartIntegrationInstanceResponse
|
|
1425
1425
|
* @throws OciError when an error occurs
|
|
1426
|
-
* @example Click {@link https://docs.
|
|
1426
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
1427
1427
|
*/
|
|
1428
1428
|
startIntegrationInstance(startIntegrationInstanceRequest) {
|
|
1429
1429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1485,7 +1485,7 @@ class IntegrationInstanceClient {
|
|
|
1485
1485
|
* @param StopIntegrationInstanceRequest
|
|
1486
1486
|
* @return StopIntegrationInstanceResponse
|
|
1487
1487
|
* @throws OciError when an error occurs
|
|
1488
|
-
* @example Click {@link https://docs.
|
|
1488
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
1489
1489
|
*/
|
|
1490
1490
|
stopIntegrationInstance(stopIntegrationInstanceRequest) {
|
|
1491
1491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1546,7 +1546,7 @@ class IntegrationInstanceClient {
|
|
|
1546
1546
|
* @param UpdateIntegrationInstanceRequest
|
|
1547
1547
|
* @return UpdateIntegrationInstanceResponse
|
|
1548
1548
|
* @throws OciError when an error occurs
|
|
1549
|
-
* @example Click {@link https://docs.
|
|
1549
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
1550
1550
|
*/
|
|
1551
1551
|
updateIntegrationInstance(updateIntegrationInstanceRequest) {
|
|
1552
1552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/AddOracleManagedCustomEndpoint.ts.html |here} to see how to use AddOracleManagedCustomEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddOracleManagedCustomEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeIntegrationInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeIntegrationInstanceNetworkEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePrivateEndpointOutboundConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateIntegrationInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteIntegrationInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/DisasterRecoveryFailover.ts.html |here} to see how to use DisasterRecoveryFailoverRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DisasterRecoveryFailoverRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface EnableProcessAutomationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ExtendDataRetention.ts.html |here} to see how to use ExtendDataRetentionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ExtendDataRetentionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetIntegrationInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstancesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListIntegrationInstancesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/RemoveOracleManagedCustomEndpoint.ts.html |here} to see how to use RemoveOracleManagedCustomEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RemoveOracleManagedCustomEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StartIntegrationInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StopIntegrationInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateIntegrationInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-integration",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Integration service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|