oci-managedkafka 2.131.2 → 2.134.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 +54 -0
- package/lib/client.js +400 -0
- package/lib/client.js.map +1 -1
- package/lib/model/addon-collection.d.ts +27 -0
- package/lib/model/addon-collection.js +61 -0
- package/lib/model/addon-collection.js.map +1 -0
- package/lib/model/addon-option-collection.d.ts +27 -0
- package/lib/model/addon-option-collection.js +61 -0
- package/lib/model/addon-option-collection.js.map +1 -0
- package/lib/model/addon-option-summary.d.ts +38 -0
- package/lib/model/addon-option-summary.js +39 -0
- package/lib/model/addon-option-summary.js.map +1 -0
- package/lib/model/addon-summary.d.ts +55 -0
- package/lib/model/addon-summary.js +29 -0
- package/lib/model/addon-summary.js.map +1 -0
- package/lib/model/authentication-mechanism.d.ts +23 -0
- package/lib/model/authentication-mechanism.js +34 -0
- package/lib/model/authentication-mechanism.js.map +1 -0
- package/lib/model/index.d.ts +22 -0
- package/lib/model/index.js +23 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-addon-details.d.ts +30 -0
- package/lib/model/install-addon-details.js +68 -0
- package/lib/model/install-addon-details.js.map +1 -0
- package/lib/model/install-public-connectivity-addon-details.d.ts +32 -0
- package/lib/model/install-public-connectivity-addon-details.js +54 -0
- package/lib/model/install-public-connectivity-addon-details.js.map +1 -0
- package/lib/model/kafka-cluster-addon.d.ts +55 -0
- package/lib/model/kafka-cluster-addon.js +82 -0
- package/lib/model/kafka-cluster-addon.js.map +1 -0
- package/lib/model/operation-type.d.ts +3 -0
- package/lib/model/operation-type.js +3 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/public-connectivity-addon.d.ts +36 -0
- package/lib/model/public-connectivity-addon.js +54 -0
- package/lib/model/public-connectivity-addon.js.map +1 -0
- package/lib/model/update-addon-details.d.ts +26 -0
- package/lib/model/update-addon-details.js +68 -0
- package/lib/model/update-addon-details.js.map +1 -0
- package/lib/model/update-public-connectivity-addon-details.d.ts +28 -0
- package/lib/model/update-public-connectivity-addon-details.js +54 -0
- package/lib/model/update-public-connectivity-addon-details.js.map +1 -0
- package/lib/request/get-addon-request.d.ts +34 -0
- package/lib/request/get-addon-request.js +15 -0
- package/lib/request/get-addon-request.js.map +1 -0
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-addon-request.d.ts +52 -0
- package/lib/request/install-addon-request.js +15 -0
- package/lib/request/install-addon-request.js.map +1 -0
- package/lib/request/list-addon-options-request.d.ts +64 -0
- package/lib/request/list-addon-options-request.js +23 -0
- package/lib/request/list-addon-options-request.js.map +1 -0
- package/lib/request/list-addons-request.d.ts +70 -0
- package/lib/request/list-addons-request.js +23 -0
- package/lib/request/list-addons-request.js.map +1 -0
- package/lib/request/uninstall-addon-request.d.ts +42 -0
- package/lib/request/uninstall-addon-request.js +15 -0
- package/lib/request/uninstall-addon-request.js.map +1 -0
- package/lib/request/update-addon-request.d.ts +47 -0
- package/lib/request/update-addon-request.js +15 -0
- package/lib/request/update-addon-request.js.map +1 -0
- package/lib/response/get-addon-response.d.ts +30 -0
- package/lib/response/get-addon-response.js +15 -0
- package/lib/response/get-addon-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/install-addon-response.d.ts +36 -0
- package/lib/response/install-addon-response.js +15 -0
- package/lib/response/install-addon-response.js.map +1 -0
- package/lib/response/list-addon-options-response.d.ts +31 -0
- package/lib/response/list-addon-options-response.js +15 -0
- package/lib/response/list-addon-options-response.js.map +1 -0
- package/lib/response/list-addons-response.d.ts +31 -0
- package/lib/response/list-addons-response.js +15 -0
- package/lib/response/list-addons-response.js.map +1 -0
- package/lib/response/uninstall-addon-response.d.ts +20 -0
- package/lib/response/uninstall-addon-response.js +15 -0
- package/lib/response/uninstall-addon-response.js.map +1 -0
- package/lib/response/update-addon-response.d.ts +36 -0
- package/lib/response/update-addon-response.js +15 -0
- package/lib/response/update-addon-response.js.map +1 -0
- package/package.json +4 -3
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/UpdateAddon.ts.html |here} to see how to use UpdateAddonRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAddonRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The information to be updated.
|
|
21
|
+
*/
|
|
22
|
+
"updateAddonDetails": model.UpdatePublicConnectivityAddonDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
|
|
25
|
+
*/
|
|
26
|
+
"kafkaClusterId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The unique name of the KafkaClusterAddon.
|
|
29
|
+
*/
|
|
30
|
+
"addonName": string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
33
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
34
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
35
|
+
* matches the resource's current etag value.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"ifMatch"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
41
|
+
* Oracle about a particular request, please provide the request ID.
|
|
42
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
43
|
+
* underscore, and dash.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"opcRequestId"?: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=update-addon-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-addon-request.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/update-addon-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 * as model from "../model";
|
|
14
|
+
export interface GetAddonResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.KafkaClusterAddon instance.
|
|
28
|
+
*/
|
|
29
|
+
"kafkaClusterAddon": model.KafkaClusterAddon;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=get-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-addon-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/get-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ import * as DisableSuperuserResponse from "./disable-superuser-response";
|
|
|
30
30
|
export import DisableSuperuserResponse = DisableSuperuserResponse.DisableSuperuserResponse;
|
|
31
31
|
import * as EnableSuperuserResponse from "./enable-superuser-response";
|
|
32
32
|
export import EnableSuperuserResponse = EnableSuperuserResponse.EnableSuperuserResponse;
|
|
33
|
+
import * as GetAddonResponse from "./get-addon-response";
|
|
34
|
+
export import GetAddonResponse = GetAddonResponse.GetAddonResponse;
|
|
33
35
|
import * as GetKafkaClusterResponse from "./get-kafka-cluster-response";
|
|
34
36
|
export import GetKafkaClusterResponse = GetKafkaClusterResponse.GetKafkaClusterResponse;
|
|
35
37
|
import * as GetKafkaClusterConfigResponse from "./get-kafka-cluster-config-response";
|
|
@@ -38,6 +40,12 @@ import * as GetKafkaClusterConfigVersionResponse from "./get-kafka-cluster-confi
|
|
|
38
40
|
export import GetKafkaClusterConfigVersionResponse = GetKafkaClusterConfigVersionResponse.GetKafkaClusterConfigVersionResponse;
|
|
39
41
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
40
42
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
43
|
+
import * as InstallAddonResponse from "./install-addon-response";
|
|
44
|
+
export import InstallAddonResponse = InstallAddonResponse.InstallAddonResponse;
|
|
45
|
+
import * as ListAddonOptionsResponse from "./list-addon-options-response";
|
|
46
|
+
export import ListAddonOptionsResponse = ListAddonOptionsResponse.ListAddonOptionsResponse;
|
|
47
|
+
import * as ListAddonsResponse from "./list-addons-response";
|
|
48
|
+
export import ListAddonsResponse = ListAddonsResponse.ListAddonsResponse;
|
|
41
49
|
import * as ListKafkaClusterConfigVersionsResponse from "./list-kafka-cluster-config-versions-response";
|
|
42
50
|
export import ListKafkaClusterConfigVersionsResponse = ListKafkaClusterConfigVersionsResponse.ListKafkaClusterConfigVersionsResponse;
|
|
43
51
|
import * as ListKafkaClusterConfigsResponse from "./list-kafka-cluster-configs-response";
|
|
@@ -52,6 +60,10 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
|
|
|
52
60
|
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
53
61
|
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
54
62
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
63
|
+
import * as UninstallAddonResponse from "./uninstall-addon-response";
|
|
64
|
+
export import UninstallAddonResponse = UninstallAddonResponse.UninstallAddonResponse;
|
|
65
|
+
import * as UpdateAddonResponse from "./update-addon-response";
|
|
66
|
+
export import UpdateAddonResponse = UpdateAddonResponse.UpdateAddonResponse;
|
|
55
67
|
import * as UpdateKafkaClusterResponse from "./update-kafka-cluster-response";
|
|
56
68
|
export import UpdateKafkaClusterResponse = UpdateKafkaClusterResponse.UpdateKafkaClusterResponse;
|
|
57
69
|
import * as UpdateKafkaClusterConfigResponse from "./update-kafka-cluster-config-response";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 * as model from "../model";
|
|
14
|
+
export interface InstallAddonResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
22
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
28
|
+
* Oracle about a particular request, please provide the request ID.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRequestId": string;
|
|
32
|
+
/**
|
|
33
|
+
* The returned model.KafkaClusterAddon instance.
|
|
34
|
+
*/
|
|
35
|
+
"kafkaClusterAddon": model.KafkaClusterAddon;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=install-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"install-addon-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/install-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 * as model from "../model";
|
|
14
|
+
export interface ListAddonOptionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages of results remain. For
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.AddonOptionCollection instance.
|
|
29
|
+
*/
|
|
30
|
+
"addonOptionCollection": model.AddonOptionCollection;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=list-addon-options-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addon-options-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/list-addon-options-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 * as model from "../model";
|
|
14
|
+
export interface ListAddonsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages of results remain. For
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.AddonCollection instance.
|
|
29
|
+
*/
|
|
30
|
+
"addonCollection": model.AddonCollection;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=list-addons-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addons-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/list-addons-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 UninstallAddonResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=uninstall-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uninstall-addon-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/uninstall-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, 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 * as model from "../model";
|
|
14
|
+
export interface UpdateAddonResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
22
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
28
|
+
* Oracle about a particular request, please provide the request ID.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRequestId": string;
|
|
32
|
+
/**
|
|
33
|
+
* The returned model.KafkaClusterAddon instance.
|
|
34
|
+
*/
|
|
35
|
+
"kafkaClusterAddon": model.KafkaClusterAddon;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, 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=update-addon-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-addon-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/update-addon-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managedkafka",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.134.1",
|
|
4
4
|
"description": "OCI NodeJS client for Managed Kafka Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"
|
|
18
|
+
"oci-common": "2.134.1",
|
|
19
|
+
"opossum": "5.0.1",
|
|
20
|
+
"oci-workrequests": "2.134.1"
|
|
20
21
|
},
|
|
21
22
|
"publishConfig": {
|
|
22
23
|
"registry": "https://registry.npmjs.org"
|