oci-integration 2.5.0 → 2.5.1
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 +13 -13
- package/lib/client.js +13 -13
- 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/create-integration-instance-request.d.ts +1 -1
- package/lib/request/delete-integration-instance-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
|
@@ -70,7 +70,7 @@ export declare class IntegrationInstanceClient {
|
|
|
70
70
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
71
71
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
72
72
|
* @throws OciError when an error occurs
|
|
73
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
74
74
|
*/
|
|
75
75
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
|
|
76
76
|
/**
|
|
@@ -80,7 +80,7 @@ export declare class IntegrationInstanceClient {
|
|
|
80
80
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
81
81
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
84
84
|
*/
|
|
85
85
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
|
|
86
86
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class IntegrationInstanceClient {
|
|
|
89
89
|
* @param CreateIntegrationInstanceRequest
|
|
90
90
|
* @return CreateIntegrationInstanceResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
93
93
|
*/
|
|
94
94
|
createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
|
|
95
95
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class IntegrationInstanceClient {
|
|
|
97
97
|
* @param DeleteIntegrationInstanceRequest
|
|
98
98
|
* @return DeleteIntegrationInstanceResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
101
101
|
*/
|
|
102
102
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
|
|
103
103
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class IntegrationInstanceClient {
|
|
|
105
105
|
* @param GetIntegrationInstanceRequest
|
|
106
106
|
* @return GetIntegrationInstanceResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
109
109
|
*/
|
|
110
110
|
getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
|
|
111
111
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class IntegrationInstanceClient {
|
|
|
113
113
|
* @param GetWorkRequestRequest
|
|
114
114
|
* @return GetWorkRequestResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
117
117
|
*/
|
|
118
118
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class IntegrationInstanceClient {
|
|
|
122
122
|
* @param ListIntegrationInstancesRequest
|
|
123
123
|
* @return ListIntegrationInstancesResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
126
126
|
*/
|
|
127
127
|
listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
|
|
128
128
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class IntegrationInstanceClient {
|
|
|
162
162
|
* @param ListWorkRequestErrorsRequest
|
|
163
163
|
* @return ListWorkRequestErrorsResponse
|
|
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.5.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
166
166
|
*/
|
|
167
167
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
168
168
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class IntegrationInstanceClient {
|
|
|
202
202
|
* @param ListWorkRequestLogsRequest
|
|
203
203
|
* @return ListWorkRequestLogsResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
206
206
|
*/
|
|
207
207
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
208
208
|
/**
|
|
@@ -243,7 +243,7 @@ export declare class IntegrationInstanceClient {
|
|
|
243
243
|
* @param ListWorkRequestsRequest
|
|
244
244
|
* @return ListWorkRequestsResponse
|
|
245
245
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
247
247
|
*/
|
|
248
248
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
249
249
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class IntegrationInstanceClient {
|
|
|
284
284
|
* @param StartIntegrationInstanceRequest
|
|
285
285
|
* @return StartIntegrationInstanceResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
288
288
|
*/
|
|
289
289
|
startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
|
|
290
290
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class IntegrationInstanceClient {
|
|
|
293
293
|
* @param StopIntegrationInstanceRequest
|
|
294
294
|
* @return StopIntegrationInstanceResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
297
297
|
*/
|
|
298
298
|
stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
|
|
299
299
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class IntegrationInstanceClient {
|
|
|
301
301
|
* @param UpdateIntegrationInstanceRequest
|
|
302
302
|
* @return UpdateIntegrationInstanceResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
305
305
|
*/
|
|
306
306
|
updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
|
|
307
307
|
}
|
package/lib/client.js
CHANGED
|
@@ -141,7 +141,7 @@ class IntegrationInstanceClient {
|
|
|
141
141
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
142
142
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
145
145
|
*/
|
|
146
146
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
|
|
147
147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -201,7 +201,7 @@ class IntegrationInstanceClient {
|
|
|
201
201
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
202
202
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
205
205
|
*/
|
|
206
206
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
|
|
207
207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -260,7 +260,7 @@ class IntegrationInstanceClient {
|
|
|
260
260
|
* @param CreateIntegrationInstanceRequest
|
|
261
261
|
* @return CreateIntegrationInstanceResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
264
264
|
*/
|
|
265
265
|
createIntegrationInstance(createIntegrationInstanceRequest) {
|
|
266
266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -315,7 +315,7 @@ class IntegrationInstanceClient {
|
|
|
315
315
|
* @param DeleteIntegrationInstanceRequest
|
|
316
316
|
* @return DeleteIntegrationInstanceResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
319
319
|
*/
|
|
320
320
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
|
|
321
321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +371,7 @@ class IntegrationInstanceClient {
|
|
|
371
371
|
* @param GetIntegrationInstanceRequest
|
|
372
372
|
* @return GetIntegrationInstanceResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
375
375
|
*/
|
|
376
376
|
getIntegrationInstance(getIntegrationInstanceRequest) {
|
|
377
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -430,7 +430,7 @@ class IntegrationInstanceClient {
|
|
|
430
430
|
* @param GetWorkRequestRequest
|
|
431
431
|
* @return GetWorkRequestResponse
|
|
432
432
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
434
434
|
*/
|
|
435
435
|
getWorkRequest(getWorkRequestRequest) {
|
|
436
436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class IntegrationInstanceClient {
|
|
|
495
495
|
* @param ListIntegrationInstancesRequest
|
|
496
496
|
* @return ListIntegrationInstancesResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
499
499
|
*/
|
|
500
500
|
listIntegrationInstances(listIntegrationInstancesRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -605,7 +605,7 @@ class IntegrationInstanceClient {
|
|
|
605
605
|
* @param ListWorkRequestErrorsRequest
|
|
606
606
|
* @return ListWorkRequestErrorsResponse
|
|
607
607
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
609
609
|
*/
|
|
610
610
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
611
611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -713,7 +713,7 @@ class IntegrationInstanceClient {
|
|
|
713
713
|
* @param ListWorkRequestLogsRequest
|
|
714
714
|
* @return ListWorkRequestLogsResponse
|
|
715
715
|
* @throws OciError when an error occurs
|
|
716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
717
717
|
*/
|
|
718
718
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
719
719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -822,7 +822,7 @@ class IntegrationInstanceClient {
|
|
|
822
822
|
* @param ListWorkRequestsRequest
|
|
823
823
|
* @return ListWorkRequestsResponse
|
|
824
824
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
826
826
|
*/
|
|
827
827
|
listWorkRequests(listWorkRequestsRequest) {
|
|
828
828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -930,7 +930,7 @@ class IntegrationInstanceClient {
|
|
|
930
930
|
* @param StartIntegrationInstanceRequest
|
|
931
931
|
* @return StartIntegrationInstanceResponse
|
|
932
932
|
* @throws OciError when an error occurs
|
|
933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
934
934
|
*/
|
|
935
935
|
startIntegrationInstance(startIntegrationInstanceRequest) {
|
|
936
936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -988,7 +988,7 @@ class IntegrationInstanceClient {
|
|
|
988
988
|
* @param StopIntegrationInstanceRequest
|
|
989
989
|
* @return StopIntegrationInstanceResponse
|
|
990
990
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
992
992
|
*/
|
|
993
993
|
stopIntegrationInstance(stopIntegrationInstanceRequest) {
|
|
994
994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1045,7 +1045,7 @@ class IntegrationInstanceClient {
|
|
|
1045
1045
|
* @param UpdateIntegrationInstanceRequest
|
|
1046
1046
|
* @return UpdateIntegrationInstanceResponse
|
|
1047
1047
|
* @throws OciError when an error occurs
|
|
1048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
1049
1049
|
*/
|
|
1050
1050
|
updateIntegrationInstance(updateIntegrationInstanceRequest) {
|
|
1051
1051
|
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.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.5.
|
|
3
|
+
"version": "2.5.1",
|
|
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.5.
|
|
19
|
-
"oci-workrequests": "2.5.
|
|
18
|
+
"oci-common": "2.5.1",
|
|
19
|
+
"oci-workrequests": "2.5.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|