oci-loganalytics 2.3.1 → 2.5.2

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 (257) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +215 -159
  3. package/lib/client.js +519 -166
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/abstract-column.d.ts +5 -0
  6. package/lib/model/abstract-column.js.map +1 -1
  7. package/lib/model/abstract-command-descriptor.js +4 -0
  8. package/lib/model/abstract-command-descriptor.js.map +1 -1
  9. package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +7 -0
  10. package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
  11. package/lib/model/extract-log-header-results.d.ts +4 -0
  12. package/lib/model/extract-log-header-results.js.map +1 -1
  13. package/lib/model/geo-stats-command-descriptor.d.ts +51 -0
  14. package/lib/model/geo-stats-command-descriptor.js +88 -0
  15. package/lib/model/geo-stats-command-descriptor.js.map +1 -0
  16. package/lib/model/highlight-groups-command-descriptor.d.ts +5 -0
  17. package/lib/model/highlight-groups-command-descriptor.js.map +1 -1
  18. package/lib/model/index.d.ts +12 -0
  19. package/lib/model/index.js +17 -5
  20. package/lib/model/index.js.map +1 -1
  21. package/lib/model/log-analytics-object-collection-rule-summary.d.ts +7 -0
  22. package/lib/model/log-analytics-object-collection-rule-summary.js.map +1 -1
  23. package/lib/model/log-analytics-object-collection-rule.d.ts +7 -0
  24. package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
  25. package/lib/model/log-analytics-parser-summary.d.ts +5 -0
  26. package/lib/model/log-analytics-parser-summary.js.map +1 -1
  27. package/lib/model/log-analytics-parser.d.ts +5 -0
  28. package/lib/model/log-analytics-parser.js.map +1 -1
  29. package/lib/model/log-analytics-preference-collection.d.ts +27 -0
  30. package/lib/model/log-analytics-preference-collection.js +62 -0
  31. package/lib/model/log-analytics-preference-collection.js.map +1 -0
  32. package/lib/model/log-analytics-preference-details.d.ts +27 -0
  33. package/lib/model/log-analytics-preference-details.js +62 -0
  34. package/lib/model/log-analytics-preference-details.js.map +1 -0
  35. package/lib/model/log-analytics-preference.d.ts +30 -0
  36. package/lib/model/log-analytics-preference.js +30 -0
  37. package/lib/model/log-analytics-preference.js.map +1 -0
  38. package/lib/model/log-analytics-source-function.d.ts +4 -0
  39. package/lib/model/log-analytics-source-function.js.map +1 -1
  40. package/lib/model/log-sets-count.d.ts +27 -0
  41. package/lib/model/log-sets-count.js +30 -0
  42. package/lib/model/log-sets-count.js.map +1 -0
  43. package/lib/model/test-parser-payload-details.d.ts +5 -0
  44. package/lib/model/test-parser-payload-details.js.map +1 -1
  45. package/lib/model/unprocessed-data-bucket.d.ts +44 -0
  46. package/lib/model/unprocessed-data-bucket.js +30 -0
  47. package/lib/model/unprocessed-data-bucket.js.map +1 -0
  48. package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +7 -0
  49. package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
  50. package/lib/model/upsert-log-analytics-parser-details.d.ts +5 -0
  51. package/lib/model/upsert-log-analytics-parser-details.js.map +1 -1
  52. package/lib/request/add-entity-association-request.d.ts +1 -1
  53. package/lib/request/add-source-event-types-request.d.ts +1 -1
  54. package/lib/request/append-lookup-data-request.d.ts +8 -1
  55. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  56. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  57. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  58. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  59. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  60. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  61. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  62. package/lib/request/clean-request.d.ts +1 -1
  63. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  64. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  65. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  66. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  67. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  68. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  69. package/lib/request/delete-associations-request.d.ts +1 -1
  70. package/lib/request/delete-field-request.d.ts +1 -1
  71. package/lib/request/delete-label-request.d.ts +1 -1
  72. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  73. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  74. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  75. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  76. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  77. package/lib/request/delete-lookup-request.d.ts +1 -1
  78. package/lib/request/delete-parser-request.d.ts +1 -1
  79. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  80. package/lib/request/delete-source-request.d.ts +1 -1
  81. package/lib/request/delete-upload-file-request.d.ts +1 -1
  82. package/lib/request/delete-upload-request.d.ts +1 -1
  83. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  84. package/lib/request/disable-archiving-request.d.ts +1 -1
  85. package/lib/request/disable-auto-association-request.d.ts +1 -1
  86. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  87. package/lib/request/enable-archiving-request.d.ts +1 -1
  88. package/lib/request/enable-auto-association-request.d.ts +1 -1
  89. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  90. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  91. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  92. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  93. package/lib/request/export-custom-content-request.d.ts +1 -1
  94. package/lib/request/export-query-result-request.d.ts +1 -1
  95. package/lib/request/extract-structured-log-field-paths-request.d.ts +4 -3
  96. package/lib/request/extract-structured-log-field-paths-request.js +1 -0
  97. package/lib/request/extract-structured-log-field-paths-request.js.map +1 -1
  98. package/lib/request/extract-structured-log-header-paths-request.d.ts +4 -3
  99. package/lib/request/extract-structured-log-header-paths-request.js +1 -0
  100. package/lib/request/extract-structured-log-header-paths-request.js.map +1 -1
  101. package/lib/request/filter-request.d.ts +1 -1
  102. package/lib/request/get-association-summary-request.d.ts +1 -1
  103. package/lib/request/get-column-names-request.d.ts +1 -1
  104. package/lib/request/get-config-work-request-request.d.ts +1 -1
  105. package/lib/request/get-field-request.d.ts +1 -1
  106. package/lib/request/get-fields-summary-request.d.ts +1 -1
  107. package/lib/request/get-label-request.d.ts +1 -1
  108. package/lib/request/get-label-summary-request.d.ts +1 -1
  109. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  110. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  111. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  112. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  113. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  114. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  115. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  116. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  117. package/lib/request/get-log-sets-count-request.d.ts +27 -0
  118. package/lib/request/get-log-sets-count-request.js +15 -0
  119. package/lib/request/get-log-sets-count-request.js.map +1 -0
  120. package/lib/request/get-lookup-request.d.ts +1 -1
  121. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  122. package/lib/request/get-namespace-request.d.ts +1 -1
  123. package/lib/request/get-parser-request.d.ts +1 -1
  124. package/lib/request/get-parser-summary-request.d.ts +1 -1
  125. package/lib/request/get-preferences-request.d.ts +53 -0
  126. package/lib/request/get-preferences-request.js +28 -0
  127. package/lib/request/get-preferences-request.js.map +1 -0
  128. package/lib/request/get-query-result-request.d.ts +1 -1
  129. package/lib/request/get-query-work-request-request.d.ts +1 -1
  130. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  131. package/lib/request/get-source-request.d.ts +1 -1
  132. package/lib/request/get-source-summary-request.d.ts +1 -1
  133. package/lib/request/get-storage-request.d.ts +1 -1
  134. package/lib/request/get-storage-usage-request.d.ts +1 -1
  135. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  136. package/lib/request/get-unprocessed-data-bucket-request.d.ts +27 -0
  137. package/lib/request/get-unprocessed-data-bucket-request.js +15 -0
  138. package/lib/request/get-unprocessed-data-bucket-request.js.map +1 -0
  139. package/lib/request/get-upload-request.d.ts +1 -1
  140. package/lib/request/get-work-request-request.d.ts +1 -1
  141. package/lib/request/import-custom-content-request.d.ts +8 -1
  142. package/lib/request/index.d.ts +12 -0
  143. package/lib/request/index.js +3 -1
  144. package/lib/request/index.js.map +1 -1
  145. package/lib/request/list-associable-entities-request.d.ts +1 -1
  146. package/lib/request/list-associated-entities-request.d.ts +1 -1
  147. package/lib/request/list-auto-associations-request.d.ts +1 -1
  148. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  149. package/lib/request/list-entity-associations-request.d.ts +1 -1
  150. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  151. package/lib/request/list-fields-request.d.ts +1 -1
  152. package/lib/request/list-label-priorities-request.d.ts +1 -1
  153. package/lib/request/list-label-source-details-request.d.ts +1 -1
  154. package/lib/request/list-labels-request.d.ts +1 -1
  155. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  156. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  157. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  158. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  159. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  160. package/lib/request/list-log-sets-request.d.ts +6 -1
  161. package/lib/request/list-log-sets-request.js.map +1 -1
  162. package/lib/request/list-lookups-request.d.ts +1 -1
  163. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  164. package/lib/request/list-namespaces-request.d.ts +1 -1
  165. package/lib/request/list-parser-functions-request.d.ts +1 -1
  166. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  167. package/lib/request/list-parsers-request.d.ts +1 -1
  168. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  169. package/lib/request/list-recalled-data-request.d.ts +1 -1
  170. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  171. package/lib/request/list-source-associations-request.d.ts +1 -1
  172. package/lib/request/list-source-event-types-request.d.ts +1 -1
  173. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  174. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  175. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  176. package/lib/request/list-source-patterns-request.d.ts +1 -1
  177. package/lib/request/list-sources-request.d.ts +1 -1
  178. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  179. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  180. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  181. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  182. package/lib/request/list-upload-files-request.d.ts +1 -1
  183. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  184. package/lib/request/list-uploads-request.d.ts +1 -1
  185. package/lib/request/list-warnings-request.d.ts +1 -1
  186. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  187. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  188. package/lib/request/list-work-requests-request.d.ts +1 -1
  189. package/lib/request/offboard-namespace-request.d.ts +1 -1
  190. package/lib/request/onboard-namespace-request.d.ts +1 -1
  191. package/lib/request/parse-query-request.d.ts +1 -1
  192. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  193. package/lib/request/purge-storage-data-request.d.ts +1 -1
  194. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  195. package/lib/request/query-request.d.ts +1 -1
  196. package/lib/request/recall-archived-data-request.d.ts +1 -1
  197. package/lib/request/register-lookup-request.d.ts +8 -1
  198. package/lib/request/register-lookup-request.js.map +1 -1
  199. package/lib/request/release-recalled-data-request.d.ts +1 -1
  200. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  201. package/lib/request/remove-preferences-request.d.ts +41 -0
  202. package/lib/request/remove-preferences-request.js +15 -0
  203. package/lib/request/remove-preferences-request.js.map +1 -0
  204. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  205. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  206. package/lib/request/run-request.d.ts +1 -1
  207. package/lib/request/set-unprocessed-data-bucket-request.d.ts +37 -0
  208. package/lib/request/set-unprocessed-data-bucket-request.js +15 -0
  209. package/lib/request/set-unprocessed-data-bucket-request.js.map +1 -0
  210. package/lib/request/suggest-request.d.ts +1 -1
  211. package/lib/request/suppress-warning-request.d.ts +1 -1
  212. package/lib/request/test-parser-request.d.ts +1 -1
  213. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  214. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  215. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  216. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  217. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  218. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  219. package/lib/request/update-lookup-data-request.d.ts +8 -1
  220. package/lib/request/update-lookup-request.d.ts +1 -1
  221. package/lib/request/update-preferences-request.d.ts +41 -0
  222. package/lib/request/update-preferences-request.js +15 -0
  223. package/lib/request/update-preferences-request.js.map +1 -0
  224. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  225. package/lib/request/update-storage-request.d.ts +1 -1
  226. package/lib/request/upload-log-events-file-request.d.ts +8 -1
  227. package/lib/request/upload-log-file-request.d.ts +8 -1
  228. package/lib/request/upsert-associations-request.d.ts +1 -1
  229. package/lib/request/upsert-field-request.d.ts +1 -1
  230. package/lib/request/upsert-label-request.d.ts +1 -1
  231. package/lib/request/upsert-parser-request.d.ts +1 -1
  232. package/lib/request/upsert-source-request.d.ts +1 -1
  233. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  234. package/lib/request/validate-file-request.d.ts +1 -1
  235. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  236. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  237. package/lib/request/validate-source-request.d.ts +1 -1
  238. package/lib/response/get-log-sets-count-response.d.ts +24 -0
  239. package/lib/response/get-log-sets-count-response.js +15 -0
  240. package/lib/response/get-log-sets-count-response.js.map +1 -0
  241. package/lib/response/get-preferences-response.d.ts +38 -0
  242. package/lib/response/get-preferences-response.js +15 -0
  243. package/lib/response/get-preferences-response.js.map +1 -0
  244. package/lib/response/get-unprocessed-data-bucket-response.d.ts +24 -0
  245. package/lib/response/get-unprocessed-data-bucket-response.js +15 -0
  246. package/lib/response/get-unprocessed-data-bucket-response.js.map +1 -0
  247. package/lib/response/index.d.ts +12 -0
  248. package/lib/response/remove-preferences-response.d.ts +19 -0
  249. package/lib/response/remove-preferences-response.js +15 -0
  250. package/lib/response/remove-preferences-response.js.map +1 -0
  251. package/lib/response/set-unprocessed-data-bucket-response.d.ts +24 -0
  252. package/lib/response/set-unprocessed-data-bucket-response.js +15 -0
  253. package/lib/response/set-unprocessed-data-bucket-response.js.map +1 -0
  254. package/lib/response/update-preferences-response.d.ts +19 -0
  255. package/lib/response/update-preferences-response.js +15 -0
  256. package/lib/response/update-preferences-response.js.map +1 -0
  257. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -140,7 +140,7 @@ class LogAnalyticsClient {
140
140
  * @param AddEntityAssociationRequest
141
141
  * @return AddEntityAssociationResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
144
144
  */
145
145
  addEntityAssociation(addEntityAssociationRequest) {
146
146
  return __awaiter(this, void 0, void 0, function* () {
@@ -195,7 +195,7 @@ class LogAnalyticsClient {
195
195
  * @param AddSourceEventTypesRequest
196
196
  * @return AddSourceEventTypesResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
199
199
  */
200
200
  addSourceEventTypes(addSourceEventTypesRequest) {
201
201
  return __awaiter(this, void 0, void 0, function* () {
@@ -249,7 +249,7 @@ class LogAnalyticsClient {
249
249
  * @param AppendLookupDataRequest
250
250
  * @return AppendLookupDataResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
253
253
  */
254
254
  appendLookupData(appendLookupDataRequest) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
@@ -266,7 +266,8 @@ class LogAnalyticsClient {
266
266
  let headerParams = {
267
267
  "opc-retry-token": appendLookupDataRequest.opcRetryToken,
268
268
  "opc-request-id": appendLookupDataRequest.opcRequestId,
269
- "if-match": appendLookupDataRequest.ifMatch
269
+ "if-match": appendLookupDataRequest.ifMatch,
270
+ "expect": appendLookupDataRequest.expect
270
271
  };
271
272
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, appendLookupDataRequest.retryConfiguration);
272
273
  if (this.logger)
@@ -312,7 +313,7 @@ class LogAnalyticsClient {
312
313
  * @param BatchGetBasicInfoRequest
313
314
  * @return BatchGetBasicInfoResponse
314
315
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
316
317
  */
317
318
  batchGetBasicInfo(batchGetBasicInfoRequest) {
318
319
  return __awaiter(this, void 0, void 0, function* () {
@@ -383,7 +384,7 @@ class LogAnalyticsClient {
383
384
  * @param CancelQueryWorkRequestRequest
384
385
  * @return CancelQueryWorkRequestResponse
385
386
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
387
388
  */
388
389
  cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
389
390
  return __awaiter(this, void 0, void 0, function* () {
@@ -435,7 +436,7 @@ class LogAnalyticsClient {
435
436
  * @param ChangeLogAnalyticsEmBridgeCompartmentRequest
436
437
  * @return ChangeLogAnalyticsEmBridgeCompartmentResponse
437
438
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
439
440
  */
440
441
  changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
441
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -489,7 +490,7 @@ class LogAnalyticsClient {
489
490
  * @param ChangeLogAnalyticsEntityCompartmentRequest
490
491
  * @return ChangeLogAnalyticsEntityCompartmentResponse
491
492
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
493
494
  */
494
495
  changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
495
496
  return __awaiter(this, void 0, void 0, function* () {
@@ -544,7 +545,7 @@ class LogAnalyticsClient {
544
545
  * @param ChangeLogAnalyticsLogGroupCompartmentRequest
545
546
  * @return ChangeLogAnalyticsLogGroupCompartmentResponse
546
547
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
548
549
  */
549
550
  changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
550
551
  return __awaiter(this, void 0, void 0, function* () {
@@ -598,7 +599,7 @@ class LogAnalyticsClient {
598
599
  * @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
599
600
  * @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
600
601
  * @throws OciError when an error occurs
601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
602
603
  */
603
604
  changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
604
605
  return __awaiter(this, void 0, void 0, function* () {
@@ -652,7 +653,7 @@ class LogAnalyticsClient {
652
653
  * @param ChangeScheduledTaskCompartmentRequest
653
654
  * @return ChangeScheduledTaskCompartmentResponse
654
655
  * @throws OciError when an error occurs
655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
656
657
  */
657
658
  changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
658
659
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +709,7 @@ class LogAnalyticsClient {
708
709
  * @param CleanRequest
709
710
  * @return CleanResponse
710
711
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/Clean.ts.html |here} to see how to use Clean API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Clean.ts.html |here} to see how to use Clean API.
712
713
  */
713
714
  clean(cleanRequest) {
714
715
  return __awaiter(this, void 0, void 0, function* () {
@@ -763,7 +764,7 @@ class LogAnalyticsClient {
763
764
  * @param CreateLogAnalyticsEmBridgeRequest
764
765
  * @return CreateLogAnalyticsEmBridgeResponse
765
766
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
767
768
  */
768
769
  createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
769
770
  return __awaiter(this, void 0, void 0, function* () {
@@ -824,7 +825,7 @@ class LogAnalyticsClient {
824
825
  * @param CreateLogAnalyticsEntityRequest
825
826
  * @return CreateLogAnalyticsEntityResponse
826
827
  * @throws OciError when an error occurs
827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
828
829
  */
829
830
  createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
830
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -885,7 +886,7 @@ class LogAnalyticsClient {
885
886
  * @param CreateLogAnalyticsEntityTypeRequest
886
887
  * @return CreateLogAnalyticsEntityTypeResponse
887
888
  * @throws OciError when an error occurs
888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
889
890
  */
890
891
  createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
891
892
  return __awaiter(this, void 0, void 0, function* () {
@@ -938,7 +939,7 @@ class LogAnalyticsClient {
938
939
  * @param CreateLogAnalyticsLogGroupRequest
939
940
  * @return CreateLogAnalyticsLogGroupResponse
940
941
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
942
943
  */
943
944
  createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
944
945
  return __awaiter(this, void 0, void 0, function* () {
@@ -999,7 +1000,7 @@ class LogAnalyticsClient {
999
1000
  * @param CreateLogAnalyticsObjectCollectionRuleRequest
1000
1001
  * @return CreateLogAnalyticsObjectCollectionRuleResponse
1001
1002
  * @throws OciError when an error occurs
1002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1003
1004
  */
1004
1005
  createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
1005
1006
  return __awaiter(this, void 0, void 0, function* () {
@@ -1059,7 +1060,7 @@ class LogAnalyticsClient {
1059
1060
  * @param CreateScheduledTaskRequest
1060
1061
  * @return CreateScheduledTaskResponse
1061
1062
  * @throws OciError when an error occurs
1062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1063
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1063
1064
  */
1064
1065
  createScheduledTask(createScheduledTaskRequest) {
1065
1066
  return __awaiter(this, void 0, void 0, function* () {
@@ -1121,7 +1122,7 @@ class LogAnalyticsClient {
1121
1122
  * @param DeleteAssociationsRequest
1122
1123
  * @return DeleteAssociationsResponse
1123
1124
  * @throws OciError when an error occurs
1124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1125
1126
  */
1126
1127
  deleteAssociations(deleteAssociationsRequest) {
1127
1128
  return __awaiter(this, void 0, void 0, function* () {
@@ -1179,7 +1180,7 @@ class LogAnalyticsClient {
1179
1180
  * @param DeleteFieldRequest
1180
1181
  * @return DeleteFieldResponse
1181
1182
  * @throws OciError when an error occurs
1182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1183
1184
  */
1184
1185
  deleteField(deleteFieldRequest) {
1185
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1233,7 +1234,7 @@ class LogAnalyticsClient {
1233
1234
  * @param DeleteLabelRequest
1234
1235
  * @return DeleteLabelResponse
1235
1236
  * @throws OciError when an error occurs
1236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1237
1238
  */
1238
1239
  deleteLabel(deleteLabelRequest) {
1239
1240
  return __awaiter(this, void 0, void 0, function* () {
@@ -1286,7 +1287,7 @@ class LogAnalyticsClient {
1286
1287
  * @param DeleteLogAnalyticsEmBridgeRequest
1287
1288
  * @return DeleteLogAnalyticsEmBridgeResponse
1288
1289
  * @throws OciError when an error occurs
1289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1290
1291
  */
1291
1292
  deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
1292
1293
  return __awaiter(this, void 0, void 0, function* () {
@@ -1338,7 +1339,7 @@ class LogAnalyticsClient {
1338
1339
  * @param DeleteLogAnalyticsEntityRequest
1339
1340
  * @return DeleteLogAnalyticsEntityResponse
1340
1341
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1342
1343
  */
1343
1344
  deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
1344
1345
  return __awaiter(this, void 0, void 0, function* () {
@@ -1390,7 +1391,7 @@ class LogAnalyticsClient {
1390
1391
  * @param DeleteLogAnalyticsEntityTypeRequest
1391
1392
  * @return DeleteLogAnalyticsEntityTypeResponse
1392
1393
  * @throws OciError when an error occurs
1393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1394
1395
  */
1395
1396
  deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
1396
1397
  return __awaiter(this, void 0, void 0, function* () {
@@ -1443,7 +1444,7 @@ class LogAnalyticsClient {
1443
1444
  * @param DeleteLogAnalyticsLogGroupRequest
1444
1445
  * @return DeleteLogAnalyticsLogGroupResponse
1445
1446
  * @throws OciError when an error occurs
1446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1447
1448
  */
1448
1449
  deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
1449
1450
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1498,7 @@ class LogAnalyticsClient {
1497
1498
  * @param DeleteLogAnalyticsObjectCollectionRuleRequest
1498
1499
  * @return DeleteLogAnalyticsObjectCollectionRuleResponse
1499
1500
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1501
1502
  */
1502
1503
  deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
1503
1504
  return __awaiter(this, void 0, void 0, function* () {
@@ -1550,7 +1551,7 @@ class LogAnalyticsClient {
1550
1551
  * @param DeleteLookupRequest
1551
1552
  * @return DeleteLookupResponse
1552
1553
  * @throws OciError when an error occurs
1553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
1554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
1554
1555
  */
1555
1556
  deleteLookup(deleteLookupRequest) {
1556
1557
  return __awaiter(this, void 0, void 0, function* () {
@@ -1611,7 +1612,7 @@ class LogAnalyticsClient {
1611
1612
  * @param DeleteParserRequest
1612
1613
  * @return DeleteParserResponse
1613
1614
  * @throws OciError when an error occurs
1614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
1615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
1615
1616
  */
1616
1617
  deleteParser(deleteParserRequest) {
1617
1618
  return __awaiter(this, void 0, void 0, function* () {
@@ -1664,7 +1665,7 @@ class LogAnalyticsClient {
1664
1665
  * @param DeleteScheduledTaskRequest
1665
1666
  * @return DeleteScheduledTaskResponse
1666
1667
  * @throws OciError when an error occurs
1667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
1668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
1668
1669
  */
1669
1670
  deleteScheduledTask(deleteScheduledTaskRequest) {
1670
1671
  return __awaiter(this, void 0, void 0, function* () {
@@ -1717,7 +1718,7 @@ class LogAnalyticsClient {
1717
1718
  * @param DeleteSourceRequest
1718
1719
  * @return DeleteSourceResponse
1719
1720
  * @throws OciError when an error occurs
1720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
1721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
1721
1722
  */
1722
1723
  deleteSource(deleteSourceRequest) {
1723
1724
  return __awaiter(this, void 0, void 0, function* () {
@@ -1772,7 +1773,7 @@ class LogAnalyticsClient {
1772
1773
  * @param DeleteUploadRequest
1773
1774
  * @return DeleteUploadResponse
1774
1775
  * @throws OciError when an error occurs
1775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
1776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
1776
1777
  */
1777
1778
  deleteUpload(deleteUploadRequest) {
1778
1779
  return __awaiter(this, void 0, void 0, function* () {
@@ -1836,7 +1837,7 @@ class LogAnalyticsClient {
1836
1837
  * @param DeleteUploadFileRequest
1837
1838
  * @return DeleteUploadFileResponse
1838
1839
  * @throws OciError when an error occurs
1839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
1840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
1840
1841
  */
1841
1842
  deleteUploadFile(deleteUploadFileRequest) {
1842
1843
  return __awaiter(this, void 0, void 0, function* () {
@@ -1899,7 +1900,7 @@ class LogAnalyticsClient {
1899
1900
  * @param DeleteUploadWarningRequest
1900
1901
  * @return DeleteUploadWarningResponse
1901
1902
  * @throws OciError when an error occurs
1902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
1903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
1903
1904
  */
1904
1905
  deleteUploadWarning(deleteUploadWarningRequest) {
1905
1906
  return __awaiter(this, void 0, void 0, function* () {
@@ -1952,7 +1953,7 @@ class LogAnalyticsClient {
1952
1953
  * @param DisableArchivingRequest
1953
1954
  * @return DisableArchivingResponse
1954
1955
  * @throws OciError when an error occurs
1955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
1956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
1956
1957
  */
1957
1958
  disableArchiving(disableArchivingRequest) {
1958
1959
  return __awaiter(this, void 0, void 0, function* () {
@@ -2015,7 +2016,7 @@ class LogAnalyticsClient {
2015
2016
  * @param DisableAutoAssociationRequest
2016
2017
  * @return DisableAutoAssociationResponse
2017
2018
  * @throws OciError when an error occurs
2018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2019
2020
  */
2020
2021
  disableAutoAssociation(disableAutoAssociationRequest) {
2021
2022
  return __awaiter(this, void 0, void 0, function* () {
@@ -2074,7 +2075,7 @@ class LogAnalyticsClient {
2074
2075
  * @param DisableSourceEventTypesRequest
2075
2076
  * @return DisableSourceEventTypesResponse
2076
2077
  * @throws OciError when an error occurs
2077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2078
2079
  */
2079
2080
  disableSourceEventTypes(disableSourceEventTypesRequest) {
2080
2081
  return __awaiter(this, void 0, void 0, function* () {
@@ -2128,7 +2129,7 @@ class LogAnalyticsClient {
2128
2129
  * @param EnableArchivingRequest
2129
2130
  * @return EnableArchivingResponse
2130
2131
  * @throws OciError when an error occurs
2131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2132
2133
  */
2133
2134
  enableArchiving(enableArchivingRequest) {
2134
2135
  return __awaiter(this, void 0, void 0, function* () {
@@ -2191,7 +2192,7 @@ class LogAnalyticsClient {
2191
2192
  * @param EnableAutoAssociationRequest
2192
2193
  * @return EnableAutoAssociationResponse
2193
2194
  * @throws OciError when an error occurs
2194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2195
2196
  */
2196
2197
  enableAutoAssociation(enableAutoAssociationRequest) {
2197
2198
  return __awaiter(this, void 0, void 0, function* () {
@@ -2250,7 +2251,7 @@ class LogAnalyticsClient {
2250
2251
  * @param EnableSourceEventTypesRequest
2251
2252
  * @return EnableSourceEventTypesResponse
2252
2253
  * @throws OciError when an error occurs
2253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2254
2255
  */
2255
2256
  enableSourceEventTypes(enableSourceEventTypesRequest) {
2256
2257
  return __awaiter(this, void 0, void 0, function* () {
@@ -2304,7 +2305,7 @@ class LogAnalyticsClient {
2304
2305
  * @param EstimatePurgeDataSizeRequest
2305
2306
  * @return EstimatePurgeDataSizeResponse
2306
2307
  * @throws OciError when an error occurs
2307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2308
2309
  */
2309
2310
  estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
2310
2311
  return __awaiter(this, void 0, void 0, function* () {
@@ -2367,7 +2368,7 @@ class LogAnalyticsClient {
2367
2368
  * @param EstimateRecallDataSizeRequest
2368
2369
  * @return EstimateRecallDataSizeResponse
2369
2370
  * @throws OciError when an error occurs
2370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
2371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
2371
2372
  */
2372
2373
  estimateRecallDataSize(estimateRecallDataSizeRequest) {
2373
2374
  return __awaiter(this, void 0, void 0, function* () {
@@ -2423,7 +2424,7 @@ class LogAnalyticsClient {
2423
2424
  * @param EstimateReleaseDataSizeRequest
2424
2425
  * @return EstimateReleaseDataSizeResponse
2425
2426
  * @throws OciError when an error occurs
2426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
2427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
2427
2428
  */
2428
2429
  estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
2429
2430
  return __awaiter(this, void 0, void 0, function* () {
@@ -2479,7 +2480,7 @@ class LogAnalyticsClient {
2479
2480
  * @param ExportCustomContentRequest
2480
2481
  * @return ExportCustomContentResponse
2481
2482
  * @throws OciError when an error occurs
2482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
2483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
2483
2484
  */
2484
2485
  exportCustomContent(exportCustomContentRequest) {
2485
2486
  return __awaiter(this, void 0, void 0, function* () {
@@ -2534,7 +2535,7 @@ class LogAnalyticsClient {
2534
2535
  * @param ExportQueryResultRequest
2535
2536
  * @return ExportQueryResultResponse
2536
2537
  * @throws OciError when an error occurs
2537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
2538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
2538
2539
  */
2539
2540
  exportQueryResult(exportQueryResultRequest) {
2540
2541
  return __awaiter(this, void 0, void 0, function* () {
@@ -2589,7 +2590,7 @@ class LogAnalyticsClient {
2589
2590
  * @param ExtractStructuredLogFieldPathsRequest
2590
2591
  * @return ExtractStructuredLogFieldPathsResponse
2591
2592
  * @throws OciError when an error occurs
2592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
2593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
2593
2594
  */
2594
2595
  extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
2595
2596
  return __awaiter(this, void 0, void 0, function* () {
@@ -2648,7 +2649,7 @@ class LogAnalyticsClient {
2648
2649
  * @param ExtractStructuredLogHeaderPathsRequest
2649
2650
  * @return ExtractStructuredLogHeaderPathsResponse
2650
2651
  * @throws OciError when an error occurs
2651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
2652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
2652
2653
  */
2653
2654
  extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
2654
2655
  return __awaiter(this, void 0, void 0, function* () {
@@ -2706,7 +2707,7 @@ class LogAnalyticsClient {
2706
2707
  * @param FilterRequest
2707
2708
  * @return FilterResponse
2708
2709
  * @throws OciError when an error occurs
2709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/Filter.ts.html |here} to see how to use Filter API.
2710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Filter.ts.html |here} to see how to use Filter API.
2710
2711
  */
2711
2712
  filter(filterRequest) {
2712
2713
  return __awaiter(this, void 0, void 0, function* () {
@@ -2762,7 +2763,7 @@ class LogAnalyticsClient {
2762
2763
  * @param GetAssociationSummaryRequest
2763
2764
  * @return GetAssociationSummaryResponse
2764
2765
  * @throws OciError when an error occurs
2765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
2766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
2766
2767
  */
2767
2768
  getAssociationSummary(getAssociationSummaryRequest) {
2768
2769
  return __awaiter(this, void 0, void 0, function* () {
@@ -2819,7 +2820,7 @@ class LogAnalyticsClient {
2819
2820
  * @param GetColumnNamesRequest
2820
2821
  * @return GetColumnNamesResponse
2821
2822
  * @throws OciError when an error occurs
2822
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
2823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
2823
2824
  */
2824
2825
  getColumnNames(getColumnNamesRequest) {
2825
2826
  return __awaiter(this, void 0, void 0, function* () {
@@ -2877,7 +2878,7 @@ class LogAnalyticsClient {
2877
2878
  * @param GetConfigWorkRequestRequest
2878
2879
  * @return GetConfigWorkRequestResponse
2879
2880
  * @throws OciError when an error occurs
2880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
2881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
2881
2882
  */
2882
2883
  getConfigWorkRequest(getConfigWorkRequestRequest) {
2883
2884
  return __awaiter(this, void 0, void 0, function* () {
@@ -2933,7 +2934,7 @@ class LogAnalyticsClient {
2933
2934
  * @param GetFieldRequest
2934
2935
  * @return GetFieldResponse
2935
2936
  * @throws OciError when an error occurs
2936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetField.ts.html |here} to see how to use GetField API.
2937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetField.ts.html |here} to see how to use GetField API.
2937
2938
  */
2938
2939
  getField(getFieldRequest) {
2939
2940
  return __awaiter(this, void 0, void 0, function* () {
@@ -2994,7 +2995,7 @@ class LogAnalyticsClient {
2994
2995
  * @param GetFieldsSummaryRequest
2995
2996
  * @return GetFieldsSummaryResponse
2996
2997
  * @throws OciError when an error occurs
2997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
2998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
2998
2999
  */
2999
3000
  getFieldsSummary(getFieldsSummaryRequest) {
3000
3001
  return __awaiter(this, void 0, void 0, function* () {
@@ -3051,7 +3052,7 @@ class LogAnalyticsClient {
3051
3052
  * @param GetLabelRequest
3052
3053
  * @return GetLabelResponse
3053
3054
  * @throws OciError when an error occurs
3054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3055
3056
  */
3056
3057
  getLabel(getLabelRequest) {
3057
3058
  return __awaiter(this, void 0, void 0, function* () {
@@ -3112,7 +3113,7 @@ class LogAnalyticsClient {
3112
3113
  * @param GetLabelSummaryRequest
3113
3114
  * @return GetLabelSummaryResponse
3114
3115
  * @throws OciError when an error occurs
3115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3116
3117
  */
3117
3118
  getLabelSummary(getLabelSummaryRequest) {
3118
3119
  return __awaiter(this, void 0, void 0, function* () {
@@ -3166,7 +3167,7 @@ class LogAnalyticsClient {
3166
3167
  * @param GetLogAnalyticsEmBridgeRequest
3167
3168
  * @return GetLogAnalyticsEmBridgeResponse
3168
3169
  * @throws OciError when an error occurs
3169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3170
3171
  */
3171
3172
  getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
3172
3173
  return __awaiter(this, void 0, void 0, function* () {
@@ -3226,7 +3227,7 @@ class LogAnalyticsClient {
3226
3227
  * @param GetLogAnalyticsEmBridgeSummaryRequest
3227
3228
  * @return GetLogAnalyticsEmBridgeSummaryResponse
3228
3229
  * @throws OciError when an error occurs
3229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
3230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
3230
3231
  */
3231
3232
  getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
3232
3233
  return __awaiter(this, void 0, void 0, function* () {
@@ -3282,7 +3283,7 @@ class LogAnalyticsClient {
3282
3283
  * @param GetLogAnalyticsEntitiesSummaryRequest
3283
3284
  * @return GetLogAnalyticsEntitiesSummaryResponse
3284
3285
  * @throws OciError when an error occurs
3285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
3286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
3286
3287
  */
3287
3288
  getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
3288
3289
  return __awaiter(this, void 0, void 0, function* () {
@@ -3338,7 +3339,7 @@ class LogAnalyticsClient {
3338
3339
  * @param GetLogAnalyticsEntityRequest
3339
3340
  * @return GetLogAnalyticsEntityResponse
3340
3341
  * @throws OciError when an error occurs
3341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
3342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
3342
3343
  */
3343
3344
  getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
3344
3345
  return __awaiter(this, void 0, void 0, function* () {
@@ -3398,7 +3399,7 @@ class LogAnalyticsClient {
3398
3399
  * @param GetLogAnalyticsEntityTypeRequest
3399
3400
  * @return GetLogAnalyticsEntityTypeResponse
3400
3401
  * @throws OciError when an error occurs
3401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
3402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
3402
3403
  */
3403
3404
  getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
3404
3405
  return __awaiter(this, void 0, void 0, function* () {
@@ -3459,7 +3460,7 @@ class LogAnalyticsClient {
3459
3460
  * @param GetLogAnalyticsLogGroupRequest
3460
3461
  * @return GetLogAnalyticsLogGroupResponse
3461
3462
  * @throws OciError when an error occurs
3462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
3463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
3463
3464
  */
3464
3465
  getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
3465
3466
  return __awaiter(this, void 0, void 0, function* () {
@@ -3520,7 +3521,7 @@ class LogAnalyticsClient {
3520
3521
  * @param GetLogAnalyticsLogGroupsSummaryRequest
3521
3522
  * @return GetLogAnalyticsLogGroupsSummaryResponse
3522
3523
  * @throws OciError when an error occurs
3523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
3524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
3524
3525
  */
3525
3526
  getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
3526
3527
  return __awaiter(this, void 0, void 0, function* () {
@@ -3576,7 +3577,7 @@ class LogAnalyticsClient {
3576
3577
  * @param GetLogAnalyticsObjectCollectionRuleRequest
3577
3578
  * @return GetLogAnalyticsObjectCollectionRuleResponse
3578
3579
  * @throws OciError when an error occurs
3579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
3580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
3580
3581
  */
3581
3582
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
3582
3583
  return __awaiter(this, void 0, void 0, function* () {
@@ -3631,13 +3632,68 @@ class LogAnalyticsClient {
3631
3632
  }
3632
3633
  });
3633
3634
  }
3635
+ /**
3636
+ * This API returns the count of distinct log sets.
3637
+ *
3638
+ * @param GetLogSetsCountRequest
3639
+ * @return GetLogSetsCountResponse
3640
+ * @throws OciError when an error occurs
3641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
3642
+ */
3643
+ getLogSetsCount(getLogSetsCountRequest) {
3644
+ return __awaiter(this, void 0, void 0, function* () {
3645
+ if (this.logger)
3646
+ this.logger.debug("Calling operation LogAnalyticsClient#getLogSetsCount.");
3647
+ const pathParams = {
3648
+ "{namespaceName}": getLogSetsCountRequest.namespaceName
3649
+ };
3650
+ const queryParams = {};
3651
+ let headerParams = {
3652
+ "Content-Type": common.Constants.APPLICATION_JSON,
3653
+ "opc-request-id": getLogSetsCountRequest.opcRequestId
3654
+ };
3655
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogSetsCountRequest.retryConfiguration);
3656
+ if (this.logger)
3657
+ retrier.logger = this.logger;
3658
+ const request = yield oci_common_1.composeRequest({
3659
+ baseEndpoint: this._endpoint,
3660
+ defaultHeaders: this._defaultHeaders,
3661
+ path: "/namespaces/{namespaceName}/storage/logSetsCount",
3662
+ method: "GET",
3663
+ pathParams: pathParams,
3664
+ headerParams: headerParams,
3665
+ queryParams: queryParams
3666
+ });
3667
+ try {
3668
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
3669
+ const sdkResponse = oci_common_1.composeResponse({
3670
+ responseObject: {},
3671
+ body: yield response.json(),
3672
+ bodyKey: "logSetsCount",
3673
+ bodyModel: model.LogSetsCount,
3674
+ type: "model.LogSetsCount",
3675
+ responseHeaders: [
3676
+ {
3677
+ value: response.headers.get("opc-request-id"),
3678
+ key: "opcRequestId",
3679
+ dataType: "string"
3680
+ }
3681
+ ]
3682
+ });
3683
+ return sdkResponse;
3684
+ }
3685
+ catch (err) {
3686
+ throw err;
3687
+ }
3688
+ });
3689
+ }
3634
3690
  /**
3635
3691
  * Gets detailed information about the lookup with the specified name.
3636
3692
  *
3637
3693
  * @param GetLookupRequest
3638
3694
  * @return GetLookupResponse
3639
3695
  * @throws OciError when an error occurs
3640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
3696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
3641
3697
  */
3642
3698
  getLookup(getLookupRequest) {
3643
3699
  return __awaiter(this, void 0, void 0, function* () {
@@ -3697,7 +3753,7 @@ class LogAnalyticsClient {
3697
3753
  * @param GetLookupSummaryRequest
3698
3754
  * @return GetLookupSummaryResponse
3699
3755
  * @throws OciError when an error occurs
3700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
3756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
3701
3757
  */
3702
3758
  getLookupSummary(getLookupSummaryRequest) {
3703
3759
  return __awaiter(this, void 0, void 0, function* () {
@@ -3752,7 +3808,7 @@ class LogAnalyticsClient {
3752
3808
  * @param GetNamespaceRequest
3753
3809
  * @return GetNamespaceResponse
3754
3810
  * @throws OciError when an error occurs
3755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
3811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
3756
3812
  */
3757
3813
  getNamespace(getNamespaceRequest) {
3758
3814
  return __awaiter(this, void 0, void 0, function* () {
@@ -3812,7 +3868,7 @@ class LogAnalyticsClient {
3812
3868
  * @param GetParserRequest
3813
3869
  * @return GetParserResponse
3814
3870
  * @throws OciError when an error occurs
3815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
3871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
3816
3872
  */
3817
3873
  getParser(getParserRequest) {
3818
3874
  return __awaiter(this, void 0, void 0, function* () {
@@ -3873,7 +3929,7 @@ class LogAnalyticsClient {
3873
3929
  * @param GetParserSummaryRequest
3874
3930
  * @return GetParserSummaryResponse
3875
3931
  * @throws OciError when an error occurs
3876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
3932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
3877
3933
  */
3878
3934
  getParserSummary(getParserSummaryRequest) {
3879
3935
  return __awaiter(this, void 0, void 0, function* () {
@@ -3922,6 +3978,76 @@ class LogAnalyticsClient {
3922
3978
  }
3923
3979
  });
3924
3980
  }
3981
+ /**
3982
+ * Lists the preferences of the tenant. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
3983
+ *
3984
+ * @param GetPreferencesRequest
3985
+ * @return GetPreferencesResponse
3986
+ * @throws OciError when an error occurs
3987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
3988
+ */
3989
+ getPreferences(getPreferencesRequest) {
3990
+ return __awaiter(this, void 0, void 0, function* () {
3991
+ if (this.logger)
3992
+ this.logger.debug("Calling operation LogAnalyticsClient#getPreferences.");
3993
+ const pathParams = {
3994
+ "{namespaceName}": getPreferencesRequest.namespaceName
3995
+ };
3996
+ const queryParams = {
3997
+ "sortOrder": getPreferencesRequest.sortOrder,
3998
+ "sortBy": getPreferencesRequest.sortBy,
3999
+ "limit": getPreferencesRequest.limit,
4000
+ "page": getPreferencesRequest.page
4001
+ };
4002
+ let headerParams = {
4003
+ "Content-Type": common.Constants.APPLICATION_JSON,
4004
+ "opc-request-id": getPreferencesRequest.opcRequestId
4005
+ };
4006
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getPreferencesRequest.retryConfiguration);
4007
+ if (this.logger)
4008
+ retrier.logger = this.logger;
4009
+ const request = yield oci_common_1.composeRequest({
4010
+ baseEndpoint: this._endpoint,
4011
+ defaultHeaders: this._defaultHeaders,
4012
+ path: "/namespaces/{namespaceName}/preferences",
4013
+ method: "GET",
4014
+ pathParams: pathParams,
4015
+ headerParams: headerParams,
4016
+ queryParams: queryParams
4017
+ });
4018
+ try {
4019
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
4020
+ const sdkResponse = oci_common_1.composeResponse({
4021
+ responseObject: {},
4022
+ body: yield response.json(),
4023
+ bodyKey: "logAnalyticsPreferenceCollection",
4024
+ bodyModel: model.LogAnalyticsPreferenceCollection,
4025
+ type: "model.LogAnalyticsPreferenceCollection",
4026
+ responseHeaders: [
4027
+ {
4028
+ value: response.headers.get("opc-prev-page"),
4029
+ key: "opcPrevPage",
4030
+ dataType: "string"
4031
+ },
4032
+ {
4033
+ value: response.headers.get("opc-next-page"),
4034
+ key: "opcNextPage",
4035
+ dataType: "string"
4036
+ },
4037
+ {
4038
+ value: response.headers.get("opc-request-id"),
4039
+ key: "opcRequestId",
4040
+ dataType: "string"
4041
+ }
4042
+ ]
4043
+ });
4044
+ return sdkResponse;
4045
+ }
4046
+ catch (err) {
4047
+ throw err;
4048
+ }
4049
+ });
4050
+ }
3925
4051
  /**
3926
4052
  * Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed,
3927
4053
  * otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
@@ -3929,7 +4055,7 @@ class LogAnalyticsClient {
3929
4055
  * @param GetQueryResultRequest
3930
4056
  * @return GetQueryResultResponse
3931
4057
  * @throws OciError when an error occurs
3932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
3933
4059
  */
3934
4060
  getQueryResult(getQueryResultRequest) {
3935
4061
  return __awaiter(this, void 0, void 0, function* () {
@@ -4005,7 +4131,7 @@ class LogAnalyticsClient {
4005
4131
  * @param GetQueryWorkRequestRequest
4006
4132
  * @return GetQueryWorkRequestResponse
4007
4133
  * @throws OciError when an error occurs
4008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
4134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
4009
4135
  */
4010
4136
  getQueryWorkRequest(getQueryWorkRequestRequest) {
4011
4137
  return __awaiter(this, void 0, void 0, function* () {
@@ -4070,7 +4196,7 @@ class LogAnalyticsClient {
4070
4196
  * @param GetScheduledTaskRequest
4071
4197
  * @return GetScheduledTaskResponse
4072
4198
  * @throws OciError when an error occurs
4073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
4199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
4074
4200
  */
4075
4201
  getScheduledTask(getScheduledTaskRequest) {
4076
4202
  return __awaiter(this, void 0, void 0, function* () {
@@ -4131,7 +4257,7 @@ class LogAnalyticsClient {
4131
4257
  * @param GetSourceRequest
4132
4258
  * @return GetSourceResponse
4133
4259
  * @throws OciError when an error occurs
4134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
4260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
4135
4261
  */
4136
4262
  getSource(getSourceRequest) {
4137
4263
  return __awaiter(this, void 0, void 0, function* () {
@@ -4194,7 +4320,7 @@ class LogAnalyticsClient {
4194
4320
  * @param GetSourceSummaryRequest
4195
4321
  * @return GetSourceSummaryResponse
4196
4322
  * @throws OciError when an error occurs
4197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
4323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
4198
4324
  */
4199
4325
  getSourceSummary(getSourceSummaryRequest) {
4200
4326
  return __awaiter(this, void 0, void 0, function* () {
@@ -4249,7 +4375,7 @@ class LogAnalyticsClient {
4249
4375
  * @param GetStorageRequest
4250
4376
  * @return GetStorageResponse
4251
4377
  * @throws OciError when an error occurs
4252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
4378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
4253
4379
  */
4254
4380
  getStorage(getStorageRequest) {
4255
4381
  return __awaiter(this, void 0, void 0, function* () {
@@ -4310,7 +4436,7 @@ class LogAnalyticsClient {
4310
4436
  * @param GetStorageUsageRequest
4311
4437
  * @return GetStorageUsageResponse
4312
4438
  * @throws OciError when an error occurs
4313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
4439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
4314
4440
  */
4315
4441
  getStorageUsage(getStorageUsageRequest) {
4316
4442
  return __awaiter(this, void 0, void 0, function* () {
@@ -4366,7 +4492,7 @@ class LogAnalyticsClient {
4366
4492
  * @param GetStorageWorkRequestRequest
4367
4493
  * @return GetStorageWorkRequestResponse
4368
4494
  * @throws OciError when an error occurs
4369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
4495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
4370
4496
  */
4371
4497
  getStorageWorkRequest(getStorageWorkRequestRequest) {
4372
4498
  return __awaiter(this, void 0, void 0, function* () {
@@ -4426,12 +4552,67 @@ class LogAnalyticsClient {
4426
4552
  }
4427
4553
  });
4428
4554
  }
4555
+ /**
4556
+ * This API retrieves details of the configured bucket that stores unprocessed payloads.
4557
+ *
4558
+ * @param GetUnprocessedDataBucketRequest
4559
+ * @return GetUnprocessedDataBucketResponse
4560
+ * @throws OciError when an error occurs
4561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
4562
+ */
4563
+ getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
4564
+ return __awaiter(this, void 0, void 0, function* () {
4565
+ if (this.logger)
4566
+ this.logger.debug("Calling operation LogAnalyticsClient#getUnprocessedDataBucket.");
4567
+ const pathParams = {
4568
+ "{namespaceName}": getUnprocessedDataBucketRequest.namespaceName
4569
+ };
4570
+ const queryParams = {};
4571
+ let headerParams = {
4572
+ "Content-Type": common.Constants.APPLICATION_JSON,
4573
+ "opc-request-id": getUnprocessedDataBucketRequest.opcRequestId
4574
+ };
4575
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getUnprocessedDataBucketRequest.retryConfiguration);
4576
+ if (this.logger)
4577
+ retrier.logger = this.logger;
4578
+ const request = yield oci_common_1.composeRequest({
4579
+ baseEndpoint: this._endpoint,
4580
+ defaultHeaders: this._defaultHeaders,
4581
+ path: "/namespaces/{namespaceName}/unprocessedDataBucket",
4582
+ method: "GET",
4583
+ pathParams: pathParams,
4584
+ headerParams: headerParams,
4585
+ queryParams: queryParams
4586
+ });
4587
+ try {
4588
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
4589
+ const sdkResponse = oci_common_1.composeResponse({
4590
+ responseObject: {},
4591
+ body: yield response.json(),
4592
+ bodyKey: "unprocessedDataBucket",
4593
+ bodyModel: model.UnprocessedDataBucket,
4594
+ type: "model.UnprocessedDataBucket",
4595
+ responseHeaders: [
4596
+ {
4597
+ value: response.headers.get("opc-request-id"),
4598
+ key: "opcRequestId",
4599
+ dataType: "string"
4600
+ }
4601
+ ]
4602
+ });
4603
+ return sdkResponse;
4604
+ }
4605
+ catch (err) {
4606
+ throw err;
4607
+ }
4608
+ });
4609
+ }
4429
4610
  /**
4430
4611
  * Gets an On-Demand Upload info by reference.
4431
4612
  * @param GetUploadRequest
4432
4613
  * @return GetUploadResponse
4433
4614
  * @throws OciError when an error occurs
4434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
4615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
4435
4616
  */
4436
4617
  getUpload(getUploadRequest) {
4437
4618
  return __awaiter(this, void 0, void 0, function* () {
@@ -4491,7 +4672,7 @@ class LogAnalyticsClient {
4491
4672
  * @param GetWorkRequestRequest
4492
4673
  * @return GetWorkRequestResponse
4493
4674
  * @throws OciError when an error occurs
4494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4495
4676
  */
4496
4677
  getWorkRequest(getWorkRequestRequest) {
4497
4678
  return __awaiter(this, void 0, void 0, function* () {
@@ -4552,7 +4733,7 @@ class LogAnalyticsClient {
4552
4733
  * @param ImportCustomContentRequest
4553
4734
  * @return ImportCustomContentResponse
4554
4735
  * @throws OciError when an error occurs
4555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
4736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
4556
4737
  */
4557
4738
  importCustomContent(importCustomContentRequest) {
4558
4739
  return __awaiter(this, void 0, void 0, function* () {
@@ -4566,7 +4747,8 @@ class LogAnalyticsClient {
4566
4747
  };
4567
4748
  let headerParams = {
4568
4749
  "opc-retry-token": importCustomContentRequest.opcRetryToken,
4569
- "opc-request-id": importCustomContentRequest.opcRequestId
4750
+ "opc-request-id": importCustomContentRequest.opcRequestId,
4751
+ "expect": importCustomContentRequest.expect
4570
4752
  };
4571
4753
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, importCustomContentRequest.retryConfiguration);
4572
4754
  if (this.logger)
@@ -4611,7 +4793,7 @@ class LogAnalyticsClient {
4611
4793
  * @param ListAssociableEntitiesRequest
4612
4794
  * @return ListAssociableEntitiesResponse
4613
4795
  * @throws OciError when an error occurs
4614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
4796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
4615
4797
  */
4616
4798
  listAssociableEntities(listAssociableEntitiesRequest) {
4617
4799
  return __awaiter(this, void 0, void 0, function* () {
@@ -4685,7 +4867,7 @@ class LogAnalyticsClient {
4685
4867
  * @param ListAssociatedEntitiesRequest
4686
4868
  * @return ListAssociatedEntitiesResponse
4687
4869
  * @throws OciError when an error occurs
4688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
4870
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
4689
4871
  */
4690
4872
  listAssociatedEntities(listAssociatedEntitiesRequest) {
4691
4873
  return __awaiter(this, void 0, void 0, function* () {
@@ -4759,7 +4941,7 @@ class LogAnalyticsClient {
4759
4941
  * @param ListAutoAssociationsRequest
4760
4942
  * @return ListAutoAssociationsResponse
4761
4943
  * @throws OciError when an error occurs
4762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
4944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
4763
4945
  */
4764
4946
  listAutoAssociations(listAutoAssociationsRequest) {
4765
4947
  return __awaiter(this, void 0, void 0, function* () {
@@ -4830,7 +5012,7 @@ class LogAnalyticsClient {
4830
5012
  * @param ListConfigWorkRequestsRequest
4831
5013
  * @return ListConfigWorkRequestsResponse
4832
5014
  * @throws OciError when an error occurs
4833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
5015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
4834
5016
  */
4835
5017
  listConfigWorkRequests(listConfigWorkRequestsRequest) {
4836
5018
  return __awaiter(this, void 0, void 0, function* () {
@@ -4899,7 +5081,7 @@ class LogAnalyticsClient {
4899
5081
  * @param ListEntityAssociationsRequest
4900
5082
  * @return ListEntityAssociationsResponse
4901
5083
  * @throws OciError when an error occurs
4902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
5084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
4903
5085
  */
4904
5086
  listEntityAssociations(listEntityAssociationsRequest) {
4905
5087
  return __awaiter(this, void 0, void 0, function* () {
@@ -4966,7 +5148,7 @@ class LogAnalyticsClient {
4966
5148
  * @param ListEntitySourceAssociationsRequest
4967
5149
  * @return ListEntitySourceAssociationsResponse
4968
5150
  * @throws OciError when an error occurs
4969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
5151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
4970
5152
  */
4971
5153
  listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
4972
5154
  return __awaiter(this, void 0, void 0, function* () {
@@ -5042,7 +5224,7 @@ class LogAnalyticsClient {
5042
5224
  * @param ListFieldsRequest
5043
5225
  * @return ListFieldsResponse
5044
5226
  * @throws OciError when an error occurs
5045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
5227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
5046
5228
  */
5047
5229
  listFields(listFieldsRequest) {
5048
5230
  return __awaiter(this, void 0, void 0, function* () {
@@ -5120,7 +5302,7 @@ class LogAnalyticsClient {
5120
5302
  * @param ListLabelPrioritiesRequest
5121
5303
  * @return ListLabelPrioritiesResponse
5122
5304
  * @throws OciError when an error occurs
5123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
5305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
5124
5306
  */
5125
5307
  listLabelPriorities(listLabelPrioritiesRequest) {
5126
5308
  return __awaiter(this, void 0, void 0, function* () {
@@ -5188,7 +5370,7 @@ class LogAnalyticsClient {
5188
5370
  * @param ListLabelSourceDetailsRequest
5189
5371
  * @return ListLabelSourceDetailsResponse
5190
5372
  * @throws OciError when an error occurs
5191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
5373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
5192
5374
  */
5193
5375
  listLabelSourceDetails(listLabelSourceDetailsRequest) {
5194
5376
  return __awaiter(this, void 0, void 0, function* () {
@@ -5259,7 +5441,7 @@ class LogAnalyticsClient {
5259
5441
  * @param ListLabelsRequest
5260
5442
  * @return ListLabelsResponse
5261
5443
  * @throws OciError when an error occurs
5262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
5444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
5263
5445
  */
5264
5446
  listLabels(listLabelsRequest) {
5265
5447
  return __awaiter(this, void 0, void 0, function* () {
@@ -5334,7 +5516,7 @@ class LogAnalyticsClient {
5334
5516
  * @param ListLogAnalyticsEmBridgesRequest
5335
5517
  * @return ListLogAnalyticsEmBridgesResponse
5336
5518
  * @throws OciError when an error occurs
5337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
5519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
5338
5520
  */
5339
5521
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
5340
5522
  return __awaiter(this, void 0, void 0, function* () {
@@ -5403,7 +5585,7 @@ class LogAnalyticsClient {
5403
5585
  * @param ListLogAnalyticsEntitiesRequest
5404
5586
  * @return ListLogAnalyticsEntitiesResponse
5405
5587
  * @throws OciError when an error occurs
5406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
5588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
5407
5589
  */
5408
5590
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
5409
5591
  return __awaiter(this, void 0, void 0, function* () {
@@ -5480,7 +5662,7 @@ class LogAnalyticsClient {
5480
5662
  * @param ListLogAnalyticsEntityTypesRequest
5481
5663
  * @return ListLogAnalyticsEntityTypesResponse
5482
5664
  * @throws OciError when an error occurs
5483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
5665
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
5484
5666
  */
5485
5667
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
5486
5668
  return __awaiter(this, void 0, void 0, function* () {
@@ -5549,7 +5731,7 @@ class LogAnalyticsClient {
5549
5731
  * @param ListLogAnalyticsLogGroupsRequest
5550
5732
  * @return ListLogAnalyticsLogGroupsResponse
5551
5733
  * @throws OciError when an error occurs
5552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
5734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
5553
5735
  */
5554
5736
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
5555
5737
  return __awaiter(this, void 0, void 0, function* () {
@@ -5620,7 +5802,7 @@ class LogAnalyticsClient {
5620
5802
  * @param ListLogAnalyticsObjectCollectionRulesRequest
5621
5803
  * @return ListLogAnalyticsObjectCollectionRulesResponse
5622
5804
  * @throws OciError when an error occurs
5623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
5805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
5624
5806
  */
5625
5807
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
5626
5808
  return __awaiter(this, void 0, void 0, function* () {
@@ -5688,7 +5870,7 @@ class LogAnalyticsClient {
5688
5870
  * @param ListLogSetsRequest
5689
5871
  * @return ListLogSetsResponse
5690
5872
  * @throws OciError when an error occurs
5691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
5873
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
5692
5874
  */
5693
5875
  listLogSets(listLogSetsRequest) {
5694
5876
  return __awaiter(this, void 0, void 0, function* () {
@@ -5700,7 +5882,8 @@ class LogAnalyticsClient {
5700
5882
  const queryParams = {
5701
5883
  "limit": listLogSetsRequest.limit,
5702
5884
  "page": listLogSetsRequest.page,
5703
- "sortOrder": listLogSetsRequest.sortOrder
5885
+ "sortOrder": listLogSetsRequest.sortOrder,
5886
+ "logSetNameContains": listLogSetsRequest.logSetNameContains
5704
5887
  };
5705
5888
  let headerParams = {
5706
5889
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -5752,7 +5935,7 @@ class LogAnalyticsClient {
5752
5935
  * @param ListLookupsRequest
5753
5936
  * @return ListLookupsResponse
5754
5937
  * @throws OciError when an error occurs
5755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
5938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
5756
5939
  */
5757
5940
  listLookups(listLookupsRequest) {
5758
5941
  return __awaiter(this, void 0, void 0, function* () {
@@ -5827,7 +6010,7 @@ class LogAnalyticsClient {
5827
6010
  * @param ListMetaSourceTypesRequest
5828
6011
  * @return ListMetaSourceTypesResponse
5829
6012
  * @throws OciError when an error occurs
5830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
6013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
5831
6014
  */
5832
6015
  listMetaSourceTypes(listMetaSourceTypesRequest) {
5833
6016
  return __awaiter(this, void 0, void 0, function* () {
@@ -5898,7 +6081,7 @@ class LogAnalyticsClient {
5898
6081
  * @param ListNamespacesRequest
5899
6082
  * @return ListNamespacesResponse
5900
6083
  * @throws OciError when an error occurs
5901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
6084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
5902
6085
  */
5903
6086
  listNamespaces(listNamespacesRequest) {
5904
6087
  return __awaiter(this, void 0, void 0, function* () {
@@ -5953,7 +6136,7 @@ class LogAnalyticsClient {
5953
6136
  * @param ListParserFunctionsRequest
5954
6137
  * @return ListParserFunctionsResponse
5955
6138
  * @throws OciError when an error occurs
5956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
6139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
5957
6140
  */
5958
6141
  listParserFunctions(listParserFunctionsRequest) {
5959
6142
  return __awaiter(this, void 0, void 0, function* () {
@@ -6024,7 +6207,7 @@ class LogAnalyticsClient {
6024
6207
  * @param ListParserMetaPluginsRequest
6025
6208
  * @return ListParserMetaPluginsResponse
6026
6209
  * @throws OciError when an error occurs
6027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
6210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
6028
6211
  */
6029
6212
  listParserMetaPlugins(listParserMetaPluginsRequest) {
6030
6213
  return __awaiter(this, void 0, void 0, function* () {
@@ -6094,7 +6277,7 @@ class LogAnalyticsClient {
6094
6277
  * @param ListParsersRequest
6095
6278
  * @return ListParsersResponse
6096
6279
  * @throws OciError when an error occurs
6097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
6280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
6098
6281
  */
6099
6282
  listParsers(listParsersRequest) {
6100
6283
  return __awaiter(this, void 0, void 0, function* () {
@@ -6169,7 +6352,7 @@ class LogAnalyticsClient {
6169
6352
  * @param ListQueryWorkRequestsRequest
6170
6353
  * @return ListQueryWorkRequestsResponse
6171
6354
  * @throws OciError when an error occurs
6172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
6355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
6173
6356
  */
6174
6357
  listQueryWorkRequests(listQueryWorkRequestsRequest) {
6175
6358
  return __awaiter(this, void 0, void 0, function* () {
@@ -6241,7 +6424,7 @@ class LogAnalyticsClient {
6241
6424
  * @param ListRecalledDataRequest
6242
6425
  * @return ListRecalledDataResponse
6243
6426
  * @throws OciError when an error occurs
6244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
6427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
6245
6428
  */
6246
6429
  listRecalledData(listRecalledDataRequest) {
6247
6430
  return __awaiter(this, void 0, void 0, function* () {
@@ -6312,7 +6495,7 @@ class LogAnalyticsClient {
6312
6495
  * @param ListScheduledTasksRequest
6313
6496
  * @return ListScheduledTasksResponse
6314
6497
  * @throws OciError when an error occurs
6315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
6498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
6316
6499
  */
6317
6500
  listScheduledTasks(listScheduledTasksRequest) {
6318
6501
  return __awaiter(this, void 0, void 0, function* () {
@@ -6387,7 +6570,7 @@ class LogAnalyticsClient {
6387
6570
  * @param ListSourceAssociationsRequest
6388
6571
  * @return ListSourceAssociationsResponse
6389
6572
  * @throws OciError when an error occurs
6390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
6573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
6391
6574
  */
6392
6575
  listSourceAssociations(listSourceAssociationsRequest) {
6393
6576
  return __awaiter(this, void 0, void 0, function* () {
@@ -6462,7 +6645,7 @@ class LogAnalyticsClient {
6462
6645
  * @param ListSourceEventTypesRequest
6463
6646
  * @return ListSourceEventTypesResponse
6464
6647
  * @throws OciError when an error occurs
6465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
6648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
6466
6649
  */
6467
6650
  listSourceEventTypes(listSourceEventTypesRequest) {
6468
6651
  return __awaiter(this, void 0, void 0, function* () {
@@ -6536,7 +6719,7 @@ class LogAnalyticsClient {
6536
6719
  * @param ListSourceExtendedFieldDefinitionsRequest
6537
6720
  * @return ListSourceExtendedFieldDefinitionsResponse
6538
6721
  * @throws OciError when an error occurs
6539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
6722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
6540
6723
  */
6541
6724
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
6542
6725
  return __awaiter(this, void 0, void 0, function* () {
@@ -6607,7 +6790,7 @@ class LogAnalyticsClient {
6607
6790
  * @param ListSourceLabelOperatorsRequest
6608
6791
  * @return ListSourceLabelOperatorsResponse
6609
6792
  * @throws OciError when an error occurs
6610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
6793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
6611
6794
  */
6612
6795
  listSourceLabelOperators(listSourceLabelOperatorsRequest) {
6613
6796
  return __awaiter(this, void 0, void 0, function* () {
@@ -6677,7 +6860,7 @@ class LogAnalyticsClient {
6677
6860
  * @param ListSourceMetaFunctionsRequest
6678
6861
  * @return ListSourceMetaFunctionsResponse
6679
6862
  * @throws OciError when an error occurs
6680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
6863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
6681
6864
  */
6682
6865
  listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
6683
6866
  return __awaiter(this, void 0, void 0, function* () {
@@ -6747,7 +6930,7 @@ class LogAnalyticsClient {
6747
6930
  * @param ListSourcePatternsRequest
6748
6931
  * @return ListSourcePatternsResponse
6749
6932
  * @throws OciError when an error occurs
6750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
6933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
6751
6934
  */
6752
6935
  listSourcePatterns(listSourcePatternsRequest) {
6753
6936
  return __awaiter(this, void 0, void 0, function* () {
@@ -6819,7 +7002,7 @@ class LogAnalyticsClient {
6819
7002
  * @param ListSourcesRequest
6820
7003
  * @return ListSourcesResponse
6821
7004
  * @throws OciError when an error occurs
6822
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
7005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
6823
7006
  */
6824
7007
  listSources(listSourcesRequest) {
6825
7008
  return __awaiter(this, void 0, void 0, function* () {
@@ -6895,7 +7078,7 @@ class LogAnalyticsClient {
6895
7078
  * @param ListStorageWorkRequestErrorsRequest
6896
7079
  * @return ListStorageWorkRequestErrorsResponse
6897
7080
  * @throws OciError when an error occurs
6898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
7081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
6899
7082
  */
6900
7083
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
6901
7084
  return __awaiter(this, void 0, void 0, function* () {
@@ -6967,7 +7150,7 @@ class LogAnalyticsClient {
6967
7150
  * @param ListStorageWorkRequestsRequest
6968
7151
  * @return ListStorageWorkRequestsResponse
6969
7152
  * @throws OciError when an error occurs
6970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
7153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
6971
7154
  */
6972
7155
  listStorageWorkRequests(listStorageWorkRequestsRequest) {
6973
7156
  return __awaiter(this, void 0, void 0, function* () {
@@ -7043,7 +7226,7 @@ class LogAnalyticsClient {
7043
7226
  * @param ListSupportedCharEncodingsRequest
7044
7227
  * @return ListSupportedCharEncodingsResponse
7045
7228
  * @throws OciError when an error occurs
7046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
7229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
7047
7230
  */
7048
7231
  listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
7049
7232
  return __awaiter(this, void 0, void 0, function* () {
@@ -7110,7 +7293,7 @@ class LogAnalyticsClient {
7110
7293
  * @param ListSupportedTimezonesRequest
7111
7294
  * @return ListSupportedTimezonesResponse
7112
7295
  * @throws OciError when an error occurs
7113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
7296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
7114
7297
  */
7115
7298
  listSupportedTimezones(listSupportedTimezonesRequest) {
7116
7299
  return __awaiter(this, void 0, void 0, function* () {
@@ -7177,7 +7360,7 @@ class LogAnalyticsClient {
7177
7360
  * @param ListUploadFilesRequest
7178
7361
  * @return ListUploadFilesResponse
7179
7362
  * @throws OciError when an error occurs
7180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
7363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
7181
7364
  */
7182
7365
  listUploadFiles(listUploadFilesRequest) {
7183
7366
  return __awaiter(this, void 0, void 0, function* () {
@@ -7244,7 +7427,7 @@ class LogAnalyticsClient {
7244
7427
  * @param ListUploadWarningsRequest
7245
7428
  * @return ListUploadWarningsResponse
7246
7429
  * @throws OciError when an error occurs
7247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
7430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
7248
7431
  */
7249
7432
  listUploadWarnings(listUploadWarningsRequest) {
7250
7433
  return __awaiter(this, void 0, void 0, function* () {
@@ -7309,7 +7492,7 @@ class LogAnalyticsClient {
7309
7492
  * @param ListUploadsRequest
7310
7493
  * @return ListUploadsResponse
7311
7494
  * @throws OciError when an error occurs
7312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
7495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
7313
7496
  */
7314
7497
  listUploads(listUploadsRequest) {
7315
7498
  return __awaiter(this, void 0, void 0, function* () {
@@ -7382,7 +7565,7 @@ class LogAnalyticsClient {
7382
7565
  * @param ListWarningsRequest
7383
7566
  * @return ListWarningsResponse
7384
7567
  * @throws OciError when an error occurs
7385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
7568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
7386
7569
  */
7387
7570
  listWarnings(listWarningsRequest) {
7388
7571
  return __awaiter(this, void 0, void 0, function* () {
@@ -7463,7 +7646,7 @@ class LogAnalyticsClient {
7463
7646
  * @param ListWorkRequestErrorsRequest
7464
7647
  * @return ListWorkRequestErrorsResponse
7465
7648
  * @throws OciError when an error occurs
7466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7467
7650
  */
7468
7651
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
7469
7652
  return __awaiter(this, void 0, void 0, function* () {
@@ -7527,7 +7710,7 @@ class LogAnalyticsClient {
7527
7710
  * @param ListWorkRequestLogsRequest
7528
7711
  * @return ListWorkRequestLogsResponse
7529
7712
  * @throws OciError when an error occurs
7530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
7713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
7531
7714
  */
7532
7715
  listWorkRequestLogs(listWorkRequestLogsRequest) {
7533
7716
  return __awaiter(this, void 0, void 0, function* () {
@@ -7591,7 +7774,7 @@ class LogAnalyticsClient {
7591
7774
  * @param ListWorkRequestsRequest
7592
7775
  * @return ListWorkRequestsResponse
7593
7776
  * @throws OciError when an error occurs
7594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
7777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
7595
7778
  */
7596
7779
  listWorkRequests(listWorkRequestsRequest) {
7597
7780
  return __awaiter(this, void 0, void 0, function* () {
@@ -7654,7 +7837,7 @@ class LogAnalyticsClient {
7654
7837
  * @param OffboardNamespaceRequest
7655
7838
  * @return OffboardNamespaceResponse
7656
7839
  * @throws OciError when an error occurs
7657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
7840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
7658
7841
  */
7659
7842
  offboardNamespace(offboardNamespaceRequest) {
7660
7843
  return __awaiter(this, void 0, void 0, function* () {
@@ -7711,7 +7894,7 @@ class LogAnalyticsClient {
7711
7894
  * @param OnboardNamespaceRequest
7712
7895
  * @return OnboardNamespaceResponse
7713
7896
  * @throws OciError when an error occurs
7714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
7897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
7715
7898
  */
7716
7899
  onboardNamespace(onboardNamespaceRequest) {
7717
7900
  return __awaiter(this, void 0, void 0, function* () {
@@ -7767,7 +7950,7 @@ class LogAnalyticsClient {
7767
7950
  * @param ParseQueryRequest
7768
7951
  * @return ParseQueryResponse
7769
7952
  * @throws OciError when an error occurs
7770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
7953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
7771
7954
  */
7772
7955
  parseQuery(parseQueryRequest) {
7773
7956
  return __awaiter(this, void 0, void 0, function* () {
@@ -7823,7 +8006,7 @@ class LogAnalyticsClient {
7823
8006
  * @param PauseScheduledTaskRequest
7824
8007
  * @return PauseScheduledTaskResponse
7825
8008
  * @throws OciError when an error occurs
7826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
8009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
7827
8010
  */
7828
8011
  pauseScheduledTask(pauseScheduledTaskRequest) {
7829
8012
  return __awaiter(this, void 0, void 0, function* () {
@@ -7886,7 +8069,7 @@ class LogAnalyticsClient {
7886
8069
  * @param PurgeStorageDataRequest
7887
8070
  * @return PurgeStorageDataResponse
7888
8071
  * @throws OciError when an error occurs
7889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
8072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
7890
8073
  */
7891
8074
  purgeStorageData(purgeStorageDataRequest) {
7892
8075
  return __awaiter(this, void 0, void 0, function* () {
@@ -7949,7 +8132,7 @@ class LogAnalyticsClient {
7949
8132
  * @param PutQueryWorkRequestBackgroundRequest
7950
8133
  * @return PutQueryWorkRequestBackgroundResponse
7951
8134
  * @throws OciError when an error occurs
7952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
8135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
7953
8136
  */
7954
8137
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
7955
8138
  return __awaiter(this, void 0, void 0, function* () {
@@ -8011,7 +8194,7 @@ class LogAnalyticsClient {
8011
8194
  * @param QueryRequest
8012
8195
  * @return QueryResponse
8013
8196
  * @throws OciError when an error occurs
8014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/Query.ts.html |here} to see how to use Query API.
8197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Query.ts.html |here} to see how to use Query API.
8015
8198
  */
8016
8199
  query(queryRequest) {
8017
8200
  return __awaiter(this, void 0, void 0, function* () {
@@ -8090,7 +8273,7 @@ class LogAnalyticsClient {
8090
8273
  * @param RecallArchivedDataRequest
8091
8274
  * @return RecallArchivedDataResponse
8092
8275
  * @throws OciError when an error occurs
8093
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
8276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
8094
8277
  */
8095
8278
  recallArchivedData(recallArchivedDataRequest) {
8096
8279
  return __awaiter(this, void 0, void 0, function* () {
@@ -8154,7 +8337,7 @@ class LogAnalyticsClient {
8154
8337
  * @param RegisterLookupRequest
8155
8338
  * @return RegisterLookupResponse
8156
8339
  * @throws OciError when an error occurs
8157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
8340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
8158
8341
  */
8159
8342
  registerLookup(registerLookupRequest) {
8160
8343
  return __awaiter(this, void 0, void 0, function* () {
@@ -8172,7 +8355,8 @@ class LogAnalyticsClient {
8172
8355
  };
8173
8356
  let headerParams = {
8174
8357
  "opc-retry-token": registerLookupRequest.opcRetryToken,
8175
- "opc-request-id": registerLookupRequest.opcRequestId
8358
+ "opc-request-id": registerLookupRequest.opcRequestId,
8359
+ "expect": registerLookupRequest.expect
8176
8360
  };
8177
8361
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, registerLookupRequest.retryConfiguration);
8178
8362
  if (this.logger)
@@ -8222,7 +8406,7 @@ class LogAnalyticsClient {
8222
8406
  * @param ReleaseRecalledDataRequest
8223
8407
  * @return ReleaseRecalledDataResponse
8224
8408
  * @throws OciError when an error occurs
8225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
8409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
8226
8410
  */
8227
8411
  releaseRecalledData(releaseRecalledDataRequest) {
8228
8412
  return __awaiter(this, void 0, void 0, function* () {
@@ -8285,7 +8469,7 @@ class LogAnalyticsClient {
8285
8469
  * @param RemoveEntityAssociationsRequest
8286
8470
  * @return RemoveEntityAssociationsResponse
8287
8471
  * @throws OciError when an error occurs
8288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
8472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
8289
8473
  */
8290
8474
  removeEntityAssociations(removeEntityAssociationsRequest) {
8291
8475
  return __awaiter(this, void 0, void 0, function* () {
@@ -8334,13 +8518,66 @@ class LogAnalyticsClient {
8334
8518
  }
8335
8519
  });
8336
8520
  }
8521
+ /**
8522
+ * Removes the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
8523
+ *
8524
+ * @param RemovePreferencesRequest
8525
+ * @return RemovePreferencesResponse
8526
+ * @throws OciError when an error occurs
8527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
8528
+ */
8529
+ removePreferences(removePreferencesRequest) {
8530
+ return __awaiter(this, void 0, void 0, function* () {
8531
+ if (this.logger)
8532
+ this.logger.debug("Calling operation LogAnalyticsClient#removePreferences.");
8533
+ const pathParams = {
8534
+ "{namespaceName}": removePreferencesRequest.namespaceName
8535
+ };
8536
+ const queryParams = {};
8537
+ let headerParams = {
8538
+ "Content-Type": common.Constants.APPLICATION_JSON,
8539
+ "opc-retry-token": removePreferencesRequest.opcRetryToken,
8540
+ "opc-request-id": removePreferencesRequest.opcRequestId
8541
+ };
8542
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removePreferencesRequest.retryConfiguration);
8543
+ if (this.logger)
8544
+ retrier.logger = this.logger;
8545
+ const request = yield oci_common_1.composeRequest({
8546
+ baseEndpoint: this._endpoint,
8547
+ defaultHeaders: this._defaultHeaders,
8548
+ path: "/namespaces/{namespaceName}/preferences/actions/removePreferences",
8549
+ method: "POST",
8550
+ bodyContent: common.ObjectSerializer.serialize(removePreferencesRequest.removePreferencesDetails, "LogAnalyticsPreferenceDetails", model.LogAnalyticsPreferenceDetails.getJsonObj),
8551
+ pathParams: pathParams,
8552
+ headerParams: headerParams,
8553
+ queryParams: queryParams
8554
+ });
8555
+ try {
8556
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
8557
+ const sdkResponse = oci_common_1.composeResponse({
8558
+ responseObject: {},
8559
+ responseHeaders: [
8560
+ {
8561
+ value: response.headers.get("opc-request-id"),
8562
+ key: "opcRequestId",
8563
+ dataType: "string"
8564
+ }
8565
+ ]
8566
+ });
8567
+ return sdkResponse;
8568
+ }
8569
+ catch (err) {
8570
+ throw err;
8571
+ }
8572
+ });
8573
+ }
8337
8574
  /**
8338
8575
  * Remove one or more event types from a source.
8339
8576
  *
8340
8577
  * @param RemoveSourceEventTypesRequest
8341
8578
  * @return RemoveSourceEventTypesResponse
8342
8579
  * @throws OciError when an error occurs
8343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
8580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
8344
8581
  */
8345
8582
  removeSourceEventTypes(removeSourceEventTypesRequest) {
8346
8583
  return __awaiter(this, void 0, void 0, function* () {
@@ -8394,7 +8631,7 @@ class LogAnalyticsClient {
8394
8631
  * @param ResumeScheduledTaskRequest
8395
8632
  * @return ResumeScheduledTaskResponse
8396
8633
  * @throws OciError when an error occurs
8397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
8634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
8398
8635
  */
8399
8636
  resumeScheduledTask(resumeScheduledTaskRequest) {
8400
8637
  return __awaiter(this, void 0, void 0, function* () {
@@ -8458,7 +8695,7 @@ class LogAnalyticsClient {
8458
8695
  * @param RunRequest
8459
8696
  * @return RunResponse
8460
8697
  * @throws OciError when an error occurs
8461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/Run.ts.html |here} to see how to use Run API.
8698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Run.ts.html |here} to see how to use Run API.
8462
8699
  */
8463
8700
  run(runRequest) {
8464
8701
  return __awaiter(this, void 0, void 0, function* () {
@@ -8508,12 +8745,72 @@ class LogAnalyticsClient {
8508
8745
  }
8509
8746
  });
8510
8747
  }
8748
+ /**
8749
+ * This API configures a bucket to store unprocessed payloads.
8750
+ * While processing there could be reasons a payload cannot be processed (mismatched structure, corrupted archive format, etc),
8751
+ * if configured the payload would be uploaded to the bucket for verification.
8752
+ *
8753
+ * @param SetUnprocessedDataBucketRequest
8754
+ * @return SetUnprocessedDataBucketResponse
8755
+ * @throws OciError when an error occurs
8756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
8757
+ */
8758
+ setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
8759
+ return __awaiter(this, void 0, void 0, function* () {
8760
+ if (this.logger)
8761
+ this.logger.debug("Calling operation LogAnalyticsClient#setUnprocessedDataBucket.");
8762
+ const pathParams = {
8763
+ "{namespaceName}": setUnprocessedDataBucketRequest.namespaceName
8764
+ };
8765
+ const queryParams = {
8766
+ "bucketName": setUnprocessedDataBucketRequest.bucketName,
8767
+ "isEnabled": setUnprocessedDataBucketRequest.isEnabled
8768
+ };
8769
+ let headerParams = {
8770
+ "Content-Type": common.Constants.APPLICATION_JSON,
8771
+ "opc-request-id": setUnprocessedDataBucketRequest.opcRequestId
8772
+ };
8773
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, setUnprocessedDataBucketRequest.retryConfiguration);
8774
+ if (this.logger)
8775
+ retrier.logger = this.logger;
8776
+ const request = yield oci_common_1.composeRequest({
8777
+ baseEndpoint: this._endpoint,
8778
+ defaultHeaders: this._defaultHeaders,
8779
+ path: "/namespaces/{namespaceName}/actions/setUnprocessedDataBucket",
8780
+ method: "POST",
8781
+ pathParams: pathParams,
8782
+ headerParams: headerParams,
8783
+ queryParams: queryParams
8784
+ });
8785
+ try {
8786
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
8787
+ const sdkResponse = oci_common_1.composeResponse({
8788
+ responseObject: {},
8789
+ body: yield response.json(),
8790
+ bodyKey: "unprocessedDataBucket",
8791
+ bodyModel: model.UnprocessedDataBucket,
8792
+ type: "model.UnprocessedDataBucket",
8793
+ responseHeaders: [
8794
+ {
8795
+ value: response.headers.get("opc-request-id"),
8796
+ key: "opcRequestId",
8797
+ dataType: "string"
8798
+ }
8799
+ ]
8800
+ });
8801
+ return sdkResponse;
8802
+ }
8803
+ catch (err) {
8804
+ throw err;
8805
+ }
8806
+ });
8807
+ }
8511
8808
  /**
8512
8809
  * Returns a context specific list of either commands, fields, or values to append to the end of the specified query string if applicable.
8513
8810
  * @param SuggestRequest
8514
8811
  * @return SuggestResponse
8515
8812
  * @throws OciError when an error occurs
8516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
8813
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
8517
8814
  */
8518
8815
  suggest(suggestRequest) {
8519
8816
  return __awaiter(this, void 0, void 0, function* () {
@@ -8569,7 +8866,7 @@ class LogAnalyticsClient {
8569
8866
  * @param SuppressWarningRequest
8570
8867
  * @return SuppressWarningResponse
8571
8868
  * @throws OciError when an error occurs
8572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
8869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
8573
8870
  */
8574
8871
  suppressWarning(suppressWarningRequest) {
8575
8872
  return __awaiter(this, void 0, void 0, function* () {
@@ -8624,7 +8921,7 @@ class LogAnalyticsClient {
8624
8921
  * @param TestParserRequest
8625
8922
  * @return TestParserResponse
8626
8923
  * @throws OciError when an error occurs
8627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
8924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
8628
8925
  */
8629
8926
  testParser(testParserRequest) {
8630
8927
  return __awaiter(this, void 0, void 0, function* () {
@@ -8684,7 +8981,7 @@ class LogAnalyticsClient {
8684
8981
  * @param UnsuppressWarningRequest
8685
8982
  * @return UnsuppressWarningResponse
8686
8983
  * @throws OciError when an error occurs
8687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
8984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
8688
8985
  */
8689
8986
  unsuppressWarning(unsuppressWarningRequest) {
8690
8987
  return __awaiter(this, void 0, void 0, function* () {
@@ -8738,7 +9035,7 @@ class LogAnalyticsClient {
8738
9035
  * @param UpdateLogAnalyticsEmBridgeRequest
8739
9036
  * @return UpdateLogAnalyticsEmBridgeResponse
8740
9037
  * @throws OciError when an error occurs
8741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
9038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
8742
9039
  */
8743
9040
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
8744
9041
  return __awaiter(this, void 0, void 0, function* () {
@@ -8800,7 +9097,7 @@ class LogAnalyticsClient {
8800
9097
  * @param UpdateLogAnalyticsEntityRequest
8801
9098
  * @return UpdateLogAnalyticsEntityResponse
8802
9099
  * @throws OciError when an error occurs
8803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
9100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
8804
9101
  */
8805
9102
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
8806
9103
  return __awaiter(this, void 0, void 0, function* () {
@@ -8862,7 +9159,7 @@ class LogAnalyticsClient {
8862
9159
  * @param UpdateLogAnalyticsEntityTypeRequest
8863
9160
  * @return UpdateLogAnalyticsEntityTypeResponse
8864
9161
  * @throws OciError when an error occurs
8865
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
9162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
8866
9163
  */
8867
9164
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
8868
9165
  return __awaiter(this, void 0, void 0, function* () {
@@ -8916,7 +9213,7 @@ class LogAnalyticsClient {
8916
9213
  * @param UpdateLogAnalyticsLogGroupRequest
8917
9214
  * @return UpdateLogAnalyticsLogGroupResponse
8918
9215
  * @throws OciError when an error occurs
8919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
9216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
8920
9217
  */
8921
9218
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
8922
9219
  return __awaiter(this, void 0, void 0, function* () {
@@ -8978,7 +9275,7 @@ class LogAnalyticsClient {
8978
9275
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
8979
9276
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
8980
9277
  * @throws OciError when an error occurs
8981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
9278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
8982
9279
  */
8983
9280
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
8984
9281
  return __awaiter(this, void 0, void 0, function* () {
@@ -9041,7 +9338,7 @@ class LogAnalyticsClient {
9041
9338
  * @param UpdateLookupRequest
9042
9339
  * @return UpdateLookupResponse
9043
9340
  * @throws OciError when an error occurs
9044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
9341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
9045
9342
  */
9046
9343
  updateLookup(updateLookupRequest) {
9047
9344
  return __awaiter(this, void 0, void 0, function* () {
@@ -9105,7 +9402,7 @@ class LogAnalyticsClient {
9105
9402
  * @param UpdateLookupDataRequest
9106
9403
  * @return UpdateLookupDataResponse
9107
9404
  * @throws OciError when an error occurs
9108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
9405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
9109
9406
  */
9110
9407
  updateLookupData(updateLookupDataRequest) {
9111
9408
  return __awaiter(this, void 0, void 0, function* () {
@@ -9122,7 +9419,8 @@ class LogAnalyticsClient {
9122
9419
  let headerParams = {
9123
9420
  "opc-retry-token": updateLookupDataRequest.opcRetryToken,
9124
9421
  "opc-request-id": updateLookupDataRequest.opcRequestId,
9125
- "if-match": updateLookupDataRequest.ifMatch
9422
+ "if-match": updateLookupDataRequest.ifMatch,
9423
+ "expect": updateLookupDataRequest.expect
9126
9424
  };
9127
9425
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLookupDataRequest.retryConfiguration);
9128
9426
  if (this.logger)
@@ -9162,12 +9460,65 @@ class LogAnalyticsClient {
9162
9460
  }
9163
9461
  });
9164
9462
  }
9463
+ /**
9464
+ * Updates the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
9465
+ *
9466
+ * @param UpdatePreferencesRequest
9467
+ * @return UpdatePreferencesResponse
9468
+ * @throws OciError when an error occurs
9469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
9470
+ */
9471
+ updatePreferences(updatePreferencesRequest) {
9472
+ return __awaiter(this, void 0, void 0, function* () {
9473
+ if (this.logger)
9474
+ this.logger.debug("Calling operation LogAnalyticsClient#updatePreferences.");
9475
+ const pathParams = {
9476
+ "{namespaceName}": updatePreferencesRequest.namespaceName
9477
+ };
9478
+ const queryParams = {};
9479
+ let headerParams = {
9480
+ "Content-Type": common.Constants.APPLICATION_JSON,
9481
+ "opc-retry-token": updatePreferencesRequest.opcRetryToken,
9482
+ "opc-request-id": updatePreferencesRequest.opcRequestId
9483
+ };
9484
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updatePreferencesRequest.retryConfiguration);
9485
+ if (this.logger)
9486
+ retrier.logger = this.logger;
9487
+ const request = yield oci_common_1.composeRequest({
9488
+ baseEndpoint: this._endpoint,
9489
+ defaultHeaders: this._defaultHeaders,
9490
+ path: "/namespaces/{namespaceName}/preferences/actions/updatePreferences",
9491
+ method: "POST",
9492
+ bodyContent: common.ObjectSerializer.serialize(updatePreferencesRequest.updatePreferencesDetails, "LogAnalyticsPreferenceDetails", model.LogAnalyticsPreferenceDetails.getJsonObj),
9493
+ pathParams: pathParams,
9494
+ headerParams: headerParams,
9495
+ queryParams: queryParams
9496
+ });
9497
+ try {
9498
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
9499
+ const sdkResponse = oci_common_1.composeResponse({
9500
+ responseObject: {},
9501
+ responseHeaders: [
9502
+ {
9503
+ value: response.headers.get("opc-request-id"),
9504
+ key: "opcRequestId",
9505
+ dataType: "string"
9506
+ }
9507
+ ]
9508
+ });
9509
+ return sdkResponse;
9510
+ }
9511
+ catch (err) {
9512
+ throw err;
9513
+ }
9514
+ });
9515
+ }
9165
9516
  /**
9166
9517
  * Update the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
9167
9518
  * @param UpdateScheduledTaskRequest
9168
9519
  * @return UpdateScheduledTaskResponse
9169
9520
  * @throws OciError when an error occurs
9170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
9521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
9171
9522
  */
9172
9523
  updateScheduledTask(updateScheduledTaskRequest) {
9173
9524
  return __awaiter(this, void 0, void 0, function* () {
@@ -9230,7 +9581,7 @@ class LogAnalyticsClient {
9230
9581
  * @param UpdateStorageRequest
9231
9582
  * @return UpdateStorageResponse
9232
9583
  * @throws OciError when an error occurs
9233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
9584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
9234
9585
  */
9235
9586
  updateStorage(updateStorageRequest) {
9236
9587
  return __awaiter(this, void 0, void 0, function* () {
@@ -9292,7 +9643,7 @@ class LogAnalyticsClient {
9292
9643
  * @param UploadLogEventsFileRequest
9293
9644
  * @return UploadLogEventsFileResponse
9294
9645
  * @throws OciError when an error occurs
9295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
9646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
9296
9647
  */
9297
9648
  uploadLogEventsFile(uploadLogEventsFileRequest) {
9298
9649
  return __awaiter(this, void 0, void 0, function* () {
@@ -9309,7 +9660,8 @@ class LogAnalyticsClient {
9309
9660
  let headerParams = {
9310
9661
  "opc-request-id": uploadLogEventsFileRequest.opcRequestId,
9311
9662
  "content-type": uploadLogEventsFileRequest.contentType,
9312
- "opc-retry-token": uploadLogEventsFileRequest.opcRetryToken
9663
+ "opc-retry-token": uploadLogEventsFileRequest.opcRetryToken,
9664
+ "expect": uploadLogEventsFileRequest.expect
9313
9665
  };
9314
9666
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, uploadLogEventsFileRequest.retryConfiguration);
9315
9667
  if (this.logger)
@@ -9360,7 +9712,7 @@ class LogAnalyticsClient {
9360
9712
  * @param UploadLogFileRequest
9361
9713
  * @return UploadLogFileResponse
9362
9714
  * @throws OciError when an error occurs
9363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
9715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
9364
9716
  */
9365
9717
  uploadLogFile(uploadLogFileRequest) {
9366
9718
  return __awaiter(this, void 0, void 0, function* () {
@@ -9386,7 +9738,8 @@ class LogAnalyticsClient {
9386
9738
  "content-md5": uploadLogFileRequest.contentMd5,
9387
9739
  "content-type": uploadLogFileRequest.contentType,
9388
9740
  "opc-meta-loggrpid": uploadLogFileRequest.opcMetaLoggrpid,
9389
- "opc-retry-token": uploadLogFileRequest.opcRetryToken
9741
+ "opc-retry-token": uploadLogFileRequest.opcRetryToken,
9742
+ "expect": uploadLogFileRequest.expect
9390
9743
  };
9391
9744
  const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, uploadLogFileRequest.retryConfiguration);
9392
9745
  if (this.logger)
@@ -9441,7 +9794,7 @@ class LogAnalyticsClient {
9441
9794
  * @param UpsertAssociationsRequest
9442
9795
  * @return UpsertAssociationsResponse
9443
9796
  * @throws OciError when an error occurs
9444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
9797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
9445
9798
  */
9446
9799
  upsertAssociations(upsertAssociationsRequest) {
9447
9800
  return __awaiter(this, void 0, void 0, function* () {
@@ -9501,7 +9854,7 @@ class LogAnalyticsClient {
9501
9854
  * @param UpsertFieldRequest
9502
9855
  * @return UpsertFieldResponse
9503
9856
  * @throws OciError when an error occurs
9504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
9857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
9505
9858
  */
9506
9859
  upsertField(upsertFieldRequest) {
9507
9860
  return __awaiter(this, void 0, void 0, function* () {
@@ -9564,7 +9917,7 @@ class LogAnalyticsClient {
9564
9917
  * @param UpsertLabelRequest
9565
9918
  * @return UpsertLabelResponse
9566
9919
  * @throws OciError when an error occurs
9567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
9920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
9568
9921
  */
9569
9922
  upsertLabel(upsertLabelRequest) {
9570
9923
  return __awaiter(this, void 0, void 0, function* () {
@@ -9627,7 +9980,7 @@ class LogAnalyticsClient {
9627
9980
  * @param UpsertParserRequest
9628
9981
  * @return UpsertParserResponse
9629
9982
  * @throws OciError when an error occurs
9630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
9983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
9631
9984
  */
9632
9985
  upsertParser(upsertParserRequest) {
9633
9986
  return __awaiter(this, void 0, void 0, function* () {
@@ -9690,7 +10043,7 @@ class LogAnalyticsClient {
9690
10043
  * @param UpsertSourceRequest
9691
10044
  * @return UpsertSourceResponse
9692
10045
  * @throws OciError when an error occurs
9693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
10046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
9694
10047
  */
9695
10048
  upsertSource(upsertSourceRequest) {
9696
10049
  return __awaiter(this, void 0, void 0, function* () {
@@ -9757,7 +10110,7 @@ class LogAnalyticsClient {
9757
10110
  * @param ValidateAssociationParametersRequest
9758
10111
  * @return ValidateAssociationParametersResponse
9759
10112
  * @throws OciError when an error occurs
9760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
10113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
9761
10114
  */
9762
10115
  validateAssociationParameters(validateAssociationParametersRequest) {
9763
10116
  return __awaiter(this, void 0, void 0, function* () {
@@ -9823,7 +10176,7 @@ class LogAnalyticsClient {
9823
10176
  * @param ValidateFileRequest
9824
10177
  * @return ValidateFileResponse
9825
10178
  * @throws OciError when an error occurs
9826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
10179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
9827
10180
  */
9828
10181
  validateFile(validateFileRequest) {
9829
10182
  return __awaiter(this, void 0, void 0, function* () {
@@ -9881,7 +10234,7 @@ class LogAnalyticsClient {
9881
10234
  * @param ValidateSourceRequest
9882
10235
  * @return ValidateSourceResponse
9883
10236
  * @throws OciError when an error occurs
9884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
10237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
9885
10238
  */
9886
10239
  validateSource(validateSourceRequest) {
9887
10240
  return __awaiter(this, void 0, void 0, function* () {
@@ -9942,7 +10295,7 @@ class LogAnalyticsClient {
9942
10295
  * @param ValidateSourceExtendedFieldDetailsRequest
9943
10296
  * @return ValidateSourceExtendedFieldDetailsResponse
9944
10297
  * @throws OciError when an error occurs
9945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
10298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
9946
10299
  */
9947
10300
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
9948
10301
  return __awaiter(this, void 0, void 0, function* () {
@@ -9998,7 +10351,7 @@ class LogAnalyticsClient {
9998
10351
  * @param ValidateSourceMappingRequest
9999
10352
  * @return ValidateSourceMappingResponse
10000
10353
  * @throws OciError when an error occurs
10001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
10354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
10002
10355
  */
10003
10356
  validateSourceMapping(validateSourceMappingRequest) {
10004
10357
  return __awaiter(this, void 0, void 0, function* () {