oci-managedkafka 2.116.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 (251) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +310 -0
  9. package/lib/client.js +1652 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/kafkacluster-waiter.d.ts +44 -0
  12. package/lib/kafkacluster-waiter.js +88 -0
  13. package/lib/kafkacluster-waiter.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/bootstrap-url.d.ts +29 -0
  18. package/lib/model/bootstrap-url.js +29 -0
  19. package/lib/model/bootstrap-url.js.map +1 -0
  20. package/lib/model/broker-shape.d.ts +33 -0
  21. package/lib/model/broker-shape.js +29 -0
  22. package/lib/model/broker-shape.js.map +1 -0
  23. package/lib/model/change-kafka-cluster-compartment-details.d.ts +26 -0
  24. package/lib/model/change-kafka-cluster-compartment-details.js +29 -0
  25. package/lib/model/change-kafka-cluster-compartment-details.js.map +1 -0
  26. package/lib/model/change-kafka-cluster-config-compartment-details.d.ts +26 -0
  27. package/lib/model/change-kafka-cluster-config-compartment-details.js +29 -0
  28. package/lib/model/change-kafka-cluster-config-compartment-details.js.map +1 -0
  29. package/lib/model/create-kafka-cluster-config-details.d.ts +54 -0
  30. package/lib/model/create-kafka-cluster-config-details.js +57 -0
  31. package/lib/model/create-kafka-cluster-config-details.js.map +1 -0
  32. package/lib/model/create-kafka-cluster-details.d.ts +85 -0
  33. package/lib/model/create-kafka-cluster-details.js +65 -0
  34. package/lib/model/create-kafka-cluster-details.js.map +1 -0
  35. package/lib/model/enable-superuser-details.d.ts +30 -0
  36. package/lib/model/enable-superuser-details.js +29 -0
  37. package/lib/model/enable-superuser-details.js.map +1 -0
  38. package/lib/model/index.d.ts +76 -0
  39. package/lib/model/index.js +99 -0
  40. package/lib/model/index.js.map +1 -0
  41. package/lib/model/kafka-cluster-collection.d.ts +26 -0
  42. package/lib/model/kafka-cluster-collection.js +61 -0
  43. package/lib/model/kafka-cluster-collection.js.map +1 -0
  44. package/lib/model/kafka-cluster-config-collection.d.ts +26 -0
  45. package/lib/model/kafka-cluster-config-collection.js +61 -0
  46. package/lib/model/kafka-cluster-config-collection.js.map +1 -0
  47. package/lib/model/kafka-cluster-config-summary.d.ts +90 -0
  48. package/lib/model/kafka-cluster-config-summary.js +29 -0
  49. package/lib/model/kafka-cluster-config-summary.js.map +1 -0
  50. package/lib/model/kafka-cluster-config-version-collection.d.ts +26 -0
  51. package/lib/model/kafka-cluster-config-version-collection.js +61 -0
  52. package/lib/model/kafka-cluster-config-version-collection.js.map +1 -0
  53. package/lib/model/kafka-cluster-config-version-summary.d.ts +35 -0
  54. package/lib/model/kafka-cluster-config-version-summary.js +29 -0
  55. package/lib/model/kafka-cluster-config-version-summary.js.map +1 -0
  56. package/lib/model/kafka-cluster-config-version.d.ts +42 -0
  57. package/lib/model/kafka-cluster-config-version.js +29 -0
  58. package/lib/model/kafka-cluster-config-version.js.map +1 -0
  59. package/lib/model/kafka-cluster-config.d.ts +108 -0
  60. package/lib/model/kafka-cluster-config.js +69 -0
  61. package/lib/model/kafka-cluster-config.js.map +1 -0
  62. package/lib/model/kafka-cluster-summary.d.ts +119 -0
  63. package/lib/model/kafka-cluster-summary.js +65 -0
  64. package/lib/model/kafka-cluster-summary.js.map +1 -0
  65. package/lib/model/kafka-cluster.d.ts +167 -0
  66. package/lib/model/kafka-cluster.js +109 -0
  67. package/lib/model/kafka-cluster.js.map +1 -0
  68. package/lib/model/operation-status.d.ts +34 -0
  69. package/lib/model/operation-status.js +45 -0
  70. package/lib/model/operation-status.js.map +1 -0
  71. package/lib/model/operation-type.d.ts +32 -0
  72. package/lib/model/operation-type.js +43 -0
  73. package/lib/model/operation-type.js.map +1 -0
  74. package/lib/model/sort-order.d.ts +30 -0
  75. package/lib/model/sort-order.js +41 -0
  76. package/lib/model/sort-order.js.map +1 -0
  77. package/lib/model/subnet-set.d.ts +25 -0
  78. package/lib/model/subnet-set.js +29 -0
  79. package/lib/model/subnet-set.js.map +1 -0
  80. package/lib/model/update-kafka-cluster-config-details.d.ts +49 -0
  81. package/lib/model/update-kafka-cluster-config-details.js +57 -0
  82. package/lib/model/update-kafka-cluster-config-details.js.map +1 -0
  83. package/lib/model/update-kafka-cluster-details.d.ts +69 -0
  84. package/lib/model/update-kafka-cluster-details.js +65 -0
  85. package/lib/model/update-kafka-cluster-details.js.map +1 -0
  86. package/lib/model/work-request-error-collection.d.ts +26 -0
  87. package/lib/model/work-request-error-collection.js +61 -0
  88. package/lib/model/work-request-error-collection.js.map +1 -0
  89. package/lib/model/work-request-error.d.ts +37 -0
  90. package/lib/model/work-request-error.js +29 -0
  91. package/lib/model/work-request-error.js.map +1 -0
  92. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  93. package/lib/model/work-request-log-entry-collection.js +61 -0
  94. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  95. package/lib/model/work-request-log-entry.d.ts +31 -0
  96. package/lib/model/work-request-log-entry.js +29 -0
  97. package/lib/model/work-request-log-entry.js.map +1 -0
  98. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  99. package/lib/model/work-request-resource-metadata-key.js +38 -0
  100. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  101. package/lib/model/work-request-resource.d.ts +48 -0
  102. package/lib/model/work-request-resource.js +29 -0
  103. package/lib/model/work-request-resource.js.map +1 -0
  104. package/lib/model/work-request-summary-collection.d.ts +26 -0
  105. package/lib/model/work-request-summary-collection.js +61 -0
  106. package/lib/model/work-request-summary-collection.js.map +1 -0
  107. package/lib/model/work-request-summary.d.ts +73 -0
  108. package/lib/model/work-request-summary.js +61 -0
  109. package/lib/model/work-request-summary.js.map +1 -0
  110. package/lib/model/work-request.d.ts +76 -0
  111. package/lib/model/work-request.js +61 -0
  112. package/lib/model/work-request.js.map +1 -0
  113. package/lib/request/cancel-work-request-request.d.ts +38 -0
  114. package/lib/request/cancel-work-request-request.js +15 -0
  115. package/lib/request/cancel-work-request-request.js.map +1 -0
  116. package/lib/request/change-kafka-cluster-compartment-request.d.ts +43 -0
  117. package/lib/request/change-kafka-cluster-compartment-request.js +15 -0
  118. package/lib/request/change-kafka-cluster-compartment-request.js.map +1 -0
  119. package/lib/request/change-kafka-cluster-config-compartment-request.d.ts +43 -0
  120. package/lib/request/change-kafka-cluster-config-compartment-request.js +15 -0
  121. package/lib/request/change-kafka-cluster-config-compartment-request.js.map +1 -0
  122. package/lib/request/create-kafka-cluster-config-request.d.ts +40 -0
  123. package/lib/request/create-kafka-cluster-config-request.js +15 -0
  124. package/lib/request/create-kafka-cluster-config-request.js.map +1 -0
  125. package/lib/request/create-kafka-cluster-request.d.ts +40 -0
  126. package/lib/request/create-kafka-cluster-request.js +15 -0
  127. package/lib/request/create-kafka-cluster-request.js.map +1 -0
  128. package/lib/request/delete-kafka-cluster-config-request.d.ts +38 -0
  129. package/lib/request/delete-kafka-cluster-config-request.js +15 -0
  130. package/lib/request/delete-kafka-cluster-config-request.js.map +1 -0
  131. package/lib/request/delete-kafka-cluster-config-version-request.d.ts +42 -0
  132. package/lib/request/delete-kafka-cluster-config-version-request.js +15 -0
  133. package/lib/request/delete-kafka-cluster-config-version-request.js.map +1 -0
  134. package/lib/request/delete-kafka-cluster-request.d.ts +38 -0
  135. package/lib/request/delete-kafka-cluster-request.js +15 -0
  136. package/lib/request/delete-kafka-cluster-request.js.map +1 -0
  137. package/lib/request/disable-superuser-request.d.ts +47 -0
  138. package/lib/request/disable-superuser-request.js +15 -0
  139. package/lib/request/disable-superuser-request.js.map +1 -0
  140. package/lib/request/enable-superuser-request.d.ts +52 -0
  141. package/lib/request/enable-superuser-request.js +15 -0
  142. package/lib/request/enable-superuser-request.js.map +1 -0
  143. package/lib/request/get-kafka-cluster-config-request.d.ts +30 -0
  144. package/lib/request/get-kafka-cluster-config-request.js +15 -0
  145. package/lib/request/get-kafka-cluster-config-request.js.map +1 -0
  146. package/lib/request/get-kafka-cluster-config-version-request.d.ts +34 -0
  147. package/lib/request/get-kafka-cluster-config-version-request.js +15 -0
  148. package/lib/request/get-kafka-cluster-config-version-request.js.map +1 -0
  149. package/lib/request/get-kafka-cluster-request.d.ts +30 -0
  150. package/lib/request/get-kafka-cluster-request.js +15 -0
  151. package/lib/request/get-kafka-cluster-request.js.map +1 -0
  152. package/lib/request/get-work-request-request.d.ts +30 -0
  153. package/lib/request/get-work-request-request.js +15 -0
  154. package/lib/request/get-work-request-request.js.map +1 -0
  155. package/lib/request/index.d.ts +56 -0
  156. package/lib/request/index.js +47 -0
  157. package/lib/request/index.js.map +1 -0
  158. package/lib/request/list-kafka-cluster-config-versions-request.d.ts +60 -0
  159. package/lib/request/list-kafka-cluster-config-versions-request.js +23 -0
  160. package/lib/request/list-kafka-cluster-config-versions-request.js.map +1 -0
  161. package/lib/request/list-kafka-cluster-configs-request.d.ts +75 -0
  162. package/lib/request/list-kafka-cluster-configs-request.js +24 -0
  163. package/lib/request/list-kafka-cluster-configs-request.js.map +1 -0
  164. package/lib/request/list-kafka-clusters-request.d.ts +75 -0
  165. package/lib/request/list-kafka-clusters-request.js +24 -0
  166. package/lib/request/list-kafka-clusters-request.js.map +1 -0
  167. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  168. package/lib/request/list-work-request-errors-request.js +23 -0
  169. package/lib/request/list-work-request-errors-request.js.map +1 -0
  170. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  171. package/lib/request/list-work-request-logs-request.js +23 -0
  172. package/lib/request/list-work-request-logs-request.js.map +1 -0
  173. package/lib/request/list-work-requests-request.d.ts +71 -0
  174. package/lib/request/list-work-requests-request.js +23 -0
  175. package/lib/request/list-work-requests-request.js.map +1 -0
  176. package/lib/request/update-kafka-cluster-config-request.d.ts +43 -0
  177. package/lib/request/update-kafka-cluster-config-request.js +15 -0
  178. package/lib/request/update-kafka-cluster-config-request.js.map +1 -0
  179. package/lib/request/update-kafka-cluster-request.d.ts +43 -0
  180. package/lib/request/update-kafka-cluster-request.js +15 -0
  181. package/lib/request/update-kafka-cluster-request.js.map +1 -0
  182. package/lib/response/cancel-work-request-response.d.ts +20 -0
  183. package/lib/response/cancel-work-request-response.js +15 -0
  184. package/lib/response/cancel-work-request-response.js.map +1 -0
  185. package/lib/response/change-kafka-cluster-compartment-response.d.ts +26 -0
  186. package/lib/response/change-kafka-cluster-compartment-response.js +15 -0
  187. package/lib/response/change-kafka-cluster-compartment-response.js.map +1 -0
  188. package/lib/response/change-kafka-cluster-config-compartment-response.d.ts +20 -0
  189. package/lib/response/change-kafka-cluster-config-compartment-response.js +15 -0
  190. package/lib/response/change-kafka-cluster-config-compartment-response.js.map +1 -0
  191. package/lib/response/create-kafka-cluster-config-response.d.ts +38 -0
  192. package/lib/response/create-kafka-cluster-config-response.js +15 -0
  193. package/lib/response/create-kafka-cluster-config-response.js.map +1 -0
  194. package/lib/response/create-kafka-cluster-response.d.ts +44 -0
  195. package/lib/response/create-kafka-cluster-response.js +15 -0
  196. package/lib/response/create-kafka-cluster-response.js.map +1 -0
  197. package/lib/response/delete-kafka-cluster-config-response.d.ts +20 -0
  198. package/lib/response/delete-kafka-cluster-config-response.js +15 -0
  199. package/lib/response/delete-kafka-cluster-config-response.js.map +1 -0
  200. package/lib/response/delete-kafka-cluster-config-version-response.d.ts +20 -0
  201. package/lib/response/delete-kafka-cluster-config-version-response.js +15 -0
  202. package/lib/response/delete-kafka-cluster-config-version-response.js.map +1 -0
  203. package/lib/response/delete-kafka-cluster-response.d.ts +26 -0
  204. package/lib/response/delete-kafka-cluster-response.js +15 -0
  205. package/lib/response/delete-kafka-cluster-response.js.map +1 -0
  206. package/lib/response/disable-superuser-response.d.ts +26 -0
  207. package/lib/response/disable-superuser-response.js +15 -0
  208. package/lib/response/disable-superuser-response.js.map +1 -0
  209. package/lib/response/enable-superuser-response.d.ts +26 -0
  210. package/lib/response/enable-superuser-response.js +15 -0
  211. package/lib/response/enable-superuser-response.js.map +1 -0
  212. package/lib/response/get-kafka-cluster-config-response.d.ts +30 -0
  213. package/lib/response/get-kafka-cluster-config-response.js +15 -0
  214. package/lib/response/get-kafka-cluster-config-response.js.map +1 -0
  215. package/lib/response/get-kafka-cluster-config-version-response.d.ts +30 -0
  216. package/lib/response/get-kafka-cluster-config-version-response.js +15 -0
  217. package/lib/response/get-kafka-cluster-config-version-response.js.map +1 -0
  218. package/lib/response/get-kafka-cluster-response.d.ts +30 -0
  219. package/lib/response/get-kafka-cluster-response.js +15 -0
  220. package/lib/response/get-kafka-cluster-response.js.map +1 -0
  221. package/lib/response/get-work-request-response.d.ts +34 -0
  222. package/lib/response/get-work-request-response.js +15 -0
  223. package/lib/response/get-work-request-response.js.map +1 -0
  224. package/lib/response/index.d.ts +56 -0
  225. package/lib/response/index.js +15 -0
  226. package/lib/response/index.js.map +1 -0
  227. package/lib/response/list-kafka-cluster-config-versions-response.d.ts +31 -0
  228. package/lib/response/list-kafka-cluster-config-versions-response.js +15 -0
  229. package/lib/response/list-kafka-cluster-config-versions-response.js.map +1 -0
  230. package/lib/response/list-kafka-cluster-configs-response.d.ts +31 -0
  231. package/lib/response/list-kafka-cluster-configs-response.js +15 -0
  232. package/lib/response/list-kafka-cluster-configs-response.js.map +1 -0
  233. package/lib/response/list-kafka-clusters-response.d.ts +31 -0
  234. package/lib/response/list-kafka-clusters-response.js +15 -0
  235. package/lib/response/list-kafka-clusters-response.js.map +1 -0
  236. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  237. package/lib/response/list-work-request-errors-response.js +15 -0
  238. package/lib/response/list-work-request-errors-response.js.map +1 -0
  239. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  240. package/lib/response/list-work-request-logs-response.js +15 -0
  241. package/lib/response/list-work-request-logs-response.js.map +1 -0
  242. package/lib/response/list-work-requests-response.d.ts +31 -0
  243. package/lib/response/list-work-requests-response.js +15 -0
  244. package/lib/response/list-work-requests-response.js.map +1 -0
  245. package/lib/response/update-kafka-cluster-config-response.d.ts +30 -0
  246. package/lib/response/update-kafka-cluster-config-response.js +15 -0
  247. package/lib/response/update-kafka-cluster-config-response.js.map +1 -0
  248. package/lib/response/update-kafka-cluster-response.d.ts +36 -0
  249. package/lib/response/update-kafka-cluster-response.js +15 -0
  250. package/lib/response/update-kafka-cluster-response.js.map +1 -0
  251. package/package.json +29 -0
@@ -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, 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 DeleteKafkaClusterConfigVersionResponse {
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, 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=delete-kafka-cluster-config-version-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-kafka-cluster-config-version-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/delete-kafka-cluster-config-version-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
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, 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 DeleteKafkaClusterResponse {
14
+ /**
15
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
16
+ * Use GetWorkRequest with this ID to track the status of the request.
17
+ *
18
+ */
19
+ "opcWorkRequestId": 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
+ }
@@ -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, 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=delete-kafka-cluster-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-kafka-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/delete-kafka-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
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, 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 DisableSuperuserResponse {
14
+ /**
15
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
16
+ * Use GetWorkRequest with this ID to track the status of the request.
17
+ *
18
+ */
19
+ "opcWorkRequestId": 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
+ }
@@ -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, 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-superuser-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-superuser-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/disable-superuser-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
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, 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 EnableSuperuserResponse {
14
+ /**
15
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
16
+ * Use GetWorkRequest with this ID to track the status of the request.
17
+ *
18
+ */
19
+ "opcWorkRequestId": 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
+ }
@@ -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, 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=enable-superuser-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-superuser-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/enable-superuser-response.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, 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 * as model from "../model";
14
+ export interface GetKafkaClusterConfigResponse {
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.KafkaClusterConfig instance.
28
+ */
29
+ "kafkaClusterConfig": model.KafkaClusterConfig;
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, 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=get-kafka-cluster-config-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-kafka-cluster-config-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/get-kafka-cluster-config-response.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, 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 * as model from "../model";
14
+ export interface GetKafkaClusterConfigVersionResponse {
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.KafkaClusterConfigVersion instance.
28
+ */
29
+ "kafkaClusterConfigVersion": model.KafkaClusterConfigVersion;
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, 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=get-kafka-cluster-config-version-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-kafka-cluster-config-version-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/get-kafka-cluster-config-version-response.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, 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 * as model from "../model";
14
+ export interface GetKafkaClusterResponse {
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.KafkaCluster instance.
28
+ */
29
+ "kafkaCluster": model.KafkaCluster;
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, 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=get-kafka-cluster-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-kafka-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/get-kafka-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 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 * as model from "../model";
14
+ export interface GetWorkRequestResponse {
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
+ * A decimal number representing the number of seconds the client should wait before polling this endpoint again.
28
+ */
29
+ "retryAfter": number;
30
+ /**
31
+ * The returned model.WorkRequest instance.
32
+ */
33
+ "workRequest": model.WorkRequest;
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, 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=get-work-request-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/get-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,56 @@
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, 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 * as CancelWorkRequestResponse from "./cancel-work-request-response";
14
+ export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
15
+ import * as ChangeKafkaClusterCompartmentResponse from "./change-kafka-cluster-compartment-response";
16
+ export import ChangeKafkaClusterCompartmentResponse = ChangeKafkaClusterCompartmentResponse.ChangeKafkaClusterCompartmentResponse;
17
+ import * as ChangeKafkaClusterConfigCompartmentResponse from "./change-kafka-cluster-config-compartment-response";
18
+ export import ChangeKafkaClusterConfigCompartmentResponse = ChangeKafkaClusterConfigCompartmentResponse.ChangeKafkaClusterConfigCompartmentResponse;
19
+ import * as CreateKafkaClusterResponse from "./create-kafka-cluster-response";
20
+ export import CreateKafkaClusterResponse = CreateKafkaClusterResponse.CreateKafkaClusterResponse;
21
+ import * as CreateKafkaClusterConfigResponse from "./create-kafka-cluster-config-response";
22
+ export import CreateKafkaClusterConfigResponse = CreateKafkaClusterConfigResponse.CreateKafkaClusterConfigResponse;
23
+ import * as DeleteKafkaClusterResponse from "./delete-kafka-cluster-response";
24
+ export import DeleteKafkaClusterResponse = DeleteKafkaClusterResponse.DeleteKafkaClusterResponse;
25
+ import * as DeleteKafkaClusterConfigResponse from "./delete-kafka-cluster-config-response";
26
+ export import DeleteKafkaClusterConfigResponse = DeleteKafkaClusterConfigResponse.DeleteKafkaClusterConfigResponse;
27
+ import * as DeleteKafkaClusterConfigVersionResponse from "./delete-kafka-cluster-config-version-response";
28
+ export import DeleteKafkaClusterConfigVersionResponse = DeleteKafkaClusterConfigVersionResponse.DeleteKafkaClusterConfigVersionResponse;
29
+ import * as DisableSuperuserResponse from "./disable-superuser-response";
30
+ export import DisableSuperuserResponse = DisableSuperuserResponse.DisableSuperuserResponse;
31
+ import * as EnableSuperuserResponse from "./enable-superuser-response";
32
+ export import EnableSuperuserResponse = EnableSuperuserResponse.EnableSuperuserResponse;
33
+ import * as GetKafkaClusterResponse from "./get-kafka-cluster-response";
34
+ export import GetKafkaClusterResponse = GetKafkaClusterResponse.GetKafkaClusterResponse;
35
+ import * as GetKafkaClusterConfigResponse from "./get-kafka-cluster-config-response";
36
+ export import GetKafkaClusterConfigResponse = GetKafkaClusterConfigResponse.GetKafkaClusterConfigResponse;
37
+ import * as GetKafkaClusterConfigVersionResponse from "./get-kafka-cluster-config-version-response";
38
+ export import GetKafkaClusterConfigVersionResponse = GetKafkaClusterConfigVersionResponse.GetKafkaClusterConfigVersionResponse;
39
+ import * as GetWorkRequestResponse from "./get-work-request-response";
40
+ export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
41
+ import * as ListKafkaClusterConfigVersionsResponse from "./list-kafka-cluster-config-versions-response";
42
+ export import ListKafkaClusterConfigVersionsResponse = ListKafkaClusterConfigVersionsResponse.ListKafkaClusterConfigVersionsResponse;
43
+ import * as ListKafkaClusterConfigsResponse from "./list-kafka-cluster-configs-response";
44
+ export import ListKafkaClusterConfigsResponse = ListKafkaClusterConfigsResponse.ListKafkaClusterConfigsResponse;
45
+ import * as ListKafkaClustersResponse from "./list-kafka-clusters-response";
46
+ export import ListKafkaClustersResponse = ListKafkaClustersResponse.ListKafkaClustersResponse;
47
+ import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
48
+ export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
49
+ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
50
+ export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
51
+ import * as ListWorkRequestsResponse from "./list-work-requests-response";
52
+ export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
53
+ import * as UpdateKafkaClusterResponse from "./update-kafka-cluster-response";
54
+ export import UpdateKafkaClusterResponse = UpdateKafkaClusterResponse.UpdateKafkaClusterResponse;
55
+ import * as UpdateKafkaClusterConfigResponse from "./update-kafka-cluster-config-response";
56
+ export import UpdateKafkaClusterConfigResponse = UpdateKafkaClusterConfigResponse.UpdateKafkaClusterConfigResponse;
@@ -0,0 +1,15 @@
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, 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=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/index.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, 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 * as model from "../model";
14
+ export interface ListKafkaClusterConfigVersionsResponse {
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.KafkaClusterConfigVersionCollection instance.
29
+ */
30
+ "kafkaClusterConfigVersionCollection": model.KafkaClusterConfigVersionCollection;
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, 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=list-kafka-cluster-config-versions-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-kafka-cluster-config-versions-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/list-kafka-cluster-config-versions-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, 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 * as model from "../model";
14
+ export interface ListKafkaClusterConfigsResponse {
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.KafkaClusterConfigCollection instance.
29
+ */
30
+ "kafkaClusterConfigCollection": model.KafkaClusterConfigCollection;
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, 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=list-kafka-cluster-configs-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-kafka-cluster-configs-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/list-kafka-cluster-configs-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, 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 * as model from "../model";
14
+ export interface ListKafkaClustersResponse {
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.KafkaClusterCollection instance.
29
+ */
30
+ "kafkaClusterCollection": model.KafkaClusterCollection;
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, 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=list-kafka-clusters-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-kafka-clusters-response.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/response/list-kafka-clusters-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}