oci-integration 2.122.0 → 2.122.2
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 +44 -0
- package/lib/client.js +254 -0
- package/lib/client.js.map +1 -1
- package/lib/model/add-log-analytics-log-group-details.d.ts +27 -0
- package/lib/model/add-log-analytics-log-group-details.js +29 -0
- package/lib/model/add-log-analytics-log-group-details.js.map +1 -0
- package/lib/model/component-allow-list-details.d.ts +34 -0
- package/lib/model/component-allow-list-details.js +61 -0
- package/lib/model/component-allow-list-details.js.map +1 -0
- package/lib/model/convert-instance-details.d.ts +28 -0
- package/lib/model/convert-instance-details.js +33 -0
- package/lib/model/convert-instance-details.js.map +1 -0
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +7 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/integration-instance-summary.d.ts +4 -0
- package/lib/model/integration-instance-summary.js.map +1 -1
- package/lib/model/integration-instance.d.ts +4 -0
- package/lib/model/integration-instance.js.map +1 -1
- package/lib/model/private-endpoint-outbound-connection.d.ts +4 -0
- package/lib/model/private-endpoint-outbound-connection.js.map +1 -1
- package/lib/model/public-endpoint-details.d.ts +2 -0
- package/lib/model/public-endpoint-details.js +12 -0
- package/lib/model/public-endpoint-details.js.map +1 -1
- package/lib/model/work-request-summary.d.ts +4 -0
- package/lib/model/work-request-summary.js +4 -0
- package/lib/model/work-request-summary.js.map +1 -1
- package/lib/model/work-request.d.ts +4 -0
- package/lib/model/work-request.js +4 -0
- package/lib/model/work-request.js.map +1 -1
- package/lib/request/add-log-analytics-log-group-request.d.ts +50 -0
- package/lib/request/add-log-analytics-log-group-request.js +15 -0
- package/lib/request/add-log-analytics-log-group-request.js.map +1 -0
- package/lib/request/convert-instance-request.d.ts +50 -0
- package/lib/request/convert-instance-request.js +15 -0
- package/lib/request/convert-instance-request.js.map +1 -0
- package/lib/request/disable-process-automation-request.d.ts +45 -0
- package/lib/request/disable-process-automation-request.js +15 -0
- package/lib/request/disable-process-automation-request.js.map +1 -0
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/remove-log-analytics-log-group-request.d.ts +45 -0
- package/lib/request/remove-log-analytics-log-group-request.js +15 -0
- package/lib/request/remove-log-analytics-log-group-request.js.map +1 -0
- package/lib/response/add-log-analytics-log-group-response.d.ts +27 -0
- package/lib/response/add-log-analytics-log-group-response.js +15 -0
- package/lib/response/add-log-analytics-log-group-response.js.map +1 -0
- package/lib/response/convert-instance-response.d.ts +27 -0
- package/lib/response/convert-instance-response.js +15 -0
- package/lib/response/convert-instance-response.js.map +1 -0
- package/lib/response/disable-process-automation-response.d.ts +27 -0
- package/lib/response/disable-process-automation-response.js +15 -0
- package/lib/response/disable-process-automation-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/remove-log-analytics-log-group-response.d.ts +27 -0
- package/lib/response/remove-log-analytics-log-group-response.js +15 -0
- package/lib/response/remove-log-analytics-log-group-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190131
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=disable-process-automation-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-process-automation-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/disable-process-automation-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
|
+
import * as AddLogAnalyticsLogGroupRequest from "./add-log-analytics-log-group-request";
|
|
14
|
+
export import AddLogAnalyticsLogGroupRequest = AddLogAnalyticsLogGroupRequest.AddLogAnalyticsLogGroupRequest;
|
|
13
15
|
import * as AddOracleManagedCustomEndpointRequest from "./add-oracle-managed-custom-endpoint-request";
|
|
14
16
|
export import AddOracleManagedCustomEndpointRequest = AddOracleManagedCustomEndpointRequest.AddOracleManagedCustomEndpointRequest;
|
|
15
17
|
import * as ChangeIntegrationInstanceCompartmentRequest from "./change-integration-instance-compartment-request";
|
|
@@ -18,10 +20,14 @@ import * as ChangeIntegrationInstanceNetworkEndpointRequest from "./change-integ
|
|
|
18
20
|
export import ChangeIntegrationInstanceNetworkEndpointRequest = ChangeIntegrationInstanceNetworkEndpointRequest.ChangeIntegrationInstanceNetworkEndpointRequest;
|
|
19
21
|
import * as ChangePrivateEndpointOutboundConnectionRequest from "./change-private-endpoint-outbound-connection-request";
|
|
20
22
|
export import ChangePrivateEndpointOutboundConnectionRequest = ChangePrivateEndpointOutboundConnectionRequest.ChangePrivateEndpointOutboundConnectionRequest;
|
|
23
|
+
import * as ConvertInstanceRequest from "./convert-instance-request";
|
|
24
|
+
export import ConvertInstanceRequest = ConvertInstanceRequest.ConvertInstanceRequest;
|
|
21
25
|
import * as CreateIntegrationInstanceRequest from "./create-integration-instance-request";
|
|
22
26
|
export import CreateIntegrationInstanceRequest = CreateIntegrationInstanceRequest.CreateIntegrationInstanceRequest;
|
|
23
27
|
import * as DeleteIntegrationInstanceRequest from "./delete-integration-instance-request";
|
|
24
28
|
export import DeleteIntegrationInstanceRequest = DeleteIntegrationInstanceRequest.DeleteIntegrationInstanceRequest;
|
|
29
|
+
import * as DisableProcessAutomationRequest from "./disable-process-automation-request";
|
|
30
|
+
export import DisableProcessAutomationRequest = DisableProcessAutomationRequest.DisableProcessAutomationRequest;
|
|
25
31
|
import * as DisasterRecoveryFailoverRequest from "./disaster-recovery-failover-request";
|
|
26
32
|
export import DisasterRecoveryFailoverRequest = DisasterRecoveryFailoverRequest.DisasterRecoveryFailoverRequest;
|
|
27
33
|
import * as EnableProcessAutomationRequest from "./enable-process-automation-request";
|
|
@@ -40,6 +46,8 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
|
40
46
|
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
41
47
|
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
42
48
|
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
49
|
+
import * as RemoveLogAnalyticsLogGroupRequest from "./remove-log-analytics-log-group-request";
|
|
50
|
+
export import RemoveLogAnalyticsLogGroupRequest = RemoveLogAnalyticsLogGroupRequest.RemoveLogAnalyticsLogGroupRequest;
|
|
43
51
|
import * as RemoveOracleManagedCustomEndpointRequest from "./remove-oracle-managed-custom-endpoint-request";
|
|
44
52
|
export import RemoveOracleManagedCustomEndpointRequest = RemoveOracleManagedCustomEndpointRequest.RemoveOracleManagedCustomEndpointRequest;
|
|
45
53
|
import * as StartIntegrationInstanceRequest from "./start-integration-instance-request";
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA8BH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190131
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/integration/RemoveLogAnalyticsLogGroup.ts.html |here} to see how to use RemoveLogAnalyticsLogGroupRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface RemoveLogAnalyticsLogGroupRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Integration Instance identifier.
|
|
20
|
+
*/
|
|
21
|
+
"integrationInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried in case
|
|
37
|
+
* of a timeout or server error without risk of executing that same action
|
|
38
|
+
* again. Retry tokens expire after 24 hours, but can be invalidated before
|
|
39
|
+
* then due to conflicting operations. For example, if a resource has been
|
|
40
|
+
* deleted and purged from the system, then a retry of the original creation
|
|
41
|
+
* request might be rejected.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"opcRetryToken"?: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190131
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-log-analytics-log-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-log-analytics-log-group-request.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/request/remove-log-analytics-log-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190131
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface AddLogAnalyticsLogGroupResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request.
|
|
16
|
+
* You can use this to query status of the asynchronous operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
22
|
+
* you need to contact Oracle about a particular request,
|
|
23
|
+
* please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190131
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=add-log-analytics-log-group-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-log-analytics-log-group-response.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/response/add-log-analytics-log-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190131
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ConvertInstanceResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request.
|
|
16
|
+
* You can use this to query status of the asynchronous operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
22
|
+
* you need to contact Oracle about a particular request,
|
|
23
|
+
* please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190131
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=convert-instance-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-instance-response.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/response/convert-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190131
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DisableProcessAutomationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request.
|
|
16
|
+
* You can use this to query status of the asynchronous operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
22
|
+
* you need to contact Oracle about a particular request,
|
|
23
|
+
* please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190131
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=disable-process-automation-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-process-automation-response.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/response/disable-process-automation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
|
+
import * as AddLogAnalyticsLogGroupResponse from "./add-log-analytics-log-group-response";
|
|
14
|
+
export import AddLogAnalyticsLogGroupResponse = AddLogAnalyticsLogGroupResponse.AddLogAnalyticsLogGroupResponse;
|
|
13
15
|
import * as AddOracleManagedCustomEndpointResponse from "./add-oracle-managed-custom-endpoint-response";
|
|
14
16
|
export import AddOracleManagedCustomEndpointResponse = AddOracleManagedCustomEndpointResponse.AddOracleManagedCustomEndpointResponse;
|
|
15
17
|
import * as ChangeIntegrationInstanceCompartmentResponse from "./change-integration-instance-compartment-response";
|
|
@@ -18,10 +20,14 @@ import * as ChangeIntegrationInstanceNetworkEndpointResponse from "./change-inte
|
|
|
18
20
|
export import ChangeIntegrationInstanceNetworkEndpointResponse = ChangeIntegrationInstanceNetworkEndpointResponse.ChangeIntegrationInstanceNetworkEndpointResponse;
|
|
19
21
|
import * as ChangePrivateEndpointOutboundConnectionResponse from "./change-private-endpoint-outbound-connection-response";
|
|
20
22
|
export import ChangePrivateEndpointOutboundConnectionResponse = ChangePrivateEndpointOutboundConnectionResponse.ChangePrivateEndpointOutboundConnectionResponse;
|
|
23
|
+
import * as ConvertInstanceResponse from "./convert-instance-response";
|
|
24
|
+
export import ConvertInstanceResponse = ConvertInstanceResponse.ConvertInstanceResponse;
|
|
21
25
|
import * as CreateIntegrationInstanceResponse from "./create-integration-instance-response";
|
|
22
26
|
export import CreateIntegrationInstanceResponse = CreateIntegrationInstanceResponse.CreateIntegrationInstanceResponse;
|
|
23
27
|
import * as DeleteIntegrationInstanceResponse from "./delete-integration-instance-response";
|
|
24
28
|
export import DeleteIntegrationInstanceResponse = DeleteIntegrationInstanceResponse.DeleteIntegrationInstanceResponse;
|
|
29
|
+
import * as DisableProcessAutomationResponse from "./disable-process-automation-response";
|
|
30
|
+
export import DisableProcessAutomationResponse = DisableProcessAutomationResponse.DisableProcessAutomationResponse;
|
|
25
31
|
import * as DisasterRecoveryFailoverResponse from "./disaster-recovery-failover-response";
|
|
26
32
|
export import DisasterRecoveryFailoverResponse = DisasterRecoveryFailoverResponse.DisasterRecoveryFailoverResponse;
|
|
27
33
|
import * as EnableProcessAutomationResponse from "./enable-process-automation-response";
|
|
@@ -40,6 +46,8 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
|
|
|
40
46
|
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
41
47
|
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
42
48
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
49
|
+
import * as RemoveLogAnalyticsLogGroupResponse from "./remove-log-analytics-log-group-response";
|
|
50
|
+
export import RemoveLogAnalyticsLogGroupResponse = RemoveLogAnalyticsLogGroupResponse.RemoveLogAnalyticsLogGroupResponse;
|
|
43
51
|
import * as RemoveOracleManagedCustomEndpointResponse from "./remove-oracle-managed-custom-endpoint-response";
|
|
44
52
|
export import RemoveOracleManagedCustomEndpointResponse = RemoveOracleManagedCustomEndpointResponse.RemoveOracleManagedCustomEndpointResponse;
|
|
45
53
|
import * as StartIntegrationInstanceResponse from "./start-integration-instance-response";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190131
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface RemoveLogAnalyticsLogGroupResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request.
|
|
16
|
+
* You can use this to query status of the asynchronous operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
22
|
+
* you need to contact Oracle about a particular request,
|
|
23
|
+
* please provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190131
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-log-analytics-log-group-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-log-analytics-log-group-response.js","sourceRoot":"","sources":["../../../../../lib/integration/lib/response/remove-log-analytics-log-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-integration",
|
|
3
|
-
"version": "2.122.
|
|
3
|
+
"version": "2.122.2",
|
|
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.122.
|
|
19
|
-
"oci-workrequests": "2.122.
|
|
18
|
+
"oci-common": "2.122.2",
|
|
19
|
+
"oci-workrequests": "2.122.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|