oci-integration 2.71.0 → 2.73.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 +15 -15
- package/lib/client.js +15 -15
- 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/enable-process-automation-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/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
|
@@ -88,7 +88,7 @@ export declare class IntegrationInstanceClient {
|
|
|
88
88
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
89
89
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
92
92
|
*/
|
|
93
93
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
|
|
94
94
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class IntegrationInstanceClient {
|
|
|
99
99
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
100
100
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
103
103
|
*/
|
|
104
104
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
|
|
105
105
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class IntegrationInstanceClient {
|
|
|
110
110
|
* @param ChangePrivateEndpointOutboundConnectionRequest
|
|
111
111
|
* @return ChangePrivateEndpointOutboundConnectionResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
|
|
114
114
|
*/
|
|
115
115
|
changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest: requests.ChangePrivateEndpointOutboundConnectionRequest): Promise<responses.ChangePrivateEndpointOutboundConnectionResponse>;
|
|
116
116
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class IntegrationInstanceClient {
|
|
|
120
120
|
* @param CreateIntegrationInstanceRequest
|
|
121
121
|
* @return CreateIntegrationInstanceResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
124
124
|
*/
|
|
125
125
|
createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class IntegrationInstanceClient {
|
|
|
129
129
|
* @param DeleteIntegrationInstanceRequest
|
|
130
130
|
* @return DeleteIntegrationInstanceResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
133
133
|
*/
|
|
134
134
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
|
|
135
135
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class IntegrationInstanceClient {
|
|
|
139
139
|
* @param EnableProcessAutomationRequest
|
|
140
140
|
* @return EnableProcessAutomationResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
|
|
143
143
|
*/
|
|
144
144
|
enableProcessAutomation(enableProcessAutomationRequest: requests.EnableProcessAutomationRequest): Promise<responses.EnableProcessAutomationResponse>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class IntegrationInstanceClient {
|
|
|
148
148
|
* @param GetIntegrationInstanceRequest
|
|
149
149
|
* @return GetIntegrationInstanceResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
152
152
|
*/
|
|
153
153
|
getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class IntegrationInstanceClient {
|
|
|
157
157
|
* @param GetWorkRequestRequest
|
|
158
158
|
* @return GetWorkRequestResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
161
161
|
*/
|
|
162
162
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
163
163
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class IntegrationInstanceClient {
|
|
|
167
167
|
* @param ListIntegrationInstancesRequest
|
|
168
168
|
* @return ListIntegrationInstancesResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
171
171
|
*/
|
|
172
172
|
listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
|
|
173
173
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class IntegrationInstanceClient {
|
|
|
208
208
|
* @param ListWorkRequestErrorsRequest
|
|
209
209
|
* @return ListWorkRequestErrorsResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @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.73.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
212
212
|
*/
|
|
213
213
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
214
214
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class IntegrationInstanceClient {
|
|
|
249
249
|
* @param ListWorkRequestLogsRequest
|
|
250
250
|
* @return ListWorkRequestLogsResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
253
253
|
*/
|
|
254
254
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
255
255
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class IntegrationInstanceClient {
|
|
|
291
291
|
* @param ListWorkRequestsRequest
|
|
292
292
|
* @return ListWorkRequestsResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @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.73.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
295
295
|
*/
|
|
296
296
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
297
297
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class IntegrationInstanceClient {
|
|
|
333
333
|
* @param StartIntegrationInstanceRequest
|
|
334
334
|
* @return StartIntegrationInstanceResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
337
337
|
*/
|
|
338
338
|
startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
|
|
339
339
|
/**
|
|
@@ -343,7 +343,7 @@ export declare class IntegrationInstanceClient {
|
|
|
343
343
|
* @param StopIntegrationInstanceRequest
|
|
344
344
|
* @return StopIntegrationInstanceResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
347
347
|
*/
|
|
348
348
|
stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
|
|
349
349
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class IntegrationInstanceClient {
|
|
|
352
352
|
* @param UpdateIntegrationInstanceRequest
|
|
353
353
|
* @return UpdateIntegrationInstanceResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
356
356
|
*/
|
|
357
357
|
updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
|
|
358
358
|
}
|
package/lib/client.js
CHANGED
|
@@ -185,7 +185,7 @@ class IntegrationInstanceClient {
|
|
|
185
185
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
186
186
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
189
189
|
*/
|
|
190
190
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
|
|
191
191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class IntegrationInstanceClient {
|
|
|
249
249
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
250
250
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
253
253
|
*/
|
|
254
254
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +313,7 @@ class IntegrationInstanceClient {
|
|
|
313
313
|
* @param ChangePrivateEndpointOutboundConnectionRequest
|
|
314
314
|
* @return ChangePrivateEndpointOutboundConnectionResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
|
|
317
317
|
*/
|
|
318
318
|
changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest) {
|
|
319
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -376,7 +376,7 @@ class IntegrationInstanceClient {
|
|
|
376
376
|
* @param CreateIntegrationInstanceRequest
|
|
377
377
|
* @return CreateIntegrationInstanceResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
380
380
|
*/
|
|
381
381
|
createIntegrationInstance(createIntegrationInstanceRequest) {
|
|
382
382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -435,7 +435,7 @@ class IntegrationInstanceClient {
|
|
|
435
435
|
* @param DeleteIntegrationInstanceRequest
|
|
436
436
|
* @return DeleteIntegrationInstanceResponse
|
|
437
437
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
439
439
|
*/
|
|
440
440
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
|
|
441
441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -496,7 +496,7 @@ class IntegrationInstanceClient {
|
|
|
496
496
|
* @param EnableProcessAutomationRequest
|
|
497
497
|
* @return EnableProcessAutomationResponse
|
|
498
498
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
|
|
500
500
|
*/
|
|
501
501
|
enableProcessAutomation(enableProcessAutomationRequest) {
|
|
502
502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -557,7 +557,7 @@ class IntegrationInstanceClient {
|
|
|
557
557
|
* @param GetIntegrationInstanceRequest
|
|
558
558
|
* @return GetIntegrationInstanceResponse
|
|
559
559
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
561
561
|
*/
|
|
562
562
|
getIntegrationInstance(getIntegrationInstanceRequest) {
|
|
563
563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -620,7 +620,7 @@ class IntegrationInstanceClient {
|
|
|
620
620
|
* @param GetWorkRequestRequest
|
|
621
621
|
* @return GetWorkRequestResponse
|
|
622
622
|
* @throws OciError when an error occurs
|
|
623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
624
624
|
*/
|
|
625
625
|
getWorkRequest(getWorkRequestRequest) {
|
|
626
626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -689,7 +689,7 @@ class IntegrationInstanceClient {
|
|
|
689
689
|
* @param ListIntegrationInstancesRequest
|
|
690
690
|
* @return ListIntegrationInstancesResponse
|
|
691
691
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
693
693
|
*/
|
|
694
694
|
listIntegrationInstances(listIntegrationInstancesRequest) {
|
|
695
695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -803,7 +803,7 @@ class IntegrationInstanceClient {
|
|
|
803
803
|
* @param ListWorkRequestErrorsRequest
|
|
804
804
|
* @return ListWorkRequestErrorsResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
807
807
|
*/
|
|
808
808
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
809
809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -915,7 +915,7 @@ class IntegrationInstanceClient {
|
|
|
915
915
|
* @param ListWorkRequestLogsRequest
|
|
916
916
|
* @return ListWorkRequestLogsResponse
|
|
917
917
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
919
919
|
*/
|
|
920
920
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
921
921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1028,7 +1028,7 @@ class IntegrationInstanceClient {
|
|
|
1028
1028
|
* @param ListWorkRequestsRequest
|
|
1029
1029
|
* @return ListWorkRequestsResponse
|
|
1030
1030
|
* @throws OciError when an error occurs
|
|
1031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1032
1032
|
*/
|
|
1033
1033
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1034
1034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1140,7 +1140,7 @@ class IntegrationInstanceClient {
|
|
|
1140
1140
|
* @param StartIntegrationInstanceRequest
|
|
1141
1141
|
* @return StartIntegrationInstanceResponse
|
|
1142
1142
|
* @throws OciError when an error occurs
|
|
1143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
1144
1144
|
*/
|
|
1145
1145
|
startIntegrationInstance(startIntegrationInstanceRequest) {
|
|
1146
1146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1202,7 +1202,7 @@ class IntegrationInstanceClient {
|
|
|
1202
1202
|
* @param StopIntegrationInstanceRequest
|
|
1203
1203
|
* @return StopIntegrationInstanceResponse
|
|
1204
1204
|
* @throws OciError when an error occurs
|
|
1205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
1206
1206
|
*/
|
|
1207
1207
|
stopIntegrationInstance(stopIntegrationInstanceRequest) {
|
|
1208
1208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1263,7 +1263,7 @@ class IntegrationInstanceClient {
|
|
|
1263
1263
|
* @param UpdateIntegrationInstanceRequest
|
|
1264
1264
|
* @return UpdateIntegrationInstanceResponse
|
|
1265
1265
|
* @throws OciError when an error occurs
|
|
1266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
1267
1267
|
*/
|
|
1268
1268
|
updateIntegrationInstance(updateIntegrationInstanceRequest) {
|
|
1269
1269
|
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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface EnableProcessAutomationRequest 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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.73.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.73.0",
|
|
19
|
+
"oci-workrequests": "2.73.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|