oci-integration 2.55.1 → 2.57.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 +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
|
@@ -77,7 +77,7 @@ export declare class IntegrationInstanceClient {
|
|
|
77
77
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
78
78
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
81
81
|
*/
|
|
82
82
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
|
|
83
83
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class IntegrationInstanceClient {
|
|
|
88
88
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
89
89
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
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.57.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
92
92
|
*/
|
|
93
93
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class IntegrationInstanceClient {
|
|
|
98
98
|
* @param CreateIntegrationInstanceRequest
|
|
99
99
|
* @return CreateIntegrationInstanceResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
102
102
|
*/
|
|
103
103
|
createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
|
|
104
104
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class IntegrationInstanceClient {
|
|
|
107
107
|
* @param DeleteIntegrationInstanceRequest
|
|
108
108
|
* @return DeleteIntegrationInstanceResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
111
111
|
*/
|
|
112
112
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
|
|
113
113
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class IntegrationInstanceClient {
|
|
|
116
116
|
* @param GetIntegrationInstanceRequest
|
|
117
117
|
* @return GetIntegrationInstanceResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
120
120
|
*/
|
|
121
121
|
getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class IntegrationInstanceClient {
|
|
|
125
125
|
* @param GetWorkRequestRequest
|
|
126
126
|
* @return GetWorkRequestResponse
|
|
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.57.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
129
129
|
*/
|
|
130
130
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
131
131
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class IntegrationInstanceClient {
|
|
|
135
135
|
* @param ListIntegrationInstancesRequest
|
|
136
136
|
* @return ListIntegrationInstancesResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
139
139
|
*/
|
|
140
140
|
listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
|
|
141
141
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class IntegrationInstanceClient {
|
|
|
176
176
|
* @param ListWorkRequestErrorsRequest
|
|
177
177
|
* @return ListWorkRequestErrorsResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
180
180
|
*/
|
|
181
181
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
182
182
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class IntegrationInstanceClient {
|
|
|
217
217
|
* @param ListWorkRequestLogsRequest
|
|
218
218
|
* @return ListWorkRequestLogsResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
221
221
|
*/
|
|
222
222
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
223
223
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class IntegrationInstanceClient {
|
|
|
259
259
|
* @param ListWorkRequestsRequest
|
|
260
260
|
* @return ListWorkRequestsResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
263
263
|
*/
|
|
264
264
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
265
265
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class IntegrationInstanceClient {
|
|
|
301
301
|
* @param StartIntegrationInstanceRequest
|
|
302
302
|
* @return StartIntegrationInstanceResponse
|
|
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.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
305
305
|
*/
|
|
306
306
|
startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
|
|
307
307
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class IntegrationInstanceClient {
|
|
|
311
311
|
* @param StopIntegrationInstanceRequest
|
|
312
312
|
* @return StopIntegrationInstanceResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
315
315
|
*/
|
|
316
316
|
stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
|
|
317
317
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class IntegrationInstanceClient {
|
|
|
320
320
|
* @param UpdateIntegrationInstanceRequest
|
|
321
321
|
* @return UpdateIntegrationInstanceResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
324
324
|
*/
|
|
325
325
|
updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
|
|
326
326
|
}
|
package/lib/client.js
CHANGED
|
@@ -158,7 +158,7 @@ class IntegrationInstanceClient {
|
|
|
158
158
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
159
159
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
162
162
|
*/
|
|
163
163
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
|
|
164
164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -222,7 +222,7 @@ class IntegrationInstanceClient {
|
|
|
222
222
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
223
223
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
226
226
|
*/
|
|
227
227
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
|
|
228
228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -285,7 +285,7 @@ class IntegrationInstanceClient {
|
|
|
285
285
|
* @param CreateIntegrationInstanceRequest
|
|
286
286
|
* @return CreateIntegrationInstanceResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
289
289
|
*/
|
|
290
290
|
createIntegrationInstance(createIntegrationInstanceRequest) {
|
|
291
291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class IntegrationInstanceClient {
|
|
|
344
344
|
* @param DeleteIntegrationInstanceRequest
|
|
345
345
|
* @return DeleteIntegrationInstanceResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
348
348
|
*/
|
|
349
349
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -404,7 +404,7 @@ class IntegrationInstanceClient {
|
|
|
404
404
|
* @param GetIntegrationInstanceRequest
|
|
405
405
|
* @return GetIntegrationInstanceResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
408
408
|
*/
|
|
409
409
|
getIntegrationInstance(getIntegrationInstanceRequest) {
|
|
410
410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +467,7 @@ class IntegrationInstanceClient {
|
|
|
467
467
|
* @param GetWorkRequestRequest
|
|
468
468
|
* @return GetWorkRequestResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
471
471
|
*/
|
|
472
472
|
getWorkRequest(getWorkRequestRequest) {
|
|
473
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -536,7 +536,7 @@ class IntegrationInstanceClient {
|
|
|
536
536
|
* @param ListIntegrationInstancesRequest
|
|
537
537
|
* @return ListIntegrationInstancesResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
540
540
|
*/
|
|
541
541
|
listIntegrationInstances(listIntegrationInstancesRequest) {
|
|
542
542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -650,7 +650,7 @@ class IntegrationInstanceClient {
|
|
|
650
650
|
* @param ListWorkRequestErrorsRequest
|
|
651
651
|
* @return ListWorkRequestErrorsResponse
|
|
652
652
|
* @throws OciError when an error occurs
|
|
653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
654
654
|
*/
|
|
655
655
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
656
656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -762,7 +762,7 @@ class IntegrationInstanceClient {
|
|
|
762
762
|
* @param ListWorkRequestLogsRequest
|
|
763
763
|
* @return ListWorkRequestLogsResponse
|
|
764
764
|
* @throws OciError when an error occurs
|
|
765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
766
766
|
*/
|
|
767
767
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
768
768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -875,7 +875,7 @@ class IntegrationInstanceClient {
|
|
|
875
875
|
* @param ListWorkRequestsRequest
|
|
876
876
|
* @return ListWorkRequestsResponse
|
|
877
877
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
879
879
|
*/
|
|
880
880
|
listWorkRequests(listWorkRequestsRequest) {
|
|
881
881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -987,7 +987,7 @@ class IntegrationInstanceClient {
|
|
|
987
987
|
* @param StartIntegrationInstanceRequest
|
|
988
988
|
* @return StartIntegrationInstanceResponse
|
|
989
989
|
* @throws OciError when an error occurs
|
|
990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
991
991
|
*/
|
|
992
992
|
startIntegrationInstance(startIntegrationInstanceRequest) {
|
|
993
993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1049,7 +1049,7 @@ class IntegrationInstanceClient {
|
|
|
1049
1049
|
* @param StopIntegrationInstanceRequest
|
|
1050
1050
|
* @return StopIntegrationInstanceResponse
|
|
1051
1051
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
1053
1053
|
*/
|
|
1054
1054
|
stopIntegrationInstance(stopIntegrationInstanceRequest) {
|
|
1055
1055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1110,7 +1110,7 @@ class IntegrationInstanceClient {
|
|
|
1110
1110
|
* @param UpdateIntegrationInstanceRequest
|
|
1111
1111
|
* @return UpdateIntegrationInstanceResponse
|
|
1112
1112
|
* @throws OciError when an error occurs
|
|
1113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
1114
1114
|
*/
|
|
1115
1115
|
updateIntegrationInstance(updateIntegrationInstanceRequest) {
|
|
1116
1116
|
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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.0",
|
|
19
|
+
"oci-workrequests": "2.57.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|