oci-opsi 2.27.0 → 2.30.0

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 (227) hide show
  1. package/lib/client.d.ts +139 -108
  2. package/lib/client.js +631 -216
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/data-object-column-metadata.d.ts +70 -0
  5. package/lib/model/data-object-column-metadata.js +82 -0
  6. package/lib/model/data-object-column-metadata.js.map +1 -0
  7. package/lib/model/data-object-column-unit.d.ts +29 -0
  8. package/lib/model/data-object-column-unit.js +100 -0
  9. package/lib/model/data-object-column-unit.js.map +1 -0
  10. package/lib/model/data-object-core-column-unit.d.ts +40 -0
  11. package/lib/model/data-object-core-column-unit.js +67 -0
  12. package/lib/model/data-object-core-column-unit.js.map +1 -0
  13. package/lib/model/data-object-custom-column-unit.d.ts +31 -0
  14. package/lib/model/data-object-custom-column-unit.js +57 -0
  15. package/lib/model/data-object-custom-column-unit.js.map +1 -0
  16. package/lib/model/data-object-data-size-column-unit.d.ts +50 -0
  17. package/lib/model/data-object-data-size-column-unit.js +77 -0
  18. package/lib/model/data-object-data-size-column-unit.js.map +1 -0
  19. package/lib/model/data-object-frequency-column-unit.d.ts +43 -0
  20. package/lib/model/data-object-frequency-column-unit.js +70 -0
  21. package/lib/model/data-object-frequency-column-unit.js.map +1 -0
  22. package/lib/model/data-object-other-standard-column-unit.d.ts +52 -0
  23. package/lib/model/data-object-other-standard-column-unit.js +79 -0
  24. package/lib/model/data-object-other-standard-column-unit.js.map +1 -0
  25. package/lib/model/data-object-power-column-unit.d.ts +43 -0
  26. package/lib/model/data-object-power-column-unit.js +70 -0
  27. package/lib/model/data-object-power-column-unit.js.map +1 -0
  28. package/lib/model/data-object-query-time-filters.d.ts +45 -0
  29. package/lib/model/data-object-query-time-filters.js +32 -0
  30. package/lib/model/data-object-query-time-filters.js.map +1 -0
  31. package/lib/model/data-object-query.d.ts +25 -0
  32. package/lib/model/data-object-query.js +68 -0
  33. package/lib/model/data-object-query.js.map +1 -0
  34. package/lib/model/data-object-rate-column-unit.d.ts +29 -0
  35. package/lib/model/data-object-rate-column-unit.js +71 -0
  36. package/lib/model/data-object-rate-column-unit.js.map +1 -0
  37. package/lib/model/data-object-temperature-column-unit.d.ts +40 -0
  38. package/lib/model/data-object-temperature-column-unit.js +67 -0
  39. package/lib/model/data-object-temperature-column-unit.js.map +1 -0
  40. package/lib/model/data-object-templatized-query.d.ts +52 -0
  41. package/lib/model/data-object-templatized-query.js +65 -0
  42. package/lib/model/data-object-templatized-query.js.map +1 -0
  43. package/lib/model/data-object-time-column-unit.d.ts +48 -0
  44. package/lib/model/data-object-time-column-unit.js +75 -0
  45. package/lib/model/data-object-time-column-unit.js.map +1 -0
  46. package/lib/model/database-insights-data-object-summary.d.ts +27 -0
  47. package/lib/model/database-insights-data-object-summary.js +57 -0
  48. package/lib/model/database-insights-data-object-summary.js.map +1 -0
  49. package/lib/model/database-insights-data-object.d.ts +27 -0
  50. package/lib/model/database-insights-data-object.js +57 -0
  51. package/lib/model/database-insights-data-object.js.map +1 -0
  52. package/lib/model/exadata-insights-data-object-summary.d.ts +27 -0
  53. package/lib/model/exadata-insights-data-object-summary.js +57 -0
  54. package/lib/model/exadata-insights-data-object-summary.js.map +1 -0
  55. package/lib/model/exadata-insights-data-object.d.ts +27 -0
  56. package/lib/model/exadata-insights-data-object.js +57 -0
  57. package/lib/model/exadata-insights-data-object.js.map +1 -0
  58. package/lib/model/host-insights-data-object-summary.d.ts +27 -0
  59. package/lib/model/host-insights-data-object-summary.js +57 -0
  60. package/lib/model/host-insights-data-object-summary.js.map +1 -0
  61. package/lib/model/host-insights-data-object.d.ts +27 -0
  62. package/lib/model/host-insights-data-object.js +55 -0
  63. package/lib/model/host-insights-data-object.js.map +1 -0
  64. package/lib/model/index.d.ts +60 -0
  65. package/lib/model/index.js +67 -6
  66. package/lib/model/index.js.map +1 -1
  67. package/lib/model/opsi-data-object-summary.d.ts +37 -0
  68. package/lib/model/opsi-data-object-summary.js +76 -0
  69. package/lib/model/opsi-data-object-summary.js.map +1 -0
  70. package/lib/model/opsi-data-object-type.d.ts +32 -0
  71. package/lib/model/opsi-data-object-type.js +43 -0
  72. package/lib/model/opsi-data-object-type.js.map +1 -0
  73. package/lib/model/opsi-data-object.d.ts +42 -0
  74. package/lib/model/opsi-data-object.js +88 -0
  75. package/lib/model/opsi-data-object.js.map +1 -0
  76. package/lib/model/opsi-data-objects-collection.d.ts +29 -0
  77. package/lib/model/opsi-data-objects-collection.js +64 -0
  78. package/lib/model/opsi-data-objects-collection.js.map +1 -0
  79. package/lib/model/opsi-data-objects.d.ts +28 -0
  80. package/lib/model/opsi-data-objects.js +32 -0
  81. package/lib/model/opsi-data-objects.js.map +1 -0
  82. package/lib/model/query-data-object-json-result-set-rows-collection.d.ts +35 -0
  83. package/lib/model/query-data-object-json-result-set-rows-collection.js +69 -0
  84. package/lib/model/query-data-object-json-result-set-rows-collection.js.map +1 -0
  85. package/lib/model/query-data-object-result-set-column-metadata.d.ts +42 -0
  86. package/lib/model/query-data-object-result-set-column-metadata.js +43 -0
  87. package/lib/model/query-data-object-result-set-column-metadata.js.map +1 -0
  88. package/lib/model/query-data-object-result-set-rows-collection.d.ts +25 -0
  89. package/lib/model/query-data-object-result-set-rows-collection.js +68 -0
  90. package/lib/model/query-data-object-result-set-rows-collection.js.map +1 -0
  91. package/lib/model/query-opsi-data-object-data-details.d.ts +31 -0
  92. package/lib/model/query-opsi-data-object-data-details.js +62 -0
  93. package/lib/model/query-opsi-data-object-data-details.js.map +1 -0
  94. package/lib/model/resource-filters.d.ts +65 -0
  95. package/lib/model/resource-filters.js +32 -0
  96. package/lib/model/resource-filters.js.map +1 -0
  97. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  98. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  99. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  100. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  101. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  102. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  103. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  104. package/lib/request/create-awr-hub-request.d.ts +1 -1
  105. package/lib/request/create-database-insight-request.d.ts +1 -1
  106. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  107. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  108. package/lib/request/create-host-insight-request.d.ts +1 -1
  109. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  110. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  111. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  112. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  113. package/lib/request/delete-database-insight-request.d.ts +1 -1
  114. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  115. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  116. package/lib/request/delete-host-insight-request.d.ts +1 -1
  117. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  118. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  119. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  120. package/lib/request/disable-database-insight-request.d.ts +1 -1
  121. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  122. package/lib/request/disable-host-insight-request.d.ts +1 -1
  123. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  124. package/lib/request/enable-database-insight-request.d.ts +1 -1
  125. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  126. package/lib/request/enable-host-insight-request.d.ts +1 -1
  127. package/lib/request/get-awr-hub-request.d.ts +1 -1
  128. package/lib/request/get-awr-report-request.d.ts +1 -1
  129. package/lib/request/get-database-insight-request.d.ts +1 -1
  130. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  131. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  132. package/lib/request/get-host-insight-request.d.ts +1 -1
  133. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  134. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  135. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  136. package/lib/request/get-opsi-data-object-request.d.ts +32 -0
  137. package/lib/request/get-opsi-data-object-request.js +15 -0
  138. package/lib/request/get-opsi-data-object-request.js.map +1 -0
  139. package/lib/request/get-work-request-request.d.ts +1 -1
  140. package/lib/request/index.d.ts +6 -0
  141. package/lib/request/index.js +3 -1
  142. package/lib/request/index.js.map +1 -1
  143. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  144. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  145. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  146. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  147. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  148. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  149. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  150. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  151. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  152. package/lib/request/list-database-configurations-request.d.ts +1 -1
  153. package/lib/request/list-database-insights-request.d.ts +1 -1
  154. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  155. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  156. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  157. package/lib/request/list-host-configurations-request.d.ts +1 -1
  158. package/lib/request/list-host-insights-request.d.ts +1 -1
  159. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  160. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  161. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  162. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  163. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  164. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  165. package/lib/request/list-opsi-data-objects-request.d.ts +69 -0
  166. package/lib/request/list-opsi-data-objects-request.js +24 -0
  167. package/lib/request/list-opsi-data-objects-request.js.map +1 -0
  168. package/lib/request/list-sql-plans-request.d.ts +1 -1
  169. package/lib/request/list-sql-searches-request.d.ts +1 -1
  170. package/lib/request/list-sql-texts-request.d.ts +1 -1
  171. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  172. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  173. package/lib/request/list-work-requests-request.d.ts +1 -1
  174. package/lib/request/query-opsi-data-object-data-request.d.ts +49 -0
  175. package/lib/request/query-opsi-data-object-data-request.js +15 -0
  176. package/lib/request/query-opsi-data-object-data-request.js.map +1 -0
  177. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  178. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  179. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  180. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  181. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  182. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  183. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  184. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  185. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  186. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  187. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  188. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  189. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  190. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  191. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  192. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  193. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  194. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  195. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  196. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  197. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  198. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  199. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  200. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  201. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  202. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  203. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  204. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  205. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  206. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  207. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  208. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  209. package/lib/request/update-awr-hub-request.d.ts +1 -1
  210. package/lib/request/update-database-insight-request.d.ts +1 -1
  211. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  212. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  213. package/lib/request/update-host-insight-request.d.ts +1 -1
  214. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  215. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  216. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  217. package/lib/response/get-opsi-data-object-response.d.ts +25 -0
  218. package/lib/response/get-opsi-data-object-response.js +15 -0
  219. package/lib/response/get-opsi-data-object-response.js.map +1 -0
  220. package/lib/response/index.d.ts +6 -0
  221. package/lib/response/list-opsi-data-objects-response.d.ts +32 -0
  222. package/lib/response/list-opsi-data-objects-response.js +15 -0
  223. package/lib/response/list-opsi-data-objects-response.js.map +1 -0
  224. package/lib/response/query-opsi-data-object-data-response.d.ts +32 -0
  225. package/lib/response/query-opsi-data-object-data-response.js +15 -0
  226. package/lib/response/query-opsi-data-object-data-response.js.map +1 -0
  227. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -63,6 +63,7 @@ class OperationsInsightsClient {
63
63
  this["_defaultHeaders"] = {};
64
64
  this._circuitBreaker = null;
65
65
  this._httpOptions = undefined;
66
+ this.targetService = "OperationsInsights";
66
67
  const requestSigner = params.authenticationDetailsProvider
67
68
  ? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
68
69
  : null;
@@ -158,12 +159,14 @@ class OperationsInsightsClient {
158
159
  * @param AddExadataInsightMembersRequest
159
160
  * @return AddExadataInsightMembersResponse
160
161
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
162
163
  */
163
164
  addExadataInsightMembers(addExadataInsightMembersRequest) {
164
165
  return __awaiter(this, void 0, void 0, function* () {
165
166
  if (this.logger)
166
167
  this.logger.debug("Calling operation OperationsInsightsClient#addExadataInsightMembers.");
168
+ const operationName = "addExadataInsightMembers";
169
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/AddExadataInsightMembers";
167
170
  const pathParams = {
168
171
  "{exadataInsightId}": addExadataInsightMembersRequest.exadataInsightId
169
172
  };
@@ -189,7 +192,7 @@ class OperationsInsightsClient {
189
192
  queryParams: queryParams
190
193
  });
191
194
  try {
192
- const response = yield retrier.makeServiceCall(this._httpClient, request);
195
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
193
196
  const sdkResponse = oci_common_1.composeResponse({
194
197
  responseObject: {},
195
198
  responseHeaders: [
@@ -218,12 +221,14 @@ class OperationsInsightsClient {
218
221
  * @param ChangeDatabaseInsightCompartmentRequest
219
222
  * @return ChangeDatabaseInsightCompartmentResponse
220
223
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
222
225
  */
223
226
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
224
227
  return __awaiter(this, void 0, void 0, function* () {
225
228
  if (this.logger)
226
229
  this.logger.debug("Calling operation OperationsInsightsClient#changeDatabaseInsightCompartment.");
230
+ const operationName = "changeDatabaseInsightCompartment";
231
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangeDatabaseInsightCompartment";
227
232
  const pathParams = {
228
233
  "{databaseInsightId}": changeDatabaseInsightCompartmentRequest.databaseInsightId
229
234
  };
@@ -249,7 +254,7 @@ class OperationsInsightsClient {
249
254
  queryParams: queryParams
250
255
  });
251
256
  try {
252
- const response = yield retrier.makeServiceCall(this._httpClient, request);
257
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
253
258
  const sdkResponse = oci_common_1.composeResponse({
254
259
  responseObject: {},
255
260
  responseHeaders: [
@@ -278,12 +283,14 @@ class OperationsInsightsClient {
278
283
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
279
284
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
280
285
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
282
287
  */
283
288
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
284
289
  return __awaiter(this, void 0, void 0, function* () {
285
290
  if (this.logger)
286
291
  this.logger.debug("Calling operation OperationsInsightsClient#changeEnterpriseManagerBridgeCompartment.");
292
+ const operationName = "changeEnterpriseManagerBridgeCompartment";
293
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ChangeEnterpriseManagerBridgeCompartment";
287
294
  const pathParams = {
288
295
  "{enterpriseManagerBridgeId}": changeEnterpriseManagerBridgeCompartmentRequest.enterpriseManagerBridgeId
289
296
  };
@@ -308,7 +315,7 @@ class OperationsInsightsClient {
308
315
  queryParams: queryParams
309
316
  });
310
317
  try {
311
- const response = yield retrier.makeServiceCall(this._httpClient, request);
318
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
312
319
  const sdkResponse = oci_common_1.composeResponse({
313
320
  responseObject: {},
314
321
  responseHeaders: [
@@ -337,12 +344,14 @@ class OperationsInsightsClient {
337
344
  * @param ChangeExadataInsightCompartmentRequest
338
345
  * @return ChangeExadataInsightCompartmentResponse
339
346
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
341
348
  */
342
349
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest) {
343
350
  return __awaiter(this, void 0, void 0, function* () {
344
351
  if (this.logger)
345
352
  this.logger.debug("Calling operation OperationsInsightsClient#changeExadataInsightCompartment.");
353
+ const operationName = "changeExadataInsightCompartment";
354
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ChangeExadataInsightCompartment";
346
355
  const pathParams = {
347
356
  "{exadataInsightId}": changeExadataInsightCompartmentRequest.exadataInsightId
348
357
  };
@@ -368,7 +377,7 @@ class OperationsInsightsClient {
368
377
  queryParams: queryParams
369
378
  });
370
379
  try {
371
- const response = yield retrier.makeServiceCall(this._httpClient, request);
380
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
372
381
  const sdkResponse = oci_common_1.composeResponse({
373
382
  responseObject: {},
374
383
  responseHeaders: [
@@ -397,12 +406,14 @@ class OperationsInsightsClient {
397
406
  * @param ChangeHostInsightCompartmentRequest
398
407
  * @return ChangeHostInsightCompartmentResponse
399
408
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
401
410
  */
402
411
  changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
403
412
  return __awaiter(this, void 0, void 0, function* () {
404
413
  if (this.logger)
405
414
  this.logger.debug("Calling operation OperationsInsightsClient#changeHostInsightCompartment.");
415
+ const operationName = "changeHostInsightCompartment";
416
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ChangeHostInsightCompartment";
406
417
  const pathParams = {
407
418
  "{hostInsightId}": changeHostInsightCompartmentRequest.hostInsightId
408
419
  };
@@ -428,7 +439,7 @@ class OperationsInsightsClient {
428
439
  queryParams: queryParams
429
440
  });
430
441
  try {
431
- const response = yield retrier.makeServiceCall(this._httpClient, request);
442
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
432
443
  const sdkResponse = oci_common_1.composeResponse({
433
444
  responseObject: {},
434
445
  responseHeaders: [
@@ -457,12 +468,14 @@ class OperationsInsightsClient {
457
468
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
458
469
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
459
470
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
461
472
  */
462
473
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest) {
463
474
  return __awaiter(this, void 0, void 0, function* () {
464
475
  if (this.logger)
465
476
  this.logger.debug("Calling operation OperationsInsightsClient#changeOperationsInsightsPrivateEndpointCompartment.");
477
+ const operationName = "changeOperationsInsightsPrivateEndpointCompartment";
478
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ChangeOperationsInsightsPrivateEndpointCompartment";
466
479
  const pathParams = {
467
480
  "{operationsInsightsPrivateEndpointId}": changeOperationsInsightsPrivateEndpointCompartmentRequest.operationsInsightsPrivateEndpointId
468
481
  };
@@ -488,7 +501,7 @@ class OperationsInsightsClient {
488
501
  queryParams: queryParams
489
502
  });
490
503
  try {
491
- const response = yield retrier.makeServiceCall(this._httpClient, request);
504
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
492
505
  const sdkResponse = oci_common_1.composeResponse({
493
506
  responseObject: {},
494
507
  responseHeaders: [
@@ -517,12 +530,14 @@ class OperationsInsightsClient {
517
530
  * @param ChangePeComanagedDatabaseInsightRequest
518
531
  * @return ChangePeComanagedDatabaseInsightResponse
519
532
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
521
534
  */
522
535
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest) {
523
536
  return __awaiter(this, void 0, void 0, function* () {
524
537
  if (this.logger)
525
538
  this.logger.debug("Calling operation OperationsInsightsClient#changePeComanagedDatabaseInsight.");
539
+ const operationName = "changePeComanagedDatabaseInsight";
540
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ChangePeComanagedDatabaseInsight";
526
541
  const pathParams = {
527
542
  "{databaseInsightId}": changePeComanagedDatabaseInsightRequest.databaseInsightId
528
543
  };
@@ -548,7 +563,7 @@ class OperationsInsightsClient {
548
563
  queryParams: queryParams
549
564
  });
550
565
  try {
551
- const response = yield retrier.makeServiceCall(this._httpClient, request);
566
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
552
567
  const sdkResponse = oci_common_1.composeResponse({
553
568
  responseObject: {},
554
569
  responseHeaders: [
@@ -579,12 +594,14 @@ class OperationsInsightsClient {
579
594
  * @param CreateAwrHubRequest
580
595
  * @return CreateAwrHubResponse
581
596
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
583
598
  */
584
599
  createAwrHub(createAwrHubRequest) {
585
600
  return __awaiter(this, void 0, void 0, function* () {
586
601
  if (this.logger)
587
602
  this.logger.debug("Calling operation OperationsInsightsClient#createAwrHub.");
603
+ const operationName = "createAwrHub";
604
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/CreateAwrHub";
588
605
  const pathParams = {};
589
606
  const queryParams = {};
590
607
  let headerParams = {
@@ -607,7 +624,7 @@ class OperationsInsightsClient {
607
624
  queryParams: queryParams
608
625
  });
609
626
  try {
610
- const response = yield retrier.makeServiceCall(this._httpClient, request);
627
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
611
628
  const sdkResponse = oci_common_1.composeResponse({
612
629
  responseObject: {},
613
630
  body: yield response.json(),
@@ -656,12 +673,14 @@ class OperationsInsightsClient {
656
673
  * @param CreateDatabaseInsightRequest
657
674
  * @return CreateDatabaseInsightResponse
658
675
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
660
677
  */
661
678
  createDatabaseInsight(createDatabaseInsightRequest) {
662
679
  return __awaiter(this, void 0, void 0, function* () {
663
680
  if (this.logger)
664
681
  this.logger.debug("Calling operation OperationsInsightsClient#createDatabaseInsight.");
682
+ const operationName = "createDatabaseInsight";
683
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/CreateDatabaseInsight";
665
684
  const pathParams = {};
666
685
  const queryParams = {};
667
686
  let headerParams = {
@@ -684,7 +703,7 @@ class OperationsInsightsClient {
684
703
  queryParams: queryParams
685
704
  });
686
705
  try {
687
- const response = yield retrier.makeServiceCall(this._httpClient, request);
706
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
688
707
  const sdkResponse = oci_common_1.composeResponse({
689
708
  responseObject: {},
690
709
  body: yield response.json(),
@@ -733,12 +752,14 @@ class OperationsInsightsClient {
733
752
  * @param CreateEnterpriseManagerBridgeRequest
734
753
  * @return CreateEnterpriseManagerBridgeResponse
735
754
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
737
756
  */
738
757
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
739
758
  return __awaiter(this, void 0, void 0, function* () {
740
759
  if (this.logger)
741
760
  this.logger.debug("Calling operation OperationsInsightsClient#createEnterpriseManagerBridge.");
761
+ const operationName = "createEnterpriseManagerBridge";
762
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/CreateEnterpriseManagerBridge";
742
763
  const pathParams = {};
743
764
  const queryParams = {};
744
765
  let headerParams = {
@@ -761,7 +782,7 @@ class OperationsInsightsClient {
761
782
  queryParams: queryParams
762
783
  });
763
784
  try {
764
- const response = yield retrier.makeServiceCall(this._httpClient, request);
785
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
765
786
  const sdkResponse = oci_common_1.composeResponse({
766
787
  responseObject: {},
767
788
  body: yield response.json(),
@@ -810,12 +831,14 @@ class OperationsInsightsClient {
810
831
  * @param CreateExadataInsightRequest
811
832
  * @return CreateExadataInsightResponse
812
833
  * @throws OciError when an error occurs
813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
814
835
  */
815
836
  createExadataInsight(createExadataInsightRequest) {
816
837
  return __awaiter(this, void 0, void 0, function* () {
817
838
  if (this.logger)
818
839
  this.logger.debug("Calling operation OperationsInsightsClient#createExadataInsight.");
840
+ const operationName = "createExadataInsight";
841
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/CreateExadataInsight";
819
842
  const pathParams = {};
820
843
  const queryParams = {};
821
844
  let headerParams = {
@@ -838,7 +861,7 @@ class OperationsInsightsClient {
838
861
  queryParams: queryParams
839
862
  });
840
863
  try {
841
- const response = yield retrier.makeServiceCall(this._httpClient, request);
864
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
842
865
  const sdkResponse = oci_common_1.composeResponse({
843
866
  responseObject: {},
844
867
  body: yield response.json(),
@@ -887,12 +910,14 @@ class OperationsInsightsClient {
887
910
  * @param CreateHostInsightRequest
888
911
  * @return CreateHostInsightResponse
889
912
  * @throws OciError when an error occurs
890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
891
914
  */
892
915
  createHostInsight(createHostInsightRequest) {
893
916
  return __awaiter(this, void 0, void 0, function* () {
894
917
  if (this.logger)
895
918
  this.logger.debug("Calling operation OperationsInsightsClient#createHostInsight.");
919
+ const operationName = "createHostInsight";
920
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/CreateHostInsight";
896
921
  const pathParams = {};
897
922
  const queryParams = {};
898
923
  let headerParams = {
@@ -915,7 +940,7 @@ class OperationsInsightsClient {
915
940
  queryParams: queryParams
916
941
  });
917
942
  try {
918
- const response = yield retrier.makeServiceCall(this._httpClient, request);
943
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
919
944
  const sdkResponse = oci_common_1.composeResponse({
920
945
  responseObject: {},
921
946
  body: yield response.json(),
@@ -965,12 +990,14 @@ class OperationsInsightsClient {
965
990
  * @param CreateOperationsInsightsPrivateEndpointRequest
966
991
  * @return CreateOperationsInsightsPrivateEndpointResponse
967
992
  * @throws OciError when an error occurs
968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
969
994
  */
970
995
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest) {
971
996
  return __awaiter(this, void 0, void 0, function* () {
972
997
  if (this.logger)
973
998
  this.logger.debug("Calling operation OperationsInsightsClient#createOperationsInsightsPrivateEndpoint.");
999
+ const operationName = "createOperationsInsightsPrivateEndpoint";
1000
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/CreateOperationsInsightsPrivateEndpoint";
974
1001
  const pathParams = {};
975
1002
  const queryParams = {};
976
1003
  let headerParams = {
@@ -993,7 +1020,7 @@ class OperationsInsightsClient {
993
1020
  queryParams: queryParams
994
1021
  });
995
1022
  try {
996
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1023
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
997
1024
  const sdkResponse = oci_common_1.composeResponse({
998
1025
  responseObject: {},
999
1026
  body: yield response.json(),
@@ -1044,12 +1071,14 @@ class OperationsInsightsClient {
1044
1071
  * @param CreateOperationsInsightsWarehouseRequest
1045
1072
  * @return CreateOperationsInsightsWarehouseResponse
1046
1073
  * @throws OciError when an error occurs
1047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
1074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
1048
1075
  */
1049
1076
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest) {
1050
1077
  return __awaiter(this, void 0, void 0, function* () {
1051
1078
  if (this.logger)
1052
1079
  this.logger.debug("Calling operation OperationsInsightsClient#createOperationsInsightsWarehouse.");
1080
+ const operationName = "createOperationsInsightsWarehouse";
1081
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/CreateOperationsInsightsWarehouse";
1053
1082
  const pathParams = {};
1054
1083
  const queryParams = {};
1055
1084
  let headerParams = {
@@ -1072,7 +1101,7 @@ class OperationsInsightsClient {
1072
1101
  queryParams: queryParams
1073
1102
  });
1074
1103
  try {
1075
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1104
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1076
1105
  const sdkResponse = oci_common_1.composeResponse({
1077
1106
  responseObject: {},
1078
1107
  body: yield response.json(),
@@ -1122,12 +1151,14 @@ class OperationsInsightsClient {
1122
1151
  * @param CreateOperationsInsightsWarehouseUserRequest
1123
1152
  * @return CreateOperationsInsightsWarehouseUserResponse
1124
1153
  * @throws OciError when an error occurs
1125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
1154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
1126
1155
  */
1127
1156
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest) {
1128
1157
  return __awaiter(this, void 0, void 0, function* () {
1129
1158
  if (this.logger)
1130
1159
  this.logger.debug("Calling operation OperationsInsightsClient#createOperationsInsightsWarehouseUser.");
1160
+ const operationName = "createOperationsInsightsWarehouseUser";
1161
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/CreateOperationsInsightsWarehouseUser";
1131
1162
  const pathParams = {};
1132
1163
  const queryParams = {};
1133
1164
  let headerParams = {
@@ -1150,7 +1181,7 @@ class OperationsInsightsClient {
1150
1181
  queryParams: queryParams
1151
1182
  });
1152
1183
  try {
1153
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1184
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1154
1185
  const sdkResponse = oci_common_1.composeResponse({
1155
1186
  responseObject: {},
1156
1187
  body: yield response.json(),
@@ -1198,12 +1229,14 @@ class OperationsInsightsClient {
1198
1229
  * @param DeleteAwrHubRequest
1199
1230
  * @return DeleteAwrHubResponse
1200
1231
  * @throws OciError when an error occurs
1201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
1232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
1202
1233
  */
1203
1234
  deleteAwrHub(deleteAwrHubRequest) {
1204
1235
  return __awaiter(this, void 0, void 0, function* () {
1205
1236
  if (this.logger)
1206
1237
  this.logger.debug("Calling operation OperationsInsightsClient#deleteAwrHub.");
1238
+ const operationName = "deleteAwrHub";
1239
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/DeleteAwrHub";
1207
1240
  const pathParams = {
1208
1241
  "{awrHubId}": deleteAwrHubRequest.awrHubId
1209
1242
  };
@@ -1227,7 +1260,7 @@ class OperationsInsightsClient {
1227
1260
  queryParams: queryParams
1228
1261
  });
1229
1262
  try {
1230
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1263
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1231
1264
  const sdkResponse = oci_common_1.composeResponse({
1232
1265
  responseObject: {},
1233
1266
  responseHeaders: [
@@ -1256,12 +1289,14 @@ class OperationsInsightsClient {
1256
1289
  * @param DeleteDatabaseInsightRequest
1257
1290
  * @return DeleteDatabaseInsightResponse
1258
1291
  * @throws OciError when an error occurs
1259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
1292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
1260
1293
  */
1261
1294
  deleteDatabaseInsight(deleteDatabaseInsightRequest) {
1262
1295
  return __awaiter(this, void 0, void 0, function* () {
1263
1296
  if (this.logger)
1264
1297
  this.logger.debug("Calling operation OperationsInsightsClient#deleteDatabaseInsight.");
1298
+ const operationName = "deleteDatabaseInsight";
1299
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/DeleteDatabaseInsight";
1265
1300
  const pathParams = {
1266
1301
  "{databaseInsightId}": deleteDatabaseInsightRequest.databaseInsightId
1267
1302
  };
@@ -1285,7 +1320,7 @@ class OperationsInsightsClient {
1285
1320
  queryParams: queryParams
1286
1321
  });
1287
1322
  try {
1288
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1323
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1289
1324
  const sdkResponse = oci_common_1.composeResponse({
1290
1325
  responseObject: {},
1291
1326
  responseHeaders: [
@@ -1314,12 +1349,14 @@ class OperationsInsightsClient {
1314
1349
  * @param DeleteEnterpriseManagerBridgeRequest
1315
1350
  * @return DeleteEnterpriseManagerBridgeResponse
1316
1351
  * @throws OciError when an error occurs
1317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
1352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
1318
1353
  */
1319
1354
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
1320
1355
  return __awaiter(this, void 0, void 0, function* () {
1321
1356
  if (this.logger)
1322
1357
  this.logger.debug("Calling operation OperationsInsightsClient#deleteEnterpriseManagerBridge.");
1358
+ const operationName = "deleteEnterpriseManagerBridge";
1359
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/DeleteEnterpriseManagerBridge";
1323
1360
  const pathParams = {
1324
1361
  "{enterpriseManagerBridgeId}": deleteEnterpriseManagerBridgeRequest.enterpriseManagerBridgeId
1325
1362
  };
@@ -1343,7 +1380,7 @@ class OperationsInsightsClient {
1343
1380
  queryParams: queryParams
1344
1381
  });
1345
1382
  try {
1346
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1383
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1347
1384
  const sdkResponse = oci_common_1.composeResponse({
1348
1385
  responseObject: {},
1349
1386
  responseHeaders: [
@@ -1372,12 +1409,14 @@ class OperationsInsightsClient {
1372
1409
  * @param DeleteExadataInsightRequest
1373
1410
  * @return DeleteExadataInsightResponse
1374
1411
  * @throws OciError when an error occurs
1375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
1412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
1376
1413
  */
1377
1414
  deleteExadataInsight(deleteExadataInsightRequest) {
1378
1415
  return __awaiter(this, void 0, void 0, function* () {
1379
1416
  if (this.logger)
1380
1417
  this.logger.debug("Calling operation OperationsInsightsClient#deleteExadataInsight.");
1418
+ const operationName = "deleteExadataInsight";
1419
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/DeleteExadataInsight";
1381
1420
  const pathParams = {
1382
1421
  "{exadataInsightId}": deleteExadataInsightRequest.exadataInsightId
1383
1422
  };
@@ -1401,7 +1440,7 @@ class OperationsInsightsClient {
1401
1440
  queryParams: queryParams
1402
1441
  });
1403
1442
  try {
1404
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1443
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1405
1444
  const sdkResponse = oci_common_1.composeResponse({
1406
1445
  responseObject: {},
1407
1446
  responseHeaders: [
@@ -1430,12 +1469,14 @@ class OperationsInsightsClient {
1430
1469
  * @param DeleteHostInsightRequest
1431
1470
  * @return DeleteHostInsightResponse
1432
1471
  * @throws OciError when an error occurs
1433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
1472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
1434
1473
  */
1435
1474
  deleteHostInsight(deleteHostInsightRequest) {
1436
1475
  return __awaiter(this, void 0, void 0, function* () {
1437
1476
  if (this.logger)
1438
1477
  this.logger.debug("Calling operation OperationsInsightsClient#deleteHostInsight.");
1478
+ const operationName = "deleteHostInsight";
1479
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/DeleteHostInsight";
1439
1480
  const pathParams = {
1440
1481
  "{hostInsightId}": deleteHostInsightRequest.hostInsightId
1441
1482
  };
@@ -1459,7 +1500,7 @@ class OperationsInsightsClient {
1459
1500
  queryParams: queryParams
1460
1501
  });
1461
1502
  try {
1462
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1503
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1463
1504
  const sdkResponse = oci_common_1.composeResponse({
1464
1505
  responseObject: {},
1465
1506
  responseHeaders: [
@@ -1488,12 +1529,14 @@ class OperationsInsightsClient {
1488
1529
  * @param DeleteOperationsInsightsPrivateEndpointRequest
1489
1530
  * @return DeleteOperationsInsightsPrivateEndpointResponse
1490
1531
  * @throws OciError when an error occurs
1491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
1532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
1492
1533
  */
1493
1534
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest) {
1494
1535
  return __awaiter(this, void 0, void 0, function* () {
1495
1536
  if (this.logger)
1496
1537
  this.logger.debug("Calling operation OperationsInsightsClient#deleteOperationsInsightsPrivateEndpoint.");
1538
+ const operationName = "deleteOperationsInsightsPrivateEndpoint";
1539
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/DeleteOperationsInsightsPrivateEndpoint";
1497
1540
  const pathParams = {
1498
1541
  "{operationsInsightsPrivateEndpointId}": deleteOperationsInsightsPrivateEndpointRequest.operationsInsightsPrivateEndpointId
1499
1542
  };
@@ -1517,7 +1560,7 @@ class OperationsInsightsClient {
1517
1560
  queryParams: queryParams
1518
1561
  });
1519
1562
  try {
1520
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1563
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1521
1564
  const sdkResponse = oci_common_1.composeResponse({
1522
1565
  responseObject: {},
1523
1566
  responseHeaders: [
@@ -1550,12 +1593,14 @@ class OperationsInsightsClient {
1550
1593
  * @param DeleteOperationsInsightsWarehouseRequest
1551
1594
  * @return DeleteOperationsInsightsWarehouseResponse
1552
1595
  * @throws OciError when an error occurs
1553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
1554
1597
  */
1555
1598
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest) {
1556
1599
  return __awaiter(this, void 0, void 0, function* () {
1557
1600
  if (this.logger)
1558
1601
  this.logger.debug("Calling operation OperationsInsightsClient#deleteOperationsInsightsWarehouse.");
1602
+ const operationName = "deleteOperationsInsightsWarehouse";
1603
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/DeleteOperationsInsightsWarehouse";
1559
1604
  const pathParams = {
1560
1605
  "{operationsInsightsWarehouseId}": deleteOperationsInsightsWarehouseRequest.operationsInsightsWarehouseId
1561
1606
  };
@@ -1579,7 +1624,7 @@ class OperationsInsightsClient {
1579
1624
  queryParams: queryParams
1580
1625
  });
1581
1626
  try {
1582
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1627
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1583
1628
  const sdkResponse = oci_common_1.composeResponse({
1584
1629
  responseObject: {},
1585
1630
  responseHeaders: [
@@ -1608,12 +1653,14 @@ class OperationsInsightsClient {
1608
1653
  * @param DeleteOperationsInsightsWarehouseUserRequest
1609
1654
  * @return DeleteOperationsInsightsWarehouseUserResponse
1610
1655
  * @throws OciError when an error occurs
1611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
1612
1657
  */
1613
1658
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest) {
1614
1659
  return __awaiter(this, void 0, void 0, function* () {
1615
1660
  if (this.logger)
1616
1661
  this.logger.debug("Calling operation OperationsInsightsClient#deleteOperationsInsightsWarehouseUser.");
1662
+ const operationName = "deleteOperationsInsightsWarehouseUser";
1663
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/DeleteOperationsInsightsWarehouseUser";
1617
1664
  const pathParams = {
1618
1665
  "{operationsInsightsWarehouseUserId}": deleteOperationsInsightsWarehouseUserRequest.operationsInsightsWarehouseUserId
1619
1666
  };
@@ -1637,7 +1684,7 @@ class OperationsInsightsClient {
1637
1684
  queryParams: queryParams
1638
1685
  });
1639
1686
  try {
1640
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1687
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1641
1688
  const sdkResponse = oci_common_1.composeResponse({
1642
1689
  responseObject: {},
1643
1690
  responseHeaders: [
@@ -1666,12 +1713,14 @@ class OperationsInsightsClient {
1666
1713
  * @param DisableDatabaseInsightRequest
1667
1714
  * @return DisableDatabaseInsightResponse
1668
1715
  * @throws OciError when an error occurs
1669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
1716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
1670
1717
  */
1671
1718
  disableDatabaseInsight(disableDatabaseInsightRequest) {
1672
1719
  return __awaiter(this, void 0, void 0, function* () {
1673
1720
  if (this.logger)
1674
1721
  this.logger.debug("Calling operation OperationsInsightsClient#disableDatabaseInsight.");
1722
+ const operationName = "disableDatabaseInsight";
1723
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/DisableDatabaseInsight";
1675
1724
  const pathParams = {
1676
1725
  "{databaseInsightId}": disableDatabaseInsightRequest.databaseInsightId
1677
1726
  };
@@ -1696,7 +1745,7 @@ class OperationsInsightsClient {
1696
1745
  queryParams: queryParams
1697
1746
  });
1698
1747
  try {
1699
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1748
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1700
1749
  const sdkResponse = oci_common_1.composeResponse({
1701
1750
  responseObject: {},
1702
1751
  responseHeaders: [
@@ -1725,12 +1774,14 @@ class OperationsInsightsClient {
1725
1774
  * @param DisableExadataInsightRequest
1726
1775
  * @return DisableExadataInsightResponse
1727
1776
  * @throws OciError when an error occurs
1728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
1777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
1729
1778
  */
1730
1779
  disableExadataInsight(disableExadataInsightRequest) {
1731
1780
  return __awaiter(this, void 0, void 0, function* () {
1732
1781
  if (this.logger)
1733
1782
  this.logger.debug("Calling operation OperationsInsightsClient#disableExadataInsight.");
1783
+ const operationName = "disableExadataInsight";
1784
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/DisableExadataInsight";
1734
1785
  const pathParams = {
1735
1786
  "{exadataInsightId}": disableExadataInsightRequest.exadataInsightId
1736
1787
  };
@@ -1755,7 +1806,7 @@ class OperationsInsightsClient {
1755
1806
  queryParams: queryParams
1756
1807
  });
1757
1808
  try {
1758
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1809
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1759
1810
  const sdkResponse = oci_common_1.composeResponse({
1760
1811
  responseObject: {},
1761
1812
  responseHeaders: [
@@ -1784,12 +1835,14 @@ class OperationsInsightsClient {
1784
1835
  * @param DisableHostInsightRequest
1785
1836
  * @return DisableHostInsightResponse
1786
1837
  * @throws OciError when an error occurs
1787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
1838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
1788
1839
  */
1789
1840
  disableHostInsight(disableHostInsightRequest) {
1790
1841
  return __awaiter(this, void 0, void 0, function* () {
1791
1842
  if (this.logger)
1792
1843
  this.logger.debug("Calling operation OperationsInsightsClient#disableHostInsight.");
1844
+ const operationName = "disableHostInsight";
1845
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/DisableHostInsight";
1793
1846
  const pathParams = {
1794
1847
  "{hostInsightId}": disableHostInsightRequest.hostInsightId
1795
1848
  };
@@ -1814,7 +1867,7 @@ class OperationsInsightsClient {
1814
1867
  queryParams: queryParams
1815
1868
  });
1816
1869
  try {
1817
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1870
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1818
1871
  const sdkResponse = oci_common_1.composeResponse({
1819
1872
  responseObject: {},
1820
1873
  responseHeaders: [
@@ -1843,12 +1896,14 @@ class OperationsInsightsClient {
1843
1896
  * @param DownloadOperationsInsightsWarehouseWalletRequest
1844
1897
  * @return DownloadOperationsInsightsWarehouseWalletResponse
1845
1898
  * @throws OciError when an error occurs
1846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
1899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
1847
1900
  */
1848
1901
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest) {
1849
1902
  return __awaiter(this, void 0, void 0, function* () {
1850
1903
  if (this.logger)
1851
1904
  this.logger.debug("Calling operation OperationsInsightsClient#downloadOperationsInsightsWarehouseWallet.");
1905
+ const operationName = "downloadOperationsInsightsWarehouseWallet";
1906
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/DownloadOperationsInsightsWarehouseWallet";
1852
1907
  const pathParams = {
1853
1908
  "{operationsInsightsWarehouseId}": downloadOperationsInsightsWarehouseWalletRequest.operationsInsightsWarehouseId
1854
1909
  };
@@ -1873,7 +1928,7 @@ class OperationsInsightsClient {
1873
1928
  queryParams: queryParams
1874
1929
  });
1875
1930
  try {
1876
- const response = yield retrier.makeServiceCall(this._httpClient, request);
1931
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1877
1932
  const sdkResponse = oci_common_1.composeResponse({
1878
1933
  responseObject: {},
1879
1934
  body: response.body,
@@ -1915,12 +1970,14 @@ class OperationsInsightsClient {
1915
1970
  * @param EnableDatabaseInsightRequest
1916
1971
  * @return EnableDatabaseInsightResponse
1917
1972
  * @throws OciError when an error occurs
1918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
1973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
1919
1974
  */
1920
1975
  enableDatabaseInsight(enableDatabaseInsightRequest) {
1921
1976
  return __awaiter(this, void 0, void 0, function* () {
1922
1977
  if (this.logger)
1923
1978
  this.logger.debug("Calling operation OperationsInsightsClient#enableDatabaseInsight.");
1979
+ const operationName = "enableDatabaseInsight";
1980
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/EnableDatabaseInsight";
1924
1981
  const pathParams = {
1925
1982
  "{databaseInsightId}": enableDatabaseInsightRequest.databaseInsightId
1926
1983
  };
@@ -1946,7 +2003,7 @@ class OperationsInsightsClient {
1946
2003
  queryParams: queryParams
1947
2004
  });
1948
2005
  try {
1949
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2006
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1950
2007
  const sdkResponse = oci_common_1.composeResponse({
1951
2008
  responseObject: {},
1952
2009
  responseHeaders: [
@@ -1975,12 +2032,14 @@ class OperationsInsightsClient {
1975
2032
  * @param EnableExadataInsightRequest
1976
2033
  * @return EnableExadataInsightResponse
1977
2034
  * @throws OciError when an error occurs
1978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
2035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
1979
2036
  */
1980
2037
  enableExadataInsight(enableExadataInsightRequest) {
1981
2038
  return __awaiter(this, void 0, void 0, function* () {
1982
2039
  if (this.logger)
1983
2040
  this.logger.debug("Calling operation OperationsInsightsClient#enableExadataInsight.");
2041
+ const operationName = "enableExadataInsight";
2042
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/EnableExadataInsight";
1984
2043
  const pathParams = {
1985
2044
  "{exadataInsightId}": enableExadataInsightRequest.exadataInsightId
1986
2045
  };
@@ -2006,7 +2065,7 @@ class OperationsInsightsClient {
2006
2065
  queryParams: queryParams
2007
2066
  });
2008
2067
  try {
2009
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2068
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2010
2069
  const sdkResponse = oci_common_1.composeResponse({
2011
2070
  responseObject: {},
2012
2071
  responseHeaders: [
@@ -2035,12 +2094,14 @@ class OperationsInsightsClient {
2035
2094
  * @param EnableHostInsightRequest
2036
2095
  * @return EnableHostInsightResponse
2037
2096
  * @throws OciError when an error occurs
2038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
2097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
2039
2098
  */
2040
2099
  enableHostInsight(enableHostInsightRequest) {
2041
2100
  return __awaiter(this, void 0, void 0, function* () {
2042
2101
  if (this.logger)
2043
2102
  this.logger.debug("Calling operation OperationsInsightsClient#enableHostInsight.");
2103
+ const operationName = "enableHostInsight";
2104
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/EnableHostInsight";
2044
2105
  const pathParams = {
2045
2106
  "{hostInsightId}": enableHostInsightRequest.hostInsightId
2046
2107
  };
@@ -2066,7 +2127,7 @@ class OperationsInsightsClient {
2066
2127
  queryParams: queryParams
2067
2128
  });
2068
2129
  try {
2069
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2130
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2070
2131
  const sdkResponse = oci_common_1.composeResponse({
2071
2132
  responseObject: {},
2072
2133
  responseHeaders: [
@@ -2095,12 +2156,14 @@ class OperationsInsightsClient {
2095
2156
  * @param GetAwrHubRequest
2096
2157
  * @return GetAwrHubResponse
2097
2158
  * @throws OciError when an error occurs
2098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2099
2160
  */
2100
2161
  getAwrHub(getAwrHubRequest) {
2101
2162
  return __awaiter(this, void 0, void 0, function* () {
2102
2163
  if (this.logger)
2103
2164
  this.logger.debug("Calling operation OperationsInsightsClient#getAwrHub.");
2165
+ const operationName = "getAwrHub";
2166
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrHub";
2104
2167
  const pathParams = {
2105
2168
  "{awrHubId}": getAwrHubRequest.awrHubId
2106
2169
  };
@@ -2123,7 +2186,7 @@ class OperationsInsightsClient {
2123
2186
  queryParams: queryParams
2124
2187
  });
2125
2188
  try {
2126
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2189
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2127
2190
  const sdkResponse = oci_common_1.composeResponse({
2128
2191
  responseObject: {},
2129
2192
  body: yield response.json(),
@@ -2158,12 +2221,14 @@ class OperationsInsightsClient {
2158
2221
  * @param GetAwrReportRequest
2159
2222
  * @return GetAwrReportResponse
2160
2223
  * @throws OciError when an error occurs
2161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2162
2225
  */
2163
2226
  getAwrReport(getAwrReportRequest) {
2164
2227
  return __awaiter(this, void 0, void 0, function* () {
2165
2228
  if (this.logger)
2166
2229
  this.logger.debug("Calling operation OperationsInsightsClient#getAwrReport.");
2230
+ const operationName = "getAwrReport";
2231
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/GetAwrReport";
2167
2232
  const pathParams = {
2168
2233
  "{awrHubId}": getAwrReportRequest.awrHubId
2169
2234
  };
@@ -2194,7 +2259,7 @@ class OperationsInsightsClient {
2194
2259
  queryParams: queryParams
2195
2260
  });
2196
2261
  try {
2197
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2262
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2198
2263
  const sdkResponse = oci_common_1.composeResponse({
2199
2264
  responseObject: {},
2200
2265
  body: yield response.json(),
@@ -2222,12 +2287,14 @@ class OperationsInsightsClient {
2222
2287
  * @param GetDatabaseInsightRequest
2223
2288
  * @return GetDatabaseInsightResponse
2224
2289
  * @throws OciError when an error occurs
2225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2226
2291
  */
2227
2292
  getDatabaseInsight(getDatabaseInsightRequest) {
2228
2293
  return __awaiter(this, void 0, void 0, function* () {
2229
2294
  if (this.logger)
2230
2295
  this.logger.debug("Calling operation OperationsInsightsClient#getDatabaseInsight.");
2296
+ const operationName = "getDatabaseInsight";
2297
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/GetDatabaseInsight";
2231
2298
  const pathParams = {
2232
2299
  "{databaseInsightId}": getDatabaseInsightRequest.databaseInsightId
2233
2300
  };
@@ -2250,7 +2317,7 @@ class OperationsInsightsClient {
2250
2317
  queryParams: queryParams
2251
2318
  });
2252
2319
  try {
2253
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2320
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2254
2321
  const sdkResponse = oci_common_1.composeResponse({
2255
2322
  responseObject: {},
2256
2323
  body: yield response.json(),
@@ -2283,12 +2350,14 @@ class OperationsInsightsClient {
2283
2350
  * @param GetEnterpriseManagerBridgeRequest
2284
2351
  * @return GetEnterpriseManagerBridgeResponse
2285
2352
  * @throws OciError when an error occurs
2286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2287
2354
  */
2288
2355
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
2289
2356
  return __awaiter(this, void 0, void 0, function* () {
2290
2357
  if (this.logger)
2291
2358
  this.logger.debug("Calling operation OperationsInsightsClient#getEnterpriseManagerBridge.");
2359
+ const operationName = "getEnterpriseManagerBridge";
2360
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/GetEnterpriseManagerBridge";
2292
2361
  const pathParams = {
2293
2362
  "{enterpriseManagerBridgeId}": getEnterpriseManagerBridgeRequest.enterpriseManagerBridgeId
2294
2363
  };
@@ -2311,7 +2380,7 @@ class OperationsInsightsClient {
2311
2380
  queryParams: queryParams
2312
2381
  });
2313
2382
  try {
2314
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2383
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2315
2384
  const sdkResponse = oci_common_1.composeResponse({
2316
2385
  responseObject: {},
2317
2386
  body: yield response.json(),
@@ -2344,12 +2413,14 @@ class OperationsInsightsClient {
2344
2413
  * @param GetExadataInsightRequest
2345
2414
  * @return GetExadataInsightResponse
2346
2415
  * @throws OciError when an error occurs
2347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2348
2417
  */
2349
2418
  getExadataInsight(getExadataInsightRequest) {
2350
2419
  return __awaiter(this, void 0, void 0, function* () {
2351
2420
  if (this.logger)
2352
2421
  this.logger.debug("Calling operation OperationsInsightsClient#getExadataInsight.");
2422
+ const operationName = "getExadataInsight";
2423
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/GetExadataInsight";
2353
2424
  const pathParams = {
2354
2425
  "{exadataInsightId}": getExadataInsightRequest.exadataInsightId
2355
2426
  };
@@ -2372,7 +2443,7 @@ class OperationsInsightsClient {
2372
2443
  queryParams: queryParams
2373
2444
  });
2374
2445
  try {
2375
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2446
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2376
2447
  const sdkResponse = oci_common_1.composeResponse({
2377
2448
  responseObject: {},
2378
2449
  body: yield response.json(),
@@ -2405,12 +2476,14 @@ class OperationsInsightsClient {
2405
2476
  * @param GetHostInsightRequest
2406
2477
  * @return GetHostInsightResponse
2407
2478
  * @throws OciError when an error occurs
2408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
2479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
2409
2480
  */
2410
2481
  getHostInsight(getHostInsightRequest) {
2411
2482
  return __awaiter(this, void 0, void 0, function* () {
2412
2483
  if (this.logger)
2413
2484
  this.logger.debug("Calling operation OperationsInsightsClient#getHostInsight.");
2485
+ const operationName = "getHostInsight";
2486
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/GetHostInsight";
2414
2487
  const pathParams = {
2415
2488
  "{hostInsightId}": getHostInsightRequest.hostInsightId
2416
2489
  };
@@ -2433,7 +2506,7 @@ class OperationsInsightsClient {
2433
2506
  queryParams: queryParams
2434
2507
  });
2435
2508
  try {
2436
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2509
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2437
2510
  const sdkResponse = oci_common_1.composeResponse({
2438
2511
  responseObject: {},
2439
2512
  body: yield response.json(),
@@ -2466,12 +2539,14 @@ class OperationsInsightsClient {
2466
2539
  * @param GetOperationsInsightsPrivateEndpointRequest
2467
2540
  * @return GetOperationsInsightsPrivateEndpointResponse
2468
2541
  * @throws OciError when an error occurs
2469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
2542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
2470
2543
  */
2471
2544
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
2472
2545
  return __awaiter(this, void 0, void 0, function* () {
2473
2546
  if (this.logger)
2474
2547
  this.logger.debug("Calling operation OperationsInsightsClient#getOperationsInsightsPrivateEndpoint.");
2548
+ const operationName = "getOperationsInsightsPrivateEndpoint";
2549
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/GetOperationsInsightsPrivateEndpoint";
2475
2550
  const pathParams = {
2476
2551
  "{operationsInsightsPrivateEndpointId}": getOperationsInsightsPrivateEndpointRequest.operationsInsightsPrivateEndpointId
2477
2552
  };
@@ -2494,7 +2569,7 @@ class OperationsInsightsClient {
2494
2569
  queryParams: queryParams
2495
2570
  });
2496
2571
  try {
2497
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2572
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2498
2573
  const sdkResponse = oci_common_1.composeResponse({
2499
2574
  responseObject: {},
2500
2575
  body: yield response.json(),
@@ -2529,12 +2604,14 @@ class OperationsInsightsClient {
2529
2604
  * @param GetOperationsInsightsWarehouseRequest
2530
2605
  * @return GetOperationsInsightsWarehouseResponse
2531
2606
  * @throws OciError when an error occurs
2532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
2607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
2533
2608
  */
2534
2609
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
2535
2610
  return __awaiter(this, void 0, void 0, function* () {
2536
2611
  if (this.logger)
2537
2612
  this.logger.debug("Calling operation OperationsInsightsClient#getOperationsInsightsWarehouse.");
2613
+ const operationName = "getOperationsInsightsWarehouse";
2614
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/GetOperationsInsightsWarehouse";
2538
2615
  const pathParams = {
2539
2616
  "{operationsInsightsWarehouseId}": getOperationsInsightsWarehouseRequest.operationsInsightsWarehouseId
2540
2617
  };
@@ -2557,7 +2634,7 @@ class OperationsInsightsClient {
2557
2634
  queryParams: queryParams
2558
2635
  });
2559
2636
  try {
2560
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2637
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2561
2638
  const sdkResponse = oci_common_1.composeResponse({
2562
2639
  responseObject: {},
2563
2640
  body: yield response.json(),
@@ -2590,12 +2667,14 @@ class OperationsInsightsClient {
2590
2667
  * @param GetOperationsInsightsWarehouseUserRequest
2591
2668
  * @return GetOperationsInsightsWarehouseUserResponse
2592
2669
  * @throws OciError when an error occurs
2593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
2670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
2594
2671
  */
2595
2672
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
2596
2673
  return __awaiter(this, void 0, void 0, function* () {
2597
2674
  if (this.logger)
2598
2675
  this.logger.debug("Calling operation OperationsInsightsClient#getOperationsInsightsWarehouseUser.");
2676
+ const operationName = "getOperationsInsightsWarehouseUser";
2677
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/GetOperationsInsightsWarehouseUser";
2599
2678
  const pathParams = {
2600
2679
  "{operationsInsightsWarehouseUserId}": getOperationsInsightsWarehouseUserRequest.operationsInsightsWarehouseUserId
2601
2680
  };
@@ -2618,7 +2697,7 @@ class OperationsInsightsClient {
2618
2697
  queryParams: queryParams
2619
2698
  });
2620
2699
  try {
2621
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2700
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2622
2701
  const sdkResponse = oci_common_1.composeResponse({
2623
2702
  responseObject: {},
2624
2703
  body: yield response.json(),
@@ -2645,18 +2724,80 @@ class OperationsInsightsClient {
2645
2724
  }
2646
2725
  });
2647
2726
  }
2727
+ /**
2728
+ * Gets details of an OPSI data object.
2729
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2730
+ * @param GetOpsiDataObjectRequest
2731
+ * @return GetOpsiDataObjectResponse
2732
+ * @throws OciError when an error occurs
2733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
2734
+ */
2735
+ getOpsiDataObject(getOpsiDataObjectRequest) {
2736
+ return __awaiter(this, void 0, void 0, function* () {
2737
+ if (this.logger)
2738
+ this.logger.debug("Calling operation OperationsInsightsClient#getOpsiDataObject.");
2739
+ const operationName = "getOpsiDataObject";
2740
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/GetOpsiDataObject";
2741
+ const pathParams = {
2742
+ "{opsiDataObjectIdentifier}": getOpsiDataObjectRequest.opsiDataObjectIdentifier
2743
+ };
2744
+ const queryParams = {
2745
+ "compartmentId": getOpsiDataObjectRequest.compartmentId
2746
+ };
2747
+ let headerParams = {
2748
+ "Content-Type": common.Constants.APPLICATION_JSON,
2749
+ "opc-request-id": getOpsiDataObjectRequest.opcRequestId
2750
+ };
2751
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2752
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getOpsiDataObjectRequest.retryConfiguration, specRetryConfiguration);
2753
+ if (this.logger)
2754
+ retrier.logger = this.logger;
2755
+ const request = yield oci_common_1.composeRequest({
2756
+ baseEndpoint: this._endpoint,
2757
+ defaultHeaders: this._defaultHeaders,
2758
+ path: "/opsiDataObjects/{opsiDataObjectIdentifier}",
2759
+ method: "GET",
2760
+ pathParams: pathParams,
2761
+ headerParams: headerParams,
2762
+ queryParams: queryParams
2763
+ });
2764
+ try {
2765
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2766
+ const sdkResponse = oci_common_1.composeResponse({
2767
+ responseObject: {},
2768
+ body: yield response.json(),
2769
+ bodyKey: "opsiDataObject",
2770
+ bodyModel: model.OpsiDataObject,
2771
+ type: "model.OpsiDataObject",
2772
+ responseHeaders: [
2773
+ {
2774
+ value: response.headers.get("opc-request-id"),
2775
+ key: "opcRequestId",
2776
+ dataType: "string"
2777
+ }
2778
+ ]
2779
+ });
2780
+ return sdkResponse;
2781
+ }
2782
+ catch (err) {
2783
+ throw err;
2784
+ }
2785
+ });
2786
+ }
2648
2787
  /**
2649
2788
  * Gets the status of the work request with the given ID.
2650
2789
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2651
2790
  * @param GetWorkRequestRequest
2652
2791
  * @return GetWorkRequestResponse
2653
2792
  * @throws OciError when an error occurs
2654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2655
2794
  */
2656
2795
  getWorkRequest(getWorkRequestRequest) {
2657
2796
  return __awaiter(this, void 0, void 0, function* () {
2658
2797
  if (this.logger)
2659
2798
  this.logger.debug("Calling operation OperationsInsightsClient#getWorkRequest.");
2799
+ const operationName = "getWorkRequest";
2800
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/GetWorkRequest";
2660
2801
  const pathParams = {
2661
2802
  "{workRequestId}": getWorkRequestRequest.workRequestId
2662
2803
  };
@@ -2679,7 +2820,7 @@ class OperationsInsightsClient {
2679
2820
  queryParams: queryParams
2680
2821
  });
2681
2822
  try {
2682
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2823
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2683
2824
  const sdkResponse = oci_common_1.composeResponse({
2684
2825
  responseObject: {},
2685
2826
  body: yield response.json(),
@@ -2717,12 +2858,14 @@ class OperationsInsightsClient {
2717
2858
  * @param IngestDatabaseConfigurationRequest
2718
2859
  * @return IngestDatabaseConfigurationResponse
2719
2860
  * @throws OciError when an error occurs
2720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2721
2862
  */
2722
2863
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
2723
2864
  return __awaiter(this, void 0, void 0, function* () {
2724
2865
  if (this.logger)
2725
2866
  this.logger.debug("Calling operation OperationsInsightsClient#ingestDatabaseConfiguration.");
2867
+ const operationName = "ingestDatabaseConfiguration";
2868
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestDatabaseConfiguration";
2726
2869
  const pathParams = {};
2727
2870
  const queryParams = {
2728
2871
  "databaseId": ingestDatabaseConfigurationRequest.databaseId,
@@ -2749,7 +2892,7 @@ class OperationsInsightsClient {
2749
2892
  queryParams: queryParams
2750
2893
  });
2751
2894
  try {
2752
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2895
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2753
2896
  const sdkResponse = oci_common_1.composeResponse({
2754
2897
  responseObject: {},
2755
2898
  body: yield response.json(),
@@ -2782,12 +2925,14 @@ class OperationsInsightsClient {
2782
2925
  * @param IngestHostConfigurationRequest
2783
2926
  * @return IngestHostConfigurationResponse
2784
2927
  * @throws OciError when an error occurs
2785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
2928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
2786
2929
  */
2787
2930
  ingestHostConfiguration(ingestHostConfigurationRequest) {
2788
2931
  return __awaiter(this, void 0, void 0, function* () {
2789
2932
  if (this.logger)
2790
2933
  this.logger.debug("Calling operation OperationsInsightsClient#ingestHostConfiguration.");
2934
+ const operationName = "ingestHostConfiguration";
2935
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/IngestHostConfiguration";
2791
2936
  const pathParams = {};
2792
2937
  const queryParams = {
2793
2938
  "id": ingestHostConfigurationRequest.id
@@ -2813,7 +2958,7 @@ class OperationsInsightsClient {
2813
2958
  queryParams: queryParams
2814
2959
  });
2815
2960
  try {
2816
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2961
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2817
2962
  const sdkResponse = oci_common_1.composeResponse({
2818
2963
  responseObject: {},
2819
2964
  body: yield response.json(),
@@ -2846,12 +2991,14 @@ class OperationsInsightsClient {
2846
2991
  * @param IngestHostMetricsRequest
2847
2992
  * @return IngestHostMetricsResponse
2848
2993
  * @throws OciError when an error occurs
2849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
2994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
2850
2995
  */
2851
2996
  ingestHostMetrics(ingestHostMetricsRequest) {
2852
2997
  return __awaiter(this, void 0, void 0, function* () {
2853
2998
  if (this.logger)
2854
2999
  this.logger.debug("Calling operation OperationsInsightsClient#ingestHostMetrics.");
3000
+ const operationName = "ingestHostMetrics";
3001
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/IngestHostMetrics";
2855
3002
  const pathParams = {};
2856
3003
  const queryParams = {
2857
3004
  "id": ingestHostMetricsRequest.id
@@ -2877,7 +3024,7 @@ class OperationsInsightsClient {
2877
3024
  queryParams: queryParams
2878
3025
  });
2879
3026
  try {
2880
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3027
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2881
3028
  const sdkResponse = oci_common_1.composeResponse({
2882
3029
  responseObject: {},
2883
3030
  body: yield response.json(),
@@ -2912,12 +3059,14 @@ class OperationsInsightsClient {
2912
3059
  * @param IngestSqlBucketRequest
2913
3060
  * @return IngestSqlBucketResponse
2914
3061
  * @throws OciError when an error occurs
2915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
2916
3063
  */
2917
3064
  ingestSqlBucket(ingestSqlBucketRequest) {
2918
3065
  return __awaiter(this, void 0, void 0, function* () {
2919
3066
  if (this.logger)
2920
3067
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlBucket.");
3068
+ const operationName = "ingestSqlBucket";
3069
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlBucket";
2921
3070
  const pathParams = {};
2922
3071
  const queryParams = {
2923
3072
  "compartmentId": ingestSqlBucketRequest.compartmentId,
@@ -2945,7 +3094,7 @@ class OperationsInsightsClient {
2945
3094
  queryParams: queryParams
2946
3095
  });
2947
3096
  try {
2948
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3097
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2949
3098
  const sdkResponse = oci_common_1.composeResponse({
2950
3099
  responseObject: {},
2951
3100
  body: yield response.json(),
@@ -2980,12 +3129,14 @@ class OperationsInsightsClient {
2980
3129
  * @param IngestSqlPlanLinesRequest
2981
3130
  * @return IngestSqlPlanLinesResponse
2982
3131
  * @throws OciError when an error occurs
2983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
2984
3133
  */
2985
3134
  ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
2986
3135
  return __awaiter(this, void 0, void 0, function* () {
2987
3136
  if (this.logger)
2988
3137
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlPlanLines.");
3138
+ const operationName = "ingestSqlPlanLines";
3139
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlPlanLines";
2989
3140
  const pathParams = {};
2990
3141
  const queryParams = {
2991
3142
  "compartmentId": ingestSqlPlanLinesRequest.compartmentId,
@@ -3013,7 +3164,7 @@ class OperationsInsightsClient {
3013
3164
  queryParams: queryParams
3014
3165
  });
3015
3166
  try {
3016
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3167
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3017
3168
  const sdkResponse = oci_common_1.composeResponse({
3018
3169
  responseObject: {},
3019
3170
  body: yield response.json(),
@@ -3048,12 +3199,14 @@ class OperationsInsightsClient {
3048
3199
  * @param IngestSqlStatsRequest
3049
3200
  * @return IngestSqlStatsResponse
3050
3201
  * @throws OciError when an error occurs
3051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3052
3203
  */
3053
3204
  ingestSqlStats(ingestSqlStatsRequest) {
3054
3205
  return __awaiter(this, void 0, void 0, function* () {
3055
3206
  if (this.logger)
3056
3207
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlStats.");
3208
+ const operationName = "ingestSqlStats";
3209
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlStats";
3057
3210
  const pathParams = {};
3058
3211
  const queryParams = {
3059
3212
  "databaseId": ingestSqlStatsRequest.databaseId,
@@ -3080,7 +3233,7 @@ class OperationsInsightsClient {
3080
3233
  queryParams: queryParams
3081
3234
  });
3082
3235
  try {
3083
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3236
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3084
3237
  const sdkResponse = oci_common_1.composeResponse({
3085
3238
  responseObject: {},
3086
3239
  body: yield response.json(),
@@ -3116,12 +3269,14 @@ class OperationsInsightsClient {
3116
3269
  * @param IngestSqlTextRequest
3117
3270
  * @return IngestSqlTextResponse
3118
3271
  * @throws OciError when an error occurs
3119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3120
3273
  */
3121
3274
  ingestSqlText(ingestSqlTextRequest) {
3122
3275
  return __awaiter(this, void 0, void 0, function* () {
3123
3276
  if (this.logger)
3124
3277
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlText.");
3278
+ const operationName = "ingestSqlText";
3279
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlText";
3125
3280
  const pathParams = {};
3126
3281
  const queryParams = {
3127
3282
  "compartmentId": ingestSqlTextRequest.compartmentId,
@@ -3149,7 +3304,7 @@ class OperationsInsightsClient {
3149
3304
  queryParams: queryParams
3150
3305
  });
3151
3306
  try {
3152
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3307
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3153
3308
  const sdkResponse = oci_common_1.composeResponse({
3154
3309
  responseObject: {},
3155
3310
  body: yield response.json(),
@@ -3183,12 +3338,14 @@ class OperationsInsightsClient {
3183
3338
  * @param ListAwrHubsRequest
3184
3339
  * @return ListAwrHubsResponse
3185
3340
  * @throws OciError when an error occurs
3186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3187
3342
  */
3188
3343
  listAwrHubs(listAwrHubsRequest) {
3189
3344
  return __awaiter(this, void 0, void 0, function* () {
3190
3345
  if (this.logger)
3191
3346
  this.logger.debug("Calling operation OperationsInsightsClient#listAwrHubs.");
3347
+ const operationName = "listAwrHubs";
3348
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrHubs";
3192
3349
  const pathParams = {};
3193
3350
  const queryParams = {
3194
3351
  "compartmentId": listAwrHubsRequest.compartmentId,
@@ -3219,7 +3376,7 @@ class OperationsInsightsClient {
3219
3376
  queryParams: queryParams
3220
3377
  });
3221
3378
  try {
3222
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3379
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3223
3380
  const sdkResponse = oci_common_1.composeResponse({
3224
3381
  responseObject: {},
3225
3382
  body: yield response.json(),
@@ -3254,12 +3411,14 @@ class OperationsInsightsClient {
3254
3411
  * @param ListAwrSnapshotsRequest
3255
3412
  * @return ListAwrSnapshotsResponse
3256
3413
  * @throws OciError when an error occurs
3257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3258
3415
  */
3259
3416
  listAwrSnapshots(listAwrSnapshotsRequest) {
3260
3417
  return __awaiter(this, void 0, void 0, function* () {
3261
3418
  if (this.logger)
3262
3419
  this.logger.debug("Calling operation OperationsInsightsClient#listAwrSnapshots.");
3420
+ const operationName = "listAwrSnapshots";
3421
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrSnapshots";
3263
3422
  const pathParams = {
3264
3423
  "{awrHubId}": listAwrSnapshotsRequest.awrHubId
3265
3424
  };
@@ -3290,7 +3449,7 @@ class OperationsInsightsClient {
3290
3449
  queryParams: queryParams
3291
3450
  });
3292
3451
  try {
3293
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3452
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3294
3453
  const sdkResponse = oci_common_1.composeResponse({
3295
3454
  responseObject: {},
3296
3455
  body: yield response.json(),
@@ -3325,12 +3484,14 @@ class OperationsInsightsClient {
3325
3484
  * @param ListDatabaseConfigurationsRequest
3326
3485
  * @return ListDatabaseConfigurationsResponse
3327
3486
  * @throws OciError when an error occurs
3328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3329
3488
  */
3330
3489
  listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
3331
3490
  return __awaiter(this, void 0, void 0, function* () {
3332
3491
  if (this.logger)
3333
3492
  this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseConfigurations.");
3493
+ const operationName = "listDatabaseConfigurations";
3494
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseConfigurations";
3334
3495
  const pathParams = {};
3335
3496
  const queryParams = {
3336
3497
  "compartmentId": listDatabaseConfigurationsRequest.compartmentId,
@@ -3369,7 +3530,7 @@ class OperationsInsightsClient {
3369
3530
  queryParams: queryParams
3370
3531
  });
3371
3532
  try {
3372
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3533
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3373
3534
  const sdkResponse = oci_common_1.composeResponse({
3374
3535
  responseObject: {},
3375
3536
  body: yield response.json(),
@@ -3409,12 +3570,14 @@ class OperationsInsightsClient {
3409
3570
  * @param ListDatabaseInsightsRequest
3410
3571
  * @return ListDatabaseInsightsResponse
3411
3572
  * @throws OciError when an error occurs
3412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3413
3574
  */
3414
3575
  listDatabaseInsights(listDatabaseInsightsRequest) {
3415
3576
  return __awaiter(this, void 0, void 0, function* () {
3416
3577
  if (this.logger)
3417
3578
  this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseInsights.");
3579
+ const operationName = "listDatabaseInsights";
3580
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseInsights";
3418
3581
  const pathParams = {};
3419
3582
  const queryParams = {
3420
3583
  "compartmentId": listDatabaseInsightsRequest.compartmentId,
@@ -3451,7 +3614,7 @@ class OperationsInsightsClient {
3451
3614
  queryParams: queryParams
3452
3615
  });
3453
3616
  try {
3454
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3617
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3455
3618
  const sdkResponse = oci_common_1.composeResponse({
3456
3619
  responseObject: {},
3457
3620
  body: yield response.json(),
@@ -3491,12 +3654,14 @@ class OperationsInsightsClient {
3491
3654
  * @param ListEnterpriseManagerBridgesRequest
3492
3655
  * @return ListEnterpriseManagerBridgesResponse
3493
3656
  * @throws OciError when an error occurs
3494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3495
3658
  */
3496
3659
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
3497
3660
  return __awaiter(this, void 0, void 0, function* () {
3498
3661
  if (this.logger)
3499
3662
  this.logger.debug("Calling operation OperationsInsightsClient#listEnterpriseManagerBridges.");
3663
+ const operationName = "listEnterpriseManagerBridges";
3664
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListEnterpriseManagerBridges";
3500
3665
  const pathParams = {};
3501
3666
  const queryParams = {
3502
3667
  "compartmentId": listEnterpriseManagerBridgesRequest.compartmentId,
@@ -3527,7 +3692,7 @@ class OperationsInsightsClient {
3527
3692
  queryParams: queryParams
3528
3693
  });
3529
3694
  try {
3530
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3695
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3531
3696
  const sdkResponse = oci_common_1.composeResponse({
3532
3697
  responseObject: {},
3533
3698
  body: yield response.json(),
@@ -3560,12 +3725,14 @@ class OperationsInsightsClient {
3560
3725
  * @param ListExadataConfigurationsRequest
3561
3726
  * @return ListExadataConfigurationsResponse
3562
3727
  * @throws OciError when an error occurs
3563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
3728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
3564
3729
  */
3565
3730
  listExadataConfigurations(listExadataConfigurationsRequest) {
3566
3731
  return __awaiter(this, void 0, void 0, function* () {
3567
3732
  if (this.logger)
3568
3733
  this.logger.debug("Calling operation OperationsInsightsClient#listExadataConfigurations.");
3734
+ const operationName = "listExadataConfigurations";
3735
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataConfigurations";
3569
3736
  const pathParams = {};
3570
3737
  const queryParams = {
3571
3738
  "compartmentId": listExadataConfigurationsRequest.compartmentId,
@@ -3598,7 +3765,7 @@ class OperationsInsightsClient {
3598
3765
  queryParams: queryParams
3599
3766
  });
3600
3767
  try {
3601
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3768
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3602
3769
  const sdkResponse = oci_common_1.composeResponse({
3603
3770
  responseObject: {},
3604
3771
  body: yield response.json(),
@@ -3638,12 +3805,14 @@ class OperationsInsightsClient {
3638
3805
  * @param ListExadataInsightsRequest
3639
3806
  * @return ListExadataInsightsResponse
3640
3807
  * @throws OciError when an error occurs
3641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
3808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
3642
3809
  */
3643
3810
  listExadataInsights(listExadataInsightsRequest) {
3644
3811
  return __awaiter(this, void 0, void 0, function* () {
3645
3812
  if (this.logger)
3646
3813
  this.logger.debug("Calling operation OperationsInsightsClient#listExadataInsights.");
3814
+ const operationName = "listExadataInsights";
3815
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataInsights";
3647
3816
  const pathParams = {};
3648
3817
  const queryParams = {
3649
3818
  "compartmentId": listExadataInsightsRequest.compartmentId,
@@ -3676,7 +3845,7 @@ class OperationsInsightsClient {
3676
3845
  queryParams: queryParams
3677
3846
  });
3678
3847
  try {
3679
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3848
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3680
3849
  const sdkResponse = oci_common_1.composeResponse({
3681
3850
  responseObject: {},
3682
3851
  body: yield response.json(),
@@ -3716,12 +3885,14 @@ class OperationsInsightsClient {
3716
3885
  * @param ListHostConfigurationsRequest
3717
3886
  * @return ListHostConfigurationsResponse
3718
3887
  * @throws OciError when an error occurs
3719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
3888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
3720
3889
  */
3721
3890
  listHostConfigurations(listHostConfigurationsRequest) {
3722
3891
  return __awaiter(this, void 0, void 0, function* () {
3723
3892
  if (this.logger)
3724
3893
  this.logger.debug("Calling operation OperationsInsightsClient#listHostConfigurations.");
3894
+ const operationName = "listHostConfigurations";
3895
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostConfigurations";
3725
3896
  const pathParams = {};
3726
3897
  const queryParams = {
3727
3898
  "compartmentId": listHostConfigurationsRequest.compartmentId,
@@ -3757,7 +3928,7 @@ class OperationsInsightsClient {
3757
3928
  queryParams: queryParams
3758
3929
  });
3759
3930
  try {
3760
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3931
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3761
3932
  const sdkResponse = oci_common_1.composeResponse({
3762
3933
  responseObject: {},
3763
3934
  body: yield response.json(),
@@ -3797,12 +3968,14 @@ class OperationsInsightsClient {
3797
3968
  * @param ListHostInsightsRequest
3798
3969
  * @return ListHostInsightsResponse
3799
3970
  * @throws OciError when an error occurs
3800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
3971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
3801
3972
  */
3802
3973
  listHostInsights(listHostInsightsRequest) {
3803
3974
  return __awaiter(this, void 0, void 0, function* () {
3804
3975
  if (this.logger)
3805
3976
  this.logger.debug("Calling operation OperationsInsightsClient#listHostInsights.");
3977
+ const operationName = "listHostInsights";
3978
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostInsights";
3806
3979
  const pathParams = {};
3807
3980
  const queryParams = {
3808
3981
  "compartmentId": listHostInsightsRequest.compartmentId,
@@ -3837,7 +4010,7 @@ class OperationsInsightsClient {
3837
4010
  queryParams: queryParams
3838
4011
  });
3839
4012
  try {
3840
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4013
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3841
4014
  const sdkResponse = oci_common_1.composeResponse({
3842
4015
  responseObject: {},
3843
4016
  body: yield response.json(),
@@ -3876,12 +4049,14 @@ class OperationsInsightsClient {
3876
4049
  * @param ListHostedEntitiesRequest
3877
4050
  * @return ListHostedEntitiesResponse
3878
4051
  * @throws OciError when an error occurs
3879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
4052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
3880
4053
  */
3881
4054
  listHostedEntities(listHostedEntitiesRequest) {
3882
4055
  return __awaiter(this, void 0, void 0, function* () {
3883
4056
  if (this.logger)
3884
4057
  this.logger.debug("Calling operation OperationsInsightsClient#listHostedEntities.");
4058
+ const operationName = "listHostedEntities";
4059
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostedEntities";
3885
4060
  const pathParams = {};
3886
4061
  const queryParams = {
3887
4062
  "compartmentId": listHostedEntitiesRequest.compartmentId,
@@ -3914,7 +4089,7 @@ class OperationsInsightsClient {
3914
4089
  queryParams: queryParams
3915
4090
  });
3916
4091
  try {
3917
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4092
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3918
4093
  const sdkResponse = oci_common_1.composeResponse({
3919
4094
  responseObject: {},
3920
4095
  body: yield response.json(),
@@ -3952,12 +4127,14 @@ class OperationsInsightsClient {
3952
4127
  * @param ListImportableAgentEntitiesRequest
3953
4128
  * @return ListImportableAgentEntitiesResponse
3954
4129
  * @throws OciError when an error occurs
3955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
4130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
3956
4131
  */
3957
4132
  listImportableAgentEntities(listImportableAgentEntitiesRequest) {
3958
4133
  return __awaiter(this, void 0, void 0, function* () {
3959
4134
  if (this.logger)
3960
4135
  this.logger.debug("Calling operation OperationsInsightsClient#listImportableAgentEntities.");
4136
+ const operationName = "listImportableAgentEntities";
4137
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableAgentEntities";
3961
4138
  const pathParams = {};
3962
4139
  const queryParams = {
3963
4140
  "compartmentId": listImportableAgentEntitiesRequest.compartmentId,
@@ -3984,7 +4161,7 @@ class OperationsInsightsClient {
3984
4161
  queryParams: queryParams
3985
4162
  });
3986
4163
  try {
3987
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4164
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3988
4165
  const sdkResponse = oci_common_1.composeResponse({
3989
4166
  responseObject: {},
3990
4167
  body: yield response.json(),
@@ -4018,12 +4195,14 @@ class OperationsInsightsClient {
4018
4195
  * @param ListImportableEnterpriseManagerEntitiesRequest
4019
4196
  * @return ListImportableEnterpriseManagerEntitiesResponse
4020
4197
  * @throws OciError when an error occurs
4021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4022
4199
  */
4023
4200
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
4024
4201
  return __awaiter(this, void 0, void 0, function* () {
4025
4202
  if (this.logger)
4026
4203
  this.logger.debug("Calling operation OperationsInsightsClient#listImportableEnterpriseManagerEntities.");
4204
+ const operationName = "listImportableEnterpriseManagerEntities";
4205
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListImportableEnterpriseManagerEntities";
4027
4206
  const pathParams = {
4028
4207
  "{enterpriseManagerBridgeId}": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerBridgeId
4029
4208
  };
@@ -4052,7 +4231,7 @@ class OperationsInsightsClient {
4052
4231
  queryParams: queryParams
4053
4232
  });
4054
4233
  try {
4055
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4234
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4056
4235
  const sdkResponse = oci_common_1.composeResponse({
4057
4236
  responseObject: {},
4058
4237
  body: yield response.json(),
@@ -4085,12 +4264,14 @@ class OperationsInsightsClient {
4085
4264
  * @param ListOperationsInsightsPrivateEndpointsRequest
4086
4265
  * @return ListOperationsInsightsPrivateEndpointsResponse
4087
4266
  * @throws OciError when an error occurs
4088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4089
4268
  */
4090
4269
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
4091
4270
  return __awaiter(this, void 0, void 0, function* () {
4092
4271
  if (this.logger)
4093
4272
  this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
4273
+ const operationName = "listOperationsInsightsPrivateEndpoints";
4274
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/ListOperationsInsightsPrivateEndpoints";
4094
4275
  const pathParams = {};
4095
4276
  const queryParams = {
4096
4277
  "compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
@@ -4123,7 +4304,7 @@ class OperationsInsightsClient {
4123
4304
  queryParams: queryParams
4124
4305
  });
4125
4306
  try {
4126
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4307
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4127
4308
  const sdkResponse = oci_common_1.composeResponse({
4128
4309
  responseObject: {},
4129
4310
  body: yield response.json(),
@@ -4157,12 +4338,14 @@ class OperationsInsightsClient {
4157
4338
  * @param ListOperationsInsightsWarehouseUsersRequest
4158
4339
  * @return ListOperationsInsightsWarehouseUsersResponse
4159
4340
  * @throws OciError when an error occurs
4160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4161
4342
  */
4162
4343
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
4163
4344
  return __awaiter(this, void 0, void 0, function* () {
4164
4345
  if (this.logger)
4165
4346
  this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouseUsers.");
4347
+ const operationName = "listOperationsInsightsWarehouseUsers";
4348
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/ListOperationsInsightsWarehouseUsers";
4166
4349
  const pathParams = {};
4167
4350
  const queryParams = {
4168
4351
  "compartmentId": listOperationsInsightsWarehouseUsersRequest.compartmentId,
@@ -4193,7 +4376,7 @@ class OperationsInsightsClient {
4193
4376
  queryParams: queryParams
4194
4377
  });
4195
4378
  try {
4196
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4379
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4197
4380
  const sdkResponse = oci_common_1.composeResponse({
4198
4381
  responseObject: {},
4199
4382
  body: yield response.json(),
@@ -4228,12 +4411,14 @@ class OperationsInsightsClient {
4228
4411
  * @param ListOperationsInsightsWarehousesRequest
4229
4412
  * @return ListOperationsInsightsWarehousesResponse
4230
4413
  * @throws OciError when an error occurs
4231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4232
4415
  */
4233
4416
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
4234
4417
  return __awaiter(this, void 0, void 0, function* () {
4235
4418
  if (this.logger)
4236
4419
  this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouses.");
4420
+ const operationName = "listOperationsInsightsWarehouses";
4421
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ListOperationsInsightsWarehouses";
4237
4422
  const pathParams = {};
4238
4423
  const queryParams = {
4239
4424
  "compartmentId": listOperationsInsightsWarehousesRequest.compartmentId,
@@ -4263,7 +4448,7 @@ class OperationsInsightsClient {
4263
4448
  queryParams: queryParams
4264
4449
  });
4265
4450
  try {
4266
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4451
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4267
4452
  const sdkResponse = oci_common_1.composeResponse({
4268
4453
  responseObject: {},
4269
4454
  body: yield response.json(),
@@ -4290,6 +4475,76 @@ class OperationsInsightsClient {
4290
4475
  }
4291
4476
  });
4292
4477
  }
4478
+ /**
4479
+ * Gets a list of OPSI data objects based on the query parameters specified. CompartmentId id query parameter must be specified.
4480
+ *
4481
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4482
+ * @param ListOpsiDataObjectsRequest
4483
+ * @return ListOpsiDataObjectsResponse
4484
+ * @throws OciError when an error occurs
4485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
4486
+ */
4487
+ listOpsiDataObjects(listOpsiDataObjectsRequest) {
4488
+ return __awaiter(this, void 0, void 0, function* () {
4489
+ if (this.logger)
4490
+ this.logger.debug("Calling operation OperationsInsightsClient#listOpsiDataObjects.");
4491
+ const operationName = "listOpsiDataObjects";
4492
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/ListOpsiDataObjects";
4493
+ const pathParams = {};
4494
+ const queryParams = {
4495
+ "compartmentId": listOpsiDataObjectsRequest.compartmentId,
4496
+ "dataObjectType": listOpsiDataObjectsRequest.dataObjectType,
4497
+ "displayName": listOpsiDataObjectsRequest.displayName,
4498
+ "limit": listOpsiDataObjectsRequest.limit,
4499
+ "page": listOpsiDataObjectsRequest.page,
4500
+ "sortOrder": listOpsiDataObjectsRequest.sortOrder,
4501
+ "sortBy": listOpsiDataObjectsRequest.sortBy
4502
+ };
4503
+ let headerParams = {
4504
+ "Content-Type": common.Constants.APPLICATION_JSON,
4505
+ "opc-request-id": listOpsiDataObjectsRequest.opcRequestId
4506
+ };
4507
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4508
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listOpsiDataObjectsRequest.retryConfiguration, specRetryConfiguration);
4509
+ if (this.logger)
4510
+ retrier.logger = this.logger;
4511
+ const request = yield oci_common_1.composeRequest({
4512
+ baseEndpoint: this._endpoint,
4513
+ defaultHeaders: this._defaultHeaders,
4514
+ path: "/opsiDataObjects",
4515
+ method: "GET",
4516
+ pathParams: pathParams,
4517
+ headerParams: headerParams,
4518
+ queryParams: queryParams
4519
+ });
4520
+ try {
4521
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4522
+ const sdkResponse = oci_common_1.composeResponse({
4523
+ responseObject: {},
4524
+ body: yield response.json(),
4525
+ bodyKey: "opsiDataObjectsCollection",
4526
+ bodyModel: model.OpsiDataObjectsCollection,
4527
+ type: "model.OpsiDataObjectsCollection",
4528
+ responseHeaders: [
4529
+ {
4530
+ value: response.headers.get("opc-request-id"),
4531
+ key: "opcRequestId",
4532
+ dataType: "string"
4533
+ },
4534
+ {
4535
+ value: response.headers.get("opc-next-page"),
4536
+ key: "opcNextPage",
4537
+ dataType: "string"
4538
+ }
4539
+ ]
4540
+ });
4541
+ return sdkResponse;
4542
+ }
4543
+ catch (err) {
4544
+ throw err;
4545
+ }
4546
+ });
4547
+ }
4293
4548
  /**
4294
4549
  * Query SQL Warehouse to list the plan xml for a given SQL execution plan. This returns a SqlPlanCollection object, but is currently limited to a single plan.
4295
4550
  * Either databaseId or id must be specified.
@@ -4298,12 +4553,14 @@ class OperationsInsightsClient {
4298
4553
  * @param ListSqlPlansRequest
4299
4554
  * @return ListSqlPlansResponse
4300
4555
  * @throws OciError when an error occurs
4301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4302
4557
  */
4303
4558
  listSqlPlans(listSqlPlansRequest) {
4304
4559
  return __awaiter(this, void 0, void 0, function* () {
4305
4560
  if (this.logger)
4306
4561
  this.logger.debug("Calling operation OperationsInsightsClient#listSqlPlans.");
4562
+ const operationName = "listSqlPlans";
4563
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlPlans";
4307
4564
  const pathParams = {};
4308
4565
  const queryParams = {
4309
4566
  "compartmentId": listSqlPlansRequest.compartmentId,
@@ -4331,7 +4588,7 @@ class OperationsInsightsClient {
4331
4588
  queryParams: queryParams
4332
4589
  });
4333
4590
  try {
4334
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4591
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4335
4592
  const sdkResponse = oci_common_1.composeResponse({
4336
4593
  responseObject: {},
4337
4594
  body: yield response.json(),
@@ -4366,12 +4623,14 @@ class OperationsInsightsClient {
4366
4623
  * @param ListSqlSearchesRequest
4367
4624
  * @return ListSqlSearchesResponse
4368
4625
  * @throws OciError when an error occurs
4369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4370
4627
  */
4371
4628
  listSqlSearches(listSqlSearchesRequest) {
4372
4629
  return __awaiter(this, void 0, void 0, function* () {
4373
4630
  if (this.logger)
4374
4631
  this.logger.debug("Calling operation OperationsInsightsClient#listSqlSearches.");
4632
+ const operationName = "listSqlSearches";
4633
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlSearches";
4375
4634
  const pathParams = {};
4376
4635
  const queryParams = {
4377
4636
  "compartmentId": listSqlSearchesRequest.compartmentId,
@@ -4404,7 +4663,7 @@ class OperationsInsightsClient {
4404
4663
  queryParams: queryParams
4405
4664
  });
4406
4665
  try {
4407
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4666
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4408
4667
  const sdkResponse = oci_common_1.composeResponse({
4409
4668
  responseObject: {},
4410
4669
  body: yield response.json(),
@@ -4438,12 +4697,14 @@ class OperationsInsightsClient {
4438
4697
  * @param ListSqlTextsRequest
4439
4698
  * @return ListSqlTextsResponse
4440
4699
  * @throws OciError when an error occurs
4441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
4700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
4442
4701
  */
4443
4702
  listSqlTexts(listSqlTextsRequest) {
4444
4703
  return __awaiter(this, void 0, void 0, function* () {
4445
4704
  if (this.logger)
4446
4705
  this.logger.debug("Calling operation OperationsInsightsClient#listSqlTexts.");
4706
+ const operationName = "listSqlTexts";
4707
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlTexts";
4447
4708
  const pathParams = {};
4448
4709
  const queryParams = {
4449
4710
  "compartmentId": listSqlTextsRequest.compartmentId,
@@ -4475,7 +4736,7 @@ class OperationsInsightsClient {
4475
4736
  queryParams: queryParams
4476
4737
  });
4477
4738
  try {
4478
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4739
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4479
4740
  const sdkResponse = oci_common_1.composeResponse({
4480
4741
  responseObject: {},
4481
4742
  body: yield response.json(),
@@ -4509,12 +4770,14 @@ class OperationsInsightsClient {
4509
4770
  * @param ListWorkRequestErrorsRequest
4510
4771
  * @return ListWorkRequestErrorsResponse
4511
4772
  * @throws OciError when an error occurs
4512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4513
4774
  */
4514
4775
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4515
4776
  return __awaiter(this, void 0, void 0, function* () {
4516
4777
  if (this.logger)
4517
4778
  this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestErrors.");
4779
+ const operationName = "listWorkRequestErrors";
4780
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestErrors";
4518
4781
  const pathParams = {
4519
4782
  "{workRequestId}": listWorkRequestErrorsRequest.workRequestId
4520
4783
  };
@@ -4542,7 +4805,7 @@ class OperationsInsightsClient {
4542
4805
  queryParams: queryParams
4543
4806
  });
4544
4807
  try {
4545
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4808
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4546
4809
  const sdkResponse = oci_common_1.composeResponse({
4547
4810
  responseObject: {},
4548
4811
  body: yield response.json(),
@@ -4576,12 +4839,14 @@ class OperationsInsightsClient {
4576
4839
  * @param ListWorkRequestLogsRequest
4577
4840
  * @return ListWorkRequestLogsResponse
4578
4841
  * @throws OciError when an error occurs
4579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4580
4843
  */
4581
4844
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4582
4845
  return __awaiter(this, void 0, void 0, function* () {
4583
4846
  if (this.logger)
4584
4847
  this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestLogs.");
4848
+ const operationName = "listWorkRequestLogs";
4849
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestLogs";
4585
4850
  const pathParams = {
4586
4851
  "{workRequestId}": listWorkRequestLogsRequest.workRequestId
4587
4852
  };
@@ -4609,7 +4874,7 @@ class OperationsInsightsClient {
4609
4874
  queryParams: queryParams
4610
4875
  });
4611
4876
  try {
4612
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4877
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4613
4878
  const sdkResponse = oci_common_1.composeResponse({
4614
4879
  responseObject: {},
4615
4880
  body: yield response.json(),
@@ -4643,12 +4908,14 @@ class OperationsInsightsClient {
4643
4908
  * @param ListWorkRequestsRequest
4644
4909
  * @return ListWorkRequestsResponse
4645
4910
  * @throws OciError when an error occurs
4646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4647
4912
  */
4648
4913
  listWorkRequests(listWorkRequestsRequest) {
4649
4914
  return __awaiter(this, void 0, void 0, function* () {
4650
4915
  if (this.logger)
4651
4916
  this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequests.");
4917
+ const operationName = "listWorkRequests";
4918
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequests";
4652
4919
  const pathParams = {};
4653
4920
  const queryParams = {
4654
4921
  "page": listWorkRequestsRequest.page,
@@ -4679,7 +4946,7 @@ class OperationsInsightsClient {
4679
4946
  queryParams: queryParams
4680
4947
  });
4681
4948
  try {
4682
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4949
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4683
4950
  const sdkResponse = oci_common_1.composeResponse({
4684
4951
  responseObject: {},
4685
4952
  body: yield response.json(),
@@ -4706,18 +4973,88 @@ class OperationsInsightsClient {
4706
4973
  }
4707
4974
  });
4708
4975
  }
4976
+ /**
4977
+ * Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
4978
+ * or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
4979
+ *
4980
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4981
+ * @param QueryOpsiDataObjectDataRequest
4982
+ * @return QueryOpsiDataObjectDataResponse
4983
+ * @throws OciError when an error occurs
4984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
4985
+ */
4986
+ queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
4987
+ return __awaiter(this, void 0, void 0, function* () {
4988
+ if (this.logger)
4989
+ this.logger.debug("Calling operation OperationsInsightsClient#queryOpsiDataObjectData.");
4990
+ const operationName = "queryOpsiDataObjectData";
4991
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OpsiDataObjects/QueryOpsiDataObjectData";
4992
+ const pathParams = {};
4993
+ const queryParams = {
4994
+ "compartmentId": queryOpsiDataObjectDataRequest.compartmentId,
4995
+ "limit": queryOpsiDataObjectDataRequest.limit,
4996
+ "page": queryOpsiDataObjectDataRequest.page
4997
+ };
4998
+ let headerParams = {
4999
+ "Content-Type": common.Constants.APPLICATION_JSON,
5000
+ "opc-request-id": queryOpsiDataObjectDataRequest.opcRequestId
5001
+ };
5002
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5003
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryOpsiDataObjectDataRequest.retryConfiguration, specRetryConfiguration);
5004
+ if (this.logger)
5005
+ retrier.logger = this.logger;
5006
+ const request = yield oci_common_1.composeRequest({
5007
+ baseEndpoint: this._endpoint,
5008
+ defaultHeaders: this._defaultHeaders,
5009
+ path: "/opsiDataObjects/actions/queryData",
5010
+ method: "POST",
5011
+ bodyContent: common.ObjectSerializer.serialize(queryOpsiDataObjectDataRequest.queryOpsiDataObjectDataDetails, "QueryOpsiDataObjectDataDetails", model.QueryOpsiDataObjectDataDetails.getJsonObj),
5012
+ pathParams: pathParams,
5013
+ headerParams: headerParams,
5014
+ queryParams: queryParams
5015
+ });
5016
+ try {
5017
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5018
+ const sdkResponse = oci_common_1.composeResponse({
5019
+ responseObject: {},
5020
+ body: yield response.json(),
5021
+ bodyKey: "queryDataObjectResultSetRowsCollection",
5022
+ bodyModel: model.QueryDataObjectResultSetRowsCollection,
5023
+ type: "model.QueryDataObjectResultSetRowsCollection",
5024
+ responseHeaders: [
5025
+ {
5026
+ value: response.headers.get("opc-request-id"),
5027
+ key: "opcRequestId",
5028
+ dataType: "string"
5029
+ },
5030
+ {
5031
+ value: response.headers.get("opc-next-page"),
5032
+ key: "opcNextPage",
5033
+ dataType: "string"
5034
+ }
5035
+ ]
5036
+ });
5037
+ return sdkResponse;
5038
+ }
5039
+ catch (err) {
5040
+ throw err;
5041
+ }
5042
+ });
5043
+ }
4709
5044
  /**
4710
5045
  * Rotate the ADW wallet for Operations Insights Warehouse using which the Hub data is exposed.
4711
5046
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
4712
5047
  * @param RotateOperationsInsightsWarehouseWalletRequest
4713
5048
  * @return RotateOperationsInsightsWarehouseWalletResponse
4714
5049
  * @throws OciError when an error occurs
4715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
5050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
4716
5051
  */
4717
5052
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
4718
5053
  return __awaiter(this, void 0, void 0, function* () {
4719
5054
  if (this.logger)
4720
5055
  this.logger.debug("Calling operation OperationsInsightsClient#rotateOperationsInsightsWarehouseWallet.");
5056
+ const operationName = "rotateOperationsInsightsWarehouseWallet";
5057
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/RotateOperationsInsightsWarehouseWallet";
4721
5058
  const pathParams = {
4722
5059
  "{operationsInsightsWarehouseId}": rotateOperationsInsightsWarehouseWalletRequest.operationsInsightsWarehouseId
4723
5060
  };
@@ -4741,7 +5078,7 @@ class OperationsInsightsClient {
4741
5078
  queryParams: queryParams
4742
5079
  });
4743
5080
  try {
4744
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5081
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4745
5082
  const sdkResponse = oci_common_1.composeResponse({
4746
5083
  responseObject: {},
4747
5084
  responseHeaders: [
@@ -4771,12 +5108,14 @@ class OperationsInsightsClient {
4771
5108
  * @param SummarizeAwrSourcesSummariesRequest
4772
5109
  * @return SummarizeAwrSourcesSummariesResponse
4773
5110
  * @throws OciError when an error occurs
4774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
5111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
4775
5112
  */
4776
5113
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
4777
5114
  return __awaiter(this, void 0, void 0, function* () {
4778
5115
  if (this.logger)
4779
5116
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrSourcesSummaries.");
5117
+ const operationName = "summarizeAwrSourcesSummaries";
5118
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrSourcesSummaries";
4780
5119
  const pathParams = {
4781
5120
  "{awrHubId}": summarizeAwrSourcesSummariesRequest.awrHubId
4782
5121
  };
@@ -4806,7 +5145,7 @@ class OperationsInsightsClient {
4806
5145
  queryParams: queryParams
4807
5146
  });
4808
5147
  try {
4809
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5148
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4810
5149
  const sdkResponse = oci_common_1.composeResponse({
4811
5150
  responseObject: {},
4812
5151
  body: yield response.json(),
@@ -4842,12 +5181,14 @@ class OperationsInsightsClient {
4842
5181
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
4843
5182
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
4844
5183
  * @throws OciError when an error occurs
4845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
5184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
4846
5185
  */
4847
5186
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
4848
5187
  return __awaiter(this, void 0, void 0, function* () {
4849
5188
  if (this.logger)
4850
5189
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceCapacityTrend.");
5190
+ const operationName = "summarizeDatabaseInsightResourceCapacityTrend";
5191
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceCapacityTrend";
4851
5192
  const pathParams = {};
4852
5193
  const queryParams = {
4853
5194
  "compartmentId": summarizeDatabaseInsightResourceCapacityTrendRequest.compartmentId,
@@ -4891,7 +5232,7 @@ class OperationsInsightsClient {
4891
5232
  queryParams: queryParams
4892
5233
  });
4893
5234
  try {
4894
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5235
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4895
5236
  const sdkResponse = oci_common_1.composeResponse({
4896
5237
  responseObject: {},
4897
5238
  body: yield response.json(),
@@ -4926,12 +5267,14 @@ class OperationsInsightsClient {
4926
5267
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
4927
5268
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
4928
5269
  * @throws OciError when an error occurs
4929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
5270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
4930
5271
  */
4931
5272
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
4932
5273
  return __awaiter(this, void 0, void 0, function* () {
4933
5274
  if (this.logger)
4934
5275
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceForecastTrend.");
5276
+ const operationName = "summarizeDatabaseInsightResourceForecastTrend";
5277
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceForecastTrend";
4935
5278
  const pathParams = {};
4936
5279
  const queryParams = {
4937
5280
  "compartmentId": summarizeDatabaseInsightResourceForecastTrendRequest.compartmentId,
@@ -4977,7 +5320,7 @@ class OperationsInsightsClient {
4977
5320
  queryParams: queryParams
4978
5321
  });
4979
5322
  try {
4980
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5323
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4981
5324
  const sdkResponse = oci_common_1.composeResponse({
4982
5325
  responseObject: {},
4983
5326
  body: yield response.json(),
@@ -5012,12 +5355,14 @@ class OperationsInsightsClient {
5012
5355
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
5013
5356
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
5014
5357
  * @throws OciError when an error occurs
5015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
5358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
5016
5359
  */
5017
5360
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
5018
5361
  return __awaiter(this, void 0, void 0, function* () {
5019
5362
  if (this.logger)
5020
5363
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceStatistics.");
5364
+ const operationName = "summarizeDatabaseInsightResourceStatistics";
5365
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceStatistics";
5021
5366
  const pathParams = {};
5022
5367
  const queryParams = {
5023
5368
  "compartmentId": summarizeDatabaseInsightResourceStatisticsRequest.compartmentId,
@@ -5063,7 +5408,7 @@ class OperationsInsightsClient {
5063
5408
  queryParams: queryParams
5064
5409
  });
5065
5410
  try {
5066
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5411
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5067
5412
  const sdkResponse = oci_common_1.composeResponse({
5068
5413
  responseObject: {},
5069
5414
  body: yield response.json(),
@@ -5100,12 +5445,14 @@ class OperationsInsightsClient {
5100
5445
  * @param SummarizeDatabaseInsightResourceUsageRequest
5101
5446
  * @return SummarizeDatabaseInsightResourceUsageResponse
5102
5447
  * @throws OciError when an error occurs
5103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
5448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
5104
5449
  */
5105
5450
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
5106
5451
  return __awaiter(this, void 0, void 0, function* () {
5107
5452
  if (this.logger)
5108
5453
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceUsage.");
5454
+ const operationName = "summarizeDatabaseInsightResourceUsage";
5455
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUsage";
5109
5456
  const pathParams = {};
5110
5457
  const queryParams = {
5111
5458
  "compartmentId": summarizeDatabaseInsightResourceUsageRequest.compartmentId,
@@ -5145,7 +5492,7 @@ class OperationsInsightsClient {
5145
5492
  queryParams: queryParams
5146
5493
  });
5147
5494
  try {
5148
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5495
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5149
5496
  const sdkResponse = oci_common_1.composeResponse({
5150
5497
  responseObject: {},
5151
5498
  body: yield response.json(),
@@ -5181,12 +5528,14 @@ class OperationsInsightsClient {
5181
5528
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
5182
5529
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
5183
5530
  * @throws OciError when an error occurs
5184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
5531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
5185
5532
  */
5186
5533
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
5187
5534
  return __awaiter(this, void 0, void 0, function* () {
5188
5535
  if (this.logger)
5189
5536
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceUsageTrend.");
5537
+ const operationName = "summarizeDatabaseInsightResourceUsageTrend";
5538
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUsageTrend";
5190
5539
  const pathParams = {};
5191
5540
  const queryParams = {
5192
5541
  "compartmentId": summarizeDatabaseInsightResourceUsageTrendRequest.compartmentId,
@@ -5227,7 +5576,7 @@ class OperationsInsightsClient {
5227
5576
  queryParams: queryParams
5228
5577
  });
5229
5578
  try {
5230
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5579
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5231
5580
  const sdkResponse = oci_common_1.composeResponse({
5232
5581
  responseObject: {},
5233
5582
  body: yield response.json(),
@@ -5262,12 +5611,14 @@ class OperationsInsightsClient {
5262
5611
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
5263
5612
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
5264
5613
  * @throws OciError when an error occurs
5265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
5614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
5266
5615
  */
5267
5616
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
5268
5617
  return __awaiter(this, void 0, void 0, function* () {
5269
5618
  if (this.logger)
5270
5619
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceUtilizationInsight.");
5620
+ const operationName = "summarizeDatabaseInsightResourceUtilizationInsight";
5621
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUtilizationInsight";
5271
5622
  const pathParams = {};
5272
5623
  const queryParams = {
5273
5624
  "compartmentId": summarizeDatabaseInsightResourceUtilizationInsightRequest.compartmentId,
@@ -5307,7 +5658,7 @@ class OperationsInsightsClient {
5307
5658
  queryParams: queryParams
5308
5659
  });
5309
5660
  try {
5310
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5661
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5311
5662
  const sdkResponse = oci_common_1.composeResponse({
5312
5663
  responseObject: {},
5313
5664
  body: yield response.json(),
@@ -5343,12 +5694,14 @@ class OperationsInsightsClient {
5343
5694
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
5344
5695
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
5345
5696
  * @throws OciError when an error occurs
5346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
5697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
5347
5698
  */
5348
5699
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
5349
5700
  return __awaiter(this, void 0, void 0, function* () {
5350
5701
  if (this.logger)
5351
5702
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightTablespaceUsageTrend.");
5703
+ const operationName = "summarizeDatabaseInsightTablespaceUsageTrend";
5704
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightTablespaceUsageTrend";
5352
5705
  const pathParams = {};
5353
5706
  const queryParams = {
5354
5707
  "compartmentId": summarizeDatabaseInsightTablespaceUsageTrendRequest.compartmentId,
@@ -5378,7 +5731,7 @@ class OperationsInsightsClient {
5378
5731
  queryParams: queryParams
5379
5732
  });
5380
5733
  try {
5381
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5734
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5382
5735
  const sdkResponse = oci_common_1.composeResponse({
5383
5736
  responseObject: {},
5384
5737
  body: yield response.json(),
@@ -5419,12 +5772,14 @@ class OperationsInsightsClient {
5419
5772
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
5420
5773
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
5421
5774
  * @throws OciError when an error occurs
5422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
5775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
5423
5776
  */
5424
5777
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
5425
5778
  return __awaiter(this, void 0, void 0, function* () {
5426
5779
  if (this.logger)
5427
5780
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceCapacityTrend.");
5781
+ const operationName = "summarizeExadataInsightResourceCapacityTrend";
5782
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceCapacityTrend";
5428
5783
  const pathParams = {};
5429
5784
  const queryParams = {
5430
5785
  "compartmentId": summarizeExadataInsightResourceCapacityTrendRequest.compartmentId,
@@ -5463,7 +5818,7 @@ class OperationsInsightsClient {
5463
5818
  queryParams: queryParams
5464
5819
  });
5465
5820
  try {
5466
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5821
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5467
5822
  const sdkResponse = oci_common_1.composeResponse({
5468
5823
  responseObject: {},
5469
5824
  body: yield response.json(),
@@ -5501,12 +5856,14 @@ class OperationsInsightsClient {
5501
5856
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
5502
5857
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
5503
5858
  * @throws OciError when an error occurs
5504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
5859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
5505
5860
  */
5506
5861
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
5507
5862
  return __awaiter(this, void 0, void 0, function* () {
5508
5863
  if (this.logger)
5509
5864
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceCapacityTrendAggregated.");
5865
+ const operationName = "summarizeExadataInsightResourceCapacityTrendAggregated";
5866
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceCapacityTrendAggregated";
5510
5867
  const pathParams = {};
5511
5868
  const queryParams = {
5512
5869
  "compartmentId": summarizeExadataInsightResourceCapacityTrendAggregatedRequest.compartmentId,
@@ -5545,7 +5902,7 @@ class OperationsInsightsClient {
5545
5902
  queryParams: queryParams
5546
5903
  });
5547
5904
  try {
5548
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5905
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5549
5906
  const sdkResponse = oci_common_1.composeResponse({
5550
5907
  responseObject: {},
5551
5908
  body: yield response.json(),
@@ -5586,12 +5943,14 @@ class OperationsInsightsClient {
5586
5943
  * @param SummarizeExadataInsightResourceForecastTrendRequest
5587
5944
  * @return SummarizeExadataInsightResourceForecastTrendResponse
5588
5945
  * @throws OciError when an error occurs
5589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
5946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
5590
5947
  */
5591
5948
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
5592
5949
  return __awaiter(this, void 0, void 0, function* () {
5593
5950
  if (this.logger)
5594
5951
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceForecastTrend.");
5952
+ const operationName = "summarizeExadataInsightResourceForecastTrend";
5953
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceForecastTrend";
5595
5954
  const pathParams = {};
5596
5955
  const queryParams = {
5597
5956
  "resourceType": summarizeExadataInsightResourceForecastTrendRequest.resourceType,
@@ -5634,7 +5993,7 @@ class OperationsInsightsClient {
5634
5993
  queryParams: queryParams
5635
5994
  });
5636
5995
  try {
5637
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5996
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5638
5997
  const sdkResponse = oci_common_1.composeResponse({
5639
5998
  responseObject: {},
5640
5999
  body: yield response.json(),
@@ -5671,12 +6030,14 @@ class OperationsInsightsClient {
5671
6030
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
5672
6031
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
5673
6032
  * @throws OciError when an error occurs
5674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
6033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
5675
6034
  */
5676
6035
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
5677
6036
  return __awaiter(this, void 0, void 0, function* () {
5678
6037
  if (this.logger)
5679
6038
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceForecastTrendAggregated.");
6039
+ const operationName = "summarizeExadataInsightResourceForecastTrendAggregated";
6040
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceForecastTrendAggregated";
5680
6041
  const pathParams = {};
5681
6042
  const queryParams = {
5682
6043
  "compartmentId": summarizeExadataInsightResourceForecastTrendAggregatedRequest.compartmentId,
@@ -5718,7 +6079,7 @@ class OperationsInsightsClient {
5718
6079
  queryParams: queryParams
5719
6080
  });
5720
6081
  try {
5721
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6082
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5722
6083
  const sdkResponse = oci_common_1.composeResponse({
5723
6084
  responseObject: {},
5724
6085
  body: yield response.json(),
@@ -5756,12 +6117,14 @@ class OperationsInsightsClient {
5756
6117
  * @param SummarizeExadataInsightResourceStatisticsRequest
5757
6118
  * @return SummarizeExadataInsightResourceStatisticsResponse
5758
6119
  * @throws OciError when an error occurs
5759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
6120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
5760
6121
  */
5761
6122
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
5762
6123
  return __awaiter(this, void 0, void 0, function* () {
5763
6124
  if (this.logger)
5764
6125
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceStatistics.");
6126
+ const operationName = "summarizeExadataInsightResourceStatistics";
6127
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceStatistics";
5765
6128
  const pathParams = {};
5766
6129
  const queryParams = {
5767
6130
  "exadataInsightId": summarizeExadataInsightResourceStatisticsRequest.exadataInsightId,
@@ -5797,7 +6160,7 @@ class OperationsInsightsClient {
5797
6160
  queryParams: queryParams
5798
6161
  });
5799
6162
  try {
5800
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6163
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5801
6164
  const sdkResponse = oci_common_1.composeResponse({
5802
6165
  responseObject: {},
5803
6166
  body: yield response.json(),
@@ -5841,12 +6204,14 @@ class OperationsInsightsClient {
5841
6204
  * @param SummarizeExadataInsightResourceUsageRequest
5842
6205
  * @return SummarizeExadataInsightResourceUsageResponse
5843
6206
  * @throws OciError when an error occurs
5844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
6207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
5845
6208
  */
5846
6209
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
5847
6210
  return __awaiter(this, void 0, void 0, function* () {
5848
6211
  if (this.logger)
5849
6212
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceUsage.");
6213
+ const operationName = "summarizeExadataInsightResourceUsage";
6214
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUsage";
5850
6215
  const pathParams = {};
5851
6216
  const queryParams = {
5852
6217
  "compartmentId": summarizeExadataInsightResourceUsageRequest.compartmentId,
@@ -5887,7 +6252,7 @@ class OperationsInsightsClient {
5887
6252
  queryParams: queryParams
5888
6253
  });
5889
6254
  try {
5890
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6255
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5891
6256
  const sdkResponse = oci_common_1.composeResponse({
5892
6257
  responseObject: {},
5893
6258
  body: yield response.json(),
@@ -5926,12 +6291,14 @@ class OperationsInsightsClient {
5926
6291
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
5927
6292
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
5928
6293
  * @throws OciError when an error occurs
5929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
6294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
5930
6295
  */
5931
6296
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
5932
6297
  return __awaiter(this, void 0, void 0, function* () {
5933
6298
  if (this.logger)
5934
6299
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceUsageAggregated.");
6300
+ const operationName = "summarizeExadataInsightResourceUsageAggregated";
6301
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUsageAggregated";
5935
6302
  const pathParams = {};
5936
6303
  const queryParams = {
5937
6304
  "compartmentId": summarizeExadataInsightResourceUsageAggregatedRequest.compartmentId,
@@ -5969,7 +6336,7 @@ class OperationsInsightsClient {
5969
6336
  queryParams: queryParams
5970
6337
  });
5971
6338
  try {
5972
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6339
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5973
6340
  const sdkResponse = oci_common_1.composeResponse({
5974
6341
  responseObject: {},
5975
6342
  body: yield response.json(),
@@ -6002,12 +6369,14 @@ class OperationsInsightsClient {
6002
6369
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
6003
6370
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
6004
6371
  * @throws OciError when an error occurs
6005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
6372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
6006
6373
  */
6007
6374
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
6008
6375
  return __awaiter(this, void 0, void 0, function* () {
6009
6376
  if (this.logger)
6010
6377
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceUtilizationInsight.");
6378
+ const operationName = "summarizeExadataInsightResourceUtilizationInsight";
6379
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUtilizationInsight";
6011
6380
  const pathParams = {};
6012
6381
  const queryParams = {
6013
6382
  "compartmentId": summarizeExadataInsightResourceUtilizationInsightRequest.compartmentId,
@@ -6047,7 +6416,7 @@ class OperationsInsightsClient {
6047
6416
  queryParams: queryParams
6048
6417
  });
6049
6418
  try {
6050
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6419
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6051
6420
  const sdkResponse = oci_common_1.composeResponse({
6052
6421
  responseObject: {},
6053
6422
  body: yield response.json(),
@@ -6085,12 +6454,14 @@ class OperationsInsightsClient {
6085
6454
  * @param SummarizeExadataMembersRequest
6086
6455
  * @return SummarizeExadataMembersResponse
6087
6456
  * @throws OciError when an error occurs
6088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
6457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
6089
6458
  */
6090
6459
  summarizeExadataMembers(summarizeExadataMembersRequest) {
6091
6460
  return __awaiter(this, void 0, void 0, function* () {
6092
6461
  if (this.logger)
6093
6462
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataMembers.");
6463
+ const operationName = "summarizeExadataMembers";
6464
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataMembers";
6094
6465
  const pathParams = {};
6095
6466
  const queryParams = {
6096
6467
  "exadataInsightId": summarizeExadataMembersRequest.exadataInsightId,
@@ -6118,7 +6489,7 @@ class OperationsInsightsClient {
6118
6489
  queryParams: queryParams
6119
6490
  });
6120
6491
  try {
6121
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6492
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6122
6493
  const sdkResponse = oci_common_1.composeResponse({
6123
6494
  responseObject: {},
6124
6495
  body: yield response.json(),
@@ -6159,12 +6530,14 @@ class OperationsInsightsClient {
6159
6530
  * @param SummarizeHostInsightResourceCapacityTrendRequest
6160
6531
  * @return SummarizeHostInsightResourceCapacityTrendResponse
6161
6532
  * @throws OciError when an error occurs
6162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
6533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
6163
6534
  */
6164
6535
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
6165
6536
  return __awaiter(this, void 0, void 0, function* () {
6166
6537
  if (this.logger)
6167
6538
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceCapacityTrend.");
6539
+ const operationName = "summarizeHostInsightResourceCapacityTrend";
6540
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceCapacityTrend";
6168
6541
  const pathParams = {};
6169
6542
  const queryParams = {
6170
6543
  "compartmentId": summarizeHostInsightResourceCapacityTrendRequest.compartmentId,
@@ -6203,7 +6576,7 @@ class OperationsInsightsClient {
6203
6576
  queryParams: queryParams
6204
6577
  });
6205
6578
  try {
6206
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6579
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6207
6580
  const sdkResponse = oci_common_1.composeResponse({
6208
6581
  responseObject: {},
6209
6582
  body: yield response.json(),
@@ -6238,12 +6611,14 @@ class OperationsInsightsClient {
6238
6611
  * @param SummarizeHostInsightResourceForecastTrendRequest
6239
6612
  * @return SummarizeHostInsightResourceForecastTrendResponse
6240
6613
  * @throws OciError when an error occurs
6241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
6614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
6242
6615
  */
6243
6616
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
6244
6617
  return __awaiter(this, void 0, void 0, function* () {
6245
6618
  if (this.logger)
6246
6619
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceForecastTrend.");
6620
+ const operationName = "summarizeHostInsightResourceForecastTrend";
6621
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceForecastTrend";
6247
6622
  const pathParams = {};
6248
6623
  const queryParams = {
6249
6624
  "compartmentId": summarizeHostInsightResourceForecastTrendRequest.compartmentId,
@@ -6284,7 +6659,7 @@ class OperationsInsightsClient {
6284
6659
  queryParams: queryParams
6285
6660
  });
6286
6661
  try {
6287
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6662
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6288
6663
  const sdkResponse = oci_common_1.composeResponse({
6289
6664
  responseObject: {},
6290
6665
  body: yield response.json(),
@@ -6314,12 +6689,14 @@ class OperationsInsightsClient {
6314
6689
  * @param SummarizeHostInsightResourceStatisticsRequest
6315
6690
  * @return SummarizeHostInsightResourceStatisticsResponse
6316
6691
  * @throws OciError when an error occurs
6317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
6692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
6318
6693
  */
6319
6694
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
6320
6695
  return __awaiter(this, void 0, void 0, function* () {
6321
6696
  if (this.logger)
6322
6697
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceStatistics.");
6698
+ const operationName = "summarizeHostInsightResourceStatistics";
6699
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceStatistics";
6323
6700
  const pathParams = {};
6324
6701
  const queryParams = {
6325
6702
  "compartmentId": summarizeHostInsightResourceStatisticsRequest.compartmentId,
@@ -6361,7 +6738,7 @@ class OperationsInsightsClient {
6361
6738
  queryParams: queryParams
6362
6739
  });
6363
6740
  try {
6364
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6741
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6365
6742
  const sdkResponse = oci_common_1.composeResponse({
6366
6743
  responseObject: {},
6367
6744
  body: yield response.json(),
@@ -6398,12 +6775,14 @@ class OperationsInsightsClient {
6398
6775
  * @param SummarizeHostInsightResourceUsageRequest
6399
6776
  * @return SummarizeHostInsightResourceUsageResponse
6400
6777
  * @throws OciError when an error occurs
6401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
6778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
6402
6779
  */
6403
6780
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
6404
6781
  return __awaiter(this, void 0, void 0, function* () {
6405
6782
  if (this.logger)
6406
6783
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceUsage.");
6784
+ const operationName = "summarizeHostInsightResourceUsage";
6785
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUsage";
6407
6786
  const pathParams = {};
6408
6787
  const queryParams = {
6409
6788
  "compartmentId": summarizeHostInsightResourceUsageRequest.compartmentId,
@@ -6440,7 +6819,7 @@ class OperationsInsightsClient {
6440
6819
  queryParams: queryParams
6441
6820
  });
6442
6821
  try {
6443
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6822
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6444
6823
  const sdkResponse = oci_common_1.composeResponse({
6445
6824
  responseObject: {},
6446
6825
  body: yield response.json(),
@@ -6471,12 +6850,14 @@ class OperationsInsightsClient {
6471
6850
  * @param SummarizeHostInsightResourceUsageTrendRequest
6472
6851
  * @return SummarizeHostInsightResourceUsageTrendResponse
6473
6852
  * @throws OciError when an error occurs
6474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
6853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
6475
6854
  */
6476
6855
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
6477
6856
  return __awaiter(this, void 0, void 0, function* () {
6478
6857
  if (this.logger)
6479
6858
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceUsageTrend.");
6859
+ const operationName = "summarizeHostInsightResourceUsageTrend";
6860
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUsageTrend";
6480
6861
  const pathParams = {};
6481
6862
  const queryParams = {
6482
6863
  "compartmentId": summarizeHostInsightResourceUsageTrendRequest.compartmentId,
@@ -6514,7 +6895,7 @@ class OperationsInsightsClient {
6514
6895
  queryParams: queryParams
6515
6896
  });
6516
6897
  try {
6517
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6898
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6518
6899
  const sdkResponse = oci_common_1.composeResponse({
6519
6900
  responseObject: {},
6520
6901
  body: yield response.json(),
@@ -6549,12 +6930,14 @@ class OperationsInsightsClient {
6549
6930
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
6550
6931
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
6551
6932
  * @throws OciError when an error occurs
6552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
6933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
6553
6934
  */
6554
6935
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
6555
6936
  return __awaiter(this, void 0, void 0, function* () {
6556
6937
  if (this.logger)
6557
6938
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceUtilizationInsight.");
6939
+ const operationName = "summarizeHostInsightResourceUtilizationInsight";
6940
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUtilizationInsight";
6558
6941
  const pathParams = {};
6559
6942
  const queryParams = {
6560
6943
  "compartmentId": summarizeHostInsightResourceUtilizationInsightRequest.compartmentId,
@@ -6591,7 +6974,7 @@ class OperationsInsightsClient {
6591
6974
  queryParams: queryParams
6592
6975
  });
6593
6976
  try {
6594
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6977
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6595
6978
  const sdkResponse = oci_common_1.composeResponse({
6596
6979
  responseObject: {},
6597
6980
  body: yield response.json(),
@@ -6622,12 +7005,14 @@ class OperationsInsightsClient {
6622
7005
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
6623
7006
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
6624
7007
  * @throws OciError when an error occurs
6625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
7008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
6626
7009
  */
6627
7010
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
6628
7011
  return __awaiter(this, void 0, void 0, function* () {
6629
7012
  if (this.logger)
6630
7013
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightTopProcessesUsageTrend.");
7014
+ const operationName = "summarizeHostInsightTopProcessesUsageTrend";
7015
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightTopProcessesUsageTrend";
6631
7016
  const pathParams = {};
6632
7017
  const queryParams = {
6633
7018
  "compartmentId": summarizeHostInsightTopProcessesUsageTrendRequest.compartmentId,
@@ -6657,7 +7042,7 @@ class OperationsInsightsClient {
6657
7042
  queryParams: queryParams
6658
7043
  });
6659
7044
  try {
6660
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7045
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6661
7046
  const sdkResponse = oci_common_1.composeResponse({
6662
7047
  responseObject: {},
6663
7048
  body: yield response.json(),
@@ -6692,12 +7077,14 @@ class OperationsInsightsClient {
6692
7077
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
6693
7078
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
6694
7079
  * @throws OciError when an error occurs
6695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
7080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
6696
7081
  */
6697
7082
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
6698
7083
  return __awaiter(this, void 0, void 0, function* () {
6699
7084
  if (this.logger)
6700
7085
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeOperationsInsightsWarehouseResourceUsage.");
7086
+ const operationName = "summarizeOperationsInsightsWarehouseResourceUsage";
7087
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/SummarizeOperationsInsightsWarehouseResourceUsage";
6701
7088
  const pathParams = {
6702
7089
  "{operationsInsightsWarehouseId}": summarizeOperationsInsightsWarehouseResourceUsageRequest.operationsInsightsWarehouseId
6703
7090
  };
@@ -6720,7 +7107,7 @@ class OperationsInsightsClient {
6720
7107
  queryParams: queryParams
6721
7108
  });
6722
7109
  try {
6723
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7110
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6724
7111
  const sdkResponse = oci_common_1.composeResponse({
6725
7112
  responseObject: {},
6726
7113
  body: yield response.json(),
@@ -6755,12 +7142,14 @@ class OperationsInsightsClient {
6755
7142
  * @param SummarizeSqlInsightsRequest
6756
7143
  * @return SummarizeSqlInsightsResponse
6757
7144
  * @throws OciError when an error occurs
6758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
7145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
6759
7146
  */
6760
7147
  summarizeSqlInsights(summarizeSqlInsightsRequest) {
6761
7148
  return __awaiter(this, void 0, void 0, function* () {
6762
7149
  if (this.logger)
6763
7150
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlInsights.");
7151
+ const operationName = "summarizeSqlInsights";
7152
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlInsights";
6764
7153
  const pathParams = {};
6765
7154
  const queryParams = {
6766
7155
  "compartmentId": summarizeSqlInsightsRequest.compartmentId,
@@ -6799,7 +7188,7 @@ class OperationsInsightsClient {
6799
7188
  queryParams: queryParams
6800
7189
  });
6801
7190
  try {
6802
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7191
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6803
7192
  const sdkResponse = oci_common_1.composeResponse({
6804
7193
  responseObject: {},
6805
7194
  body: yield response.json(),
@@ -6834,12 +7223,14 @@ class OperationsInsightsClient {
6834
7223
  * @param SummarizeSqlPlanInsightsRequest
6835
7224
  * @return SummarizeSqlPlanInsightsResponse
6836
7225
  * @throws OciError when an error occurs
6837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
7226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
6838
7227
  */
6839
7228
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
6840
7229
  return __awaiter(this, void 0, void 0, function* () {
6841
7230
  if (this.logger)
6842
7231
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlPlanInsights.");
7232
+ const operationName = "summarizeSqlPlanInsights";
7233
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlPlanInsights";
6843
7234
  const pathParams = {};
6844
7235
  const queryParams = {
6845
7236
  "compartmentId": summarizeSqlPlanInsightsRequest.compartmentId,
@@ -6869,7 +7260,7 @@ class OperationsInsightsClient {
6869
7260
  queryParams: queryParams
6870
7261
  });
6871
7262
  try {
6872
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7263
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6873
7264
  const sdkResponse = oci_common_1.composeResponse({
6874
7265
  responseObject: {},
6875
7266
  body: yield response.json(),
@@ -6904,12 +7295,14 @@ class OperationsInsightsClient {
6904
7295
  * @param SummarizeSqlResponseTimeDistributionsRequest
6905
7296
  * @return SummarizeSqlResponseTimeDistributionsResponse
6906
7297
  * @throws OciError when an error occurs
6907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
7298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
6908
7299
  */
6909
7300
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
6910
7301
  return __awaiter(this, void 0, void 0, function* () {
6911
7302
  if (this.logger)
6912
7303
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlResponseTimeDistributions.");
7304
+ const operationName = "summarizeSqlResponseTimeDistributions";
7305
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlResponseTimeDistributions";
6913
7306
  const pathParams = {};
6914
7307
  const queryParams = {
6915
7308
  "compartmentId": summarizeSqlResponseTimeDistributionsRequest.compartmentId,
@@ -6939,7 +7332,7 @@ class OperationsInsightsClient {
6939
7332
  queryParams: queryParams
6940
7333
  });
6941
7334
  try {
6942
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7335
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6943
7336
  const sdkResponse = oci_common_1.composeResponse({
6944
7337
  responseObject: {},
6945
7338
  body: yield response.json(),
@@ -6974,12 +7367,14 @@ class OperationsInsightsClient {
6974
7367
  * @param SummarizeSqlStatisticsRequest
6975
7368
  * @return SummarizeSqlStatisticsResponse
6976
7369
  * @throws OciError when an error occurs
6977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
7370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
6978
7371
  */
6979
7372
  summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
6980
7373
  return __awaiter(this, void 0, void 0, function* () {
6981
7374
  if (this.logger)
6982
7375
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlStatistics.");
7376
+ const operationName = "summarizeSqlStatistics";
7377
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatistics";
6983
7378
  const pathParams = {};
6984
7379
  const queryParams = {
6985
7380
  "compartmentId": summarizeSqlStatisticsRequest.compartmentId,
@@ -7023,7 +7418,7 @@ class OperationsInsightsClient {
7023
7418
  queryParams: queryParams
7024
7419
  });
7025
7420
  try {
7026
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7421
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7027
7422
  const sdkResponse = oci_common_1.composeResponse({
7028
7423
  responseObject: {},
7029
7424
  body: yield response.json(),
@@ -7058,12 +7453,14 @@ class OperationsInsightsClient {
7058
7453
  * @param SummarizeSqlStatisticsTimeSeriesRequest
7059
7454
  * @return SummarizeSqlStatisticsTimeSeriesResponse
7060
7455
  * @throws OciError when an error occurs
7061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
7456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
7062
7457
  */
7063
7458
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
7064
7459
  return __awaiter(this, void 0, void 0, function* () {
7065
7460
  if (this.logger)
7066
7461
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlStatisticsTimeSeries.");
7462
+ const operationName = "summarizeSqlStatisticsTimeSeries";
7463
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatisticsTimeSeries";
7067
7464
  const pathParams = {};
7068
7465
  const queryParams = {
7069
7466
  "compartmentId": summarizeSqlStatisticsTimeSeriesRequest.compartmentId,
@@ -7101,7 +7498,7 @@ class OperationsInsightsClient {
7101
7498
  queryParams: queryParams
7102
7499
  });
7103
7500
  try {
7104
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7501
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7105
7502
  const sdkResponse = oci_common_1.composeResponse({
7106
7503
  responseObject: {},
7107
7504
  body: yield response.json(),
@@ -7136,12 +7533,14 @@ class OperationsInsightsClient {
7136
7533
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
7137
7534
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
7138
7535
  * @throws OciError when an error occurs
7139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
7536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
7140
7537
  */
7141
7538
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
7142
7539
  return __awaiter(this, void 0, void 0, function* () {
7143
7540
  if (this.logger)
7144
7541
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlStatisticsTimeSeriesByPlan.");
7542
+ const operationName = "summarizeSqlStatisticsTimeSeriesByPlan";
7543
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatisticsTimeSeriesByPlan";
7145
7544
  const pathParams = {};
7146
7545
  const queryParams = {
7147
7546
  "compartmentId": summarizeSqlStatisticsTimeSeriesByPlanRequest.compartmentId,
@@ -7171,7 +7570,7 @@ class OperationsInsightsClient {
7171
7570
  queryParams: queryParams
7172
7571
  });
7173
7572
  try {
7174
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7573
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7175
7574
  const sdkResponse = oci_common_1.composeResponse({
7176
7575
  responseObject: {},
7177
7576
  body: yield response.json(),
@@ -7204,12 +7603,14 @@ class OperationsInsightsClient {
7204
7603
  * @param UpdateAwrHubRequest
7205
7604
  * @return UpdateAwrHubResponse
7206
7605
  * @throws OciError when an error occurs
7207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
7606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
7208
7607
  */
7209
7608
  updateAwrHub(updateAwrHubRequest) {
7210
7609
  return __awaiter(this, void 0, void 0, function* () {
7211
7610
  if (this.logger)
7212
7611
  this.logger.debug("Calling operation OperationsInsightsClient#updateAwrHub.");
7612
+ const operationName = "updateAwrHub";
7613
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/UpdateAwrHub";
7213
7614
  const pathParams = {
7214
7615
  "{awrHubId}": updateAwrHubRequest.awrHubId
7215
7616
  };
@@ -7234,7 +7635,7 @@ class OperationsInsightsClient {
7234
7635
  queryParams: queryParams
7235
7636
  });
7236
7637
  try {
7237
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7638
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7238
7639
  const sdkResponse = oci_common_1.composeResponse({
7239
7640
  responseObject: {},
7240
7641
  responseHeaders: [
@@ -7263,12 +7664,14 @@ class OperationsInsightsClient {
7263
7664
  * @param UpdateDatabaseInsightRequest
7264
7665
  * @return UpdateDatabaseInsightResponse
7265
7666
  * @throws OciError when an error occurs
7266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
7667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
7267
7668
  */
7268
7669
  updateDatabaseInsight(updateDatabaseInsightRequest) {
7269
7670
  return __awaiter(this, void 0, void 0, function* () {
7270
7671
  if (this.logger)
7271
7672
  this.logger.debug("Calling operation OperationsInsightsClient#updateDatabaseInsight.");
7673
+ const operationName = "updateDatabaseInsight";
7674
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/UpdateDatabaseInsight";
7272
7675
  const pathParams = {
7273
7676
  "{databaseInsightId}": updateDatabaseInsightRequest.databaseInsightId
7274
7677
  };
@@ -7293,7 +7696,7 @@ class OperationsInsightsClient {
7293
7696
  queryParams: queryParams
7294
7697
  });
7295
7698
  try {
7296
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7699
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7297
7700
  const sdkResponse = oci_common_1.composeResponse({
7298
7701
  responseObject: {},
7299
7702
  responseHeaders: [
@@ -7322,12 +7725,14 @@ class OperationsInsightsClient {
7322
7725
  * @param UpdateEnterpriseManagerBridgeRequest
7323
7726
  * @return UpdateEnterpriseManagerBridgeResponse
7324
7727
  * @throws OciError when an error occurs
7325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
7728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
7326
7729
  */
7327
7730
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
7328
7731
  return __awaiter(this, void 0, void 0, function* () {
7329
7732
  if (this.logger)
7330
7733
  this.logger.debug("Calling operation OperationsInsightsClient#updateEnterpriseManagerBridge.");
7734
+ const operationName = "updateEnterpriseManagerBridge";
7735
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/UpdateEnterpriseManagerBridge";
7331
7736
  const pathParams = {
7332
7737
  "{enterpriseManagerBridgeId}": updateEnterpriseManagerBridgeRequest.enterpriseManagerBridgeId
7333
7738
  };
@@ -7352,7 +7757,7 @@ class OperationsInsightsClient {
7352
7757
  queryParams: queryParams
7353
7758
  });
7354
7759
  try {
7355
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7760
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7356
7761
  const sdkResponse = oci_common_1.composeResponse({
7357
7762
  responseObject: {},
7358
7763
  responseHeaders: [
@@ -7381,12 +7786,14 @@ class OperationsInsightsClient {
7381
7786
  * @param UpdateExadataInsightRequest
7382
7787
  * @return UpdateExadataInsightResponse
7383
7788
  * @throws OciError when an error occurs
7384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
7789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
7385
7790
  */
7386
7791
  updateExadataInsight(updateExadataInsightRequest) {
7387
7792
  return __awaiter(this, void 0, void 0, function* () {
7388
7793
  if (this.logger)
7389
7794
  this.logger.debug("Calling operation OperationsInsightsClient#updateExadataInsight.");
7795
+ const operationName = "updateExadataInsight";
7796
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/UpdateExadataInsight";
7390
7797
  const pathParams = {
7391
7798
  "{exadataInsightId}": updateExadataInsightRequest.exadataInsightId
7392
7799
  };
@@ -7411,7 +7818,7 @@ class OperationsInsightsClient {
7411
7818
  queryParams: queryParams
7412
7819
  });
7413
7820
  try {
7414
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7821
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7415
7822
  const sdkResponse = oci_common_1.composeResponse({
7416
7823
  responseObject: {},
7417
7824
  responseHeaders: [
@@ -7440,12 +7847,14 @@ class OperationsInsightsClient {
7440
7847
  * @param UpdateHostInsightRequest
7441
7848
  * @return UpdateHostInsightResponse
7442
7849
  * @throws OciError when an error occurs
7443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
7850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
7444
7851
  */
7445
7852
  updateHostInsight(updateHostInsightRequest) {
7446
7853
  return __awaiter(this, void 0, void 0, function* () {
7447
7854
  if (this.logger)
7448
7855
  this.logger.debug("Calling operation OperationsInsightsClient#updateHostInsight.");
7856
+ const operationName = "updateHostInsight";
7857
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/UpdateHostInsight";
7449
7858
  const pathParams = {
7450
7859
  "{hostInsightId}": updateHostInsightRequest.hostInsightId
7451
7860
  };
@@ -7470,7 +7879,7 @@ class OperationsInsightsClient {
7470
7879
  queryParams: queryParams
7471
7880
  });
7472
7881
  try {
7473
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7882
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7474
7883
  const sdkResponse = oci_common_1.composeResponse({
7475
7884
  responseObject: {},
7476
7885
  responseHeaders: [
@@ -7499,12 +7908,14 @@ class OperationsInsightsClient {
7499
7908
  * @param UpdateOperationsInsightsPrivateEndpointRequest
7500
7909
  * @return UpdateOperationsInsightsPrivateEndpointResponse
7501
7910
  * @throws OciError when an error occurs
7502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
7911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
7503
7912
  */
7504
7913
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
7505
7914
  return __awaiter(this, void 0, void 0, function* () {
7506
7915
  if (this.logger)
7507
7916
  this.logger.debug("Calling operation OperationsInsightsClient#updateOperationsInsightsPrivateEndpoint.");
7917
+ const operationName = "updateOperationsInsightsPrivateEndpoint";
7918
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/UpdateOperationsInsightsPrivateEndpoint";
7508
7919
  const pathParams = {
7509
7920
  "{operationsInsightsPrivateEndpointId}": updateOperationsInsightsPrivateEndpointRequest.operationsInsightsPrivateEndpointId
7510
7921
  };
@@ -7529,7 +7940,7 @@ class OperationsInsightsClient {
7529
7940
  queryParams: queryParams
7530
7941
  });
7531
7942
  try {
7532
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7943
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7533
7944
  const sdkResponse = oci_common_1.composeResponse({
7534
7945
  responseObject: {},
7535
7946
  responseHeaders: [
@@ -7560,12 +7971,14 @@ class OperationsInsightsClient {
7560
7971
  * @param UpdateOperationsInsightsWarehouseRequest
7561
7972
  * @return UpdateOperationsInsightsWarehouseResponse
7562
7973
  * @throws OciError when an error occurs
7563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
7974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
7564
7975
  */
7565
7976
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
7566
7977
  return __awaiter(this, void 0, void 0, function* () {
7567
7978
  if (this.logger)
7568
7979
  this.logger.debug("Calling operation OperationsInsightsClient#updateOperationsInsightsWarehouse.");
7980
+ const operationName = "updateOperationsInsightsWarehouse";
7981
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/UpdateOperationsInsightsWarehouse";
7569
7982
  const pathParams = {
7570
7983
  "{operationsInsightsWarehouseId}": updateOperationsInsightsWarehouseRequest.operationsInsightsWarehouseId
7571
7984
  };
@@ -7590,7 +8003,7 @@ class OperationsInsightsClient {
7590
8003
  queryParams: queryParams
7591
8004
  });
7592
8005
  try {
7593
- const response = yield retrier.makeServiceCall(this._httpClient, request);
8006
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7594
8007
  const sdkResponse = oci_common_1.composeResponse({
7595
8008
  responseObject: {},
7596
8009
  responseHeaders: [
@@ -7619,12 +8032,14 @@ class OperationsInsightsClient {
7619
8032
  * @param UpdateOperationsInsightsWarehouseUserRequest
7620
8033
  * @return UpdateOperationsInsightsWarehouseUserResponse
7621
8034
  * @throws OciError when an error occurs
7622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
8035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
7623
8036
  */
7624
8037
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
7625
8038
  return __awaiter(this, void 0, void 0, function* () {
7626
8039
  if (this.logger)
7627
8040
  this.logger.debug("Calling operation OperationsInsightsClient#updateOperationsInsightsWarehouseUser.");
8041
+ const operationName = "updateOperationsInsightsWarehouseUser";
8042
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/UpdateOperationsInsightsWarehouseUser";
7628
8043
  const pathParams = {
7629
8044
  "{operationsInsightsWarehouseUserId}": updateOperationsInsightsWarehouseUserRequest.operationsInsightsWarehouseUserId
7630
8045
  };
@@ -7649,7 +8064,7 @@ class OperationsInsightsClient {
7649
8064
  queryParams: queryParams
7650
8065
  });
7651
8066
  try {
7652
- const response = yield retrier.makeServiceCall(this._httpClient, request);
8067
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7653
8068
  const sdkResponse = oci_common_1.composeResponse({
7654
8069
  responseObject: {},
7655
8070
  responseHeaders: [