oci-opsi 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/lib/client.d.ts +58 -58
  2. package/lib/client.js +58 -58
  3. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  4. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  5. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  6. package/lib/request/create-database-insight-request.d.ts +1 -1
  7. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  8. package/lib/request/create-host-insight-request.d.ts +1 -1
  9. package/lib/request/delete-database-insight-request.d.ts +1 -1
  10. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  11. package/lib/request/delete-host-insight-request.d.ts +1 -1
  12. package/lib/request/disable-database-insight-request.d.ts +1 -1
  13. package/lib/request/disable-host-insight-request.d.ts +1 -1
  14. package/lib/request/enable-database-insight-request.d.ts +1 -1
  15. package/lib/request/enable-host-insight-request.d.ts +1 -1
  16. package/lib/request/get-database-insight-request.d.ts +1 -1
  17. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  18. package/lib/request/get-host-insight-request.d.ts +1 -1
  19. package/lib/request/get-work-request-request.d.ts +1 -1
  20. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  21. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  22. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  23. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  24. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  25. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  26. package/lib/request/list-database-configurations-request.d.ts +1 -1
  27. package/lib/request/list-database-insights-request.d.ts +1 -1
  28. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  29. package/lib/request/list-host-insights-request.d.ts +1 -1
  30. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  31. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  32. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  33. package/lib/request/list-sql-plans-request.d.ts +1 -1
  34. package/lib/request/list-sql-searches-request.d.ts +1 -1
  35. package/lib/request/list-sql-texts-request.d.ts +1 -1
  36. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  37. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  38. package/lib/request/list-work-requests-request.d.ts +1 -1
  39. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  40. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  41. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  42. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  43. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  44. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  45. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  46. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  47. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  48. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  49. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  50. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  51. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  52. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  53. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  54. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  55. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  56. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  57. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  58. package/lib/request/update-database-insight-request.d.ts +1 -1
  59. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  60. package/lib/request/update-host-insight-request.d.ts +1 -1
  61. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -142,7 +142,7 @@ class OperationsInsightsClient {
142
142
  * @param ChangeDatabaseInsightCompartmentRequest
143
143
  * @return ChangeDatabaseInsightCompartmentResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
146
146
  */
147
147
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest) {
148
148
  return __awaiter(this, void 0, void 0, function* () {
@@ -200,7 +200,7 @@ class OperationsInsightsClient {
200
200
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
201
201
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
204
204
  */
205
205
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest) {
206
206
  return __awaiter(this, void 0, void 0, function* () {
@@ -257,7 +257,7 @@ class OperationsInsightsClient {
257
257
  * @param ChangeHostInsightCompartmentRequest
258
258
  * @return ChangeHostInsightCompartmentResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
261
261
  */
262
262
  changeHostInsightCompartment(changeHostInsightCompartmentRequest) {
263
263
  return __awaiter(this, void 0, void 0, function* () {
@@ -316,7 +316,7 @@ class OperationsInsightsClient {
316
316
  * @param CreateDatabaseInsightRequest
317
317
  * @return CreateDatabaseInsightResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
320
320
  */
321
321
  createDatabaseInsight(createDatabaseInsightRequest) {
322
322
  return __awaiter(this, void 0, void 0, function* () {
@@ -391,7 +391,7 @@ class OperationsInsightsClient {
391
391
  * @param CreateEnterpriseManagerBridgeRequest
392
392
  * @return CreateEnterpriseManagerBridgeResponse
393
393
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
395
395
  */
396
396
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest) {
397
397
  return __awaiter(this, void 0, void 0, function* () {
@@ -466,7 +466,7 @@ class OperationsInsightsClient {
466
466
  * @param CreateHostInsightRequest
467
467
  * @return CreateHostInsightResponse
468
468
  * @throws OciError when an error occurs
469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
470
470
  */
471
471
  createHostInsight(createHostInsightRequest) {
472
472
  return __awaiter(this, void 0, void 0, function* () {
@@ -540,7 +540,7 @@ class OperationsInsightsClient {
540
540
  * @param DeleteDatabaseInsightRequest
541
541
  * @return DeleteDatabaseInsightResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
544
544
  */
545
545
  deleteDatabaseInsight(deleteDatabaseInsightRequest) {
546
546
  return __awaiter(this, void 0, void 0, function* () {
@@ -596,7 +596,7 @@ class OperationsInsightsClient {
596
596
  * @param DeleteEnterpriseManagerBridgeRequest
597
597
  * @return DeleteEnterpriseManagerBridgeResponse
598
598
  * @throws OciError when an error occurs
599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
600
600
  */
601
601
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest) {
602
602
  return __awaiter(this, void 0, void 0, function* () {
@@ -652,7 +652,7 @@ class OperationsInsightsClient {
652
652
  * @param DeleteHostInsightRequest
653
653
  * @return DeleteHostInsightResponse
654
654
  * @throws OciError when an error occurs
655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
656
656
  */
657
657
  deleteHostInsight(deleteHostInsightRequest) {
658
658
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class OperationsInsightsClient {
708
708
  * @param DisableDatabaseInsightRequest
709
709
  * @return DisableDatabaseInsightResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
712
712
  */
713
713
  disableDatabaseInsight(disableDatabaseInsightRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -765,7 +765,7 @@ class OperationsInsightsClient {
765
765
  * @param DisableHostInsightRequest
766
766
  * @return DisableHostInsightResponse
767
767
  * @throws OciError when an error occurs
768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
769
769
  */
770
770
  disableHostInsight(disableHostInsightRequest) {
771
771
  return __awaiter(this, void 0, void 0, function* () {
@@ -822,7 +822,7 @@ class OperationsInsightsClient {
822
822
  * @param EnableDatabaseInsightRequest
823
823
  * @return EnableDatabaseInsightResponse
824
824
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
826
826
  */
827
827
  enableDatabaseInsight(enableDatabaseInsightRequest) {
828
828
  return __awaiter(this, void 0, void 0, function* () {
@@ -880,7 +880,7 @@ class OperationsInsightsClient {
880
880
  * @param EnableHostInsightRequest
881
881
  * @return EnableHostInsightResponse
882
882
  * @throws OciError when an error occurs
883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
884
884
  */
885
885
  enableHostInsight(enableHostInsightRequest) {
886
886
  return __awaiter(this, void 0, void 0, function* () {
@@ -938,7 +938,7 @@ class OperationsInsightsClient {
938
938
  * @param GetDatabaseInsightRequest
939
939
  * @return GetDatabaseInsightResponse
940
940
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
942
942
  */
943
943
  getDatabaseInsight(getDatabaseInsightRequest) {
944
944
  return __awaiter(this, void 0, void 0, function* () {
@@ -997,7 +997,7 @@ class OperationsInsightsClient {
997
997
  * @param GetEnterpriseManagerBridgeRequest
998
998
  * @return GetEnterpriseManagerBridgeResponse
999
999
  * @throws OciError when an error occurs
1000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
1001
1001
  */
1002
1002
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
1003
1003
  return __awaiter(this, void 0, void 0, function* () {
@@ -1056,7 +1056,7 @@ class OperationsInsightsClient {
1056
1056
  * @param GetHostInsightRequest
1057
1057
  * @return GetHostInsightResponse
1058
1058
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
1059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
1060
1060
  */
1061
1061
  getHostInsight(getHostInsightRequest) {
1062
1062
  return __awaiter(this, void 0, void 0, function* () {
@@ -1115,7 +1115,7 @@ class OperationsInsightsClient {
1115
1115
  * @param GetWorkRequestRequest
1116
1116
  * @return GetWorkRequestResponse
1117
1117
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1119
1119
  */
1120
1120
  getWorkRequest(getWorkRequestRequest) {
1121
1121
  return __awaiter(this, void 0, void 0, function* () {
@@ -1174,7 +1174,7 @@ class OperationsInsightsClient {
1174
1174
  * @param IngestDatabaseConfigurationRequest
1175
1175
  * @return IngestDatabaseConfigurationResponse
1176
1176
  * @throws OciError when an error occurs
1177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
1177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
1178
1178
  */
1179
1179
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
1180
1180
  return __awaiter(this, void 0, void 0, function* () {
@@ -1237,7 +1237,7 @@ class OperationsInsightsClient {
1237
1237
  * @param IngestHostConfigurationRequest
1238
1238
  * @return IngestHostConfigurationResponse
1239
1239
  * @throws OciError when an error occurs
1240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
1240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
1241
1241
  */
1242
1242
  ingestHostConfiguration(ingestHostConfigurationRequest) {
1243
1243
  return __awaiter(this, void 0, void 0, function* () {
@@ -1299,7 +1299,7 @@ class OperationsInsightsClient {
1299
1299
  * @param IngestHostMetricsRequest
1300
1300
  * @return IngestHostMetricsResponse
1301
1301
  * @throws OciError when an error occurs
1302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
1302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
1303
1303
  */
1304
1304
  ingestHostMetrics(ingestHostMetricsRequest) {
1305
1305
  return __awaiter(this, void 0, void 0, function* () {
@@ -1363,7 +1363,7 @@ class OperationsInsightsClient {
1363
1363
  * @param IngestSqlBucketRequest
1364
1364
  * @return IngestSqlBucketResponse
1365
1365
  * @throws OciError when an error occurs
1366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
1366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
1367
1367
  */
1368
1368
  ingestSqlBucket(ingestSqlBucketRequest) {
1369
1369
  return __awaiter(this, void 0, void 0, function* () {
@@ -1429,7 +1429,7 @@ class OperationsInsightsClient {
1429
1429
  * @param IngestSqlPlanLinesRequest
1430
1430
  * @return IngestSqlPlanLinesResponse
1431
1431
  * @throws OciError when an error occurs
1432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
1432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
1433
1433
  */
1434
1434
  ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
1435
1435
  return __awaiter(this, void 0, void 0, function* () {
@@ -1496,7 +1496,7 @@ class OperationsInsightsClient {
1496
1496
  * @param IngestSqlTextRequest
1497
1497
  * @return IngestSqlTextResponse
1498
1498
  * @throws OciError when an error occurs
1499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
1499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
1500
1500
  */
1501
1501
  ingestSqlText(ingestSqlTextRequest) {
1502
1502
  return __awaiter(this, void 0, void 0, function* () {
@@ -1560,7 +1560,7 @@ class OperationsInsightsClient {
1560
1560
  * @param ListDatabaseConfigurationsRequest
1561
1561
  * @return ListDatabaseConfigurationsResponse
1562
1562
  * @throws OciError when an error occurs
1563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
1563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
1564
1564
  */
1565
1565
  listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
1566
1566
  return __awaiter(this, void 0, void 0, function* () {
@@ -1637,7 +1637,7 @@ class OperationsInsightsClient {
1637
1637
  * @param ListDatabaseInsightsRequest
1638
1638
  * @return ListDatabaseInsightsResponse
1639
1639
  * @throws OciError when an error occurs
1640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
1640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
1641
1641
  */
1642
1642
  listDatabaseInsights(listDatabaseInsightsRequest) {
1643
1643
  return __awaiter(this, void 0, void 0, function* () {
@@ -1713,7 +1713,7 @@ class OperationsInsightsClient {
1713
1713
  * @param ListEnterpriseManagerBridgesRequest
1714
1714
  * @return ListEnterpriseManagerBridgesResponse
1715
1715
  * @throws OciError when an error occurs
1716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
1716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
1717
1717
  */
1718
1718
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
1719
1719
  return __awaiter(this, void 0, void 0, function* () {
@@ -1779,7 +1779,7 @@ class OperationsInsightsClient {
1779
1779
  * @param ListHostInsightsRequest
1780
1780
  * @return ListHostInsightsResponse
1781
1781
  * @throws OciError when an error occurs
1782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
1782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
1783
1783
  */
1784
1784
  listHostInsights(listHostInsightsRequest) {
1785
1785
  return __awaiter(this, void 0, void 0, function* () {
@@ -1853,7 +1853,7 @@ class OperationsInsightsClient {
1853
1853
  * @param ListHostedEntitiesRequest
1854
1854
  * @return ListHostedEntitiesResponse
1855
1855
  * @throws OciError when an error occurs
1856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
1856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
1857
1857
  */
1858
1858
  listHostedEntities(listHostedEntitiesRequest) {
1859
1859
  return __awaiter(this, void 0, void 0, function* () {
@@ -1926,7 +1926,7 @@ class OperationsInsightsClient {
1926
1926
  * @param ListImportableAgentEntitiesRequest
1927
1927
  * @return ListImportableAgentEntitiesResponse
1928
1928
  * @throws OciError when an error occurs
1929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
1929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
1930
1930
  */
1931
1931
  listImportableAgentEntities(listImportableAgentEntitiesRequest) {
1932
1932
  return __awaiter(this, void 0, void 0, function* () {
@@ -1990,7 +1990,7 @@ class OperationsInsightsClient {
1990
1990
  * @param ListImportableEnterpriseManagerEntitiesRequest
1991
1991
  * @return ListImportableEnterpriseManagerEntitiesResponse
1992
1992
  * @throws OciError when an error occurs
1993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
1993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
1994
1994
  */
1995
1995
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
1996
1996
  return __awaiter(this, void 0, void 0, function* () {
@@ -2054,7 +2054,7 @@ class OperationsInsightsClient {
2054
2054
  * @param ListSqlPlansRequest
2055
2055
  * @return ListSqlPlansResponse
2056
2056
  * @throws OciError when an error occurs
2057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
2057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
2058
2058
  */
2059
2059
  listSqlPlans(listSqlPlansRequest) {
2060
2060
  return __awaiter(this, void 0, void 0, function* () {
@@ -2118,7 +2118,7 @@ class OperationsInsightsClient {
2118
2118
  * @param ListSqlSearchesRequest
2119
2119
  * @return ListSqlSearchesResponse
2120
2120
  * @throws OciError when an error occurs
2121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
2121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
2122
2122
  */
2123
2123
  listSqlSearches(listSqlSearchesRequest) {
2124
2124
  return __awaiter(this, void 0, void 0, function* () {
@@ -2186,7 +2186,7 @@ class OperationsInsightsClient {
2186
2186
  * @param ListSqlTextsRequest
2187
2187
  * @return ListSqlTextsResponse
2188
2188
  * @throws OciError when an error occurs
2189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
2189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
2190
2190
  */
2191
2191
  listSqlTexts(listSqlTextsRequest) {
2192
2192
  return __awaiter(this, void 0, void 0, function* () {
@@ -2254,7 +2254,7 @@ class OperationsInsightsClient {
2254
2254
  * @param ListWorkRequestErrorsRequest
2255
2255
  * @return ListWorkRequestErrorsResponse
2256
2256
  * @throws OciError when an error occurs
2257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2258
2258
  */
2259
2259
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2260
2260
  return __awaiter(this, void 0, void 0, function* () {
@@ -2317,7 +2317,7 @@ class OperationsInsightsClient {
2317
2317
  * @param ListWorkRequestLogsRequest
2318
2318
  * @return ListWorkRequestLogsResponse
2319
2319
  * @throws OciError when an error occurs
2320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2321
2321
  */
2322
2322
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2323
2323
  return __awaiter(this, void 0, void 0, function* () {
@@ -2380,7 +2380,7 @@ class OperationsInsightsClient {
2380
2380
  * @param ListWorkRequestsRequest
2381
2381
  * @return ListWorkRequestsResponse
2382
2382
  * @throws OciError when an error occurs
2383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2384
2384
  */
2385
2385
  listWorkRequests(listWorkRequestsRequest) {
2386
2386
  return __awaiter(this, void 0, void 0, function* () {
@@ -2443,7 +2443,7 @@ class OperationsInsightsClient {
2443
2443
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
2444
2444
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
2445
2445
  * @throws OciError when an error occurs
2446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
2446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
2447
2447
  */
2448
2448
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
2449
2449
  return __awaiter(this, void 0, void 0, function* () {
@@ -2521,7 +2521,7 @@ class OperationsInsightsClient {
2521
2521
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
2522
2522
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
2523
2523
  * @throws OciError when an error occurs
2524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
2524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
2525
2525
  */
2526
2526
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
2527
2527
  return __awaiter(this, void 0, void 0, function* () {
@@ -2600,7 +2600,7 @@ class OperationsInsightsClient {
2600
2600
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
2601
2601
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
2602
2602
  * @throws OciError when an error occurs
2603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
2603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
2604
2604
  */
2605
2605
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
2606
2606
  return __awaiter(this, void 0, void 0, function* () {
@@ -2682,7 +2682,7 @@ class OperationsInsightsClient {
2682
2682
  * @param SummarizeDatabaseInsightResourceUsageRequest
2683
2683
  * @return SummarizeDatabaseInsightResourceUsageResponse
2684
2684
  * @throws OciError when an error occurs
2685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
2685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
2686
2686
  */
2687
2687
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
2688
2688
  return __awaiter(this, void 0, void 0, function* () {
@@ -2758,7 +2758,7 @@ class OperationsInsightsClient {
2758
2758
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
2759
2759
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
2760
2760
  * @throws OciError when an error occurs
2761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
2761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
2762
2762
  */
2763
2763
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
2764
2764
  return __awaiter(this, void 0, void 0, function* () {
@@ -2833,7 +2833,7 @@ class OperationsInsightsClient {
2833
2833
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
2834
2834
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
2835
2835
  * @throws OciError when an error occurs
2836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
2836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
2837
2837
  */
2838
2838
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
2839
2839
  return __awaiter(this, void 0, void 0, function* () {
@@ -2910,7 +2910,7 @@ class OperationsInsightsClient {
2910
2910
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
2911
2911
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
2912
2912
  * @throws OciError when an error occurs
2913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
2913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
2914
2914
  */
2915
2915
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
2916
2916
  return __awaiter(this, void 0, void 0, function* () {
@@ -2978,7 +2978,7 @@ class OperationsInsightsClient {
2978
2978
  * @param SummarizeHostInsightResourceCapacityTrendRequest
2979
2979
  * @return SummarizeHostInsightResourceCapacityTrendResponse
2980
2980
  * @throws OciError when an error occurs
2981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
2981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
2982
2982
  */
2983
2983
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
2984
2984
  return __awaiter(this, void 0, void 0, function* () {
@@ -3052,7 +3052,7 @@ class OperationsInsightsClient {
3052
3052
  * @param SummarizeHostInsightResourceForecastTrendRequest
3053
3053
  * @return SummarizeHostInsightResourceForecastTrendResponse
3054
3054
  * @throws OciError when an error occurs
3055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
3055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
3056
3056
  */
3057
3057
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
3058
3058
  return __awaiter(this, void 0, void 0, function* () {
@@ -3124,7 +3124,7 @@ class OperationsInsightsClient {
3124
3124
  * @param SummarizeHostInsightResourceStatisticsRequest
3125
3125
  * @return SummarizeHostInsightResourceStatisticsResponse
3126
3126
  * @throws OciError when an error occurs
3127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
3127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
3128
3128
  */
3129
3129
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
3130
3130
  return __awaiter(this, void 0, void 0, function* () {
@@ -3203,7 +3203,7 @@ class OperationsInsightsClient {
3203
3203
  * @param SummarizeHostInsightResourceUsageRequest
3204
3204
  * @return SummarizeHostInsightResourceUsageResponse
3205
3205
  * @throws OciError when an error occurs
3206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
3206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
3207
3207
  */
3208
3208
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
3209
3209
  return __awaiter(this, void 0, void 0, function* () {
@@ -3271,7 +3271,7 @@ class OperationsInsightsClient {
3271
3271
  * @param SummarizeHostInsightResourceUsageTrendRequest
3272
3272
  * @return SummarizeHostInsightResourceUsageTrendResponse
3273
3273
  * @throws OciError when an error occurs
3274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
3274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
3275
3275
  */
3276
3276
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
3277
3277
  return __awaiter(this, void 0, void 0, function* () {
@@ -3343,7 +3343,7 @@ class OperationsInsightsClient {
3343
3343
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
3344
3344
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
3345
3345
  * @throws OciError when an error occurs
3346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
3346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
3347
3347
  */
3348
3348
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
3349
3349
  return __awaiter(this, void 0, void 0, function* () {
@@ -3409,7 +3409,7 @@ class OperationsInsightsClient {
3409
3409
  * @param SummarizeSqlInsightsRequest
3410
3410
  * @return SummarizeSqlInsightsResponse
3411
3411
  * @throws OciError when an error occurs
3412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
3412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
3413
3413
  */
3414
3414
  summarizeSqlInsights(summarizeSqlInsightsRequest) {
3415
3415
  return __awaiter(this, void 0, void 0, function* () {
@@ -3483,7 +3483,7 @@ class OperationsInsightsClient {
3483
3483
  * @param SummarizeSqlPlanInsightsRequest
3484
3484
  * @return SummarizeSqlPlanInsightsResponse
3485
3485
  * @throws OciError when an error occurs
3486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
3486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
3487
3487
  */
3488
3488
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
3489
3489
  return __awaiter(this, void 0, void 0, function* () {
@@ -3551,7 +3551,7 @@ class OperationsInsightsClient {
3551
3551
  * @param SummarizeSqlResponseTimeDistributionsRequest
3552
3552
  * @return SummarizeSqlResponseTimeDistributionsResponse
3553
3553
  * @throws OciError when an error occurs
3554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
3554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
3555
3555
  */
3556
3556
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
3557
3557
  return __awaiter(this, void 0, void 0, function* () {
@@ -3617,7 +3617,7 @@ class OperationsInsightsClient {
3617
3617
  * @param SummarizeSqlStatisticsRequest
3618
3618
  * @return SummarizeSqlStatisticsResponse
3619
3619
  * @throws OciError when an error occurs
3620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
3620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
3621
3621
  */
3622
3622
  summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
3623
3623
  return __awaiter(this, void 0, void 0, function* () {
@@ -3695,7 +3695,7 @@ class OperationsInsightsClient {
3695
3695
  * @param SummarizeSqlStatisticsTimeSeriesRequest
3696
3696
  * @return SummarizeSqlStatisticsTimeSeriesResponse
3697
3697
  * @throws OciError when an error occurs
3698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
3698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
3699
3699
  */
3700
3700
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
3701
3701
  return __awaiter(this, void 0, void 0, function* () {
@@ -3768,7 +3768,7 @@ class OperationsInsightsClient {
3768
3768
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
3769
3769
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
3770
3770
  * @throws OciError when an error occurs
3771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
3771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
3772
3772
  */
3773
3773
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
3774
3774
  return __awaiter(this, void 0, void 0, function* () {
@@ -3834,7 +3834,7 @@ class OperationsInsightsClient {
3834
3834
  * @param UpdateDatabaseInsightRequest
3835
3835
  * @return UpdateDatabaseInsightResponse
3836
3836
  * @throws OciError when an error occurs
3837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
3837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
3838
3838
  */
3839
3839
  updateDatabaseInsight(updateDatabaseInsightRequest) {
3840
3840
  return __awaiter(this, void 0, void 0, function* () {
@@ -3891,7 +3891,7 @@ class OperationsInsightsClient {
3891
3891
  * @param UpdateEnterpriseManagerBridgeRequest
3892
3892
  * @return UpdateEnterpriseManagerBridgeResponse
3893
3893
  * @throws OciError when an error occurs
3894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
3894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
3895
3895
  */
3896
3896
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
3897
3897
  return __awaiter(this, void 0, void 0, function* () {
@@ -3948,7 +3948,7 @@ class OperationsInsightsClient {
3948
3948
  * @param UpdateHostInsightRequest
3949
3949
  * @return UpdateHostInsightResponse
3950
3950
  * @throws OciError when an error occurs
3951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
3951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
3952
3952
  */
3953
3953
  updateHostInsight(updateHostInsightRequest) {
3954
3954
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDatabaseInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnterpriseManagerBridgeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostInsightCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
17
17
  */
18
18
  export interface CreateDatabaseInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
17
17
  */
18
18
  export interface CreateEnterpriseManagerBridgeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
17
17
  */
18
18
  export interface CreateHostInsightRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsightRequest.
16
16
  */
17
17
  export interface DeleteDatabaseInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridgeRequest.
16
16
  */
17
17
  export interface DeleteEnterpriseManagerBridgeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsightRequest.
16
16
  */
17
17
  export interface DeleteHostInsightRequest extends common.BaseRequest {
18
18
  /**