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.
Files changed (83) hide show
  1. package/lib/client.d.ts +54 -0
  2. package/lib/client.js +400 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/addon-collection.d.ts +27 -0
  5. package/lib/model/addon-collection.js +61 -0
  6. package/lib/model/addon-collection.js.map +1 -0
  7. package/lib/model/addon-option-collection.d.ts +27 -0
  8. package/lib/model/addon-option-collection.js +61 -0
  9. package/lib/model/addon-option-collection.js.map +1 -0
  10. package/lib/model/addon-option-summary.d.ts +38 -0
  11. package/lib/model/addon-option-summary.js +39 -0
  12. package/lib/model/addon-option-summary.js.map +1 -0
  13. package/lib/model/addon-summary.d.ts +55 -0
  14. package/lib/model/addon-summary.js +29 -0
  15. package/lib/model/addon-summary.js.map +1 -0
  16. package/lib/model/authentication-mechanism.d.ts +23 -0
  17. package/lib/model/authentication-mechanism.js +34 -0
  18. package/lib/model/authentication-mechanism.js.map +1 -0
  19. package/lib/model/index.d.ts +22 -0
  20. package/lib/model/index.js +23 -1
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/install-addon-details.d.ts +30 -0
  23. package/lib/model/install-addon-details.js +68 -0
  24. package/lib/model/install-addon-details.js.map +1 -0
  25. package/lib/model/install-public-connectivity-addon-details.d.ts +32 -0
  26. package/lib/model/install-public-connectivity-addon-details.js +54 -0
  27. package/lib/model/install-public-connectivity-addon-details.js.map +1 -0
  28. package/lib/model/kafka-cluster-addon.d.ts +55 -0
  29. package/lib/model/kafka-cluster-addon.js +82 -0
  30. package/lib/model/kafka-cluster-addon.js.map +1 -0
  31. package/lib/model/operation-type.d.ts +3 -0
  32. package/lib/model/operation-type.js +3 -0
  33. package/lib/model/operation-type.js.map +1 -1
  34. package/lib/model/public-connectivity-addon.d.ts +36 -0
  35. package/lib/model/public-connectivity-addon.js +54 -0
  36. package/lib/model/public-connectivity-addon.js.map +1 -0
  37. package/lib/model/update-addon-details.d.ts +26 -0
  38. package/lib/model/update-addon-details.js +68 -0
  39. package/lib/model/update-addon-details.js.map +1 -0
  40. package/lib/model/update-public-connectivity-addon-details.d.ts +28 -0
  41. package/lib/model/update-public-connectivity-addon-details.js +54 -0
  42. package/lib/model/update-public-connectivity-addon-details.js.map +1 -0
  43. package/lib/request/get-addon-request.d.ts +34 -0
  44. package/lib/request/get-addon-request.js +15 -0
  45. package/lib/request/get-addon-request.js.map +1 -0
  46. package/lib/request/index.d.ts +12 -0
  47. package/lib/request/index.js +5 -1
  48. package/lib/request/index.js.map +1 -1
  49. package/lib/request/install-addon-request.d.ts +52 -0
  50. package/lib/request/install-addon-request.js +15 -0
  51. package/lib/request/install-addon-request.js.map +1 -0
  52. package/lib/request/list-addon-options-request.d.ts +64 -0
  53. package/lib/request/list-addon-options-request.js +23 -0
  54. package/lib/request/list-addon-options-request.js.map +1 -0
  55. package/lib/request/list-addons-request.d.ts +70 -0
  56. package/lib/request/list-addons-request.js +23 -0
  57. package/lib/request/list-addons-request.js.map +1 -0
  58. package/lib/request/uninstall-addon-request.d.ts +42 -0
  59. package/lib/request/uninstall-addon-request.js +15 -0
  60. package/lib/request/uninstall-addon-request.js.map +1 -0
  61. package/lib/request/update-addon-request.d.ts +47 -0
  62. package/lib/request/update-addon-request.js +15 -0
  63. package/lib/request/update-addon-request.js.map +1 -0
  64. package/lib/response/get-addon-response.d.ts +30 -0
  65. package/lib/response/get-addon-response.js +15 -0
  66. package/lib/response/get-addon-response.js.map +1 -0
  67. package/lib/response/index.d.ts +12 -0
  68. package/lib/response/install-addon-response.d.ts +36 -0
  69. package/lib/response/install-addon-response.js +15 -0
  70. package/lib/response/install-addon-response.js.map +1 -0
  71. package/lib/response/list-addon-options-response.d.ts +31 -0
  72. package/lib/response/list-addon-options-response.js +15 -0
  73. package/lib/response/list-addon-options-response.js.map +1 -0
  74. package/lib/response/list-addons-response.d.ts +31 -0
  75. package/lib/response/list-addons-response.js +15 -0
  76. package/lib/response/list-addons-response.js.map +1 -0
  77. package/lib/response/uninstall-addon-response.d.ts +20 -0
  78. package/lib/response/uninstall-addon-response.js +15 -0
  79. package/lib/response/uninstall-addon-response.js.map +1 -0
  80. package/lib/response/update-addon-response.d.ts +36 -0
  81. package/lib/response/update-addon-response.js +15 -0
  82. package/lib/response/update-addon-response.js.map +1 -0
  83. package/package.json +4 -3
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Oracle Streaming with Apache Kafka (OSAK) API
3
+ * Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
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
+ /**
14
+ * The data to update a KafkaClusterAddon.
15
+ */
16
+ export interface UpdateAddonDetails {
17
+ /**
18
+ * A unique user-friendly name. Avoid entering confidential information.
19
+ */
20
+ "description"?: string;
21
+ "addonType": string;
22
+ }
23
+ export declare namespace UpdateAddonDetails {
24
+ function getJsonObj(obj: UpdateAddonDetails): object;
25
+ function getDeserializedJsonObj(obj: UpdateAddonDetails): object;
26
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Streaming with Apache Kafka (OSAK) API
4
+ * Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.UpdateAddonDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var UpdateAddonDetails;
38
+ (function (UpdateAddonDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "addonType" in obj && obj.addonType) {
42
+ switch (obj.addonType) {
43
+ case "PUBLICCONNECTIVITY":
44
+ return model.UpdatePublicConnectivityAddonDetails.getJsonObj(jsonObj, true);
45
+ default:
46
+ if (common.LOG.logger)
47
+ common.LOG.logger.info(`Unknown value for: ${obj.addonType}`);
48
+ }
49
+ }
50
+ return jsonObj;
51
+ }
52
+ UpdateAddonDetails.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ if (obj && "addonType" in obj && obj.addonType) {
56
+ switch (obj.addonType) {
57
+ case "PUBLICCONNECTIVITY":
58
+ return model.UpdatePublicConnectivityAddonDetails.getDeserializedJsonObj(jsonObj, true);
59
+ default:
60
+ if (common.LOG.logger)
61
+ common.LOG.logger.info(`Unknown value for: ${obj.addonType}`);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ UpdateAddonDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(UpdateAddonDetails = exports.UpdateAddonDetails || (exports.UpdateAddonDetails = {}));
68
+ //# sourceMappingURL=update-addon-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-addon-details.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/update-addon-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AActC,IAAiB,kBAAkB,CAiClC;AAjCD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACL,OAAQ,EAC7D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CACjB,OAAQ,EAC7D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAiClC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Oracle Streaming with Apache Kafka (OSAK) API
3
+ * Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
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
+ /**
15
+ * The data to update a KafkaClusterAddon.
16
+ */
17
+ export interface UpdatePublicConnectivityAddonDetails extends model.UpdateAddonDetails {
18
+ /**
19
+ * A list of CIDR ranges for ingress/egress traffic.
20
+ */
21
+ "networkCidrs": Array<string>;
22
+ "addonType": string;
23
+ }
24
+ export declare namespace UpdatePublicConnectivityAddonDetails {
25
+ function getJsonObj(obj: UpdatePublicConnectivityAddonDetails, isParentJsonObj?: boolean): object;
26
+ const addonType = "PUBLICCONNECTIVITY";
27
+ function getDeserializedJsonObj(obj: UpdatePublicConnectivityAddonDetails, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Streaming with Apache Kafka (OSAK) API
4
+ * Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.UpdatePublicConnectivityAddonDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdatePublicConnectivityAddonDetails;
37
+ (function (UpdatePublicConnectivityAddonDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.UpdateAddonDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ UpdatePublicConnectivityAddonDetails.getJsonObj = getJsonObj;
45
+ UpdatePublicConnectivityAddonDetails.addonType = "PUBLICCONNECTIVITY";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.UpdateAddonDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ UpdatePublicConnectivityAddonDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(UpdatePublicConnectivityAddonDetails = exports.UpdatePublicConnectivityAddonDetails || (exports.UpdatePublicConnectivityAddonDetails = {}));
54
+ //# sourceMappingURL=update-public-connectivity-addon-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-public-connectivity-addon-details.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/update-public-connectivity-addon-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,oCAAoC,CA8BpD;AA9BD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAA0C,CAAC,GACpF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAU,aAYzB,CAAA;IACY,8CAAS,GAAG,oBAAoB,CAAC;IAC9C,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAC9C,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA8BpD"}
@@ -0,0 +1,34 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/GetAddon.ts.html |here} to see how to use GetAddonRequest.
16
+ */
17
+ export interface GetAddonRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
20
+ */
21
+ "kafkaClusterId": string;
22
+ /**
23
+ * The unique name of the KafkaClusterAddon.
24
+ */
25
+ "addonName": 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
+ * The only valid characters for request IDs are letters, numbers,
30
+ * underscore, and dash.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-addon-request.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/get-addon-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -30,6 +30,8 @@ import * as DisableSuperuserRequest from "./disable-superuser-request";
30
30
  export import DisableSuperuserRequest = DisableSuperuserRequest.DisableSuperuserRequest;
31
31
  import * as EnableSuperuserRequest from "./enable-superuser-request";
32
32
  export import EnableSuperuserRequest = EnableSuperuserRequest.EnableSuperuserRequest;
33
+ import * as GetAddonRequest from "./get-addon-request";
34
+ export import GetAddonRequest = GetAddonRequest.GetAddonRequest;
33
35
  import * as GetKafkaClusterRequest from "./get-kafka-cluster-request";
34
36
  export import GetKafkaClusterRequest = GetKafkaClusterRequest.GetKafkaClusterRequest;
35
37
  import * as GetKafkaClusterConfigRequest from "./get-kafka-cluster-config-request";
@@ -38,6 +40,12 @@ import * as GetKafkaClusterConfigVersionRequest from "./get-kafka-cluster-config
38
40
  export import GetKafkaClusterConfigVersionRequest = GetKafkaClusterConfigVersionRequest.GetKafkaClusterConfigVersionRequest;
39
41
  import * as GetWorkRequestRequest from "./get-work-request-request";
40
42
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
43
+ import * as InstallAddonRequest from "./install-addon-request";
44
+ export import InstallAddonRequest = InstallAddonRequest.InstallAddonRequest;
45
+ import * as ListAddonOptionsRequest from "./list-addon-options-request";
46
+ export import ListAddonOptionsRequest = ListAddonOptionsRequest.ListAddonOptionsRequest;
47
+ import * as ListAddonsRequest from "./list-addons-request";
48
+ export import ListAddonsRequest = ListAddonsRequest.ListAddonsRequest;
41
49
  import * as ListKafkaClusterConfigVersionsRequest from "./list-kafka-cluster-config-versions-request";
42
50
  export import ListKafkaClusterConfigVersionsRequest = ListKafkaClusterConfigVersionsRequest.ListKafkaClusterConfigVersionsRequest;
43
51
  import * as ListKafkaClusterConfigsRequest from "./list-kafka-cluster-configs-request";
@@ -52,6 +60,10 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
52
60
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
53
61
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
54
62
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
63
+ import * as UninstallAddonRequest from "./uninstall-addon-request";
64
+ export import UninstallAddonRequest = UninstallAddonRequest.UninstallAddonRequest;
65
+ import * as UpdateAddonRequest from "./update-addon-request";
66
+ export import UpdateAddonRequest = UpdateAddonRequest.UpdateAddonRequest;
55
67
  import * as UpdateKafkaClusterRequest from "./update-kafka-cluster-request";
56
68
  export import UpdateKafkaClusterRequest = UpdateKafkaClusterRequest.UpdateKafkaClusterRequest;
57
69
  import * as UpdateKafkaClusterConfigRequest from "./update-kafka-cluster-config-request";
@@ -31,7 +31,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListNodeShapesRequest = exports.ListKafkaClustersRequest = exports.ListKafkaClusterConfigsRequest = exports.ListKafkaClusterConfigVersionsRequest = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListNodeShapesRequest = exports.ListKafkaClustersRequest = exports.ListKafkaClusterConfigsRequest = exports.ListKafkaClusterConfigVersionsRequest = exports.ListAddonsRequest = exports.ListAddonOptionsRequest = void 0;
35
+ const ListAddonOptionsRequest = __importStar(require("./list-addon-options-request"));
36
+ exports.ListAddonOptionsRequest = ListAddonOptionsRequest.ListAddonOptionsRequest;
37
+ const ListAddonsRequest = __importStar(require("./list-addons-request"));
38
+ exports.ListAddonsRequest = ListAddonsRequest.ListAddonsRequest;
35
39
  const ListKafkaClusterConfigVersionsRequest = __importStar(require("./list-kafka-cluster-config-versions-request"));
36
40
  exports.ListKafkaClusterConfigVersionsRequest = ListKafkaClusterConfigVersionsRequest.ListKafkaClusterConfigVersionsRequest;
37
41
  const ListKafkaClusterConfigsRequest = __importStar(require("./list-kafka-cluster-configs-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA8BH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAkCH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,52 @@
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/InstallAddon.ts.html |here} to see how to use InstallAddonRequest.
17
+ */
18
+ export interface InstallAddonRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new KafkaClusterAddon.
21
+ */
22
+ "installAddonDetails": model.InstallPublicConnectivityAddonDetails;
23
+ /**
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
25
+ */
26
+ "kafkaClusterId": string;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of running that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and removed from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * Unique Oracle-assigned identifier for the request. If you need to contact
38
+ * Oracle about a particular request, please provide the request ID.
39
+ * The only valid characters for request IDs are letters, numbers,
40
+ * underscore, and dash.
41
+ *
42
+ */
43
+ "opcRequestId"?: string;
44
+ /**
45
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
46
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
47
+ * that resource. The resource will be updated or deleted only if the etag you provide
48
+ * matches the resource's current etag value.
49
+ *
50
+ */
51
+ "ifMatch"?: string;
52
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-addon-request.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/install-addon-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,64 @@
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/ListAddonOptions.ts.html |here} to see how to use ListAddonOptionsRequest.
17
+ */
18
+ export interface ListAddonOptionsRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ * The only valid characters for request IDs are letters, numbers,
23
+ * underscore, and dash.
24
+ *
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
29
+ */
30
+ "compartmentId"?: string;
31
+ /**
32
+ * For list pagination. The maximum number of results per page, or items to return in a
33
+ * paginated \"List\" call. For important details about how pagination works, see
34
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
+ *
36
+ */
37
+ "limit"?: number;
38
+ /**
39
+ * For list pagination. The value of the opc-next-page response header from the previous
40
+ * \"List\" call. For important details about how pagination works, see
41
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
+ *
43
+ */
44
+ "page"?: string;
45
+ /**
46
+ * The name to filter on.
47
+ */
48
+ "name"?: string;
49
+ /**
50
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
51
+ */
52
+ "sortOrder"?: model.SortOrder;
53
+ /**
54
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
55
+ * is descending.
56
+ *
57
+ */
58
+ "sortBy"?: ListAddonOptionsRequest.SortBy;
59
+ }
60
+ export declare namespace ListAddonOptionsRequest {
61
+ enum SortBy {
62
+ TimeCreated = "timeCreated"
63
+ }
64
+ }
@@ -0,0 +1,23 @@
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
+ exports.ListAddonOptionsRequest = void 0;
16
+ var ListAddonOptionsRequest;
17
+ (function (ListAddonOptionsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ })(SortBy = ListAddonOptionsRequest.SortBy || (ListAddonOptionsRequest.SortBy = {}));
22
+ })(ListAddonOptionsRequest = exports.ListAddonOptionsRequest || (exports.ListAddonOptionsRequest = {}));
23
+ //# sourceMappingURL=list-addon-options-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-addon-options-request.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/list-addon-options-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
@@ -0,0 +1,70 @@
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/ListAddons.ts.html |here} to see how to use ListAddonsRequest.
17
+ */
18
+ export interface ListAddonsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
21
+ */
22
+ "kafkaClusterId": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier for the request. If you need to contact
25
+ * Oracle about a particular request, please provide the request ID.
26
+ * The only valid characters for request IDs are letters, numbers,
27
+ * underscore, and dash.
28
+ *
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * A filter to return only resources that match the given lifecycle state. The
33
+ * state value is case-insensitive.
34
+ *
35
+ */
36
+ "lifecycleState"?: string;
37
+ /**
38
+ * For list pagination. The maximum number of results per page, or items to return in a
39
+ * paginated \"List\" call. For important details about how pagination works, see
40
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
+ *
42
+ */
43
+ "limit"?: number;
44
+ /**
45
+ * For list pagination. The value of the opc-next-page response header from the previous
46
+ * \"List\" call. For important details about how pagination works, see
47
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
+ *
49
+ */
50
+ "page"?: string;
51
+ /**
52
+ * The name to filter on.
53
+ */
54
+ "name"?: string;
55
+ /**
56
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
57
+ */
58
+ "sortOrder"?: model.SortOrder;
59
+ /**
60
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
61
+ * is descending.
62
+ *
63
+ */
64
+ "sortBy"?: ListAddonsRequest.SortBy;
65
+ }
66
+ export declare namespace ListAddonsRequest {
67
+ enum SortBy {
68
+ TimeCreated = "timeCreated"
69
+ }
70
+ }
@@ -0,0 +1,23 @@
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
+ exports.ListAddonsRequest = void 0;
16
+ var ListAddonsRequest;
17
+ (function (ListAddonsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ })(SortBy = ListAddonsRequest.SortBy || (ListAddonsRequest.SortBy = {}));
22
+ })(ListAddonsRequest = exports.ListAddonsRequest || (exports.ListAddonsRequest = {}));
23
+ //# sourceMappingURL=list-addons-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-addons-request.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/list-addons-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,iBAAiB,CAIjC;AAJD,WAAiB,iBAAiB;IAChC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAEjB;AACH,CAAC,EAJgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAIjC"}
@@ -0,0 +1,42 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/UninstallAddon.ts.html |here} to see how to use UninstallAddonRequest.
16
+ */
17
+ export interface UninstallAddonRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
20
+ */
21
+ "kafkaClusterId": string;
22
+ /**
23
+ * The unique name of the KafkaClusterAddon.
24
+ */
25
+ "addonName": string;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
28
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
29
+ * that resource. The resource will be updated or deleted only if the etag you provide
30
+ * matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique Oracle-assigned identifier for the request. If you need to contact
36
+ * Oracle about a particular request, please provide the request ID.
37
+ * The only valid characters for request IDs are letters, numbers,
38
+ * underscore, and dash.
39
+ *
40
+ */
41
+ "opcRequestId"?: string;
42
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uninstall-addon-request.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/request/uninstall-addon-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}