oci-integration 2.26.0 → 2.27.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/model/network-endpoint-details.js +2 -2
- package/lib/model/network-endpoint-details.js.map +1 -1
- package/lib/request/change-integration-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-integration-instance-network-endpoint-request.d.ts +1 -1
- package/lib/request/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
|
@@ -76,7 +76,7 @@ export declare class IntegrationInstanceClient {
|
|
|
76
76
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
77
77
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
80
80
|
*/
|
|
81
81
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
|
|
82
82
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class IntegrationInstanceClient {
|
|
|
87
87
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
88
88
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
91
91
|
*/
|
|
92
92
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
|
|
93
93
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class IntegrationInstanceClient {
|
|
|
97
97
|
* @param CreateIntegrationInstanceRequest
|
|
98
98
|
* @return CreateIntegrationInstanceResponse
|
|
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.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
101
101
|
*/
|
|
102
102
|
createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class IntegrationInstanceClient {
|
|
|
106
106
|
* @param DeleteIntegrationInstanceRequest
|
|
107
107
|
* @return DeleteIntegrationInstanceResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
110
110
|
*/
|
|
111
111
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class IntegrationInstanceClient {
|
|
|
115
115
|
* @param GetIntegrationInstanceRequest
|
|
116
116
|
* @return GetIntegrationInstanceResponse
|
|
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.27.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
119
119
|
*/
|
|
120
120
|
getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class IntegrationInstanceClient {
|
|
|
124
124
|
* @param GetWorkRequestRequest
|
|
125
125
|
* @return GetWorkRequestResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
128
128
|
*/
|
|
129
129
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class IntegrationInstanceClient {
|
|
|
134
134
|
* @param ListIntegrationInstancesRequest
|
|
135
135
|
* @return ListIntegrationInstancesResponse
|
|
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.27.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
138
138
|
*/
|
|
139
139
|
listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
|
|
140
140
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class IntegrationInstanceClient {
|
|
|
175
175
|
* @param ListWorkRequestErrorsRequest
|
|
176
176
|
* @return ListWorkRequestErrorsResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
179
179
|
*/
|
|
180
180
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
181
181
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class IntegrationInstanceClient {
|
|
|
216
216
|
* @param ListWorkRequestLogsRequest
|
|
217
217
|
* @return ListWorkRequestLogsResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
220
220
|
*/
|
|
221
221
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
222
222
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class IntegrationInstanceClient {
|
|
|
258
258
|
* @param ListWorkRequestsRequest
|
|
259
259
|
* @return ListWorkRequestsResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
262
262
|
*/
|
|
263
263
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
264
264
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class IntegrationInstanceClient {
|
|
|
300
300
|
* @param StartIntegrationInstanceRequest
|
|
301
301
|
* @return StartIntegrationInstanceResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
304
304
|
*/
|
|
305
305
|
startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
|
|
306
306
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class IntegrationInstanceClient {
|
|
|
310
310
|
* @param StopIntegrationInstanceRequest
|
|
311
311
|
* @return StopIntegrationInstanceResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
314
314
|
*/
|
|
315
315
|
stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
|
|
316
316
|
/**
|
|
@@ -319,7 +319,7 @@ export declare class IntegrationInstanceClient {
|
|
|
319
319
|
* @param UpdateIntegrationInstanceRequest
|
|
320
320
|
* @return UpdateIntegrationInstanceResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
323
323
|
*/
|
|
324
324
|
updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
|
|
325
325
|
}
|
package/lib/client.js
CHANGED
|
@@ -157,7 +157,7 @@ class IntegrationInstanceClient {
|
|
|
157
157
|
* @param ChangeIntegrationInstanceCompartmentRequest
|
|
158
158
|
* @return ChangeIntegrationInstanceCompartmentResponse
|
|
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.27.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
|
|
161
161
|
*/
|
|
162
162
|
changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
|
|
163
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -219,7 +219,7 @@ class IntegrationInstanceClient {
|
|
|
219
219
|
* @param ChangeIntegrationInstanceNetworkEndpointRequest
|
|
220
220
|
* @return ChangeIntegrationInstanceNetworkEndpointResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
|
|
223
223
|
*/
|
|
224
224
|
changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
|
|
225
225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class IntegrationInstanceClient {
|
|
|
280
280
|
* @param CreateIntegrationInstanceRequest
|
|
281
281
|
* @return CreateIntegrationInstanceResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
|
|
284
284
|
*/
|
|
285
285
|
createIntegrationInstance(createIntegrationInstanceRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class IntegrationInstanceClient {
|
|
|
337
337
|
* @param DeleteIntegrationInstanceRequest
|
|
338
338
|
* @return DeleteIntegrationInstanceResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
|
|
341
341
|
*/
|
|
342
342
|
deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class IntegrationInstanceClient {
|
|
|
395
395
|
* @param GetIntegrationInstanceRequest
|
|
396
396
|
* @return GetIntegrationInstanceResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
|
|
399
399
|
*/
|
|
400
400
|
getIntegrationInstance(getIntegrationInstanceRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -456,7 +456,7 @@ class IntegrationInstanceClient {
|
|
|
456
456
|
* @param GetWorkRequestRequest
|
|
457
457
|
* @return GetWorkRequestResponse
|
|
458
458
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
460
460
|
*/
|
|
461
461
|
getWorkRequest(getWorkRequestRequest) {
|
|
462
462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -523,7 +523,7 @@ class IntegrationInstanceClient {
|
|
|
523
523
|
* @param ListIntegrationInstancesRequest
|
|
524
524
|
* @return ListIntegrationInstancesResponse
|
|
525
525
|
* @throws OciError when an error occurs
|
|
526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
|
|
527
527
|
*/
|
|
528
528
|
listIntegrationInstances(listIntegrationInstancesRequest) {
|
|
529
529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -635,7 +635,7 @@ class IntegrationInstanceClient {
|
|
|
635
635
|
* @param ListWorkRequestErrorsRequest
|
|
636
636
|
* @return ListWorkRequestErrorsResponse
|
|
637
637
|
* @throws OciError when an error occurs
|
|
638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
639
639
|
*/
|
|
640
640
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
641
641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -745,7 +745,7 @@ class IntegrationInstanceClient {
|
|
|
745
745
|
* @param ListWorkRequestLogsRequest
|
|
746
746
|
* @return ListWorkRequestLogsResponse
|
|
747
747
|
* @throws OciError when an error occurs
|
|
748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
749
749
|
*/
|
|
750
750
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
751
751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class IntegrationInstanceClient {
|
|
|
856
856
|
* @param ListWorkRequestsRequest
|
|
857
857
|
* @return ListWorkRequestsResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
860
860
|
*/
|
|
861
861
|
listWorkRequests(listWorkRequestsRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -966,7 +966,7 @@ class IntegrationInstanceClient {
|
|
|
966
966
|
* @param StartIntegrationInstanceRequest
|
|
967
967
|
* @return StartIntegrationInstanceResponse
|
|
968
968
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
|
|
970
970
|
*/
|
|
971
971
|
startIntegrationInstance(startIntegrationInstanceRequest) {
|
|
972
972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1026,7 +1026,7 @@ class IntegrationInstanceClient {
|
|
|
1026
1026
|
* @param StopIntegrationInstanceRequest
|
|
1027
1027
|
* @return StopIntegrationInstanceResponse
|
|
1028
1028
|
* @throws OciError when an error occurs
|
|
1029
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1029
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
|
|
1030
1030
|
*/
|
|
1031
1031
|
stopIntegrationInstance(stopIntegrationInstanceRequest) {
|
|
1032
1032
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1085,7 +1085,7 @@ class IntegrationInstanceClient {
|
|
|
1085
1085
|
* @param UpdateIntegrationInstanceRequest
|
|
1086
1086
|
* @return UpdateIntegrationInstanceResponse
|
|
1087
1087
|
* @throws OciError when an error occurs
|
|
1088
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
|
|
1089
1089
|
*/
|
|
1090
1090
|
updateIntegrationInstance(updateIntegrationInstanceRequest) {
|
|
1091
1091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -37,7 +37,7 @@ var NetworkEndpointDetails;
|
|
|
37
37
|
(function (NetworkEndpointDetails) {
|
|
38
38
|
function getJsonObj(obj) {
|
|
39
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
-
if ("networkEndpointType" in obj && obj.networkEndpointType) {
|
|
40
|
+
if (obj && "networkEndpointType" in obj && obj.networkEndpointType) {
|
|
41
41
|
switch (obj.networkEndpointType) {
|
|
42
42
|
case "PUBLIC":
|
|
43
43
|
return model.PublicEndpointDetails.getJsonObj(jsonObj, true);
|
|
@@ -50,7 +50,7 @@ var NetworkEndpointDetails;
|
|
|
50
50
|
NetworkEndpointDetails.getJsonObj = getJsonObj;
|
|
51
51
|
function getDeserializedJsonObj(obj) {
|
|
52
52
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
|
-
if ("networkEndpointType" in obj && obj.networkEndpointType) {
|
|
53
|
+
if (obj && "networkEndpointType" in obj && obj.networkEndpointType) {
|
|
54
54
|
switch (obj.networkEndpointType) {
|
|
55
55
|
case "PUBLIC":
|
|
56
56
|
return model.PublicEndpointDetails.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"network-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/network-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,sBAAsB,CAiCtC;AAjCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,qBAAqB,IAAI,GAAG,IAAI,GAAG,CAAC,mBAAmB,EAAE;
|
|
1
|
+
{"version":3,"file":"network-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/model/network-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,sBAAsB,CAiCtC;AAjCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,qBAAqB,IAAI,GAAG,IAAI,GAAG,CAAC,mBAAmB,EAAE;YAClE,QAAQ,GAAG,CAAC,mBAAmB,EAAE;gBAC/B,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CACL,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,mBAAmB,CAAC,CAAC;aAChE;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,iCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,qBAAqB,IAAI,GAAG,IAAI,GAAG,CAAC,mBAAmB,EAAE;YAClE,QAAQ,GAAG,CAAC,mBAAmB,EAAE;gBAC/B,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjB,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,mBAAmB,CAAC,CAAC;aAChE;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiCtC"}
|
|
@@ -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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.0",
|
|
19
|
+
"oci-workrequests": "2.27.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|