oci-opsi 2.25.0 → 2.28.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 (164) hide show
  1. package/lib/client.d.ts +109 -108
  2. package/lib/client.js +433 -216
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-exadata-insight-members-details.js +2 -2
  5. package/lib/model/add-exadata-insight-members-details.js.map +1 -1
  6. package/lib/model/create-database-insight-details.js +2 -2
  7. package/lib/model/create-database-insight-details.js.map +1 -1
  8. package/lib/model/create-exadata-insight-details.js +2 -2
  9. package/lib/model/create-exadata-insight-details.js.map +1 -1
  10. package/lib/model/create-host-insight-details.js +2 -2
  11. package/lib/model/create-host-insight-details.js.map +1 -1
  12. package/lib/model/credential-details.js +2 -2
  13. package/lib/model/credential-details.js.map +1 -1
  14. package/lib/model/database-configuration-metric-group.js +2 -2
  15. package/lib/model/database-configuration-metric-group.js.map +1 -1
  16. package/lib/model/database-configuration-summary.js +2 -2
  17. package/lib/model/database-configuration-summary.js.map +1 -1
  18. package/lib/model/database-insight-summary.js +2 -2
  19. package/lib/model/database-insight-summary.js.map +1 -1
  20. package/lib/model/database-insight.js +2 -2
  21. package/lib/model/database-insight.js.map +1 -1
  22. package/lib/model/enable-database-insight-details.js +2 -2
  23. package/lib/model/enable-database-insight-details.js.map +1 -1
  24. package/lib/model/enable-exadata-insight-details.js +2 -2
  25. package/lib/model/enable-exadata-insight-details.js.map +1 -1
  26. package/lib/model/enable-host-insight-details.js +2 -2
  27. package/lib/model/enable-host-insight-details.js.map +1 -1
  28. package/lib/model/exadata-configuration-summary.js +2 -2
  29. package/lib/model/exadata-configuration-summary.js.map +1 -1
  30. package/lib/model/exadata-insight-resource-statistics-aggregation.js +2 -2
  31. package/lib/model/exadata-insight-resource-statistics-aggregation.js.map +1 -1
  32. package/lib/model/exadata-insight-summary.js +2 -2
  33. package/lib/model/exadata-insight-summary.js.map +1 -1
  34. package/lib/model/exadata-insight.js +2 -2
  35. package/lib/model/exadata-insight.js.map +1 -1
  36. package/lib/model/host-configuration-metric-group.js +2 -2
  37. package/lib/model/host-configuration-metric-group.js.map +1 -1
  38. package/lib/model/host-configuration-summary.js +2 -2
  39. package/lib/model/host-configuration-summary.js.map +1 -1
  40. package/lib/model/host-insight-summary.js +2 -2
  41. package/lib/model/host-insight-summary.js.map +1 -1
  42. package/lib/model/host-insight.js +2 -2
  43. package/lib/model/host-insight.js.map +1 -1
  44. package/lib/model/host-performance-metric-group.js +2 -2
  45. package/lib/model/host-performance-metric-group.js.map +1 -1
  46. package/lib/model/host-resource-statistics.js +2 -2
  47. package/lib/model/host-resource-statistics.js.map +1 -1
  48. package/lib/model/importable-agent-entity-summary.js +2 -2
  49. package/lib/model/importable-agent-entity-summary.js.map +1 -1
  50. package/lib/model/update-database-insight-details.js +2 -2
  51. package/lib/model/update-database-insight-details.js.map +1 -1
  52. package/lib/model/update-exadata-insight-details.js +2 -2
  53. package/lib/model/update-exadata-insight-details.js.map +1 -1
  54. package/lib/model/update-host-insight-details.js +2 -2
  55. package/lib/model/update-host-insight-details.js.map +1 -1
  56. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  57. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  58. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  59. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  60. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  61. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  62. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  63. package/lib/request/create-awr-hub-request.d.ts +1 -1
  64. package/lib/request/create-database-insight-request.d.ts +1 -1
  65. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  66. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  67. package/lib/request/create-host-insight-request.d.ts +1 -1
  68. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  69. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  70. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  71. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  72. package/lib/request/delete-database-insight-request.d.ts +1 -1
  73. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  74. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  75. package/lib/request/delete-host-insight-request.d.ts +1 -1
  76. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  77. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  78. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  79. package/lib/request/disable-database-insight-request.d.ts +1 -1
  80. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  81. package/lib/request/disable-host-insight-request.d.ts +1 -1
  82. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  83. package/lib/request/enable-database-insight-request.d.ts +1 -1
  84. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  85. package/lib/request/enable-host-insight-request.d.ts +1 -1
  86. package/lib/request/get-awr-hub-request.d.ts +1 -1
  87. package/lib/request/get-awr-report-request.d.ts +1 -1
  88. package/lib/request/get-database-insight-request.d.ts +1 -1
  89. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  90. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  91. package/lib/request/get-host-insight-request.d.ts +1 -1
  92. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  93. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  94. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  95. package/lib/request/get-work-request-request.d.ts +1 -1
  96. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  97. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  98. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  99. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  100. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  101. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  102. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  103. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  104. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  105. package/lib/request/list-database-configurations-request.d.ts +1 -1
  106. package/lib/request/list-database-insights-request.d.ts +1 -1
  107. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  108. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  109. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  110. package/lib/request/list-host-configurations-request.d.ts +1 -1
  111. package/lib/request/list-host-insights-request.d.ts +1 -1
  112. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  113. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  114. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  115. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  116. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  117. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  118. package/lib/request/list-sql-plans-request.d.ts +1 -1
  119. package/lib/request/list-sql-searches-request.d.ts +1 -1
  120. package/lib/request/list-sql-texts-request.d.ts +1 -1
  121. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  122. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  123. package/lib/request/list-work-requests-request.d.ts +1 -1
  124. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  125. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  126. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  127. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  128. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  129. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  130. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  131. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  132. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  133. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  134. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  135. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  136. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  137. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  138. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  139. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  140. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  141. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  142. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  143. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  144. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  145. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  146. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  147. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  148. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  149. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  150. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  151. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  152. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  153. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  154. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  155. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  156. package/lib/request/update-awr-hub-request.d.ts +1 -1
  157. package/lib/request/update-database-insight-request.d.ts +1 -1
  158. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  159. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  160. package/lib/request/update-host-insight-request.d.ts +1 -1
  161. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  162. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  163. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  164. 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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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.25.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.28.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(),
@@ -2651,12 +2730,14 @@ class OperationsInsightsClient {
2651
2730
  * @param GetWorkRequestRequest
2652
2731
  * @return GetWorkRequestResponse
2653
2732
  * @throws OciError when an error occurs
2654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2655
2734
  */
2656
2735
  getWorkRequest(getWorkRequestRequest) {
2657
2736
  return __awaiter(this, void 0, void 0, function* () {
2658
2737
  if (this.logger)
2659
2738
  this.logger.debug("Calling operation OperationsInsightsClient#getWorkRequest.");
2739
+ const operationName = "getWorkRequest";
2740
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/GetWorkRequest";
2660
2741
  const pathParams = {
2661
2742
  "{workRequestId}": getWorkRequestRequest.workRequestId
2662
2743
  };
@@ -2679,7 +2760,7 @@ class OperationsInsightsClient {
2679
2760
  queryParams: queryParams
2680
2761
  });
2681
2762
  try {
2682
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2763
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2683
2764
  const sdkResponse = oci_common_1.composeResponse({
2684
2765
  responseObject: {},
2685
2766
  body: yield response.json(),
@@ -2717,12 +2798,14 @@ class OperationsInsightsClient {
2717
2798
  * @param IngestDatabaseConfigurationRequest
2718
2799
  * @return IngestDatabaseConfigurationResponse
2719
2800
  * @throws OciError when an error occurs
2720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2721
2802
  */
2722
2803
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
2723
2804
  return __awaiter(this, void 0, void 0, function* () {
2724
2805
  if (this.logger)
2725
2806
  this.logger.debug("Calling operation OperationsInsightsClient#ingestDatabaseConfiguration.");
2807
+ const operationName = "ingestDatabaseConfiguration";
2808
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestDatabaseConfiguration";
2726
2809
  const pathParams = {};
2727
2810
  const queryParams = {
2728
2811
  "databaseId": ingestDatabaseConfigurationRequest.databaseId,
@@ -2749,7 +2832,7 @@ class OperationsInsightsClient {
2749
2832
  queryParams: queryParams
2750
2833
  });
2751
2834
  try {
2752
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2835
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2753
2836
  const sdkResponse = oci_common_1.composeResponse({
2754
2837
  responseObject: {},
2755
2838
  body: yield response.json(),
@@ -2782,12 +2865,14 @@ class OperationsInsightsClient {
2782
2865
  * @param IngestHostConfigurationRequest
2783
2866
  * @return IngestHostConfigurationResponse
2784
2867
  * @throws OciError when an error occurs
2785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
2868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
2786
2869
  */
2787
2870
  ingestHostConfiguration(ingestHostConfigurationRequest) {
2788
2871
  return __awaiter(this, void 0, void 0, function* () {
2789
2872
  if (this.logger)
2790
2873
  this.logger.debug("Calling operation OperationsInsightsClient#ingestHostConfiguration.");
2874
+ const operationName = "ingestHostConfiguration";
2875
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/IngestHostConfiguration";
2791
2876
  const pathParams = {};
2792
2877
  const queryParams = {
2793
2878
  "id": ingestHostConfigurationRequest.id
@@ -2813,7 +2898,7 @@ class OperationsInsightsClient {
2813
2898
  queryParams: queryParams
2814
2899
  });
2815
2900
  try {
2816
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2901
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2817
2902
  const sdkResponse = oci_common_1.composeResponse({
2818
2903
  responseObject: {},
2819
2904
  body: yield response.json(),
@@ -2846,12 +2931,14 @@ class OperationsInsightsClient {
2846
2931
  * @param IngestHostMetricsRequest
2847
2932
  * @return IngestHostMetricsResponse
2848
2933
  * @throws OciError when an error occurs
2849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
2934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
2850
2935
  */
2851
2936
  ingestHostMetrics(ingestHostMetricsRequest) {
2852
2937
  return __awaiter(this, void 0, void 0, function* () {
2853
2938
  if (this.logger)
2854
2939
  this.logger.debug("Calling operation OperationsInsightsClient#ingestHostMetrics.");
2940
+ const operationName = "ingestHostMetrics";
2941
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/IngestHostMetrics";
2855
2942
  const pathParams = {};
2856
2943
  const queryParams = {
2857
2944
  "id": ingestHostMetricsRequest.id
@@ -2877,7 +2964,7 @@ class OperationsInsightsClient {
2877
2964
  queryParams: queryParams
2878
2965
  });
2879
2966
  try {
2880
- const response = yield retrier.makeServiceCall(this._httpClient, request);
2967
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2881
2968
  const sdkResponse = oci_common_1.composeResponse({
2882
2969
  responseObject: {},
2883
2970
  body: yield response.json(),
@@ -2912,12 +2999,14 @@ class OperationsInsightsClient {
2912
2999
  * @param IngestSqlBucketRequest
2913
3000
  * @return IngestSqlBucketResponse
2914
3001
  * @throws OciError when an error occurs
2915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
2916
3003
  */
2917
3004
  ingestSqlBucket(ingestSqlBucketRequest) {
2918
3005
  return __awaiter(this, void 0, void 0, function* () {
2919
3006
  if (this.logger)
2920
3007
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlBucket.");
3008
+ const operationName = "ingestSqlBucket";
3009
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlBucket";
2921
3010
  const pathParams = {};
2922
3011
  const queryParams = {
2923
3012
  "compartmentId": ingestSqlBucketRequest.compartmentId,
@@ -2945,7 +3034,7 @@ class OperationsInsightsClient {
2945
3034
  queryParams: queryParams
2946
3035
  });
2947
3036
  try {
2948
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3037
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2949
3038
  const sdkResponse = oci_common_1.composeResponse({
2950
3039
  responseObject: {},
2951
3040
  body: yield response.json(),
@@ -2980,12 +3069,14 @@ class OperationsInsightsClient {
2980
3069
  * @param IngestSqlPlanLinesRequest
2981
3070
  * @return IngestSqlPlanLinesResponse
2982
3071
  * @throws OciError when an error occurs
2983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
2984
3073
  */
2985
3074
  ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
2986
3075
  return __awaiter(this, void 0, void 0, function* () {
2987
3076
  if (this.logger)
2988
3077
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlPlanLines.");
3078
+ const operationName = "ingestSqlPlanLines";
3079
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlPlanLines";
2989
3080
  const pathParams = {};
2990
3081
  const queryParams = {
2991
3082
  "compartmentId": ingestSqlPlanLinesRequest.compartmentId,
@@ -3013,7 +3104,7 @@ class OperationsInsightsClient {
3013
3104
  queryParams: queryParams
3014
3105
  });
3015
3106
  try {
3016
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3107
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3017
3108
  const sdkResponse = oci_common_1.composeResponse({
3018
3109
  responseObject: {},
3019
3110
  body: yield response.json(),
@@ -3048,12 +3139,14 @@ class OperationsInsightsClient {
3048
3139
  * @param IngestSqlStatsRequest
3049
3140
  * @return IngestSqlStatsResponse
3050
3141
  * @throws OciError when an error occurs
3051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3052
3143
  */
3053
3144
  ingestSqlStats(ingestSqlStatsRequest) {
3054
3145
  return __awaiter(this, void 0, void 0, function* () {
3055
3146
  if (this.logger)
3056
3147
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlStats.");
3148
+ const operationName = "ingestSqlStats";
3149
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlStats";
3057
3150
  const pathParams = {};
3058
3151
  const queryParams = {
3059
3152
  "databaseId": ingestSqlStatsRequest.databaseId,
@@ -3080,7 +3173,7 @@ class OperationsInsightsClient {
3080
3173
  queryParams: queryParams
3081
3174
  });
3082
3175
  try {
3083
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3176
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3084
3177
  const sdkResponse = oci_common_1.composeResponse({
3085
3178
  responseObject: {},
3086
3179
  body: yield response.json(),
@@ -3116,12 +3209,14 @@ class OperationsInsightsClient {
3116
3209
  * @param IngestSqlTextRequest
3117
3210
  * @return IngestSqlTextResponse
3118
3211
  * @throws OciError when an error occurs
3119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3120
3213
  */
3121
3214
  ingestSqlText(ingestSqlTextRequest) {
3122
3215
  return __awaiter(this, void 0, void 0, function* () {
3123
3216
  if (this.logger)
3124
3217
  this.logger.debug("Calling operation OperationsInsightsClient#ingestSqlText.");
3218
+ const operationName = "ingestSqlText";
3219
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/IngestSqlText";
3125
3220
  const pathParams = {};
3126
3221
  const queryParams = {
3127
3222
  "compartmentId": ingestSqlTextRequest.compartmentId,
@@ -3149,7 +3244,7 @@ class OperationsInsightsClient {
3149
3244
  queryParams: queryParams
3150
3245
  });
3151
3246
  try {
3152
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3247
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3153
3248
  const sdkResponse = oci_common_1.composeResponse({
3154
3249
  responseObject: {},
3155
3250
  body: yield response.json(),
@@ -3183,12 +3278,14 @@ class OperationsInsightsClient {
3183
3278
  * @param ListAwrHubsRequest
3184
3279
  * @return ListAwrHubsResponse
3185
3280
  * @throws OciError when an error occurs
3186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3187
3282
  */
3188
3283
  listAwrHubs(listAwrHubsRequest) {
3189
3284
  return __awaiter(this, void 0, void 0, function* () {
3190
3285
  if (this.logger)
3191
3286
  this.logger.debug("Calling operation OperationsInsightsClient#listAwrHubs.");
3287
+ const operationName = "listAwrHubs";
3288
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrHubs";
3192
3289
  const pathParams = {};
3193
3290
  const queryParams = {
3194
3291
  "compartmentId": listAwrHubsRequest.compartmentId,
@@ -3219,7 +3316,7 @@ class OperationsInsightsClient {
3219
3316
  queryParams: queryParams
3220
3317
  });
3221
3318
  try {
3222
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3319
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3223
3320
  const sdkResponse = oci_common_1.composeResponse({
3224
3321
  responseObject: {},
3225
3322
  body: yield response.json(),
@@ -3254,12 +3351,14 @@ class OperationsInsightsClient {
3254
3351
  * @param ListAwrSnapshotsRequest
3255
3352
  * @return ListAwrSnapshotsResponse
3256
3353
  * @throws OciError when an error occurs
3257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3258
3355
  */
3259
3356
  listAwrSnapshots(listAwrSnapshotsRequest) {
3260
3357
  return __awaiter(this, void 0, void 0, function* () {
3261
3358
  if (this.logger)
3262
3359
  this.logger.debug("Calling operation OperationsInsightsClient#listAwrSnapshots.");
3360
+ const operationName = "listAwrSnapshots";
3361
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/ListAwrSnapshots";
3263
3362
  const pathParams = {
3264
3363
  "{awrHubId}": listAwrSnapshotsRequest.awrHubId
3265
3364
  };
@@ -3290,7 +3389,7 @@ class OperationsInsightsClient {
3290
3389
  queryParams: queryParams
3291
3390
  });
3292
3391
  try {
3293
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3392
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3294
3393
  const sdkResponse = oci_common_1.composeResponse({
3295
3394
  responseObject: {},
3296
3395
  body: yield response.json(),
@@ -3325,12 +3424,14 @@ class OperationsInsightsClient {
3325
3424
  * @param ListDatabaseConfigurationsRequest
3326
3425
  * @return ListDatabaseConfigurationsResponse
3327
3426
  * @throws OciError when an error occurs
3328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3329
3428
  */
3330
3429
  listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
3331
3430
  return __awaiter(this, void 0, void 0, function* () {
3332
3431
  if (this.logger)
3333
3432
  this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseConfigurations.");
3433
+ const operationName = "listDatabaseConfigurations";
3434
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseConfigurations";
3334
3435
  const pathParams = {};
3335
3436
  const queryParams = {
3336
3437
  "compartmentId": listDatabaseConfigurationsRequest.compartmentId,
@@ -3369,7 +3470,7 @@ class OperationsInsightsClient {
3369
3470
  queryParams: queryParams
3370
3471
  });
3371
3472
  try {
3372
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3473
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3373
3474
  const sdkResponse = oci_common_1.composeResponse({
3374
3475
  responseObject: {},
3375
3476
  body: yield response.json(),
@@ -3409,12 +3510,14 @@ class OperationsInsightsClient {
3409
3510
  * @param ListDatabaseInsightsRequest
3410
3511
  * @return ListDatabaseInsightsResponse
3411
3512
  * @throws OciError when an error occurs
3412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3413
3514
  */
3414
3515
  listDatabaseInsights(listDatabaseInsightsRequest) {
3415
3516
  return __awaiter(this, void 0, void 0, function* () {
3416
3517
  if (this.logger)
3417
3518
  this.logger.debug("Calling operation OperationsInsightsClient#listDatabaseInsights.");
3519
+ const operationName = "listDatabaseInsights";
3520
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListDatabaseInsights";
3418
3521
  const pathParams = {};
3419
3522
  const queryParams = {
3420
3523
  "compartmentId": listDatabaseInsightsRequest.compartmentId,
@@ -3451,7 +3554,7 @@ class OperationsInsightsClient {
3451
3554
  queryParams: queryParams
3452
3555
  });
3453
3556
  try {
3454
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3557
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3455
3558
  const sdkResponse = oci_common_1.composeResponse({
3456
3559
  responseObject: {},
3457
3560
  body: yield response.json(),
@@ -3491,12 +3594,14 @@ class OperationsInsightsClient {
3491
3594
  * @param ListEnterpriseManagerBridgesRequest
3492
3595
  * @return ListEnterpriseManagerBridgesResponse
3493
3596
  * @throws OciError when an error occurs
3494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3495
3598
  */
3496
3599
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
3497
3600
  return __awaiter(this, void 0, void 0, function* () {
3498
3601
  if (this.logger)
3499
3602
  this.logger.debug("Calling operation OperationsInsightsClient#listEnterpriseManagerBridges.");
3603
+ const operationName = "listEnterpriseManagerBridges";
3604
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListEnterpriseManagerBridges";
3500
3605
  const pathParams = {};
3501
3606
  const queryParams = {
3502
3607
  "compartmentId": listEnterpriseManagerBridgesRequest.compartmentId,
@@ -3527,7 +3632,7 @@ class OperationsInsightsClient {
3527
3632
  queryParams: queryParams
3528
3633
  });
3529
3634
  try {
3530
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3635
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3531
3636
  const sdkResponse = oci_common_1.composeResponse({
3532
3637
  responseObject: {},
3533
3638
  body: yield response.json(),
@@ -3560,12 +3665,14 @@ class OperationsInsightsClient {
3560
3665
  * @param ListExadataConfigurationsRequest
3561
3666
  * @return ListExadataConfigurationsResponse
3562
3667
  * @throws OciError when an error occurs
3563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
3668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
3564
3669
  */
3565
3670
  listExadataConfigurations(listExadataConfigurationsRequest) {
3566
3671
  return __awaiter(this, void 0, void 0, function* () {
3567
3672
  if (this.logger)
3568
3673
  this.logger.debug("Calling operation OperationsInsightsClient#listExadataConfigurations.");
3674
+ const operationName = "listExadataConfigurations";
3675
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataConfigurations";
3569
3676
  const pathParams = {};
3570
3677
  const queryParams = {
3571
3678
  "compartmentId": listExadataConfigurationsRequest.compartmentId,
@@ -3598,7 +3705,7 @@ class OperationsInsightsClient {
3598
3705
  queryParams: queryParams
3599
3706
  });
3600
3707
  try {
3601
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3708
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3602
3709
  const sdkResponse = oci_common_1.composeResponse({
3603
3710
  responseObject: {},
3604
3711
  body: yield response.json(),
@@ -3638,12 +3745,14 @@ class OperationsInsightsClient {
3638
3745
  * @param ListExadataInsightsRequest
3639
3746
  * @return ListExadataInsightsResponse
3640
3747
  * @throws OciError when an error occurs
3641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
3748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
3642
3749
  */
3643
3750
  listExadataInsights(listExadataInsightsRequest) {
3644
3751
  return __awaiter(this, void 0, void 0, function* () {
3645
3752
  if (this.logger)
3646
3753
  this.logger.debug("Calling operation OperationsInsightsClient#listExadataInsights.");
3754
+ const operationName = "listExadataInsights";
3755
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/ListExadataInsights";
3647
3756
  const pathParams = {};
3648
3757
  const queryParams = {
3649
3758
  "compartmentId": listExadataInsightsRequest.compartmentId,
@@ -3676,7 +3785,7 @@ class OperationsInsightsClient {
3676
3785
  queryParams: queryParams
3677
3786
  });
3678
3787
  try {
3679
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3788
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3680
3789
  const sdkResponse = oci_common_1.composeResponse({
3681
3790
  responseObject: {},
3682
3791
  body: yield response.json(),
@@ -3716,12 +3825,14 @@ class OperationsInsightsClient {
3716
3825
  * @param ListHostConfigurationsRequest
3717
3826
  * @return ListHostConfigurationsResponse
3718
3827
  * @throws OciError when an error occurs
3719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
3828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
3720
3829
  */
3721
3830
  listHostConfigurations(listHostConfigurationsRequest) {
3722
3831
  return __awaiter(this, void 0, void 0, function* () {
3723
3832
  if (this.logger)
3724
3833
  this.logger.debug("Calling operation OperationsInsightsClient#listHostConfigurations.");
3834
+ const operationName = "listHostConfigurations";
3835
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostConfigurations";
3725
3836
  const pathParams = {};
3726
3837
  const queryParams = {
3727
3838
  "compartmentId": listHostConfigurationsRequest.compartmentId,
@@ -3757,7 +3868,7 @@ class OperationsInsightsClient {
3757
3868
  queryParams: queryParams
3758
3869
  });
3759
3870
  try {
3760
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3871
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3761
3872
  const sdkResponse = oci_common_1.composeResponse({
3762
3873
  responseObject: {},
3763
3874
  body: yield response.json(),
@@ -3797,12 +3908,14 @@ class OperationsInsightsClient {
3797
3908
  * @param ListHostInsightsRequest
3798
3909
  * @return ListHostInsightsResponse
3799
3910
  * @throws OciError when an error occurs
3800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
3911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
3801
3912
  */
3802
3913
  listHostInsights(listHostInsightsRequest) {
3803
3914
  return __awaiter(this, void 0, void 0, function* () {
3804
3915
  if (this.logger)
3805
3916
  this.logger.debug("Calling operation OperationsInsightsClient#listHostInsights.");
3917
+ const operationName = "listHostInsights";
3918
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostInsights";
3806
3919
  const pathParams = {};
3807
3920
  const queryParams = {
3808
3921
  "compartmentId": listHostInsightsRequest.compartmentId,
@@ -3837,7 +3950,7 @@ class OperationsInsightsClient {
3837
3950
  queryParams: queryParams
3838
3951
  });
3839
3952
  try {
3840
- const response = yield retrier.makeServiceCall(this._httpClient, request);
3953
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3841
3954
  const sdkResponse = oci_common_1.composeResponse({
3842
3955
  responseObject: {},
3843
3956
  body: yield response.json(),
@@ -3876,12 +3989,14 @@ class OperationsInsightsClient {
3876
3989
  * @param ListHostedEntitiesRequest
3877
3990
  * @return ListHostedEntitiesResponse
3878
3991
  * @throws OciError when an error occurs
3879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
3992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
3880
3993
  */
3881
3994
  listHostedEntities(listHostedEntitiesRequest) {
3882
3995
  return __awaiter(this, void 0, void 0, function* () {
3883
3996
  if (this.logger)
3884
3997
  this.logger.debug("Calling operation OperationsInsightsClient#listHostedEntities.");
3998
+ const operationName = "listHostedEntities";
3999
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListHostedEntities";
3885
4000
  const pathParams = {};
3886
4001
  const queryParams = {
3887
4002
  "compartmentId": listHostedEntitiesRequest.compartmentId,
@@ -3914,7 +4029,7 @@ class OperationsInsightsClient {
3914
4029
  queryParams: queryParams
3915
4030
  });
3916
4031
  try {
3917
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4032
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3918
4033
  const sdkResponse = oci_common_1.composeResponse({
3919
4034
  responseObject: {},
3920
4035
  body: yield response.json(),
@@ -3952,12 +4067,14 @@ class OperationsInsightsClient {
3952
4067
  * @param ListImportableAgentEntitiesRequest
3953
4068
  * @return ListImportableAgentEntitiesResponse
3954
4069
  * @throws OciError when an error occurs
3955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
4070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
3956
4071
  */
3957
4072
  listImportableAgentEntities(listImportableAgentEntitiesRequest) {
3958
4073
  return __awaiter(this, void 0, void 0, function* () {
3959
4074
  if (this.logger)
3960
4075
  this.logger.debug("Calling operation OperationsInsightsClient#listImportableAgentEntities.");
4076
+ const operationName = "listImportableAgentEntities";
4077
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/ListImportableAgentEntities";
3961
4078
  const pathParams = {};
3962
4079
  const queryParams = {
3963
4080
  "compartmentId": listImportableAgentEntitiesRequest.compartmentId,
@@ -3984,7 +4101,7 @@ class OperationsInsightsClient {
3984
4101
  queryParams: queryParams
3985
4102
  });
3986
4103
  try {
3987
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4104
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3988
4105
  const sdkResponse = oci_common_1.composeResponse({
3989
4106
  responseObject: {},
3990
4107
  body: yield response.json(),
@@ -4018,12 +4135,14 @@ class OperationsInsightsClient {
4018
4135
  * @param ListImportableEnterpriseManagerEntitiesRequest
4019
4136
  * @return ListImportableEnterpriseManagerEntitiesResponse
4020
4137
  * @throws OciError when an error occurs
4021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4022
4139
  */
4023
4140
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
4024
4141
  return __awaiter(this, void 0, void 0, function* () {
4025
4142
  if (this.logger)
4026
4143
  this.logger.debug("Calling operation OperationsInsightsClient#listImportableEnterpriseManagerEntities.");
4144
+ const operationName = "listImportableEnterpriseManagerEntities";
4145
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/ListImportableEnterpriseManagerEntities";
4027
4146
  const pathParams = {
4028
4147
  "{enterpriseManagerBridgeId}": listImportableEnterpriseManagerEntitiesRequest.enterpriseManagerBridgeId
4029
4148
  };
@@ -4052,7 +4171,7 @@ class OperationsInsightsClient {
4052
4171
  queryParams: queryParams
4053
4172
  });
4054
4173
  try {
4055
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4174
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4056
4175
  const sdkResponse = oci_common_1.composeResponse({
4057
4176
  responseObject: {},
4058
4177
  body: yield response.json(),
@@ -4085,12 +4204,14 @@ class OperationsInsightsClient {
4085
4204
  * @param ListOperationsInsightsPrivateEndpointsRequest
4086
4205
  * @return ListOperationsInsightsPrivateEndpointsResponse
4087
4206
  * @throws OciError when an error occurs
4088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4089
4208
  */
4090
4209
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
4091
4210
  return __awaiter(this, void 0, void 0, function* () {
4092
4211
  if (this.logger)
4093
4212
  this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsPrivateEndpoints.");
4213
+ const operationName = "listOperationsInsightsPrivateEndpoints";
4214
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpointCollection/ListOperationsInsightsPrivateEndpoints";
4094
4215
  const pathParams = {};
4095
4216
  const queryParams = {
4096
4217
  "compartmentId": listOperationsInsightsPrivateEndpointsRequest.compartmentId,
@@ -4123,7 +4244,7 @@ class OperationsInsightsClient {
4123
4244
  queryParams: queryParams
4124
4245
  });
4125
4246
  try {
4126
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4247
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4127
4248
  const sdkResponse = oci_common_1.composeResponse({
4128
4249
  responseObject: {},
4129
4250
  body: yield response.json(),
@@ -4157,12 +4278,14 @@ class OperationsInsightsClient {
4157
4278
  * @param ListOperationsInsightsWarehouseUsersRequest
4158
4279
  * @return ListOperationsInsightsWarehouseUsersResponse
4159
4280
  * @throws OciError when an error occurs
4160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4161
4282
  */
4162
4283
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
4163
4284
  return __awaiter(this, void 0, void 0, function* () {
4164
4285
  if (this.logger)
4165
4286
  this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouseUsers.");
4287
+ const operationName = "listOperationsInsightsWarehouseUsers";
4288
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/ListOperationsInsightsWarehouseUsers";
4166
4289
  const pathParams = {};
4167
4290
  const queryParams = {
4168
4291
  "compartmentId": listOperationsInsightsWarehouseUsersRequest.compartmentId,
@@ -4193,7 +4316,7 @@ class OperationsInsightsClient {
4193
4316
  queryParams: queryParams
4194
4317
  });
4195
4318
  try {
4196
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4319
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4197
4320
  const sdkResponse = oci_common_1.composeResponse({
4198
4321
  responseObject: {},
4199
4322
  body: yield response.json(),
@@ -4228,12 +4351,14 @@ class OperationsInsightsClient {
4228
4351
  * @param ListOperationsInsightsWarehousesRequest
4229
4352
  * @return ListOperationsInsightsWarehousesResponse
4230
4353
  * @throws OciError when an error occurs
4231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4232
4355
  */
4233
4356
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
4234
4357
  return __awaiter(this, void 0, void 0, function* () {
4235
4358
  if (this.logger)
4236
4359
  this.logger.debug("Calling operation OperationsInsightsClient#listOperationsInsightsWarehouses.");
4360
+ const operationName = "listOperationsInsightsWarehouses";
4361
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/ListOperationsInsightsWarehouses";
4237
4362
  const pathParams = {};
4238
4363
  const queryParams = {
4239
4364
  "compartmentId": listOperationsInsightsWarehousesRequest.compartmentId,
@@ -4263,7 +4388,7 @@ class OperationsInsightsClient {
4263
4388
  queryParams: queryParams
4264
4389
  });
4265
4390
  try {
4266
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4391
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4267
4392
  const sdkResponse = oci_common_1.composeResponse({
4268
4393
  responseObject: {},
4269
4394
  body: yield response.json(),
@@ -4298,12 +4423,14 @@ class OperationsInsightsClient {
4298
4423
  * @param ListSqlPlansRequest
4299
4424
  * @return ListSqlPlansResponse
4300
4425
  * @throws OciError when an error occurs
4301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4302
4427
  */
4303
4428
  listSqlPlans(listSqlPlansRequest) {
4304
4429
  return __awaiter(this, void 0, void 0, function* () {
4305
4430
  if (this.logger)
4306
4431
  this.logger.debug("Calling operation OperationsInsightsClient#listSqlPlans.");
4432
+ const operationName = "listSqlPlans";
4433
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlPlans";
4307
4434
  const pathParams = {};
4308
4435
  const queryParams = {
4309
4436
  "compartmentId": listSqlPlansRequest.compartmentId,
@@ -4331,7 +4458,7 @@ class OperationsInsightsClient {
4331
4458
  queryParams: queryParams
4332
4459
  });
4333
4460
  try {
4334
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4461
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4335
4462
  const sdkResponse = oci_common_1.composeResponse({
4336
4463
  responseObject: {},
4337
4464
  body: yield response.json(),
@@ -4366,12 +4493,14 @@ class OperationsInsightsClient {
4366
4493
  * @param ListSqlSearchesRequest
4367
4494
  * @return ListSqlSearchesResponse
4368
4495
  * @throws OciError when an error occurs
4369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4370
4497
  */
4371
4498
  listSqlSearches(listSqlSearchesRequest) {
4372
4499
  return __awaiter(this, void 0, void 0, function* () {
4373
4500
  if (this.logger)
4374
4501
  this.logger.debug("Calling operation OperationsInsightsClient#listSqlSearches.");
4502
+ const operationName = "listSqlSearches";
4503
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlSearches";
4375
4504
  const pathParams = {};
4376
4505
  const queryParams = {
4377
4506
  "compartmentId": listSqlSearchesRequest.compartmentId,
@@ -4404,7 +4533,7 @@ class OperationsInsightsClient {
4404
4533
  queryParams: queryParams
4405
4534
  });
4406
4535
  try {
4407
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4536
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4408
4537
  const sdkResponse = oci_common_1.composeResponse({
4409
4538
  responseObject: {},
4410
4539
  body: yield response.json(),
@@ -4438,12 +4567,14 @@ class OperationsInsightsClient {
4438
4567
  * @param ListSqlTextsRequest
4439
4568
  * @return ListSqlTextsResponse
4440
4569
  * @throws OciError when an error occurs
4441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
4570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
4442
4571
  */
4443
4572
  listSqlTexts(listSqlTextsRequest) {
4444
4573
  return __awaiter(this, void 0, void 0, function* () {
4445
4574
  if (this.logger)
4446
4575
  this.logger.debug("Calling operation OperationsInsightsClient#listSqlTexts.");
4576
+ const operationName = "listSqlTexts";
4577
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/ListSqlTexts";
4447
4578
  const pathParams = {};
4448
4579
  const queryParams = {
4449
4580
  "compartmentId": listSqlTextsRequest.compartmentId,
@@ -4475,7 +4606,7 @@ class OperationsInsightsClient {
4475
4606
  queryParams: queryParams
4476
4607
  });
4477
4608
  try {
4478
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4609
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4479
4610
  const sdkResponse = oci_common_1.composeResponse({
4480
4611
  responseObject: {},
4481
4612
  body: yield response.json(),
@@ -4509,12 +4640,14 @@ class OperationsInsightsClient {
4509
4640
  * @param ListWorkRequestErrorsRequest
4510
4641
  * @return ListWorkRequestErrorsResponse
4511
4642
  * @throws OciError when an error occurs
4512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4513
4644
  */
4514
4645
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4515
4646
  return __awaiter(this, void 0, void 0, function* () {
4516
4647
  if (this.logger)
4517
4648
  this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestErrors.");
4649
+ const operationName = "listWorkRequestErrors";
4650
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestErrors";
4518
4651
  const pathParams = {
4519
4652
  "{workRequestId}": listWorkRequestErrorsRequest.workRequestId
4520
4653
  };
@@ -4542,7 +4675,7 @@ class OperationsInsightsClient {
4542
4675
  queryParams: queryParams
4543
4676
  });
4544
4677
  try {
4545
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4678
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4546
4679
  const sdkResponse = oci_common_1.composeResponse({
4547
4680
  responseObject: {},
4548
4681
  body: yield response.json(),
@@ -4576,12 +4709,14 @@ class OperationsInsightsClient {
4576
4709
  * @param ListWorkRequestLogsRequest
4577
4710
  * @return ListWorkRequestLogsResponse
4578
4711
  * @throws OciError when an error occurs
4579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4580
4713
  */
4581
4714
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4582
4715
  return __awaiter(this, void 0, void 0, function* () {
4583
4716
  if (this.logger)
4584
4717
  this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequestLogs.");
4718
+ const operationName = "listWorkRequestLogs";
4719
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequestLogs";
4585
4720
  const pathParams = {
4586
4721
  "{workRequestId}": listWorkRequestLogsRequest.workRequestId
4587
4722
  };
@@ -4609,7 +4744,7 @@ class OperationsInsightsClient {
4609
4744
  queryParams: queryParams
4610
4745
  });
4611
4746
  try {
4612
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4747
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4613
4748
  const sdkResponse = oci_common_1.composeResponse({
4614
4749
  responseObject: {},
4615
4750
  body: yield response.json(),
@@ -4643,12 +4778,14 @@ class OperationsInsightsClient {
4643
4778
  * @param ListWorkRequestsRequest
4644
4779
  * @return ListWorkRequestsResponse
4645
4780
  * @throws OciError when an error occurs
4646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4647
4782
  */
4648
4783
  listWorkRequests(listWorkRequestsRequest) {
4649
4784
  return __awaiter(this, void 0, void 0, function* () {
4650
4785
  if (this.logger)
4651
4786
  this.logger.debug("Calling operation OperationsInsightsClient#listWorkRequests.");
4787
+ const operationName = "listWorkRequests";
4788
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/WorkRequests/ListWorkRequests";
4652
4789
  const pathParams = {};
4653
4790
  const queryParams = {
4654
4791
  "page": listWorkRequestsRequest.page,
@@ -4679,7 +4816,7 @@ class OperationsInsightsClient {
4679
4816
  queryParams: queryParams
4680
4817
  });
4681
4818
  try {
4682
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4819
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4683
4820
  const sdkResponse = oci_common_1.composeResponse({
4684
4821
  responseObject: {},
4685
4822
  body: yield response.json(),
@@ -4712,12 +4849,14 @@ class OperationsInsightsClient {
4712
4849
  * @param RotateOperationsInsightsWarehouseWalletRequest
4713
4850
  * @return RotateOperationsInsightsWarehouseWalletResponse
4714
4851
  * @throws OciError when an error occurs
4715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
4852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
4716
4853
  */
4717
4854
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
4718
4855
  return __awaiter(this, void 0, void 0, function* () {
4719
4856
  if (this.logger)
4720
4857
  this.logger.debug("Calling operation OperationsInsightsClient#rotateOperationsInsightsWarehouseWallet.");
4858
+ const operationName = "rotateOperationsInsightsWarehouseWallet";
4859
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/RotateOperationsInsightsWarehouseWallet";
4721
4860
  const pathParams = {
4722
4861
  "{operationsInsightsWarehouseId}": rotateOperationsInsightsWarehouseWalletRequest.operationsInsightsWarehouseId
4723
4862
  };
@@ -4741,7 +4880,7 @@ class OperationsInsightsClient {
4741
4880
  queryParams: queryParams
4742
4881
  });
4743
4882
  try {
4744
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4883
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4745
4884
  const sdkResponse = oci_common_1.composeResponse({
4746
4885
  responseObject: {},
4747
4886
  responseHeaders: [
@@ -4771,12 +4910,14 @@ class OperationsInsightsClient {
4771
4910
  * @param SummarizeAwrSourcesSummariesRequest
4772
4911
  * @return SummarizeAwrSourcesSummariesResponse
4773
4912
  * @throws OciError when an error occurs
4774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
4913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
4775
4914
  */
4776
4915
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
4777
4916
  return __awaiter(this, void 0, void 0, function* () {
4778
4917
  if (this.logger)
4779
4918
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeAwrSourcesSummaries.");
4919
+ const operationName = "summarizeAwrSourcesSummaries";
4920
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/SummarizeAwrSourcesSummaries";
4780
4921
  const pathParams = {
4781
4922
  "{awrHubId}": summarizeAwrSourcesSummariesRequest.awrHubId
4782
4923
  };
@@ -4806,7 +4947,7 @@ class OperationsInsightsClient {
4806
4947
  queryParams: queryParams
4807
4948
  });
4808
4949
  try {
4809
- const response = yield retrier.makeServiceCall(this._httpClient, request);
4950
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4810
4951
  const sdkResponse = oci_common_1.composeResponse({
4811
4952
  responseObject: {},
4812
4953
  body: yield response.json(),
@@ -4842,12 +4983,14 @@ class OperationsInsightsClient {
4842
4983
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
4843
4984
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
4844
4985
  * @throws OciError when an error occurs
4845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
4986
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
4846
4987
  */
4847
4988
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
4848
4989
  return __awaiter(this, void 0, void 0, function* () {
4849
4990
  if (this.logger)
4850
4991
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceCapacityTrend.");
4992
+ const operationName = "summarizeDatabaseInsightResourceCapacityTrend";
4993
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceCapacityTrend";
4851
4994
  const pathParams = {};
4852
4995
  const queryParams = {
4853
4996
  "compartmentId": summarizeDatabaseInsightResourceCapacityTrendRequest.compartmentId,
@@ -4891,7 +5034,7 @@ class OperationsInsightsClient {
4891
5034
  queryParams: queryParams
4892
5035
  });
4893
5036
  try {
4894
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5037
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4895
5038
  const sdkResponse = oci_common_1.composeResponse({
4896
5039
  responseObject: {},
4897
5040
  body: yield response.json(),
@@ -4926,12 +5069,14 @@ class OperationsInsightsClient {
4926
5069
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
4927
5070
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
4928
5071
  * @throws OciError when an error occurs
4929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
5072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
4930
5073
  */
4931
5074
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
4932
5075
  return __awaiter(this, void 0, void 0, function* () {
4933
5076
  if (this.logger)
4934
5077
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceForecastTrend.");
5078
+ const operationName = "summarizeDatabaseInsightResourceForecastTrend";
5079
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceForecastTrend";
4935
5080
  const pathParams = {};
4936
5081
  const queryParams = {
4937
5082
  "compartmentId": summarizeDatabaseInsightResourceForecastTrendRequest.compartmentId,
@@ -4977,7 +5122,7 @@ class OperationsInsightsClient {
4977
5122
  queryParams: queryParams
4978
5123
  });
4979
5124
  try {
4980
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5125
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
4981
5126
  const sdkResponse = oci_common_1.composeResponse({
4982
5127
  responseObject: {},
4983
5128
  body: yield response.json(),
@@ -5012,12 +5157,14 @@ class OperationsInsightsClient {
5012
5157
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
5013
5158
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
5014
5159
  * @throws OciError when an error occurs
5015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
5160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
5016
5161
  */
5017
5162
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
5018
5163
  return __awaiter(this, void 0, void 0, function* () {
5019
5164
  if (this.logger)
5020
5165
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceStatistics.");
5166
+ const operationName = "summarizeDatabaseInsightResourceStatistics";
5167
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceStatistics";
5021
5168
  const pathParams = {};
5022
5169
  const queryParams = {
5023
5170
  "compartmentId": summarizeDatabaseInsightResourceStatisticsRequest.compartmentId,
@@ -5063,7 +5210,7 @@ class OperationsInsightsClient {
5063
5210
  queryParams: queryParams
5064
5211
  });
5065
5212
  try {
5066
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5213
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5067
5214
  const sdkResponse = oci_common_1.composeResponse({
5068
5215
  responseObject: {},
5069
5216
  body: yield response.json(),
@@ -5100,12 +5247,14 @@ class OperationsInsightsClient {
5100
5247
  * @param SummarizeDatabaseInsightResourceUsageRequest
5101
5248
  * @return SummarizeDatabaseInsightResourceUsageResponse
5102
5249
  * @throws OciError when an error occurs
5103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
5250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
5104
5251
  */
5105
5252
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
5106
5253
  return __awaiter(this, void 0, void 0, function* () {
5107
5254
  if (this.logger)
5108
5255
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceUsage.");
5256
+ const operationName = "summarizeDatabaseInsightResourceUsage";
5257
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUsage";
5109
5258
  const pathParams = {};
5110
5259
  const queryParams = {
5111
5260
  "compartmentId": summarizeDatabaseInsightResourceUsageRequest.compartmentId,
@@ -5145,7 +5294,7 @@ class OperationsInsightsClient {
5145
5294
  queryParams: queryParams
5146
5295
  });
5147
5296
  try {
5148
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5297
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5149
5298
  const sdkResponse = oci_common_1.composeResponse({
5150
5299
  responseObject: {},
5151
5300
  body: yield response.json(),
@@ -5181,12 +5330,14 @@ class OperationsInsightsClient {
5181
5330
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
5182
5331
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
5183
5332
  * @throws OciError when an error occurs
5184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
5333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
5185
5334
  */
5186
5335
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
5187
5336
  return __awaiter(this, void 0, void 0, function* () {
5188
5337
  if (this.logger)
5189
5338
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceUsageTrend.");
5339
+ const operationName = "summarizeDatabaseInsightResourceUsageTrend";
5340
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUsageTrend";
5190
5341
  const pathParams = {};
5191
5342
  const queryParams = {
5192
5343
  "compartmentId": summarizeDatabaseInsightResourceUsageTrendRequest.compartmentId,
@@ -5227,7 +5378,7 @@ class OperationsInsightsClient {
5227
5378
  queryParams: queryParams
5228
5379
  });
5229
5380
  try {
5230
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5381
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5231
5382
  const sdkResponse = oci_common_1.composeResponse({
5232
5383
  responseObject: {},
5233
5384
  body: yield response.json(),
@@ -5262,12 +5413,14 @@ class OperationsInsightsClient {
5262
5413
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
5263
5414
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
5264
5415
  * @throws OciError when an error occurs
5265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
5416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
5266
5417
  */
5267
5418
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
5268
5419
  return __awaiter(this, void 0, void 0, function* () {
5269
5420
  if (this.logger)
5270
5421
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightResourceUtilizationInsight.");
5422
+ const operationName = "summarizeDatabaseInsightResourceUtilizationInsight";
5423
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightResourceUtilizationInsight";
5271
5424
  const pathParams = {};
5272
5425
  const queryParams = {
5273
5426
  "compartmentId": summarizeDatabaseInsightResourceUtilizationInsightRequest.compartmentId,
@@ -5307,7 +5460,7 @@ class OperationsInsightsClient {
5307
5460
  queryParams: queryParams
5308
5461
  });
5309
5462
  try {
5310
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5463
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5311
5464
  const sdkResponse = oci_common_1.composeResponse({
5312
5465
  responseObject: {},
5313
5466
  body: yield response.json(),
@@ -5343,12 +5496,14 @@ class OperationsInsightsClient {
5343
5496
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
5344
5497
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
5345
5498
  * @throws OciError when an error occurs
5346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
5499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
5347
5500
  */
5348
5501
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
5349
5502
  return __awaiter(this, void 0, void 0, function* () {
5350
5503
  if (this.logger)
5351
5504
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeDatabaseInsightTablespaceUsageTrend.");
5505
+ const operationName = "summarizeDatabaseInsightTablespaceUsageTrend";
5506
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeDatabaseInsightTablespaceUsageTrend";
5352
5507
  const pathParams = {};
5353
5508
  const queryParams = {
5354
5509
  "compartmentId": summarizeDatabaseInsightTablespaceUsageTrendRequest.compartmentId,
@@ -5378,7 +5533,7 @@ class OperationsInsightsClient {
5378
5533
  queryParams: queryParams
5379
5534
  });
5380
5535
  try {
5381
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5536
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5382
5537
  const sdkResponse = oci_common_1.composeResponse({
5383
5538
  responseObject: {},
5384
5539
  body: yield response.json(),
@@ -5419,12 +5574,14 @@ class OperationsInsightsClient {
5419
5574
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
5420
5575
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
5421
5576
  * @throws OciError when an error occurs
5422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
5577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
5423
5578
  */
5424
5579
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
5425
5580
  return __awaiter(this, void 0, void 0, function* () {
5426
5581
  if (this.logger)
5427
5582
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceCapacityTrend.");
5583
+ const operationName = "summarizeExadataInsightResourceCapacityTrend";
5584
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceCapacityTrend";
5428
5585
  const pathParams = {};
5429
5586
  const queryParams = {
5430
5587
  "compartmentId": summarizeExadataInsightResourceCapacityTrendRequest.compartmentId,
@@ -5463,7 +5620,7 @@ class OperationsInsightsClient {
5463
5620
  queryParams: queryParams
5464
5621
  });
5465
5622
  try {
5466
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5623
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5467
5624
  const sdkResponse = oci_common_1.composeResponse({
5468
5625
  responseObject: {},
5469
5626
  body: yield response.json(),
@@ -5501,12 +5658,14 @@ class OperationsInsightsClient {
5501
5658
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
5502
5659
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
5503
5660
  * @throws OciError when an error occurs
5504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
5661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
5505
5662
  */
5506
5663
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
5507
5664
  return __awaiter(this, void 0, void 0, function* () {
5508
5665
  if (this.logger)
5509
5666
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceCapacityTrendAggregated.");
5667
+ const operationName = "summarizeExadataInsightResourceCapacityTrendAggregated";
5668
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceCapacityTrendAggregated";
5510
5669
  const pathParams = {};
5511
5670
  const queryParams = {
5512
5671
  "compartmentId": summarizeExadataInsightResourceCapacityTrendAggregatedRequest.compartmentId,
@@ -5545,7 +5704,7 @@ class OperationsInsightsClient {
5545
5704
  queryParams: queryParams
5546
5705
  });
5547
5706
  try {
5548
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5707
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5549
5708
  const sdkResponse = oci_common_1.composeResponse({
5550
5709
  responseObject: {},
5551
5710
  body: yield response.json(),
@@ -5586,12 +5745,14 @@ class OperationsInsightsClient {
5586
5745
  * @param SummarizeExadataInsightResourceForecastTrendRequest
5587
5746
  * @return SummarizeExadataInsightResourceForecastTrendResponse
5588
5747
  * @throws OciError when an error occurs
5589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
5748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
5590
5749
  */
5591
5750
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
5592
5751
  return __awaiter(this, void 0, void 0, function* () {
5593
5752
  if (this.logger)
5594
5753
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceForecastTrend.");
5754
+ const operationName = "summarizeExadataInsightResourceForecastTrend";
5755
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceForecastTrend";
5595
5756
  const pathParams = {};
5596
5757
  const queryParams = {
5597
5758
  "resourceType": summarizeExadataInsightResourceForecastTrendRequest.resourceType,
@@ -5634,7 +5795,7 @@ class OperationsInsightsClient {
5634
5795
  queryParams: queryParams
5635
5796
  });
5636
5797
  try {
5637
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5798
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5638
5799
  const sdkResponse = oci_common_1.composeResponse({
5639
5800
  responseObject: {},
5640
5801
  body: yield response.json(),
@@ -5671,12 +5832,14 @@ class OperationsInsightsClient {
5671
5832
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
5672
5833
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
5673
5834
  * @throws OciError when an error occurs
5674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
5835
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
5675
5836
  */
5676
5837
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
5677
5838
  return __awaiter(this, void 0, void 0, function* () {
5678
5839
  if (this.logger)
5679
5840
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceForecastTrendAggregated.");
5841
+ const operationName = "summarizeExadataInsightResourceForecastTrendAggregated";
5842
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceForecastTrendAggregated";
5680
5843
  const pathParams = {};
5681
5844
  const queryParams = {
5682
5845
  "compartmentId": summarizeExadataInsightResourceForecastTrendAggregatedRequest.compartmentId,
@@ -5718,7 +5881,7 @@ class OperationsInsightsClient {
5718
5881
  queryParams: queryParams
5719
5882
  });
5720
5883
  try {
5721
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5884
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5722
5885
  const sdkResponse = oci_common_1.composeResponse({
5723
5886
  responseObject: {},
5724
5887
  body: yield response.json(),
@@ -5756,12 +5919,14 @@ class OperationsInsightsClient {
5756
5919
  * @param SummarizeExadataInsightResourceStatisticsRequest
5757
5920
  * @return SummarizeExadataInsightResourceStatisticsResponse
5758
5921
  * @throws OciError when an error occurs
5759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
5922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
5760
5923
  */
5761
5924
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
5762
5925
  return __awaiter(this, void 0, void 0, function* () {
5763
5926
  if (this.logger)
5764
5927
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceStatistics.");
5928
+ const operationName = "summarizeExadataInsightResourceStatistics";
5929
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceStatistics";
5765
5930
  const pathParams = {};
5766
5931
  const queryParams = {
5767
5932
  "exadataInsightId": summarizeExadataInsightResourceStatisticsRequest.exadataInsightId,
@@ -5797,7 +5962,7 @@ class OperationsInsightsClient {
5797
5962
  queryParams: queryParams
5798
5963
  });
5799
5964
  try {
5800
- const response = yield retrier.makeServiceCall(this._httpClient, request);
5965
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5801
5966
  const sdkResponse = oci_common_1.composeResponse({
5802
5967
  responseObject: {},
5803
5968
  body: yield response.json(),
@@ -5841,12 +6006,14 @@ class OperationsInsightsClient {
5841
6006
  * @param SummarizeExadataInsightResourceUsageRequest
5842
6007
  * @return SummarizeExadataInsightResourceUsageResponse
5843
6008
  * @throws OciError when an error occurs
5844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
6009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
5845
6010
  */
5846
6011
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
5847
6012
  return __awaiter(this, void 0, void 0, function* () {
5848
6013
  if (this.logger)
5849
6014
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceUsage.");
6015
+ const operationName = "summarizeExadataInsightResourceUsage";
6016
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUsage";
5850
6017
  const pathParams = {};
5851
6018
  const queryParams = {
5852
6019
  "compartmentId": summarizeExadataInsightResourceUsageRequest.compartmentId,
@@ -5887,7 +6054,7 @@ class OperationsInsightsClient {
5887
6054
  queryParams: queryParams
5888
6055
  });
5889
6056
  try {
5890
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6057
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5891
6058
  const sdkResponse = oci_common_1.composeResponse({
5892
6059
  responseObject: {},
5893
6060
  body: yield response.json(),
@@ -5926,12 +6093,14 @@ class OperationsInsightsClient {
5926
6093
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
5927
6094
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
5928
6095
  * @throws OciError when an error occurs
5929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
6096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
5930
6097
  */
5931
6098
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
5932
6099
  return __awaiter(this, void 0, void 0, function* () {
5933
6100
  if (this.logger)
5934
6101
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceUsageAggregated.");
6102
+ const operationName = "summarizeExadataInsightResourceUsageAggregated";
6103
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUsageAggregated";
5935
6104
  const pathParams = {};
5936
6105
  const queryParams = {
5937
6106
  "compartmentId": summarizeExadataInsightResourceUsageAggregatedRequest.compartmentId,
@@ -5969,7 +6138,7 @@ class OperationsInsightsClient {
5969
6138
  queryParams: queryParams
5970
6139
  });
5971
6140
  try {
5972
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6141
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5973
6142
  const sdkResponse = oci_common_1.composeResponse({
5974
6143
  responseObject: {},
5975
6144
  body: yield response.json(),
@@ -6002,12 +6171,14 @@ class OperationsInsightsClient {
6002
6171
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
6003
6172
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
6004
6173
  * @throws OciError when an error occurs
6005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
6174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
6006
6175
  */
6007
6176
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
6008
6177
  return __awaiter(this, void 0, void 0, function* () {
6009
6178
  if (this.logger)
6010
6179
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataInsightResourceUtilizationInsight.");
6180
+ const operationName = "summarizeExadataInsightResourceUtilizationInsight";
6181
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataInsightResourceUtilizationInsight";
6011
6182
  const pathParams = {};
6012
6183
  const queryParams = {
6013
6184
  "compartmentId": summarizeExadataInsightResourceUtilizationInsightRequest.compartmentId,
@@ -6047,7 +6218,7 @@ class OperationsInsightsClient {
6047
6218
  queryParams: queryParams
6048
6219
  });
6049
6220
  try {
6050
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6221
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6051
6222
  const sdkResponse = oci_common_1.composeResponse({
6052
6223
  responseObject: {},
6053
6224
  body: yield response.json(),
@@ -6085,12 +6256,14 @@ class OperationsInsightsClient {
6085
6256
  * @param SummarizeExadataMembersRequest
6086
6257
  * @return SummarizeExadataMembersResponse
6087
6258
  * @throws OciError when an error occurs
6088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
6259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
6089
6260
  */
6090
6261
  summarizeExadataMembers(summarizeExadataMembersRequest) {
6091
6262
  return __awaiter(this, void 0, void 0, function* () {
6092
6263
  if (this.logger)
6093
6264
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeExadataMembers.");
6265
+ const operationName = "summarizeExadataMembers";
6266
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/SummarizeExadataMembers";
6094
6267
  const pathParams = {};
6095
6268
  const queryParams = {
6096
6269
  "exadataInsightId": summarizeExadataMembersRequest.exadataInsightId,
@@ -6118,7 +6291,7 @@ class OperationsInsightsClient {
6118
6291
  queryParams: queryParams
6119
6292
  });
6120
6293
  try {
6121
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6294
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6122
6295
  const sdkResponse = oci_common_1.composeResponse({
6123
6296
  responseObject: {},
6124
6297
  body: yield response.json(),
@@ -6159,12 +6332,14 @@ class OperationsInsightsClient {
6159
6332
  * @param SummarizeHostInsightResourceCapacityTrendRequest
6160
6333
  * @return SummarizeHostInsightResourceCapacityTrendResponse
6161
6334
  * @throws OciError when an error occurs
6162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
6335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
6163
6336
  */
6164
6337
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
6165
6338
  return __awaiter(this, void 0, void 0, function* () {
6166
6339
  if (this.logger)
6167
6340
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceCapacityTrend.");
6341
+ const operationName = "summarizeHostInsightResourceCapacityTrend";
6342
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceCapacityTrend";
6168
6343
  const pathParams = {};
6169
6344
  const queryParams = {
6170
6345
  "compartmentId": summarizeHostInsightResourceCapacityTrendRequest.compartmentId,
@@ -6203,7 +6378,7 @@ class OperationsInsightsClient {
6203
6378
  queryParams: queryParams
6204
6379
  });
6205
6380
  try {
6206
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6381
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6207
6382
  const sdkResponse = oci_common_1.composeResponse({
6208
6383
  responseObject: {},
6209
6384
  body: yield response.json(),
@@ -6238,12 +6413,14 @@ class OperationsInsightsClient {
6238
6413
  * @param SummarizeHostInsightResourceForecastTrendRequest
6239
6414
  * @return SummarizeHostInsightResourceForecastTrendResponse
6240
6415
  * @throws OciError when an error occurs
6241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
6416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
6242
6417
  */
6243
6418
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
6244
6419
  return __awaiter(this, void 0, void 0, function* () {
6245
6420
  if (this.logger)
6246
6421
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceForecastTrend.");
6422
+ const operationName = "summarizeHostInsightResourceForecastTrend";
6423
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceForecastTrend";
6247
6424
  const pathParams = {};
6248
6425
  const queryParams = {
6249
6426
  "compartmentId": summarizeHostInsightResourceForecastTrendRequest.compartmentId,
@@ -6284,7 +6461,7 @@ class OperationsInsightsClient {
6284
6461
  queryParams: queryParams
6285
6462
  });
6286
6463
  try {
6287
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6464
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6288
6465
  const sdkResponse = oci_common_1.composeResponse({
6289
6466
  responseObject: {},
6290
6467
  body: yield response.json(),
@@ -6314,12 +6491,14 @@ class OperationsInsightsClient {
6314
6491
  * @param SummarizeHostInsightResourceStatisticsRequest
6315
6492
  * @return SummarizeHostInsightResourceStatisticsResponse
6316
6493
  * @throws OciError when an error occurs
6317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
6494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
6318
6495
  */
6319
6496
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
6320
6497
  return __awaiter(this, void 0, void 0, function* () {
6321
6498
  if (this.logger)
6322
6499
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceStatistics.");
6500
+ const operationName = "summarizeHostInsightResourceStatistics";
6501
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceStatistics";
6323
6502
  const pathParams = {};
6324
6503
  const queryParams = {
6325
6504
  "compartmentId": summarizeHostInsightResourceStatisticsRequest.compartmentId,
@@ -6361,7 +6540,7 @@ class OperationsInsightsClient {
6361
6540
  queryParams: queryParams
6362
6541
  });
6363
6542
  try {
6364
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6543
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6365
6544
  const sdkResponse = oci_common_1.composeResponse({
6366
6545
  responseObject: {},
6367
6546
  body: yield response.json(),
@@ -6398,12 +6577,14 @@ class OperationsInsightsClient {
6398
6577
  * @param SummarizeHostInsightResourceUsageRequest
6399
6578
  * @return SummarizeHostInsightResourceUsageResponse
6400
6579
  * @throws OciError when an error occurs
6401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
6580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
6402
6581
  */
6403
6582
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
6404
6583
  return __awaiter(this, void 0, void 0, function* () {
6405
6584
  if (this.logger)
6406
6585
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceUsage.");
6586
+ const operationName = "summarizeHostInsightResourceUsage";
6587
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUsage";
6407
6588
  const pathParams = {};
6408
6589
  const queryParams = {
6409
6590
  "compartmentId": summarizeHostInsightResourceUsageRequest.compartmentId,
@@ -6440,7 +6621,7 @@ class OperationsInsightsClient {
6440
6621
  queryParams: queryParams
6441
6622
  });
6442
6623
  try {
6443
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6624
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6444
6625
  const sdkResponse = oci_common_1.composeResponse({
6445
6626
  responseObject: {},
6446
6627
  body: yield response.json(),
@@ -6471,12 +6652,14 @@ class OperationsInsightsClient {
6471
6652
  * @param SummarizeHostInsightResourceUsageTrendRequest
6472
6653
  * @return SummarizeHostInsightResourceUsageTrendResponse
6473
6654
  * @throws OciError when an error occurs
6474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
6655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
6475
6656
  */
6476
6657
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
6477
6658
  return __awaiter(this, void 0, void 0, function* () {
6478
6659
  if (this.logger)
6479
6660
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceUsageTrend.");
6661
+ const operationName = "summarizeHostInsightResourceUsageTrend";
6662
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUsageTrend";
6480
6663
  const pathParams = {};
6481
6664
  const queryParams = {
6482
6665
  "compartmentId": summarizeHostInsightResourceUsageTrendRequest.compartmentId,
@@ -6514,7 +6697,7 @@ class OperationsInsightsClient {
6514
6697
  queryParams: queryParams
6515
6698
  });
6516
6699
  try {
6517
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6700
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6518
6701
  const sdkResponse = oci_common_1.composeResponse({
6519
6702
  responseObject: {},
6520
6703
  body: yield response.json(),
@@ -6549,12 +6732,14 @@ class OperationsInsightsClient {
6549
6732
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
6550
6733
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
6551
6734
  * @throws OciError when an error occurs
6552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
6735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
6553
6736
  */
6554
6737
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
6555
6738
  return __awaiter(this, void 0, void 0, function* () {
6556
6739
  if (this.logger)
6557
6740
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightResourceUtilizationInsight.");
6741
+ const operationName = "summarizeHostInsightResourceUtilizationInsight";
6742
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightResourceUtilizationInsight";
6558
6743
  const pathParams = {};
6559
6744
  const queryParams = {
6560
6745
  "compartmentId": summarizeHostInsightResourceUtilizationInsightRequest.compartmentId,
@@ -6591,7 +6776,7 @@ class OperationsInsightsClient {
6591
6776
  queryParams: queryParams
6592
6777
  });
6593
6778
  try {
6594
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6779
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6595
6780
  const sdkResponse = oci_common_1.composeResponse({
6596
6781
  responseObject: {},
6597
6782
  body: yield response.json(),
@@ -6622,12 +6807,14 @@ class OperationsInsightsClient {
6622
6807
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
6623
6808
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
6624
6809
  * @throws OciError when an error occurs
6625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
6810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
6626
6811
  */
6627
6812
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
6628
6813
  return __awaiter(this, void 0, void 0, function* () {
6629
6814
  if (this.logger)
6630
6815
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeHostInsightTopProcessesUsageTrend.");
6816
+ const operationName = "summarizeHostInsightTopProcessesUsageTrend";
6817
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/SummarizeHostInsightTopProcessesUsageTrend";
6631
6818
  const pathParams = {};
6632
6819
  const queryParams = {
6633
6820
  "compartmentId": summarizeHostInsightTopProcessesUsageTrendRequest.compartmentId,
@@ -6657,7 +6844,7 @@ class OperationsInsightsClient {
6657
6844
  queryParams: queryParams
6658
6845
  });
6659
6846
  try {
6660
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6847
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6661
6848
  const sdkResponse = oci_common_1.composeResponse({
6662
6849
  responseObject: {},
6663
6850
  body: yield response.json(),
@@ -6692,12 +6879,14 @@ class OperationsInsightsClient {
6692
6879
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
6693
6880
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
6694
6881
  * @throws OciError when an error occurs
6695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
6882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
6696
6883
  */
6697
6884
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
6698
6885
  return __awaiter(this, void 0, void 0, function* () {
6699
6886
  if (this.logger)
6700
6887
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeOperationsInsightsWarehouseResourceUsage.");
6888
+ const operationName = "summarizeOperationsInsightsWarehouseResourceUsage";
6889
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/SummarizeOperationsInsightsWarehouseResourceUsage";
6701
6890
  const pathParams = {
6702
6891
  "{operationsInsightsWarehouseId}": summarizeOperationsInsightsWarehouseResourceUsageRequest.operationsInsightsWarehouseId
6703
6892
  };
@@ -6720,7 +6909,7 @@ class OperationsInsightsClient {
6720
6909
  queryParams: queryParams
6721
6910
  });
6722
6911
  try {
6723
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6912
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6724
6913
  const sdkResponse = oci_common_1.composeResponse({
6725
6914
  responseObject: {},
6726
6915
  body: yield response.json(),
@@ -6755,12 +6944,14 @@ class OperationsInsightsClient {
6755
6944
  * @param SummarizeSqlInsightsRequest
6756
6945
  * @return SummarizeSqlInsightsResponse
6757
6946
  * @throws OciError when an error occurs
6758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
6947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
6759
6948
  */
6760
6949
  summarizeSqlInsights(summarizeSqlInsightsRequest) {
6761
6950
  return __awaiter(this, void 0, void 0, function* () {
6762
6951
  if (this.logger)
6763
6952
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlInsights.");
6953
+ const operationName = "summarizeSqlInsights";
6954
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlInsights";
6764
6955
  const pathParams = {};
6765
6956
  const queryParams = {
6766
6957
  "compartmentId": summarizeSqlInsightsRequest.compartmentId,
@@ -6799,7 +6990,7 @@ class OperationsInsightsClient {
6799
6990
  queryParams: queryParams
6800
6991
  });
6801
6992
  try {
6802
- const response = yield retrier.makeServiceCall(this._httpClient, request);
6993
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6803
6994
  const sdkResponse = oci_common_1.composeResponse({
6804
6995
  responseObject: {},
6805
6996
  body: yield response.json(),
@@ -6834,12 +7025,14 @@ class OperationsInsightsClient {
6834
7025
  * @param SummarizeSqlPlanInsightsRequest
6835
7026
  * @return SummarizeSqlPlanInsightsResponse
6836
7027
  * @throws OciError when an error occurs
6837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
7028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
6838
7029
  */
6839
7030
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
6840
7031
  return __awaiter(this, void 0, void 0, function* () {
6841
7032
  if (this.logger)
6842
7033
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlPlanInsights.");
7034
+ const operationName = "summarizeSqlPlanInsights";
7035
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlPlanInsights";
6843
7036
  const pathParams = {};
6844
7037
  const queryParams = {
6845
7038
  "compartmentId": summarizeSqlPlanInsightsRequest.compartmentId,
@@ -6869,7 +7062,7 @@ class OperationsInsightsClient {
6869
7062
  queryParams: queryParams
6870
7063
  });
6871
7064
  try {
6872
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7065
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6873
7066
  const sdkResponse = oci_common_1.composeResponse({
6874
7067
  responseObject: {},
6875
7068
  body: yield response.json(),
@@ -6904,12 +7097,14 @@ class OperationsInsightsClient {
6904
7097
  * @param SummarizeSqlResponseTimeDistributionsRequest
6905
7098
  * @return SummarizeSqlResponseTimeDistributionsResponse
6906
7099
  * @throws OciError when an error occurs
6907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
7100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
6908
7101
  */
6909
7102
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
6910
7103
  return __awaiter(this, void 0, void 0, function* () {
6911
7104
  if (this.logger)
6912
7105
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlResponseTimeDistributions.");
7106
+ const operationName = "summarizeSqlResponseTimeDistributions";
7107
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlResponseTimeDistributions";
6913
7108
  const pathParams = {};
6914
7109
  const queryParams = {
6915
7110
  "compartmentId": summarizeSqlResponseTimeDistributionsRequest.compartmentId,
@@ -6939,7 +7134,7 @@ class OperationsInsightsClient {
6939
7134
  queryParams: queryParams
6940
7135
  });
6941
7136
  try {
6942
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7137
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6943
7138
  const sdkResponse = oci_common_1.composeResponse({
6944
7139
  responseObject: {},
6945
7140
  body: yield response.json(),
@@ -6974,12 +7169,14 @@ class OperationsInsightsClient {
6974
7169
  * @param SummarizeSqlStatisticsRequest
6975
7170
  * @return SummarizeSqlStatisticsResponse
6976
7171
  * @throws OciError when an error occurs
6977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
7172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
6978
7173
  */
6979
7174
  summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
6980
7175
  return __awaiter(this, void 0, void 0, function* () {
6981
7176
  if (this.logger)
6982
7177
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlStatistics.");
7178
+ const operationName = "summarizeSqlStatistics";
7179
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatistics";
6983
7180
  const pathParams = {};
6984
7181
  const queryParams = {
6985
7182
  "compartmentId": summarizeSqlStatisticsRequest.compartmentId,
@@ -7023,7 +7220,7 @@ class OperationsInsightsClient {
7023
7220
  queryParams: queryParams
7024
7221
  });
7025
7222
  try {
7026
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7223
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7027
7224
  const sdkResponse = oci_common_1.composeResponse({
7028
7225
  responseObject: {},
7029
7226
  body: yield response.json(),
@@ -7058,12 +7255,14 @@ class OperationsInsightsClient {
7058
7255
  * @param SummarizeSqlStatisticsTimeSeriesRequest
7059
7256
  * @return SummarizeSqlStatisticsTimeSeriesResponse
7060
7257
  * @throws OciError when an error occurs
7061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
7258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
7062
7259
  */
7063
7260
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
7064
7261
  return __awaiter(this, void 0, void 0, function* () {
7065
7262
  if (this.logger)
7066
7263
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlStatisticsTimeSeries.");
7264
+ const operationName = "summarizeSqlStatisticsTimeSeries";
7265
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatisticsTimeSeries";
7067
7266
  const pathParams = {};
7068
7267
  const queryParams = {
7069
7268
  "compartmentId": summarizeSqlStatisticsTimeSeriesRequest.compartmentId,
@@ -7101,7 +7300,7 @@ class OperationsInsightsClient {
7101
7300
  queryParams: queryParams
7102
7301
  });
7103
7302
  try {
7104
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7303
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7105
7304
  const sdkResponse = oci_common_1.composeResponse({
7106
7305
  responseObject: {},
7107
7306
  body: yield response.json(),
@@ -7136,12 +7335,14 @@ class OperationsInsightsClient {
7136
7335
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
7137
7336
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
7138
7337
  * @throws OciError when an error occurs
7139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
7338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
7140
7339
  */
7141
7340
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
7142
7341
  return __awaiter(this, void 0, void 0, function* () {
7143
7342
  if (this.logger)
7144
7343
  this.logger.debug("Calling operation OperationsInsightsClient#summarizeSqlStatisticsTimeSeriesByPlan.");
7344
+ const operationName = "summarizeSqlStatisticsTimeSeriesByPlan";
7345
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/SummarizeSqlStatisticsTimeSeriesByPlan";
7145
7346
  const pathParams = {};
7146
7347
  const queryParams = {
7147
7348
  "compartmentId": summarizeSqlStatisticsTimeSeriesByPlanRequest.compartmentId,
@@ -7171,7 +7372,7 @@ class OperationsInsightsClient {
7171
7372
  queryParams: queryParams
7172
7373
  });
7173
7374
  try {
7174
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7375
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7175
7376
  const sdkResponse = oci_common_1.composeResponse({
7176
7377
  responseObject: {},
7177
7378
  body: yield response.json(),
@@ -7204,12 +7405,14 @@ class OperationsInsightsClient {
7204
7405
  * @param UpdateAwrHubRequest
7205
7406
  * @return UpdateAwrHubResponse
7206
7407
  * @throws OciError when an error occurs
7207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
7408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
7208
7409
  */
7209
7410
  updateAwrHub(updateAwrHubRequest) {
7210
7411
  return __awaiter(this, void 0, void 0, function* () {
7211
7412
  if (this.logger)
7212
7413
  this.logger.debug("Calling operation OperationsInsightsClient#updateAwrHub.");
7414
+ const operationName = "updateAwrHub";
7415
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/AwrHubs/UpdateAwrHub";
7213
7416
  const pathParams = {
7214
7417
  "{awrHubId}": updateAwrHubRequest.awrHubId
7215
7418
  };
@@ -7234,7 +7437,7 @@ class OperationsInsightsClient {
7234
7437
  queryParams: queryParams
7235
7438
  });
7236
7439
  try {
7237
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7440
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7238
7441
  const sdkResponse = oci_common_1.composeResponse({
7239
7442
  responseObject: {},
7240
7443
  responseHeaders: [
@@ -7263,12 +7466,14 @@ class OperationsInsightsClient {
7263
7466
  * @param UpdateDatabaseInsightRequest
7264
7467
  * @return UpdateDatabaseInsightResponse
7265
7468
  * @throws OciError when an error occurs
7266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
7469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
7267
7470
  */
7268
7471
  updateDatabaseInsight(updateDatabaseInsightRequest) {
7269
7472
  return __awaiter(this, void 0, void 0, function* () {
7270
7473
  if (this.logger)
7271
7474
  this.logger.debug("Calling operation OperationsInsightsClient#updateDatabaseInsight.");
7475
+ const operationName = "updateDatabaseInsight";
7476
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/DatabaseInsights/UpdateDatabaseInsight";
7272
7477
  const pathParams = {
7273
7478
  "{databaseInsightId}": updateDatabaseInsightRequest.databaseInsightId
7274
7479
  };
@@ -7293,7 +7498,7 @@ class OperationsInsightsClient {
7293
7498
  queryParams: queryParams
7294
7499
  });
7295
7500
  try {
7296
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7501
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7297
7502
  const sdkResponse = oci_common_1.composeResponse({
7298
7503
  responseObject: {},
7299
7504
  responseHeaders: [
@@ -7322,12 +7527,14 @@ class OperationsInsightsClient {
7322
7527
  * @param UpdateEnterpriseManagerBridgeRequest
7323
7528
  * @return UpdateEnterpriseManagerBridgeResponse
7324
7529
  * @throws OciError when an error occurs
7325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
7530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
7326
7531
  */
7327
7532
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
7328
7533
  return __awaiter(this, void 0, void 0, function* () {
7329
7534
  if (this.logger)
7330
7535
  this.logger.debug("Calling operation OperationsInsightsClient#updateEnterpriseManagerBridge.");
7536
+ const operationName = "updateEnterpriseManagerBridge";
7537
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/EnterpriseManagerBridges/UpdateEnterpriseManagerBridge";
7331
7538
  const pathParams = {
7332
7539
  "{enterpriseManagerBridgeId}": updateEnterpriseManagerBridgeRequest.enterpriseManagerBridgeId
7333
7540
  };
@@ -7352,7 +7559,7 @@ class OperationsInsightsClient {
7352
7559
  queryParams: queryParams
7353
7560
  });
7354
7561
  try {
7355
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7562
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7356
7563
  const sdkResponse = oci_common_1.composeResponse({
7357
7564
  responseObject: {},
7358
7565
  responseHeaders: [
@@ -7381,12 +7588,14 @@ class OperationsInsightsClient {
7381
7588
  * @param UpdateExadataInsightRequest
7382
7589
  * @return UpdateExadataInsightResponse
7383
7590
  * @throws OciError when an error occurs
7384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
7591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
7385
7592
  */
7386
7593
  updateExadataInsight(updateExadataInsightRequest) {
7387
7594
  return __awaiter(this, void 0, void 0, function* () {
7388
7595
  if (this.logger)
7389
7596
  this.logger.debug("Calling operation OperationsInsightsClient#updateExadataInsight.");
7597
+ const operationName = "updateExadataInsight";
7598
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/ExadataInsights/UpdateExadataInsight";
7390
7599
  const pathParams = {
7391
7600
  "{exadataInsightId}": updateExadataInsightRequest.exadataInsightId
7392
7601
  };
@@ -7411,7 +7620,7 @@ class OperationsInsightsClient {
7411
7620
  queryParams: queryParams
7412
7621
  });
7413
7622
  try {
7414
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7623
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7415
7624
  const sdkResponse = oci_common_1.composeResponse({
7416
7625
  responseObject: {},
7417
7626
  responseHeaders: [
@@ -7440,12 +7649,14 @@ class OperationsInsightsClient {
7440
7649
  * @param UpdateHostInsightRequest
7441
7650
  * @return UpdateHostInsightResponse
7442
7651
  * @throws OciError when an error occurs
7443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
7652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
7444
7653
  */
7445
7654
  updateHostInsight(updateHostInsightRequest) {
7446
7655
  return __awaiter(this, void 0, void 0, function* () {
7447
7656
  if (this.logger)
7448
7657
  this.logger.debug("Calling operation OperationsInsightsClient#updateHostInsight.");
7658
+ const operationName = "updateHostInsight";
7659
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/HostInsights/UpdateHostInsight";
7449
7660
  const pathParams = {
7450
7661
  "{hostInsightId}": updateHostInsightRequest.hostInsightId
7451
7662
  };
@@ -7470,7 +7681,7 @@ class OperationsInsightsClient {
7470
7681
  queryParams: queryParams
7471
7682
  });
7472
7683
  try {
7473
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7684
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7474
7685
  const sdkResponse = oci_common_1.composeResponse({
7475
7686
  responseObject: {},
7476
7687
  responseHeaders: [
@@ -7499,12 +7710,14 @@ class OperationsInsightsClient {
7499
7710
  * @param UpdateOperationsInsightsPrivateEndpointRequest
7500
7711
  * @return UpdateOperationsInsightsPrivateEndpointResponse
7501
7712
  * @throws OciError when an error occurs
7502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
7713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
7503
7714
  */
7504
7715
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
7505
7716
  return __awaiter(this, void 0, void 0, function* () {
7506
7717
  if (this.logger)
7507
7718
  this.logger.debug("Calling operation OperationsInsightsClient#updateOperationsInsightsPrivateEndpoint.");
7719
+ const operationName = "updateOperationsInsightsPrivateEndpoint";
7720
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsPrivateEndpoint/UpdateOperationsInsightsPrivateEndpoint";
7508
7721
  const pathParams = {
7509
7722
  "{operationsInsightsPrivateEndpointId}": updateOperationsInsightsPrivateEndpointRequest.operationsInsightsPrivateEndpointId
7510
7723
  };
@@ -7529,7 +7742,7 @@ class OperationsInsightsClient {
7529
7742
  queryParams: queryParams
7530
7743
  });
7531
7744
  try {
7532
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7745
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7533
7746
  const sdkResponse = oci_common_1.composeResponse({
7534
7747
  responseObject: {},
7535
7748
  responseHeaders: [
@@ -7560,12 +7773,14 @@ class OperationsInsightsClient {
7560
7773
  * @param UpdateOperationsInsightsWarehouseRequest
7561
7774
  * @return UpdateOperationsInsightsWarehouseResponse
7562
7775
  * @throws OciError when an error occurs
7563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
7776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
7564
7777
  */
7565
7778
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
7566
7779
  return __awaiter(this, void 0, void 0, function* () {
7567
7780
  if (this.logger)
7568
7781
  this.logger.debug("Calling operation OperationsInsightsClient#updateOperationsInsightsWarehouse.");
7782
+ const operationName = "updateOperationsInsightsWarehouse";
7783
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouses/UpdateOperationsInsightsWarehouse";
7569
7784
  const pathParams = {
7570
7785
  "{operationsInsightsWarehouseId}": updateOperationsInsightsWarehouseRequest.operationsInsightsWarehouseId
7571
7786
  };
@@ -7590,7 +7805,7 @@ class OperationsInsightsClient {
7590
7805
  queryParams: queryParams
7591
7806
  });
7592
7807
  try {
7593
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7808
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7594
7809
  const sdkResponse = oci_common_1.composeResponse({
7595
7810
  responseObject: {},
7596
7811
  responseHeaders: [
@@ -7619,12 +7834,14 @@ class OperationsInsightsClient {
7619
7834
  * @param UpdateOperationsInsightsWarehouseUserRequest
7620
7835
  * @return UpdateOperationsInsightsWarehouseUserResponse
7621
7836
  * @throws OciError when an error occurs
7622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
7837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
7623
7838
  */
7624
7839
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
7625
7840
  return __awaiter(this, void 0, void 0, function* () {
7626
7841
  if (this.logger)
7627
7842
  this.logger.debug("Calling operation OperationsInsightsClient#updateOperationsInsightsWarehouseUser.");
7843
+ const operationName = "updateOperationsInsightsWarehouseUser";
7844
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/operations-insights/20200630/OperationsInsightsWarehouseUsers/UpdateOperationsInsightsWarehouseUser";
7628
7845
  const pathParams = {
7629
7846
  "{operationsInsightsWarehouseUserId}": updateOperationsInsightsWarehouseUserRequest.operationsInsightsWarehouseUserId
7630
7847
  };
@@ -7649,7 +7866,7 @@ class OperationsInsightsClient {
7649
7866
  queryParams: queryParams
7650
7867
  });
7651
7868
  try {
7652
- const response = yield retrier.makeServiceCall(this._httpClient, request);
7869
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7653
7870
  const sdkResponse = oci_common_1.composeResponse({
7654
7871
  responseObject: {},
7655
7872
  responseHeaders: [