oci-opsi 2.125.3 → 2.126.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 (194) hide show
  1. package/lib/client.d.ts +141 -7
  2. package/lib/client.js +1035 -110
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/change-chargeback-plan-compartment-details.d.ts +29 -0
  5. package/lib/model/change-chargeback-plan-compartment-details.js +32 -0
  6. package/lib/model/change-chargeback-plan-compartment-details.js.map +1 -0
  7. package/lib/model/change-external-mysql-database-insight-connection-details.d.ts +2 -0
  8. package/lib/model/change-external-mysql-database-insight-connection-details.js.map +1 -1
  9. package/lib/model/chargeback-plan-category.d.ts +31 -0
  10. package/lib/model/chargeback-plan-category.js +42 -0
  11. package/lib/model/chargeback-plan-category.js.map +1 -0
  12. package/lib/model/chargeback-plan-collection.d.ts +29 -0
  13. package/lib/model/chargeback-plan-collection.js +64 -0
  14. package/lib/model/chargeback-plan-collection.js.map +1 -0
  15. package/lib/model/chargeback-plan-details.d.ts +39 -0
  16. package/lib/model/chargeback-plan-details.js +32 -0
  17. package/lib/model/chargeback-plan-details.js.map +1 -0
  18. package/lib/model/chargeback-plan-entity-source.d.ts +31 -0
  19. package/lib/model/chargeback-plan-entity-source.js +42 -0
  20. package/lib/model/chargeback-plan-entity-source.js.map +1 -0
  21. package/lib/model/chargeback-plan-report-collection.d.ts +29 -0
  22. package/lib/model/chargeback-plan-report-collection.js +64 -0
  23. package/lib/model/chargeback-plan-report-collection.js.map +1 -0
  24. package/lib/model/chargeback-plan-report-summary.d.ts +63 -0
  25. package/lib/model/chargeback-plan-report-summary.js +71 -0
  26. package/lib/model/chargeback-plan-report-summary.js.map +1 -0
  27. package/lib/model/chargeback-plan-report.d.ts +63 -0
  28. package/lib/model/chargeback-plan-report.js +71 -0
  29. package/lib/model/chargeback-plan-report.js.map +1 -0
  30. package/lib/model/chargeback-plan-summary.d.ts +106 -0
  31. package/lib/model/chargeback-plan-summary.js +64 -0
  32. package/lib/model/chargeback-plan-summary.js.map +1 -0
  33. package/lib/model/chargeback-plan.d.ts +106 -0
  34. package/lib/model/chargeback-plan.js +64 -0
  35. package/lib/model/chargeback-plan.js.map +1 -0
  36. package/lib/model/create-chargeback-plan-details.d.ts +65 -0
  37. package/lib/model/create-chargeback-plan-details.js +83 -0
  38. package/lib/model/create-chargeback-plan-details.js.map +1 -0
  39. package/lib/model/create-chargeback-plan-exadata-details.d.ts +27 -0
  40. package/lib/model/create-chargeback-plan-exadata-details.js +57 -0
  41. package/lib/model/create-chargeback-plan-exadata-details.js.map +1 -0
  42. package/lib/model/create-chargeback-plan-report-details.d.ts +30 -0
  43. package/lib/model/create-chargeback-plan-report-details.js +60 -0
  44. package/lib/model/create-chargeback-plan-report-details.js.map +1 -0
  45. package/lib/model/create-external-mysql-database-insight-details.d.ts +2 -0
  46. package/lib/model/create-external-mysql-database-insight-details.js.map +1 -1
  47. package/lib/model/create-mds-my-sql-database-insight-details.d.ts +2 -0
  48. package/lib/model/create-mds-my-sql-database-insight-details.js.map +1 -1
  49. package/lib/model/create-plan-custom-item-details.d.ts +38 -0
  50. package/lib/model/create-plan-custom-item-details.js +32 -0
  51. package/lib/model/create-plan-custom-item-details.js.map +1 -0
  52. package/lib/model/database-configuration-summary.d.ts +4 -0
  53. package/lib/model/database-configuration-summary.js.map +1 -1
  54. package/lib/model/enable-external-mysql-database-insight-details.d.ts +2 -0
  55. package/lib/model/enable-external-mysql-database-insight-details.js.map +1 -1
  56. package/lib/model/enable-mds-my-sql-database-insight-details.d.ts +2 -0
  57. package/lib/model/enable-mds-my-sql-database-insight-details.js.map +1 -1
  58. package/lib/model/enable-plan-exadata-insight-details.d.ts +29 -0
  59. package/lib/model/enable-plan-exadata-insight-details.js +32 -0
  60. package/lib/model/enable-plan-exadata-insight-details.js.map +1 -0
  61. package/lib/model/exadata-configuration-summary.d.ts +5 -0
  62. package/lib/model/exadata-configuration-summary.js +6 -0
  63. package/lib/model/exadata-configuration-summary.js.map +1 -1
  64. package/lib/model/exadata-insight-lifecycle-state.d.ts +1 -0
  65. package/lib/model/exadata-insight-lifecycle-state.js +1 -0
  66. package/lib/model/exadata-insight-lifecycle-state.js.map +1 -1
  67. package/lib/model/exadata-insight-summary.d.ts +5 -0
  68. package/lib/model/exadata-insight-summary.js +10 -2
  69. package/lib/model/exadata-insight-summary.js.map +1 -1
  70. package/lib/model/exadata-insight.d.ts +5 -0
  71. package/lib/model/exadata-insight.js +10 -2
  72. package/lib/model/exadata-insight.js.map +1 -1
  73. package/lib/model/external-mysql-database-insight-summary.d.ts +2 -0
  74. package/lib/model/external-mysql-database-insight-summary.js.map +1 -1
  75. package/lib/model/external-mysql-database-insight.d.ts +2 -0
  76. package/lib/model/external-mysql-database-insight.js.map +1 -1
  77. package/lib/model/index.d.ts +40 -0
  78. package/lib/model/index.js +51 -11
  79. package/lib/model/index.js.map +1 -1
  80. package/lib/model/mds-my-sql-database-insight-summary.d.ts +2 -0
  81. package/lib/model/mds-my-sql-database-insight-summary.js.map +1 -1
  82. package/lib/model/mds-my-sql-database-insight.d.ts +2 -0
  83. package/lib/model/mds-my-sql-database-insight.js.map +1 -1
  84. package/lib/model/operation-type.d.ts +6 -0
  85. package/lib/model/operation-type.js +6 -0
  86. package/lib/model/operation-type.js.map +1 -1
  87. package/lib/model/opsi-data-stores.d.ts +28 -0
  88. package/lib/model/opsi-data-stores.js +32 -0
  89. package/lib/model/opsi-data-stores.js.map +1 -0
  90. package/lib/model/report-grouping-details.d.ts +32 -0
  91. package/lib/model/report-grouping-details.js +32 -0
  92. package/lib/model/report-grouping-details.js.map +1 -0
  93. package/lib/model/report-property-details.d.ts +43 -0
  94. package/lib/model/report-property-details.js +32 -0
  95. package/lib/model/report-property-details.js.map +1 -0
  96. package/lib/model/update-chargeback-plan-details.d.ts +55 -0
  97. package/lib/model/update-chargeback-plan-details.js +64 -0
  98. package/lib/model/update-chargeback-plan-details.js.map +1 -0
  99. package/lib/model/update-chargeback-plan-report-details.d.ts +30 -0
  100. package/lib/model/update-chargeback-plan-report-details.js +60 -0
  101. package/lib/model/update-chargeback-plan-report-details.js.map +1 -0
  102. package/lib/operationsinsights-waiter.d.ts +8 -0
  103. package/lib/operationsinsights-waiter.js +12 -0
  104. package/lib/operationsinsights-waiter.js.map +1 -1
  105. package/lib/request/change-chargeback-plan-compartment-request.d.ts +50 -0
  106. package/lib/request/change-chargeback-plan-compartment-request.js +15 -0
  107. package/lib/request/change-chargeback-plan-compartment-request.js.map +1 -0
  108. package/lib/request/create-chargeback-plan-report-request.d.ts +56 -0
  109. package/lib/request/create-chargeback-plan-report-request.js +15 -0
  110. package/lib/request/create-chargeback-plan-report-request.js.map +1 -0
  111. package/lib/request/create-chargeback-plan-request.d.ts +39 -0
  112. package/lib/request/create-chargeback-plan-request.js +15 -0
  113. package/lib/request/create-chargeback-plan-request.js.map +1 -0
  114. package/lib/request/delete-chargeback-plan-report-request.d.ts +45 -0
  115. package/lib/request/delete-chargeback-plan-report-request.js +15 -0
  116. package/lib/request/delete-chargeback-plan-report-request.js.map +1 -0
  117. package/lib/request/delete-chargeback-plan-request.d.ts +35 -0
  118. package/lib/request/delete-chargeback-plan-request.js +15 -0
  119. package/lib/request/delete-chargeback-plan-request.js.map +1 -0
  120. package/lib/request/disable-plan-exadata-insight-request.d.ts +45 -0
  121. package/lib/request/disable-plan-exadata-insight-request.js +15 -0
  122. package/lib/request/disable-plan-exadata-insight-request.js.map +1 -0
  123. package/lib/request/enable-plan-exadata-insight-request.d.ts +50 -0
  124. package/lib/request/enable-plan-exadata-insight-request.js +15 -0
  125. package/lib/request/enable-plan-exadata-insight-request.js.map +1 -0
  126. package/lib/request/get-chargeback-plan-report-content-request.d.ts +62 -0
  127. package/lib/request/get-chargeback-plan-report-content-request.js +15 -0
  128. package/lib/request/get-chargeback-plan-report-content-request.js.map +1 -0
  129. package/lib/request/get-chargeback-plan-report-request.d.ts +38 -0
  130. package/lib/request/get-chargeback-plan-report-request.js +15 -0
  131. package/lib/request/get-chargeback-plan-report-request.js.map +1 -0
  132. package/lib/request/get-chargeback-plan-request.d.ts +28 -0
  133. package/lib/request/get-chargeback-plan-request.js +15 -0
  134. package/lib/request/get-chargeback-plan-request.js.map +1 -0
  135. package/lib/request/index.d.ts +28 -0
  136. package/lib/request/index.js +6 -2
  137. package/lib/request/index.js.map +1 -1
  138. package/lib/request/list-chargeback-plan-reports-request.d.ts +67 -0
  139. package/lib/request/list-chargeback-plan-reports-request.js +24 -0
  140. package/lib/request/list-chargeback-plan-reports-request.js.map +1 -0
  141. package/lib/request/list-chargeback-plans-request.d.ts +71 -0
  142. package/lib/request/list-chargeback-plans-request.js +25 -0
  143. package/lib/request/list-chargeback-plans-request.js.map +1 -0
  144. package/lib/request/synchronize-autonomous-database-to-exadata-request.d.ts +4 -4
  145. package/lib/request/update-chargeback-plan-report-request.d.ts +50 -0
  146. package/lib/request/update-chargeback-plan-report-request.js +15 -0
  147. package/lib/request/update-chargeback-plan-report-request.js.map +1 -0
  148. package/lib/request/update-chargeback-plan-request.d.ts +40 -0
  149. package/lib/request/update-chargeback-plan-request.js +15 -0
  150. package/lib/request/update-chargeback-plan-request.js.map +1 -0
  151. package/lib/response/change-chargeback-plan-compartment-response.d.ts +25 -0
  152. package/lib/response/change-chargeback-plan-compartment-response.js +15 -0
  153. package/lib/response/change-chargeback-plan-compartment-response.js.map +1 -0
  154. package/lib/response/create-chargeback-plan-report-response.d.ts +35 -0
  155. package/lib/response/create-chargeback-plan-report-response.js +15 -0
  156. package/lib/response/create-chargeback-plan-report-response.js.map +1 -0
  157. package/lib/response/create-chargeback-plan-response.d.ts +43 -0
  158. package/lib/response/create-chargeback-plan-response.js +15 -0
  159. package/lib/response/create-chargeback-plan-response.js.map +1 -0
  160. package/lib/response/delete-chargeback-plan-report-response.d.ts +25 -0
  161. package/lib/response/delete-chargeback-plan-report-response.js +15 -0
  162. package/lib/response/delete-chargeback-plan-report-response.js.map +1 -0
  163. package/lib/response/delete-chargeback-plan-response.d.ts +25 -0
  164. package/lib/response/delete-chargeback-plan-response.js +15 -0
  165. package/lib/response/delete-chargeback-plan-response.js.map +1 -0
  166. package/lib/response/disable-plan-exadata-insight-response.d.ts +25 -0
  167. package/lib/response/disable-plan-exadata-insight-response.js +15 -0
  168. package/lib/response/disable-plan-exadata-insight-response.js.map +1 -0
  169. package/lib/response/enable-plan-exadata-insight-response.d.ts +25 -0
  170. package/lib/response/enable-plan-exadata-insight-response.js +15 -0
  171. package/lib/response/enable-plan-exadata-insight-response.js.map +1 -0
  172. package/lib/response/get-chargeback-plan-report-content-response.d.ts +31 -0
  173. package/lib/response/get-chargeback-plan-report-content-response.js +15 -0
  174. package/lib/response/get-chargeback-plan-report-content-response.js.map +1 -0
  175. package/lib/response/get-chargeback-plan-report-response.d.ts +30 -0
  176. package/lib/response/get-chargeback-plan-report-response.js +15 -0
  177. package/lib/response/get-chargeback-plan-report-response.js.map +1 -0
  178. package/lib/response/get-chargeback-plan-response.d.ts +30 -0
  179. package/lib/response/get-chargeback-plan-response.js +15 -0
  180. package/lib/response/get-chargeback-plan-response.js.map +1 -0
  181. package/lib/response/index.d.ts +28 -0
  182. package/lib/response/list-chargeback-plan-reports-response.d.ts +32 -0
  183. package/lib/response/list-chargeback-plan-reports-response.js +15 -0
  184. package/lib/response/list-chargeback-plan-reports-response.js.map +1 -0
  185. package/lib/response/list-chargeback-plans-response.d.ts +32 -0
  186. package/lib/response/list-chargeback-plans-response.js +15 -0
  187. package/lib/response/list-chargeback-plans-response.js.map +1 -0
  188. package/lib/response/update-chargeback-plan-report-response.d.ts +25 -0
  189. package/lib/response/update-chargeback-plan-report-response.js +15 -0
  190. package/lib/response/update-chargeback-plan-report-response.js.map +1 -0
  191. package/lib/response/update-chargeback-plan-response.d.ts +25 -0
  192. package/lib/response/update-chargeback-plan-response.js +15 -0
  193. package/lib/response/update-chargeback-plan-response.js.map +1 -0
  194. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -124,6 +124,15 @@ export declare class OperationsInsightsClient {
124
124
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/ChangeAwrHubSourceCompartment.ts.html |here} to see how to use ChangeAwrHubSourceCompartment API.
125
125
  */
126
126
  changeAwrHubSourceCompartment(changeAwrHubSourceCompartmentRequest: requests.ChangeAwrHubSourceCompartmentRequest): Promise<responses.ChangeAwrHubSourceCompartmentResponse>;
127
+ /**
128
+ * Moves a Chargeback Plan insight resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
129
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
130
+ * @param ChangeChargebackPlanCompartmentRequest
131
+ * @return ChangeChargebackPlanCompartmentResponse
132
+ * @throws OciError when an error occurs
133
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/ChangeChargebackPlanCompartment.ts.html |here} to see how to use ChangeChargebackPlanCompartment API.
134
+ */
135
+ changeChargebackPlanCompartment(changeChargebackPlanCompartmentRequest: requests.ChangeChargebackPlanCompartmentRequest): Promise<responses.ChangeChargebackPlanCompartmentResponse>;
127
136
  /**
128
137
  * Moves a DatabaseInsight resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
129
138
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -152,7 +161,9 @@ export declare class OperationsInsightsClient {
152
161
  */
153
162
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
154
163
  /**
164
+ * MySQL support within the OCI Ops Insights service has been deprecated as of January 29, 2026.
155
165
  * Change the connection details of an External MySQL database insight. When provided, If-Match is checked against ETag values of the resource.
166
+ *
156
167
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
157
168
  * @param ChangeExternalMysqlDatabaseInsightConnectionRequest
158
169
  * @return ChangeExternalMysqlDatabaseInsightConnectionResponse
@@ -253,6 +264,25 @@ export declare class OperationsInsightsClient {
253
264
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/CreateAwrHubSource.ts.html |here} to see how to use CreateAwrHubSource API.
254
265
  */
255
266
  createAwrHubSource(createAwrHubSourceRequest: requests.CreateAwrHubSourceRequest): Promise<responses.CreateAwrHubSourceResponse>;
267
+ /**
268
+ * Create a chargeback plan resource for the resource in Ops Insights.
269
+ *
270
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
271
+ * @param CreateChargebackPlanRequest
272
+ * @return CreateChargebackPlanResponse
273
+ * @throws OciError when an error occurs
274
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/CreateChargebackPlan.ts.html |here} to see how to use CreateChargebackPlan API.
275
+ */
276
+ createChargebackPlan(createChargebackPlanRequest: requests.CreateChargebackPlanRequest): Promise<responses.CreateChargebackPlanResponse>;
277
+ /**
278
+ * Creates a chargeback plan report for a resource in Ops Insights
279
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
280
+ * @param CreateChargebackPlanReportRequest
281
+ * @return CreateChargebackPlanReportResponse
282
+ * @throws OciError when an error occurs
283
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/CreateChargebackPlanReport.ts.html |here} to see how to use CreateChargebackPlanReport API.
284
+ */
285
+ createChargebackPlanReport(createChargebackPlanReportRequest: requests.CreateChargebackPlanReportRequest): Promise<responses.CreateChargebackPlanReportResponse>;
256
286
  /**
257
287
  * Create a Database Insight resource for a database in Operations Insights. The database will be enabled in Operations Insights. Database metric collection and analysis will be started.
258
288
  *
@@ -374,6 +404,24 @@ export declare class OperationsInsightsClient {
374
404
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/DeleteAwrHubSource.ts.html |here} to see how to use DeleteAwrHubSource API.
375
405
  */
376
406
  deleteAwrHubSource(deleteAwrHubSourceRequest: requests.DeleteAwrHubSourceRequest): Promise<responses.DeleteAwrHubSourceResponse>;
407
+ /**
408
+ * Deletes a chargeback plan if it's not assigned to any resource.
409
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
410
+ * @param DeleteChargebackPlanRequest
411
+ * @return DeleteChargebackPlanResponse
412
+ * @throws OciError when an error occurs
413
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/DeleteChargebackPlan.ts.html |here} to see how to use DeleteChargebackPlan API.
414
+ */
415
+ deleteChargebackPlan(deleteChargebackPlanRequest: requests.DeleteChargebackPlanRequest): Promise<responses.DeleteChargebackPlanResponse>;
416
+ /**
417
+ * Deletes a chargeback plan report if it's not assigned to any resource.
418
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
419
+ * @param DeleteChargebackPlanReportRequest
420
+ * @return DeleteChargebackPlanReportResponse
421
+ * @throws OciError when an error occurs
422
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/DeleteChargebackPlanReport.ts.html |here} to see how to use DeleteChargebackPlanReport API.
423
+ */
424
+ deleteChargebackPlanReport(deleteChargebackPlanReportRequest: requests.DeleteChargebackPlanReportRequest): Promise<responses.DeleteChargebackPlanReportResponse>;
377
425
  /**
378
426
  * Deletes a database insight. The database insight will be deleted and cannot be enabled again.
379
427
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -504,6 +552,15 @@ export declare class OperationsInsightsClient {
504
552
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
505
553
  */
506
554
  disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
555
+ /**
556
+ * Disables a chargeback plan on an Exadata system in Operations Insights. Metering-related metric collection and analysis will be stopped.
557
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
558
+ * @param DisablePlanExadataInsightRequest
559
+ * @return DisablePlanExadataInsightResponse
560
+ * @throws OciError when an error occurs
561
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/DisablePlanExadataInsight.ts.html |here} to see how to use DisablePlanExadataInsight API.
562
+ */
563
+ disablePlanExadataInsight(disablePlanExadataInsightRequest: requests.DisablePlanExadataInsightRequest): Promise<responses.DisablePlanExadataInsightResponse>;
507
564
  /**
508
565
  * Download the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
509
566
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -558,6 +615,15 @@ export declare class OperationsInsightsClient {
558
615
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
559
616
  */
560
617
  enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
618
+ /**
619
+ * Enables a chargeback plan on an Exadata system in Operations Insights. Metering-related metric collection and analysis will be started.
620
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
621
+ * @param EnablePlanExadataInsightRequest
622
+ * @return EnablePlanExadataInsightResponse
623
+ * @throws OciError when an error occurs
624
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/EnablePlanExadataInsight.ts.html |here} to see how to use EnablePlanExadataInsight API.
625
+ */
626
+ enablePlanExadataInsight(enablePlanExadataInsightRequest: requests.EnablePlanExadataInsightRequest): Promise<responses.EnablePlanExadataInsightResponse>;
561
627
  /**
562
628
  * Gets the AWR report for the specified database.
563
629
  *
@@ -616,6 +682,33 @@ export declare class OperationsInsightsClient {
616
682
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
617
683
  */
618
684
  getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
685
+ /**
686
+ * Gets the details of the specified chargeback plan.
687
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
688
+ * @param GetChargebackPlanRequest
689
+ * @return GetChargebackPlanResponse
690
+ * @throws OciError when an error occurs
691
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/GetChargebackPlan.ts.html |here} to see how to use GetChargebackPlan API.
692
+ */
693
+ getChargebackPlan(getChargebackPlanRequest: requests.GetChargebackPlanRequest): Promise<responses.GetChargebackPlanResponse>;
694
+ /**
695
+ * Gets the details of the specified chargeback plan plan report
696
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
697
+ * @param GetChargebackPlanReportRequest
698
+ * @return GetChargebackPlanReportResponse
699
+ * @throws OciError when an error occurs
700
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/GetChargebackPlanReport.ts.html |here} to see how to use GetChargebackPlanReport API.
701
+ */
702
+ getChargebackPlanReport(getChargebackPlanReportRequest: requests.GetChargebackPlanReportRequest): Promise<responses.GetChargebackPlanReportResponse>;
703
+ /**
704
+ * Generates the chargeback report in csv format for a specified time interval
705
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
706
+ * @param GetChargebackPlanReportContentRequest
707
+ * @return GetChargebackPlanReportContentResponse
708
+ * @throws OciError when an error occurs
709
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/GetChargebackPlanReportContent.ts.html |here} to see how to use GetChargebackPlanReportContent API.
710
+ */
711
+ getChargebackPlanReportContent(getChargebackPlanReportContentRequest: requests.GetChargebackPlanReportContentRequest): Promise<responses.GetChargebackPlanReportContentResponse>;
619
712
  /**
620
713
  * Gets details of a database insight.
621
714
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -956,6 +1049,24 @@ export declare class OperationsInsightsClient {
956
1049
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
957
1050
  */
958
1051
  listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
1052
+ /**
1053
+ * Gets a list of Ops Insights chargeback plan reports for a resource.
1054
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1055
+ * @param ListChargebackPlanReportsRequest
1056
+ * @return ListChargebackPlanReportsResponse
1057
+ * @throws OciError when an error occurs
1058
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/ListChargebackPlanReports.ts.html |here} to see how to use ListChargebackPlanReports API.
1059
+ */
1060
+ listChargebackPlanReports(listChargebackPlanReportsRequest: requests.ListChargebackPlanReportsRequest): Promise<responses.ListChargebackPlanReportsResponse>;
1061
+ /**
1062
+ * Gets a list of Ops Insights chargeback plans.
1063
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1064
+ * @param ListChargebackPlansRequest
1065
+ * @return ListChargebackPlansResponse
1066
+ * @throws OciError when an error occurs
1067
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/ListChargebackPlans.ts.html |here} to see how to use ListChargebackPlans API.
1068
+ */
1069
+ listChargebackPlans(listChargebackPlansRequest: requests.ListChargebackPlansRequest): Promise<responses.ListChargebackPlansResponse>;
959
1070
  /**
960
1071
  * Gets a list of database insight configurations based on the query parameters specified. Either compartmentId or databaseInsightId query parameter must be specified.
961
1072
  * When both compartmentId and compartmentIdInSubtree are specified, a list of database insight configurations in that compartment and in all sub-compartments will be returned.
@@ -1153,6 +1264,7 @@ export declare class OperationsInsightsClient {
1153
1264
  */
1154
1265
  listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
1155
1266
  /**
1267
+ * This API was deprecated May 2024 and is no longer functional as of May 31st, 2025.
1156
1268
  * Search SQL by SQL Identifier across databases in a compartment and in all sub-compartments if specified.
1157
1269
  * And get the SQL Text and the details of the databases executing the SQL for a given time period.
1158
1270
  *
@@ -1809,8 +1921,9 @@ export declare class OperationsInsightsClient {
1809
1921
  */
1810
1922
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
1811
1923
  /**
1812
- * Query SQL Warehouse to get the performance insights for SQLs taking greater than X% database time for a given
1813
- * time period across the given databases or database types in a compartment and in all sub-compartments if specified.
1924
+ * This API was deprecated May 2024 and is no longer functional as of May 31st, 2025.
1925
+ * Query SQL Warehouse to get the performance insights for SQLs taking greater than X% database time for a given time period across the given databases or database
1926
+ * types in a compartment and in all sub-compartments if specified.
1814
1927
  *
1815
1928
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1816
1929
  * @param SummarizeSqlInsightsRequest
@@ -1820,6 +1933,7 @@ export declare class OperationsInsightsClient {
1820
1933
  */
1821
1934
  summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
1822
1935
  /**
1936
+ * This API was deprecated May 2024 and is no longer functional as of May 31st, 2025.
1823
1937
  * Query SQL Warehouse to get the performance insights on the execution plans for a given SQL for a given time period.
1824
1938
  * Either databaseId or id must be specified.
1825
1939
  *
@@ -1831,8 +1945,8 @@ export declare class OperationsInsightsClient {
1831
1945
  */
1832
1946
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
1833
1947
  /**
1834
- * Query SQL Warehouse to summarize the response time distribution of query executions for a given SQL for a given time period.
1835
- * Either databaseId or id must be specified.
1948
+ * This API was deprecated May 2024 and is no longer functional as of May 31st, 2025.
1949
+ * Query SQL Warehouse to summarize the response time distribution of query executions for a given SQL for a given time period. Either databaseId or id must be specified.
1836
1950
  *
1837
1951
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1838
1952
  * @param SummarizeSqlResponseTimeDistributionsRequest
@@ -1842,6 +1956,7 @@ export declare class OperationsInsightsClient {
1842
1956
  */
1843
1957
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
1844
1958
  /**
1959
+ * This API was deprecated May 2024 and is no longer functional as of May 31st, 2025.
1845
1960
  * Query SQL Warehouse to get the performance statistics for SQLs taking greater than X% database time for a given
1846
1961
  * time period across the given databases or database types in a compartment and in all sub-compartments if specified.
1847
1962
  *
@@ -1853,6 +1968,7 @@ export declare class OperationsInsightsClient {
1853
1968
  */
1854
1969
  summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
1855
1970
  /**
1971
+ * This API was deprecated May 2024 and is no longer functional as of May 31st, 2025.
1856
1972
  * Query SQL Warehouse to get the performance statistics time series for a given SQL across given databases for a
1857
1973
  * given time period in a compartment and in all sub-compartments if specified.
1858
1974
  *
@@ -1864,6 +1980,7 @@ export declare class OperationsInsightsClient {
1864
1980
  */
1865
1981
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
1866
1982
  /**
1983
+ * This API was deprecated May 2024 and is no longer functional as of May 31st, 2025.
1867
1984
  * Query SQL Warehouse to get the performance statistics time series for a given SQL by execution plans for a given time period.
1868
1985
  * Either databaseId or id must be specified.
1869
1986
  *
@@ -1875,9 +1992,8 @@ export declare class OperationsInsightsClient {
1875
1992
  */
1876
1993
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
1877
1994
  /**
1878
- * Synchronize infrastructure details that has been missing when autonomous database onboarded in Operations Insights.
1879
- * Onboarded Opsi ExadataInsight resource need to be provided with compartmentId for searching infrastruture details.
1880
- * The query parameters, DatabaseId and DatabaseInsightId, are mutually exclusive and provided for searching Opsi resources that have been onboarded.
1995
+ * Synchronize infrastructure details that has been missing when autonomous database onboarded in Ops Insights.
1996
+ * Parameters exadataInsightId, databaseId, or databaseInsightId (id) are mutually exclusive, and scope the Ops Insights resources which are scoped for the search to find ADB-D resources missing the Exadata infrastructure details.
1881
1997
  *
1882
1998
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1883
1999
  * @param SynchronizeAutonomousDatabaseToExadataRequest
@@ -1922,6 +2038,24 @@ export declare class OperationsInsightsClient {
1922
2038
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/UpdateAwrHubSource.ts.html |here} to see how to use UpdateAwrHubSource API.
1923
2039
  */
1924
2040
  updateAwrHubSource(updateAwrHubSourceRequest: requests.UpdateAwrHubSourceRequest): Promise<responses.UpdateAwrHubSourceResponse>;
2041
+ /**
2042
+ * Updates one or more attributes of the specified chargeback plan.
2043
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2044
+ * @param UpdateChargebackPlanRequest
2045
+ * @return UpdateChargebackPlanResponse
2046
+ * @throws OciError when an error occurs
2047
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/UpdateChargebackPlan.ts.html |here} to see how to use UpdateChargebackPlan API.
2048
+ */
2049
+ updateChargebackPlan(updateChargebackPlanRequest: requests.UpdateChargebackPlanRequest): Promise<responses.UpdateChargebackPlanResponse>;
2050
+ /**
2051
+ * Updates one or more attributes of the specified chargeback plan report.
2052
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2053
+ * @param UpdateChargebackPlanReportRequest
2054
+ * @return UpdateChargebackPlanReportResponse
2055
+ * @throws OciError when an error occurs
2056
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/opsi/UpdateChargebackPlanReport.ts.html |here} to see how to use UpdateChargebackPlanReport API.
2057
+ */
2058
+ updateChargebackPlanReport(updateChargebackPlanReportRequest: requests.UpdateChargebackPlanReportRequest): Promise<responses.UpdateChargebackPlanReportResponse>;
1925
2059
  /**
1926
2060
  * Updates configuration of a database insight.
1927
2061
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.