oci-opsi 2.26.0 → 2.29.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.d.ts CHANGED
@@ -31,6 +31,7 @@ export declare class OperationsInsightsClient {
31
31
  protected "_clientConfiguration": common.ClientConfiguration;
32
32
  protected _circuitBreaker: null;
33
33
  protected _httpOptions: any;
34
+ targetService: string;
34
35
  protected _httpClient: common.HttpClient;
35
36
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
36
37
  /**
@@ -77,7 +78,7 @@ export declare class OperationsInsightsClient {
77
78
  * @param AddExadataInsightMembersRequest
78
79
  * @return AddExadataInsightMembersResponse
79
80
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
81
82
  */
82
83
  addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
83
84
  /**
@@ -86,7 +87,7 @@ export declare class OperationsInsightsClient {
86
87
  * @param ChangeDatabaseInsightCompartmentRequest
87
88
  * @return ChangeDatabaseInsightCompartmentResponse
88
89
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
90
91
  */
91
92
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
92
93
  /**
@@ -95,7 +96,7 @@ export declare class OperationsInsightsClient {
95
96
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
96
97
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
97
98
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
99
100
  */
100
101
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
101
102
  /**
@@ -104,7 +105,7 @@ export declare class OperationsInsightsClient {
104
105
  * @param ChangeExadataInsightCompartmentRequest
105
106
  * @return ChangeExadataInsightCompartmentResponse
106
107
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
108
109
  */
109
110
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
110
111
  /**
@@ -113,7 +114,7 @@ export declare class OperationsInsightsClient {
113
114
  * @param ChangeHostInsightCompartmentRequest
114
115
  * @return ChangeHostInsightCompartmentResponse
115
116
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
117
118
  */
118
119
  changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
119
120
  /**
@@ -122,7 +123,7 @@ export declare class OperationsInsightsClient {
122
123
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
123
124
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
124
125
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
126
127
  */
127
128
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
128
129
  /**
@@ -131,7 +132,7 @@ export declare class OperationsInsightsClient {
131
132
  * @param ChangePeComanagedDatabaseInsightRequest
132
133
  * @return ChangePeComanagedDatabaseInsightResponse
133
134
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
135
136
  */
136
137
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
137
138
  /**
@@ -142,7 +143,7 @@ export declare class OperationsInsightsClient {
142
143
  * @param CreateAwrHubRequest
143
144
  * @return CreateAwrHubResponse
144
145
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
146
147
  */
147
148
  createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
148
149
  /**
@@ -152,7 +153,7 @@ export declare class OperationsInsightsClient {
152
153
  * @param CreateDatabaseInsightRequest
153
154
  * @return CreateDatabaseInsightResponse
154
155
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
156
157
  */
157
158
  createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
158
159
  /**
@@ -162,7 +163,7 @@ export declare class OperationsInsightsClient {
162
163
  * @param CreateEnterpriseManagerBridgeRequest
163
164
  * @return CreateEnterpriseManagerBridgeResponse
164
165
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
166
167
  */
167
168
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
168
169
  /**
@@ -172,7 +173,7 @@ export declare class OperationsInsightsClient {
172
173
  * @param CreateExadataInsightRequest
173
174
  * @return CreateExadataInsightResponse
174
175
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
176
177
  */
177
178
  createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
178
179
  /**
@@ -182,7 +183,7 @@ export declare class OperationsInsightsClient {
182
183
  * @param CreateHostInsightRequest
183
184
  * @return CreateHostInsightResponse
184
185
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
186
187
  */
187
188
  createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
188
189
  /**
@@ -193,7 +194,7 @@ export declare class OperationsInsightsClient {
193
194
  * @param CreateOperationsInsightsPrivateEndpointRequest
194
195
  * @return CreateOperationsInsightsPrivateEndpointResponse
195
196
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
197
198
  */
198
199
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
199
200
  /**
@@ -205,7 +206,7 @@ export declare class OperationsInsightsClient {
205
206
  * @param CreateOperationsInsightsWarehouseRequest
206
207
  * @return CreateOperationsInsightsWarehouseResponse
207
208
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
209
210
  */
210
211
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
211
212
  /**
@@ -216,7 +217,7 @@ export declare class OperationsInsightsClient {
216
217
  * @param CreateOperationsInsightsWarehouseUserRequest
217
218
  * @return CreateOperationsInsightsWarehouseUserResponse
218
219
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
220
221
  */
221
222
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
222
223
  /**
@@ -225,7 +226,7 @@ export declare class OperationsInsightsClient {
225
226
  * @param DeleteAwrHubRequest
226
227
  * @return DeleteAwrHubResponse
227
228
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
229
230
  */
230
231
  deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
231
232
  /**
@@ -234,7 +235,7 @@ export declare class OperationsInsightsClient {
234
235
  * @param DeleteDatabaseInsightRequest
235
236
  * @return DeleteDatabaseInsightResponse
236
237
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
238
239
  */
239
240
  deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
240
241
  /**
@@ -243,7 +244,7 @@ export declare class OperationsInsightsClient {
243
244
  * @param DeleteEnterpriseManagerBridgeRequest
244
245
  * @return DeleteEnterpriseManagerBridgeResponse
245
246
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
247
248
  */
248
249
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
249
250
  /**
@@ -252,7 +253,7 @@ export declare class OperationsInsightsClient {
252
253
  * @param DeleteExadataInsightRequest
253
254
  * @return DeleteExadataInsightResponse
254
255
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
256
257
  */
257
258
  deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
258
259
  /**
@@ -261,7 +262,7 @@ export declare class OperationsInsightsClient {
261
262
  * @param DeleteHostInsightRequest
262
263
  * @return DeleteHostInsightResponse
263
264
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
265
266
  */
266
267
  deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
267
268
  /**
@@ -270,7 +271,7 @@ export declare class OperationsInsightsClient {
270
271
  * @param DeleteOperationsInsightsPrivateEndpointRequest
271
272
  * @return DeleteOperationsInsightsPrivateEndpointResponse
272
273
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
274
275
  */
275
276
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
276
277
  /**
@@ -283,7 +284,7 @@ export declare class OperationsInsightsClient {
283
284
  * @param DeleteOperationsInsightsWarehouseRequest
284
285
  * @return DeleteOperationsInsightsWarehouseResponse
285
286
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
287
288
  */
288
289
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
289
290
  /**
@@ -292,7 +293,7 @@ export declare class OperationsInsightsClient {
292
293
  * @param DeleteOperationsInsightsWarehouseUserRequest
293
294
  * @return DeleteOperationsInsightsWarehouseUserResponse
294
295
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
296
297
  */
297
298
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
298
299
  /**
@@ -301,7 +302,7 @@ export declare class OperationsInsightsClient {
301
302
  * @param DisableDatabaseInsightRequest
302
303
  * @return DisableDatabaseInsightResponse
303
304
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
305
306
  */
306
307
  disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
307
308
  /**
@@ -310,7 +311,7 @@ export declare class OperationsInsightsClient {
310
311
  * @param DisableExadataInsightRequest
311
312
  * @return DisableExadataInsightResponse
312
313
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
314
315
  */
315
316
  disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
316
317
  /**
@@ -319,7 +320,7 @@ export declare class OperationsInsightsClient {
319
320
  * @param DisableHostInsightRequest
320
321
  * @return DisableHostInsightResponse
321
322
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
323
324
  */
324
325
  disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
325
326
  /**
@@ -328,7 +329,7 @@ export declare class OperationsInsightsClient {
328
329
  * @param DownloadOperationsInsightsWarehouseWalletRequest
329
330
  * @return DownloadOperationsInsightsWarehouseWalletResponse
330
331
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
332
333
  */
333
334
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
334
335
  /**
@@ -337,7 +338,7 @@ export declare class OperationsInsightsClient {
337
338
  * @param EnableDatabaseInsightRequest
338
339
  * @return EnableDatabaseInsightResponse
339
340
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
341
342
  */
342
343
  enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
343
344
  /**
@@ -346,7 +347,7 @@ export declare class OperationsInsightsClient {
346
347
  * @param EnableExadataInsightRequest
347
348
  * @return EnableExadataInsightResponse
348
349
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
350
351
  */
351
352
  enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
352
353
  /**
@@ -355,7 +356,7 @@ export declare class OperationsInsightsClient {
355
356
  * @param EnableHostInsightRequest
356
357
  * @return EnableHostInsightResponse
357
358
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
359
360
  */
360
361
  enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
361
362
  /**
@@ -364,7 +365,7 @@ export declare class OperationsInsightsClient {
364
365
  * @param GetAwrHubRequest
365
366
  * @return GetAwrHubResponse
366
367
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
368
369
  */
369
370
  getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
370
371
  /**
@@ -375,7 +376,7 @@ export declare class OperationsInsightsClient {
375
376
  * @param GetAwrReportRequest
376
377
  * @return GetAwrReportResponse
377
378
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
379
380
  */
380
381
  getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
381
382
  /**
@@ -384,7 +385,7 @@ export declare class OperationsInsightsClient {
384
385
  * @param GetDatabaseInsightRequest
385
386
  * @return GetDatabaseInsightResponse
386
387
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
388
389
  */
389
390
  getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
390
391
  /**
@@ -393,7 +394,7 @@ export declare class OperationsInsightsClient {
393
394
  * @param GetEnterpriseManagerBridgeRequest
394
395
  * @return GetEnterpriseManagerBridgeResponse
395
396
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
397
398
  */
398
399
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
399
400
  /**
@@ -402,7 +403,7 @@ export declare class OperationsInsightsClient {
402
403
  * @param GetExadataInsightRequest
403
404
  * @return GetExadataInsightResponse
404
405
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
406
407
  */
407
408
  getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
408
409
  /**
@@ -411,7 +412,7 @@ export declare class OperationsInsightsClient {
411
412
  * @param GetHostInsightRequest
412
413
  * @return GetHostInsightResponse
413
414
  * @throws OciError when an error occurs
414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
415
416
  */
416
417
  getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
417
418
  /**
@@ -420,7 +421,7 @@ export declare class OperationsInsightsClient {
420
421
  * @param GetOperationsInsightsPrivateEndpointRequest
421
422
  * @return GetOperationsInsightsPrivateEndpointResponse
422
423
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
424
425
  */
425
426
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
426
427
  /**
@@ -431,7 +432,7 @@ export declare class OperationsInsightsClient {
431
432
  * @param GetOperationsInsightsWarehouseRequest
432
433
  * @return GetOperationsInsightsWarehouseResponse
433
434
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
435
436
  */
436
437
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
437
438
  /**
@@ -440,7 +441,7 @@ export declare class OperationsInsightsClient {
440
441
  * @param GetOperationsInsightsWarehouseUserRequest
441
442
  * @return GetOperationsInsightsWarehouseUserResponse
442
443
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
444
445
  */
445
446
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
446
447
  /**
@@ -449,7 +450,7 @@ export declare class OperationsInsightsClient {
449
450
  * @param GetWorkRequestRequest
450
451
  * @return GetWorkRequestResponse
451
452
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
453
454
  */
454
455
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
455
456
  /**
@@ -458,7 +459,7 @@ export declare class OperationsInsightsClient {
458
459
  * @param IngestDatabaseConfigurationRequest
459
460
  * @return IngestDatabaseConfigurationResponse
460
461
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
462
463
  */
463
464
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
464
465
  /**
@@ -467,7 +468,7 @@ export declare class OperationsInsightsClient {
467
468
  * @param IngestHostConfigurationRequest
468
469
  * @return IngestHostConfigurationResponse
469
470
  * @throws OciError when an error occurs
470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
471
472
  */
472
473
  ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
473
474
  /**
@@ -476,7 +477,7 @@ export declare class OperationsInsightsClient {
476
477
  * @param IngestHostMetricsRequest
477
478
  * @return IngestHostMetricsResponse
478
479
  * @throws OciError when an error occurs
479
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
480
481
  */
481
482
  ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
482
483
  /**
@@ -487,7 +488,7 @@ export declare class OperationsInsightsClient {
487
488
  * @param IngestSqlBucketRequest
488
489
  * @return IngestSqlBucketResponse
489
490
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
491
492
  */
492
493
  ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
493
494
  /**
@@ -498,7 +499,7 @@ export declare class OperationsInsightsClient {
498
499
  * @param IngestSqlPlanLinesRequest
499
500
  * @return IngestSqlPlanLinesResponse
500
501
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
502
503
  */
503
504
  ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
504
505
  /**
@@ -509,7 +510,7 @@ export declare class OperationsInsightsClient {
509
510
  * @param IngestSqlStatsRequest
510
511
  * @return IngestSqlStatsResponse
511
512
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
513
514
  */
514
515
  ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
515
516
  /**
@@ -521,7 +522,7 @@ export declare class OperationsInsightsClient {
521
522
  * @param IngestSqlTextRequest
522
523
  * @return IngestSqlTextResponse
523
524
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
525
526
  */
526
527
  ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
527
528
  /**
@@ -531,7 +532,7 @@ export declare class OperationsInsightsClient {
531
532
  * @param ListAwrHubsRequest
532
533
  * @return ListAwrHubsResponse
533
534
  * @throws OciError when an error occurs
534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
535
536
  */
536
537
  listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
537
538
  /**
@@ -542,7 +543,7 @@ export declare class OperationsInsightsClient {
542
543
  * @param ListAwrSnapshotsRequest
543
544
  * @return ListAwrSnapshotsResponse
544
545
  * @throws OciError when an error occurs
545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
546
547
  */
547
548
  listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
548
549
  /**
@@ -553,7 +554,7 @@ export declare class OperationsInsightsClient {
553
554
  * @param ListDatabaseConfigurationsRequest
554
555
  * @return ListDatabaseConfigurationsResponse
555
556
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
557
558
  */
558
559
  listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
559
560
  /**
@@ -564,7 +565,7 @@ export declare class OperationsInsightsClient {
564
565
  * @param ListDatabaseInsightsRequest
565
566
  * @return ListDatabaseInsightsResponse
566
567
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
568
569
  */
569
570
  listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
570
571
  /**
@@ -575,7 +576,7 @@ export declare class OperationsInsightsClient {
575
576
  * @param ListEnterpriseManagerBridgesRequest
576
577
  * @return ListEnterpriseManagerBridgesResponse
577
578
  * @throws OciError when an error occurs
578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
579
580
  */
580
581
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
581
582
  /**
@@ -584,7 +585,7 @@ export declare class OperationsInsightsClient {
584
585
  * @param ListExadataConfigurationsRequest
585
586
  * @return ListExadataConfigurationsResponse
586
587
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
588
589
  */
589
590
  listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
590
591
  /**
@@ -595,7 +596,7 @@ export declare class OperationsInsightsClient {
595
596
  * @param ListExadataInsightsRequest
596
597
  * @return ListExadataInsightsResponse
597
598
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
599
600
  */
600
601
  listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
601
602
  /**
@@ -606,7 +607,7 @@ export declare class OperationsInsightsClient {
606
607
  * @param ListHostConfigurationsRequest
607
608
  * @return ListHostConfigurationsResponse
608
609
  * @throws OciError when an error occurs
609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
610
611
  */
611
612
  listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
612
613
  /**
@@ -617,7 +618,7 @@ export declare class OperationsInsightsClient {
617
618
  * @param ListHostInsightsRequest
618
619
  * @return ListHostInsightsResponse
619
620
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
621
622
  */
622
623
  listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
623
624
  /**
@@ -627,7 +628,7 @@ export declare class OperationsInsightsClient {
627
628
  * @param ListHostedEntitiesRequest
628
629
  * @return ListHostedEntitiesResponse
629
630
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
631
632
  */
632
633
  listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
633
634
  /**
@@ -641,7 +642,7 @@ export declare class OperationsInsightsClient {
641
642
  * @param ListImportableAgentEntitiesRequest
642
643
  * @return ListImportableAgentEntitiesResponse
643
644
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
645
646
  */
646
647
  listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
647
648
  /**
@@ -651,7 +652,7 @@ export declare class OperationsInsightsClient {
651
652
  * @param ListImportableEnterpriseManagerEntitiesRequest
652
653
  * @return ListImportableEnterpriseManagerEntitiesResponse
653
654
  * @throws OciError when an error occurs
654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
655
656
  */
656
657
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
657
658
  /**
@@ -660,7 +661,7 @@ export declare class OperationsInsightsClient {
660
661
  * @param ListOperationsInsightsPrivateEndpointsRequest
661
662
  * @return ListOperationsInsightsPrivateEndpointsResponse
662
663
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
664
665
  */
665
666
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
666
667
  /**
@@ -670,7 +671,7 @@ export declare class OperationsInsightsClient {
670
671
  * @param ListOperationsInsightsWarehouseUsersRequest
671
672
  * @return ListOperationsInsightsWarehouseUsersResponse
672
673
  * @throws OciError when an error occurs
673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
674
675
  */
675
676
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
676
677
  /**
@@ -681,7 +682,7 @@ export declare class OperationsInsightsClient {
681
682
  * @param ListOperationsInsightsWarehousesRequest
682
683
  * @return ListOperationsInsightsWarehousesResponse
683
684
  * @throws OciError when an error occurs
684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
685
686
  */
686
687
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
687
688
  /**
@@ -692,7 +693,7 @@ export declare class OperationsInsightsClient {
692
693
  * @param ListSqlPlansRequest
693
694
  * @return ListSqlPlansResponse
694
695
  * @throws OciError when an error occurs
695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
696
697
  */
697
698
  listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
698
699
  /**
@@ -703,7 +704,7 @@ export declare class OperationsInsightsClient {
703
704
  * @param ListSqlSearchesRequest
704
705
  * @return ListSqlSearchesResponse
705
706
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
707
708
  */
708
709
  listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
709
710
  /**
@@ -713,7 +714,7 @@ export declare class OperationsInsightsClient {
713
714
  * @param ListSqlTextsRequest
714
715
  * @return ListSqlTextsResponse
715
716
  * @throws OciError when an error occurs
716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
717
718
  */
718
719
  listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
719
720
  /**
@@ -723,7 +724,7 @@ export declare class OperationsInsightsClient {
723
724
  * @param ListWorkRequestErrorsRequest
724
725
  * @return ListWorkRequestErrorsResponse
725
726
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
727
728
  */
728
729
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
729
730
  /**
@@ -733,7 +734,7 @@ export declare class OperationsInsightsClient {
733
734
  * @param ListWorkRequestLogsRequest
734
735
  * @return ListWorkRequestLogsResponse
735
736
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
737
738
  */
738
739
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
739
740
  /**
@@ -743,7 +744,7 @@ export declare class OperationsInsightsClient {
743
744
  * @param ListWorkRequestsRequest
744
745
  * @return ListWorkRequestsResponse
745
746
  * @throws OciError when an error occurs
746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
747
748
  */
748
749
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
749
750
  /**
@@ -752,7 +753,7 @@ export declare class OperationsInsightsClient {
752
753
  * @param RotateOperationsInsightsWarehouseWalletRequest
753
754
  * @return RotateOperationsInsightsWarehouseWalletResponse
754
755
  * @throws OciError when an error occurs
755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
756
757
  */
757
758
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
758
759
  /**
@@ -762,7 +763,7 @@ export declare class OperationsInsightsClient {
762
763
  * @param SummarizeAwrSourcesSummariesRequest
763
764
  * @return SummarizeAwrSourcesSummariesResponse
764
765
  * @throws OciError when an error occurs
765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
766
767
  */
767
768
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
768
769
  /**
@@ -774,7 +775,7 @@ export declare class OperationsInsightsClient {
774
775
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
775
776
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
776
777
  * @throws OciError when an error occurs
777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
778
779
  */
779
780
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
780
781
  /**
@@ -785,7 +786,7 @@ export declare class OperationsInsightsClient {
785
786
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
786
787
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
787
788
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
789
790
  */
790
791
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
791
792
  /**
@@ -796,7 +797,7 @@ export declare class OperationsInsightsClient {
796
797
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
797
798
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
798
799
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
800
801
  */
801
802
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
802
803
  /**
@@ -809,7 +810,7 @@ export declare class OperationsInsightsClient {
809
810
  * @param SummarizeDatabaseInsightResourceUsageRequest
810
811
  * @return SummarizeDatabaseInsightResourceUsageResponse
811
812
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
813
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
813
814
  */
814
815
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
815
816
  /**
@@ -821,7 +822,7 @@ export declare class OperationsInsightsClient {
821
822
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
822
823
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
823
824
  * @throws OciError when an error occurs
824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
825
826
  */
826
827
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
827
828
  /**
@@ -832,7 +833,7 @@ export declare class OperationsInsightsClient {
832
833
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
833
834
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
834
835
  * @throws OciError when an error occurs
835
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
836
837
  */
837
838
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
838
839
  /**
@@ -844,7 +845,7 @@ export declare class OperationsInsightsClient {
844
845
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
845
846
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
846
847
  * @throws OciError when an error occurs
847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
848
849
  */
849
850
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
850
851
  /**
@@ -861,7 +862,7 @@ export declare class OperationsInsightsClient {
861
862
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
862
863
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
863
864
  * @throws OciError when an error occurs
864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
865
866
  */
866
867
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
867
868
  /**
@@ -875,7 +876,7 @@ export declare class OperationsInsightsClient {
875
876
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
876
877
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
877
878
  * @throws OciError when an error occurs
878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
879
880
  */
880
881
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
881
882
  /**
@@ -892,7 +893,7 @@ export declare class OperationsInsightsClient {
892
893
  * @param SummarizeExadataInsightResourceForecastTrendRequest
893
894
  * @return SummarizeExadataInsightResourceForecastTrendResponse
894
895
  * @throws OciError when an error occurs
895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
896
897
  */
897
898
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
898
899
  /**
@@ -905,7 +906,7 @@ export declare class OperationsInsightsClient {
905
906
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
906
907
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
907
908
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
909
910
  */
910
911
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
911
912
  /**
@@ -919,7 +920,7 @@ export declare class OperationsInsightsClient {
919
920
  * @param SummarizeExadataInsightResourceStatisticsRequest
920
921
  * @return SummarizeExadataInsightResourceStatisticsResponse
921
922
  * @throws OciError when an error occurs
922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
923
924
  */
924
925
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
925
926
  /**
@@ -934,7 +935,7 @@ export declare class OperationsInsightsClient {
934
935
  * @param SummarizeExadataInsightResourceUsageRequest
935
936
  * @return SummarizeExadataInsightResourceUsageResponse
936
937
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
938
939
  */
939
940
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
940
941
  /**
@@ -949,7 +950,7 @@ export declare class OperationsInsightsClient {
949
950
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
950
951
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
951
952
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
953
954
  */
954
955
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
955
956
  /**
@@ -958,7 +959,7 @@ export declare class OperationsInsightsClient {
958
959
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
959
960
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
960
961
  * @throws OciError when an error occurs
961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
962
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
962
963
  */
963
964
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
964
965
  /**
@@ -967,7 +968,7 @@ export declare class OperationsInsightsClient {
967
968
  * @param SummarizeExadataMembersRequest
968
969
  * @return SummarizeExadataMembersResponse
969
970
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
971
972
  */
972
973
  summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
973
974
  /**
@@ -979,7 +980,7 @@ export declare class OperationsInsightsClient {
979
980
  * @param SummarizeHostInsightResourceCapacityTrendRequest
980
981
  * @return SummarizeHostInsightResourceCapacityTrendResponse
981
982
  * @throws OciError when an error occurs
982
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
983
984
  */
984
985
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
985
986
  /**
@@ -990,7 +991,7 @@ export declare class OperationsInsightsClient {
990
991
  * @param SummarizeHostInsightResourceForecastTrendRequest
991
992
  * @return SummarizeHostInsightResourceForecastTrendResponse
992
993
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
994
995
  */
995
996
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
996
997
  /**
@@ -1001,7 +1002,7 @@ export declare class OperationsInsightsClient {
1001
1002
  * @param SummarizeHostInsightResourceStatisticsRequest
1002
1003
  * @return SummarizeHostInsightResourceStatisticsResponse
1003
1004
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1005
1006
  */
1006
1007
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
1007
1008
  /**
@@ -1014,7 +1015,7 @@ export declare class OperationsInsightsClient {
1014
1015
  * @param SummarizeHostInsightResourceUsageRequest
1015
1016
  * @return SummarizeHostInsightResourceUsageResponse
1016
1017
  * @throws OciError when an error occurs
1017
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1018
1019
  */
1019
1020
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
1020
1021
  /**
@@ -1026,7 +1027,7 @@ export declare class OperationsInsightsClient {
1026
1027
  * @param SummarizeHostInsightResourceUsageTrendRequest
1027
1028
  * @return SummarizeHostInsightResourceUsageTrendResponse
1028
1029
  * @throws OciError when an error occurs
1029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1030
1031
  */
1031
1032
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
1032
1033
  /**
@@ -1037,7 +1038,7 @@ export declare class OperationsInsightsClient {
1037
1038
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
1038
1039
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
1039
1040
  * @throws OciError when an error occurs
1040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1041
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1041
1042
  */
1042
1043
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
1043
1044
  /**
@@ -1049,7 +1050,7 @@ export declare class OperationsInsightsClient {
1049
1050
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
1050
1051
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
1051
1052
  * @throws OciError when an error occurs
1052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1053
1054
  */
1054
1055
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
1055
1056
  /**
@@ -1060,7 +1061,7 @@ export declare class OperationsInsightsClient {
1060
1061
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
1061
1062
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
1062
1063
  * @throws OciError when an error occurs
1063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1064
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1064
1065
  */
1065
1066
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
1066
1067
  /**
@@ -1071,7 +1072,7 @@ export declare class OperationsInsightsClient {
1071
1072
  * @param SummarizeSqlInsightsRequest
1072
1073
  * @return SummarizeSqlInsightsResponse
1073
1074
  * @throws OciError when an error occurs
1074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1075
1076
  */
1076
1077
  summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
1077
1078
  /**
@@ -1082,7 +1083,7 @@ export declare class OperationsInsightsClient {
1082
1083
  * @param SummarizeSqlPlanInsightsRequest
1083
1084
  * @return SummarizeSqlPlanInsightsResponse
1084
1085
  * @throws OciError when an error occurs
1085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1086
1087
  */
1087
1088
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
1088
1089
  /**
@@ -1093,7 +1094,7 @@ export declare class OperationsInsightsClient {
1093
1094
  * @param SummarizeSqlResponseTimeDistributionsRequest
1094
1095
  * @return SummarizeSqlResponseTimeDistributionsResponse
1095
1096
  * @throws OciError when an error occurs
1096
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1097
1098
  */
1098
1099
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
1099
1100
  /**
@@ -1104,7 +1105,7 @@ export declare class OperationsInsightsClient {
1104
1105
  * @param SummarizeSqlStatisticsRequest
1105
1106
  * @return SummarizeSqlStatisticsResponse
1106
1107
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1108
1109
  */
1109
1110
  summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
1110
1111
  /**
@@ -1115,7 +1116,7 @@ export declare class OperationsInsightsClient {
1115
1116
  * @param SummarizeSqlStatisticsTimeSeriesRequest
1116
1117
  * @return SummarizeSqlStatisticsTimeSeriesResponse
1117
1118
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1119
1120
  */
1120
1121
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
1121
1122
  /**
@@ -1126,7 +1127,7 @@ export declare class OperationsInsightsClient {
1126
1127
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
1127
1128
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
1128
1129
  * @throws OciError when an error occurs
1129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1130
1131
  */
1131
1132
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
1132
1133
  /**
@@ -1135,7 +1136,7 @@ export declare class OperationsInsightsClient {
1135
1136
  * @param UpdateAwrHubRequest
1136
1137
  * @return UpdateAwrHubResponse
1137
1138
  * @throws OciError when an error occurs
1138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1139
1140
  */
1140
1141
  updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
1141
1142
  /**
@@ -1144,7 +1145,7 @@ export declare class OperationsInsightsClient {
1144
1145
  * @param UpdateDatabaseInsightRequest
1145
1146
  * @return UpdateDatabaseInsightResponse
1146
1147
  * @throws OciError when an error occurs
1147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1148
1149
  */
1149
1150
  updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
1150
1151
  /**
@@ -1153,7 +1154,7 @@ export declare class OperationsInsightsClient {
1153
1154
  * @param UpdateEnterpriseManagerBridgeRequest
1154
1155
  * @return UpdateEnterpriseManagerBridgeResponse
1155
1156
  * @throws OciError when an error occurs
1156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1157
1158
  */
1158
1159
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
1159
1160
  /**
@@ -1162,7 +1163,7 @@ export declare class OperationsInsightsClient {
1162
1163
  * @param UpdateExadataInsightRequest
1163
1164
  * @return UpdateExadataInsightResponse
1164
1165
  * @throws OciError when an error occurs
1165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1166
1167
  */
1167
1168
  updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
1168
1169
  /**
@@ -1171,7 +1172,7 @@ export declare class OperationsInsightsClient {
1171
1172
  * @param UpdateHostInsightRequest
1172
1173
  * @return UpdateHostInsightResponse
1173
1174
  * @throws OciError when an error occurs
1174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1175
1176
  */
1176
1177
  updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
1177
1178
  /**
@@ -1180,7 +1181,7 @@ export declare class OperationsInsightsClient {
1180
1181
  * @param UpdateOperationsInsightsPrivateEndpointRequest
1181
1182
  * @return UpdateOperationsInsightsPrivateEndpointResponse
1182
1183
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1184
1185
  */
1185
1186
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
1186
1187
  /**
@@ -1191,7 +1192,7 @@ export declare class OperationsInsightsClient {
1191
1192
  * @param UpdateOperationsInsightsWarehouseRequest
1192
1193
  * @return UpdateOperationsInsightsWarehouseResponse
1193
1194
  * @throws OciError when an error occurs
1194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1195
1196
  */
1196
1197
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
1197
1198
  /**
@@ -1200,7 +1201,7 @@ export declare class OperationsInsightsClient {
1200
1201
  * @param UpdateOperationsInsightsWarehouseUserRequest
1201
1202
  * @return UpdateOperationsInsightsWarehouseUserResponse
1202
1203
  * @throws OciError when an error occurs
1203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1204
1205
  */
1205
1206
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
1206
1207
  }