oci-integration 2.82.2 → 2.83.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
|
@@ -93,7 +93,7 @@ export declare class IntegrationInstanceClient {
|
|
|
93
93
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
94
94
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
97
97
|
*/
|
|
98
98
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
|
|
99
99
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class IntegrationInstanceClient {
|
|
|
104
104
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
105
105
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
108
108
|
*/
|
|
109
109
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
|
|
110
110
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class IntegrationInstanceClient {
|
|
|
115
115
|
* @param ChangePrivateEndpointOutboundConnectionRequest
|
|
116
116
|
* @return ChangePrivateEndpointOutboundConnectionResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
|
|
119
119
|
*/
|
|
120
120
|
changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest: requests.ChangePrivateEndpointOutboundConnectionRequest): Promise<responses.ChangePrivateEndpointOutboundConnectionResponse>;
|
|
121
121
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class IntegrationInstanceClient {
|
|
|
125
125
|
* @param CreateIntegrationInstanceRequest
|
|
126
126
|
* @return CreateIntegrationInstanceResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
129
129
|
*/
|
|
130
130
|
createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
|
|
131
131
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class IntegrationInstanceClient {
|
|
|
134
134
|
* @param DeleteIntegrationInstanceRequest
|
|
135
135
|
* @return DeleteIntegrationInstanceResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
138
138
|
*/
|
|
139
139
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class IntegrationInstanceClient {
|
|
|
144
144
|
* @param EnableProcessAutomationRequest
|
|
145
145
|
* @return EnableProcessAutomationResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
|
|
148
148
|
*/
|
|
149
149
|
enableProcessAutomation(enableProcessAutomationRequest: requests.EnableProcessAutomationRequest): Promise<responses.EnableProcessAutomationResponse>;
|
|
150
150
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class IntegrationInstanceClient {
|
|
|
153
153
|
* @param GetIntegrationInstanceRequest
|
|
154
154
|
* @return GetIntegrationInstanceResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
157
157
|
*/
|
|
158
158
|
getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
|
|
159
159
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class IntegrationInstanceClient {
|
|
|
162
162
|
* @param GetWorkRequestRequest
|
|
163
163
|
* @return GetWorkRequestResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
166
166
|
*/
|
|
167
167
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
168
168
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class IntegrationInstanceClient {
|
|
|
172
172
|
* @param ListIntegrationInstancesRequest
|
|
173
173
|
* @return ListIntegrationInstancesResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
176
176
|
*/
|
|
177
177
|
listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
|
|
178
178
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class IntegrationInstanceClient {
|
|
|
213
213
|
* @param ListWorkRequestErrorsRequest
|
|
214
214
|
* @return ListWorkRequestErrorsResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
217
217
|
*/
|
|
218
218
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
219
219
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class IntegrationInstanceClient {
|
|
|
254
254
|
* @param ListWorkRequestLogsRequest
|
|
255
255
|
* @return ListWorkRequestLogsResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
258
258
|
*/
|
|
259
259
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
260
260
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class IntegrationInstanceClient {
|
|
|
296
296
|
* @param ListWorkRequestsRequest
|
|
297
297
|
* @return ListWorkRequestsResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
300
300
|
*/
|
|
301
301
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
302
302
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class IntegrationInstanceClient {
|
|
|
338
338
|
* @param StartIntegrationInstanceRequest
|
|
339
339
|
* @return StartIntegrationInstanceResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
342
342
|
*/
|
|
343
343
|
startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
|
|
344
344
|
/**
|
|
@@ -348,7 +348,7 @@ export declare class IntegrationInstanceClient {
|
|
|
348
348
|
* @param StopIntegrationInstanceRequest
|
|
349
349
|
* @return StopIntegrationInstanceResponse
|
|
350
350
|
* @throws OciError when an error occurs
|
|
351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
352
352
|
*/
|
|
353
353
|
stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
|
|
354
354
|
/**
|
|
@@ -357,7 +357,7 @@ export declare class IntegrationInstanceClient {
|
|
|
357
357
|
* @param UpdateIntegrationInstanceRequest
|
|
358
358
|
* @return UpdateIntegrationInstanceResponse
|
|
359
359
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
361
361
|
*/
|
|
362
362
|
updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
|
|
363
363
|
}
|
package/lib/client.js
CHANGED
|
@@ -198,7 +198,7 @@ class IntegrationInstanceClient {
|
|
|
198
198
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
199
199
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
202
202
|
*/
|
|
203
203
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
|
|
204
204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -262,7 +262,7 @@ class IntegrationInstanceClient {
|
|
|
262
262
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
263
263
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
266
266
|
*/
|
|
267
267
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
|
|
268
268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -326,7 +326,7 @@ class IntegrationInstanceClient {
|
|
|
326
326
|
* @param ChangePrivateEndpointOutboundConnectionRequest
|
|
327
327
|
* @return ChangePrivateEndpointOutboundConnectionResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
|
|
330
330
|
*/
|
|
331
331
|
changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest) {
|
|
332
332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -389,7 +389,7 @@ class IntegrationInstanceClient {
|
|
|
389
389
|
* @param CreateIntegrationInstanceRequest
|
|
390
390
|
* @return CreateIntegrationInstanceResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
393
393
|
*/
|
|
394
394
|
createIntegrationInstance(createIntegrationInstanceRequest) {
|
|
395
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -448,7 +448,7 @@ class IntegrationInstanceClient {
|
|
|
448
448
|
* @param DeleteIntegrationInstanceRequest
|
|
449
449
|
* @return DeleteIntegrationInstanceResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
452
452
|
*/
|
|
453
453
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
|
|
454
454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -509,7 +509,7 @@ class IntegrationInstanceClient {
|
|
|
509
509
|
* @param EnableProcessAutomationRequest
|
|
510
510
|
* @return EnableProcessAutomationResponse
|
|
511
511
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
|
|
513
513
|
*/
|
|
514
514
|
enableProcessAutomation(enableProcessAutomationRequest) {
|
|
515
515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -570,7 +570,7 @@ class IntegrationInstanceClient {
|
|
|
570
570
|
* @param GetIntegrationInstanceRequest
|
|
571
571
|
* @return GetIntegrationInstanceResponse
|
|
572
572
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
574
574
|
*/
|
|
575
575
|
getIntegrationInstance(getIntegrationInstanceRequest) {
|
|
576
576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +633,7 @@ class IntegrationInstanceClient {
|
|
|
633
633
|
* @param GetWorkRequestRequest
|
|
634
634
|
* @return GetWorkRequestResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
637
637
|
*/
|
|
638
638
|
getWorkRequest(getWorkRequestRequest) {
|
|
639
639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -702,7 +702,7 @@ class IntegrationInstanceClient {
|
|
|
702
702
|
* @param ListIntegrationInstancesRequest
|
|
703
703
|
* @return ListIntegrationInstancesResponse
|
|
704
704
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
706
706
|
*/
|
|
707
707
|
listIntegrationInstances(listIntegrationInstancesRequest) {
|
|
708
708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -816,7 +816,7 @@ class IntegrationInstanceClient {
|
|
|
816
816
|
* @param ListWorkRequestErrorsRequest
|
|
817
817
|
* @return ListWorkRequestErrorsResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
820
820
|
*/
|
|
821
821
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
822
822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class IntegrationInstanceClient {
|
|
|
928
928
|
* @param ListWorkRequestLogsRequest
|
|
929
929
|
* @return ListWorkRequestLogsResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
932
932
|
*/
|
|
933
933
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1041,7 +1041,7 @@ class IntegrationInstanceClient {
|
|
|
1041
1041
|
* @param ListWorkRequestsRequest
|
|
1042
1042
|
* @return ListWorkRequestsResponse
|
|
1043
1043
|
* @throws OciError when an error occurs
|
|
1044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1045
1045
|
*/
|
|
1046
1046
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1047
1047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1153,7 +1153,7 @@ class IntegrationInstanceClient {
|
|
|
1153
1153
|
* @param StartIntegrationInstanceRequest
|
|
1154
1154
|
* @return StartIntegrationInstanceResponse
|
|
1155
1155
|
* @throws OciError when an error occurs
|
|
1156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
1157
1157
|
*/
|
|
1158
1158
|
startIntegrationInstance(startIntegrationInstanceRequest) {
|
|
1159
1159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1215,7 +1215,7 @@ class IntegrationInstanceClient {
|
|
|
1215
1215
|
* @param StopIntegrationInstanceRequest
|
|
1216
1216
|
* @return StopIntegrationInstanceResponse
|
|
1217
1217
|
* @throws OciError when an error occurs
|
|
1218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
1219
1219
|
*/
|
|
1220
1220
|
stopIntegrationInstance(stopIntegrationInstanceRequest) {
|
|
1221
1221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1276,7 +1276,7 @@ class IntegrationInstanceClient {
|
|
|
1276
1276
|
* @param UpdateIntegrationInstanceRequest
|
|
1277
1277
|
* @return UpdateIntegrationInstanceResponse
|
|
1278
1278
|
* @throws OciError when an error occurs
|
|
1279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
1280
1280
|
*/
|
|
1281
1281
|
updateIntegrationInstance(updateIntegrationInstanceRequest) {
|
|
1282
1282
|
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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.0",
|
|
19
|
+
"oci-workrequests": "2.83.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|