oci-loganalytics 2.41.0 → 2.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/lib/client.d.ts +263 -173
  2. package/lib/client.js +769 -173
  3. package/lib/client.js.map +1 -1
  4. package/lib/loganalytics-waiter.d.ts +8 -0
  5. package/lib/loganalytics-waiter.js +12 -0
  6. package/lib/loganalytics-waiter.js.map +1 -1
  7. package/lib/model/abstract-column.js +16 -0
  8. package/lib/model/abstract-column.js.map +1 -1
  9. package/lib/model/abstract-command-descriptor.d.ts +5 -0
  10. package/lib/model/abstract-command-descriptor.js +96 -76
  11. package/lib/model/abstract-command-descriptor.js.map +1 -1
  12. package/lib/model/add-insights-command-descriptor.d.ts +26 -0
  13. package/lib/model/add-insights-command-descriptor.js +55 -0
  14. package/lib/model/add-insights-command-descriptor.js.map +1 -0
  15. package/lib/model/anomaly-command-descriptor.d.ts +26 -0
  16. package/lib/model/anomaly-command-descriptor.js +55 -0
  17. package/lib/model/anomaly-command-descriptor.js.map +1 -0
  18. package/lib/model/change-ingest-time-rule-compartment-details.d.ts +28 -0
  19. package/lib/model/change-ingest-time-rule-compartment-details.js +30 -0
  20. package/lib/model/change-ingest-time-rule-compartment-details.js.map +1 -0
  21. package/lib/model/config-lifecycle-state.d.ts +30 -0
  22. package/lib/model/config-lifecycle-state.js +41 -0
  23. package/lib/model/config-lifecycle-state.js.map +1 -0
  24. package/lib/model/create-ingest-time-rule-details.d.ts +61 -0
  25. package/lib/model/create-ingest-time-rule-details.js +68 -0
  26. package/lib/model/create-ingest-time-rule-details.js.map +1 -0
  27. package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +25 -0
  28. package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
  29. package/lib/model/creation-source-type.d.ts +1 -0
  30. package/lib/model/creation-source-type.js +1 -0
  31. package/lib/model/creation-source-type.js.map +1 -1
  32. package/lib/model/dedup-command-descriptor.d.ts +26 -0
  33. package/lib/model/dedup-command-descriptor.js +55 -0
  34. package/lib/model/dedup-command-descriptor.js.map +1 -0
  35. package/lib/model/geo-stats-command-descriptor.d.ts +29 -3
  36. package/lib/model/geo-stats-command-descriptor.js +29 -0
  37. package/lib/model/geo-stats-command-descriptor.js.map +1 -1
  38. package/lib/model/index.d.ts +54 -0
  39. package/lib/model/index.js +62 -7
  40. package/lib/model/index.js.map +1 -1
  41. package/lib/model/ingest-time-rule-action.d.ts +23 -0
  42. package/lib/model/ingest-time-rule-action.js +69 -0
  43. package/lib/model/ingest-time-rule-action.js.map +1 -0
  44. package/lib/model/ingest-time-rule-additional-field-condition.d.ts +55 -0
  45. package/lib/model/ingest-time-rule-additional-field-condition.js +52 -0
  46. package/lib/model/ingest-time-rule-additional-field-condition.js.map +1 -0
  47. package/lib/model/ingest-time-rule-condition.d.ts +23 -0
  48. package/lib/model/ingest-time-rule-condition.js +69 -0
  49. package/lib/model/ingest-time-rule-condition.js.map +1 -0
  50. package/lib/model/ingest-time-rule-field-condition.d.ts +49 -0
  51. package/lib/model/ingest-time-rule-field-condition.js +76 -0
  52. package/lib/model/ingest-time-rule-field-condition.js.map +1 -0
  53. package/lib/model/ingest-time-rule-metric-extraction-action.d.ts +59 -0
  54. package/lib/model/ingest-time-rule-metric-extraction-action.js +55 -0
  55. package/lib/model/ingest-time-rule-metric-extraction-action.js.map +1 -0
  56. package/lib/model/ingest-time-rule-resource.d.ts +26 -0
  57. package/lib/model/ingest-time-rule-resource.js +30 -0
  58. package/lib/model/ingest-time-rule-resource.js.map +1 -0
  59. package/lib/model/ingest-time-rule-summary-collection.d.ts +27 -0
  60. package/lib/model/ingest-time-rule-summary-collection.js +62 -0
  61. package/lib/model/ingest-time-rule-summary-collection.js.map +1 -0
  62. package/lib/model/ingest-time-rule-summary.d.ts +101 -0
  63. package/lib/model/ingest-time-rule-summary.js +39 -0
  64. package/lib/model/ingest-time-rule-summary.js.map +1 -0
  65. package/lib/model/ingest-time-rule.d.ts +86 -0
  66. package/lib/model/ingest-time-rule.js +68 -0
  67. package/lib/model/ingest-time-rule.js.map +1 -0
  68. package/lib/model/log-analytics-config-work-request-summary.d.ts +3 -4
  69. package/lib/model/log-analytics-config-work-request-summary.js +2 -0
  70. package/lib/model/log-analytics-config-work-request-summary.js.map +1 -1
  71. package/lib/model/log-analytics-config-work-request.d.ts +3 -4
  72. package/lib/model/log-analytics-config-work-request.js +2 -0
  73. package/lib/model/log-analytics-config-work-request.js.map +1 -1
  74. package/lib/model/log-analytics-object-collection-rule.d.ts +25 -0
  75. package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
  76. package/lib/model/log-set-key-types.d.ts +29 -0
  77. package/lib/model/log-set-key-types.js +40 -0
  78. package/lib/model/log-set-key-types.js.map +1 -0
  79. package/lib/model/module-command-descriptor.d.ts +26 -0
  80. package/lib/model/module-command-descriptor.js +55 -0
  81. package/lib/model/module-command-descriptor.js.map +1 -0
  82. package/lib/model/recall-archived-data-details.d.ts +8 -0
  83. package/lib/model/recall-archived-data-details.js.map +1 -1
  84. package/lib/model/rule-kind.d.ts +30 -0
  85. package/lib/model/rule-kind.js +41 -0
  86. package/lib/model/rule-kind.js.map +1 -0
  87. package/lib/model/rule-summary-collection.d.ts +27 -0
  88. package/lib/model/rule-summary-collection.js +62 -0
  89. package/lib/model/rule-summary-collection.js.map +1 -0
  90. package/lib/model/rule-summary.d.ts +102 -0
  91. package/lib/model/rule-summary.js +40 -0
  92. package/lib/model/rule-summary.js.map +1 -0
  93. package/lib/model/rule.d.ts +102 -0
  94. package/lib/model/rule.js +40 -0
  95. package/lib/model/rule.js.map +1 -0
  96. package/lib/model/time-cluster-column.d.ts +53 -0
  97. package/lib/model/time-cluster-column.js +82 -0
  98. package/lib/model/time-cluster-column.js.map +1 -0
  99. package/lib/model/time-cluster-command-descriptor.d.ts +46 -0
  100. package/lib/model/time-cluster-command-descriptor.js +79 -0
  101. package/lib/model/time-cluster-command-descriptor.js.map +1 -0
  102. package/lib/model/time-cluster-data-column.d.ts +38 -0
  103. package/lib/model/time-cluster-data-column.js +65 -0
  104. package/lib/model/time-cluster-data-column.js.map +1 -0
  105. package/lib/model/time-column.d.ts +1 -1
  106. package/lib/model/time-stats-cluster.d.ts +35 -0
  107. package/lib/model/time-stats-cluster.js +30 -0
  108. package/lib/model/time-stats-cluster.js.map +1 -0
  109. package/lib/model/time-stats-column.d.ts +41 -0
  110. package/lib/model/time-stats-column.js +65 -0
  111. package/lib/model/time-stats-column.js.map +1 -0
  112. package/lib/model/time-stats-data-column.d.ts +53 -0
  113. package/lib/model/time-stats-data-column.js +65 -0
  114. package/lib/model/time-stats-data-column.js.map +1 -0
  115. package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +25 -0
  116. package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
  117. package/lib/request/add-entity-association-request.d.ts +1 -1
  118. package/lib/request/add-source-event-types-request.d.ts +1 -1
  119. package/lib/request/append-lookup-data-request.d.ts +1 -1
  120. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  121. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  122. package/lib/request/change-ingest-time-rule-compartment-request.d.ts +55 -0
  123. package/lib/request/change-ingest-time-rule-compartment-request.js +15 -0
  124. package/lib/request/change-ingest-time-rule-compartment-request.js.map +1 -0
  125. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  126. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  127. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  128. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  129. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  130. package/lib/request/clean-request.d.ts +1 -1
  131. package/lib/request/compare-content-request.d.ts +1 -1
  132. package/lib/request/create-ingest-time-rule-request.d.ts +41 -0
  133. package/lib/request/create-ingest-time-rule-request.js +15 -0
  134. package/lib/request/create-ingest-time-rule-request.js.map +1 -0
  135. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  136. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  137. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  138. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  139. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  140. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  141. package/lib/request/delete-associations-request.d.ts +1 -1
  142. package/lib/request/delete-field-request.d.ts +1 -1
  143. package/lib/request/delete-ingest-time-rule-request.d.ts +41 -0
  144. package/lib/request/delete-ingest-time-rule-request.js +15 -0
  145. package/lib/request/delete-ingest-time-rule-request.js.map +1 -0
  146. package/lib/request/delete-label-request.d.ts +1 -1
  147. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  148. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  149. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  150. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  151. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  152. package/lib/request/delete-lookup-request.d.ts +1 -1
  153. package/lib/request/delete-parser-request.d.ts +1 -1
  154. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  155. package/lib/request/delete-source-request.d.ts +1 -1
  156. package/lib/request/delete-upload-file-request.d.ts +1 -1
  157. package/lib/request/delete-upload-request.d.ts +1 -1
  158. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  159. package/lib/request/disable-archiving-request.d.ts +1 -1
  160. package/lib/request/disable-auto-association-request.d.ts +1 -1
  161. package/lib/request/disable-ingest-time-rule-request.d.ts +41 -0
  162. package/lib/request/disable-ingest-time-rule-request.js +15 -0
  163. package/lib/request/disable-ingest-time-rule-request.js.map +1 -0
  164. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  165. package/lib/request/enable-archiving-request.d.ts +1 -1
  166. package/lib/request/enable-auto-association-request.d.ts +1 -1
  167. package/lib/request/enable-ingest-time-rule-request.d.ts +41 -0
  168. package/lib/request/enable-ingest-time-rule-request.js +15 -0
  169. package/lib/request/enable-ingest-time-rule-request.js.map +1 -0
  170. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  171. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  172. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  173. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  174. package/lib/request/export-custom-content-request.d.ts +1 -1
  175. package/lib/request/export-query-result-request.d.ts +1 -1
  176. package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
  177. package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
  178. package/lib/request/filter-request.d.ts +1 -1
  179. package/lib/request/get-association-summary-request.d.ts +1 -1
  180. package/lib/request/get-category-request.d.ts +1 -1
  181. package/lib/request/get-column-names-request.d.ts +1 -1
  182. package/lib/request/get-config-work-request-request.d.ts +1 -1
  183. package/lib/request/get-field-request.d.ts +1 -1
  184. package/lib/request/get-fields-summary-request.d.ts +1 -1
  185. package/lib/request/get-ingest-time-rule-request.d.ts +32 -0
  186. package/lib/request/get-ingest-time-rule-request.js +15 -0
  187. package/lib/request/get-ingest-time-rule-request.js.map +1 -0
  188. package/lib/request/get-label-request.d.ts +1 -1
  189. package/lib/request/get-label-summary-request.d.ts +1 -1
  190. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  191. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  192. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  193. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  194. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  195. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  196. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  197. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  198. package/lib/request/get-log-sets-count-request.d.ts +1 -1
  199. package/lib/request/get-lookup-request.d.ts +1 -1
  200. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  201. package/lib/request/get-namespace-request.d.ts +1 -1
  202. package/lib/request/get-parser-request.d.ts +1 -1
  203. package/lib/request/get-parser-summary-request.d.ts +1 -1
  204. package/lib/request/get-preferences-request.d.ts +1 -1
  205. package/lib/request/get-query-result-request.d.ts +1 -1
  206. package/lib/request/get-query-work-request-request.d.ts +1 -1
  207. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  208. package/lib/request/get-source-request.d.ts +1 -1
  209. package/lib/request/get-source-summary-request.d.ts +1 -1
  210. package/lib/request/get-storage-request.d.ts +1 -1
  211. package/lib/request/get-storage-usage-request.d.ts +1 -1
  212. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  213. package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
  214. package/lib/request/get-upload-request.d.ts +1 -1
  215. package/lib/request/get-work-request-request.d.ts +1 -1
  216. package/lib/request/import-custom-content-request.d.ts +1 -1
  217. package/lib/request/index.d.ts +18 -0
  218. package/lib/request/index.js +5 -1
  219. package/lib/request/index.js.map +1 -1
  220. package/lib/request/list-associable-entities-request.d.ts +1 -1
  221. package/lib/request/list-associated-entities-request.d.ts +1 -1
  222. package/lib/request/list-auto-associations-request.d.ts +1 -1
  223. package/lib/request/list-categories-request.d.ts +1 -1
  224. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  225. package/lib/request/list-entity-associations-request.d.ts +1 -1
  226. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  227. package/lib/request/list-fields-request.d.ts +1 -1
  228. package/lib/request/list-ingest-time-rules-request.d.ts +94 -0
  229. package/lib/request/list-ingest-time-rules-request.js +34 -0
  230. package/lib/request/list-ingest-time-rules-request.js.map +1 -0
  231. package/lib/request/list-label-priorities-request.d.ts +1 -1
  232. package/lib/request/list-label-source-details-request.d.ts +1 -1
  233. package/lib/request/list-labels-request.d.ts +1 -1
  234. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  235. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  236. package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
  237. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  238. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  239. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  240. package/lib/request/list-log-sets-request.d.ts +1 -1
  241. package/lib/request/list-lookups-request.d.ts +1 -1
  242. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  243. package/lib/request/list-namespaces-request.d.ts +1 -1
  244. package/lib/request/list-parser-functions-request.d.ts +1 -1
  245. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  246. package/lib/request/list-parsers-request.d.ts +1 -1
  247. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  248. package/lib/request/list-recalled-data-request.d.ts +1 -1
  249. package/lib/request/list-resource-categories-request.d.ts +1 -1
  250. package/lib/request/list-rules-request.d.ts +84 -0
  251. package/lib/request/list-rules-request.js +36 -0
  252. package/lib/request/list-rules-request.js.map +1 -0
  253. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  254. package/lib/request/list-source-associations-request.d.ts +1 -1
  255. package/lib/request/list-source-event-types-request.d.ts +1 -1
  256. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  257. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  258. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  259. package/lib/request/list-source-patterns-request.d.ts +1 -1
  260. package/lib/request/list-sources-request.d.ts +1 -1
  261. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  262. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  263. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  264. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  265. package/lib/request/list-upload-files-request.d.ts +1 -1
  266. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  267. package/lib/request/list-uploads-request.d.ts +1 -1
  268. package/lib/request/list-warnings-request.d.ts +1 -1
  269. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  270. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  271. package/lib/request/list-work-requests-request.d.ts +1 -1
  272. package/lib/request/offboard-namespace-request.d.ts +1 -1
  273. package/lib/request/onboard-namespace-request.d.ts +1 -1
  274. package/lib/request/parse-query-request.d.ts +1 -1
  275. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  276. package/lib/request/purge-storage-data-request.d.ts +1 -1
  277. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  278. package/lib/request/query-request.d.ts +1 -1
  279. package/lib/request/recall-archived-data-request.d.ts +1 -1
  280. package/lib/request/register-lookup-request.d.ts +1 -1
  281. package/lib/request/release-recalled-data-request.d.ts +1 -1
  282. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  283. package/lib/request/remove-preferences-request.d.ts +1 -1
  284. package/lib/request/remove-resource-categories-request.d.ts +1 -1
  285. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  286. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  287. package/lib/request/run-request.d.ts +1 -1
  288. package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
  289. package/lib/request/suggest-request.d.ts +1 -1
  290. package/lib/request/suppress-warning-request.d.ts +1 -1
  291. package/lib/request/test-parser-request.d.ts +1 -1
  292. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  293. package/lib/request/update-ingest-time-rule-request.d.ts +46 -0
  294. package/lib/request/update-ingest-time-rule-request.js +15 -0
  295. package/lib/request/update-ingest-time-rule-request.js.map +1 -0
  296. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  297. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  298. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  299. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  300. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  301. package/lib/request/update-lookup-data-request.d.ts +1 -1
  302. package/lib/request/update-lookup-request.d.ts +1 -1
  303. package/lib/request/update-preferences-request.d.ts +1 -1
  304. package/lib/request/update-resource-categories-request.d.ts +1 -1
  305. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  306. package/lib/request/update-storage-request.d.ts +1 -1
  307. package/lib/request/upload-log-events-file-request.d.ts +1 -1
  308. package/lib/request/upload-log-file-request.d.ts +1 -1
  309. package/lib/request/upsert-associations-request.d.ts +1 -1
  310. package/lib/request/upsert-field-request.d.ts +1 -1
  311. package/lib/request/upsert-label-request.d.ts +1 -1
  312. package/lib/request/upsert-parser-request.d.ts +1 -1
  313. package/lib/request/upsert-source-request.d.ts +1 -1
  314. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  315. package/lib/request/validate-file-request.d.ts +1 -1
  316. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  317. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  318. package/lib/request/validate-source-request.d.ts +1 -1
  319. package/lib/request/verify-request.d.ts +1 -1
  320. package/lib/response/change-ingest-time-rule-compartment-response.d.ts +19 -0
  321. package/lib/response/change-ingest-time-rule-compartment-response.js +15 -0
  322. package/lib/response/change-ingest-time-rule-compartment-response.js.map +1 -0
  323. package/lib/response/create-ingest-time-rule-response.d.ts +29 -0
  324. package/lib/response/create-ingest-time-rule-response.js +15 -0
  325. package/lib/response/create-ingest-time-rule-response.js.map +1 -0
  326. package/lib/response/delete-ingest-time-rule-response.d.ts +19 -0
  327. package/lib/response/delete-ingest-time-rule-response.js +15 -0
  328. package/lib/response/delete-ingest-time-rule-response.js.map +1 -0
  329. package/lib/response/disable-ingest-time-rule-response.d.ts +24 -0
  330. package/lib/response/disable-ingest-time-rule-response.js +15 -0
  331. package/lib/response/disable-ingest-time-rule-response.js.map +1 -0
  332. package/lib/response/enable-ingest-time-rule-response.d.ts +24 -0
  333. package/lib/response/enable-ingest-time-rule-response.js +15 -0
  334. package/lib/response/enable-ingest-time-rule-response.js.map +1 -0
  335. package/lib/response/get-ingest-time-rule-response.d.ts +29 -0
  336. package/lib/response/get-ingest-time-rule-response.js +15 -0
  337. package/lib/response/get-ingest-time-rule-response.js.map +1 -0
  338. package/lib/response/index.d.ts +18 -0
  339. package/lib/response/list-ingest-time-rules-response.d.ts +38 -0
  340. package/lib/response/list-ingest-time-rules-response.js +15 -0
  341. package/lib/response/list-ingest-time-rules-response.js.map +1 -0
  342. package/lib/response/list-rules-response.d.ts +38 -0
  343. package/lib/response/list-rules-response.js +15 -0
  344. package/lib/response/list-rules-response.js.map +1 -0
  345. package/lib/response/update-ingest-time-rule-response.d.ts +29 -0
  346. package/lib/response/update-ingest-time-rule-response.js +15 -0
  347. package/lib/response/update-ingest-time-rule-response.js.map +1 -0
  348. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -157,7 +157,7 @@ class LogAnalyticsClient {
157
157
  * @param AddEntityAssociationRequest
158
158
  * @return AddEntityAssociationResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
161
161
  */
162
162
  addEntityAssociation(addEntityAssociationRequest) {
163
163
  return __awaiter(this, void 0, void 0, function* () {
@@ -216,7 +216,7 @@ class LogAnalyticsClient {
216
216
  * @param AddSourceEventTypesRequest
217
217
  * @return AddSourceEventTypesResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
220
220
  */
221
221
  addSourceEventTypes(addSourceEventTypesRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -274,7 +274,7 @@ class LogAnalyticsClient {
274
274
  * @param AppendLookupDataRequest
275
275
  * @return AppendLookupDataResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
278
278
  */
279
279
  appendLookupData(appendLookupDataRequest) {
280
280
  return __awaiter(this, void 0, void 0, function* () {
@@ -342,7 +342,7 @@ class LogAnalyticsClient {
342
342
  * @param BatchGetBasicInfoRequest
343
343
  * @return BatchGetBasicInfoResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
346
346
  */
347
347
  batchGetBasicInfo(batchGetBasicInfoRequest) {
348
348
  return __awaiter(this, void 0, void 0, function* () {
@@ -417,7 +417,7 @@ class LogAnalyticsClient {
417
417
  * @param CancelQueryWorkRequestRequest
418
418
  * @return CancelQueryWorkRequestResponse
419
419
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
421
421
  */
422
422
  cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
423
423
  return __awaiter(this, void 0, void 0, function* () {
@@ -467,13 +467,72 @@ class LogAnalyticsClient {
467
467
  }
468
468
  });
469
469
  }
470
+ /**
471
+ * Moves the specified ingest time rule to a different compartment.
472
+ *
473
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
474
+ * @param ChangeIngestTimeRuleCompartmentRequest
475
+ * @return ChangeIngestTimeRuleCompartmentResponse
476
+ * @throws OciError when an error occurs
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
478
+ */
479
+ changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest) {
480
+ return __awaiter(this, void 0, void 0, function* () {
481
+ if (this.logger)
482
+ this.logger.debug("Calling operation LogAnalyticsClient#changeIngestTimeRuleCompartment.");
483
+ const operationName = "changeIngestTimeRuleCompartment";
484
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/ChangeIngestTimeRuleCompartment";
485
+ const pathParams = {
486
+ "{namespaceName}": changeIngestTimeRuleCompartmentRequest.namespaceName,
487
+ "{ingestTimeRuleId}": changeIngestTimeRuleCompartmentRequest.ingestTimeRuleId
488
+ };
489
+ const queryParams = {};
490
+ let headerParams = {
491
+ "Content-Type": common.Constants.APPLICATION_JSON,
492
+ "if-match": changeIngestTimeRuleCompartmentRequest.ifMatch,
493
+ "opc-request-id": changeIngestTimeRuleCompartmentRequest.opcRequestId,
494
+ "opc-retry-token": changeIngestTimeRuleCompartmentRequest.opcRetryToken
495
+ };
496
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
497
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeIngestTimeRuleCompartmentRequest.retryConfiguration, specRetryConfiguration);
498
+ if (this.logger)
499
+ retrier.logger = this.logger;
500
+ const request = yield oci_common_1.composeRequest({
501
+ baseEndpoint: this._endpoint,
502
+ defaultHeaders: this._defaultHeaders,
503
+ path: "/namespaces/{namespaceName}/ingestTimeRules/{ingestTimeRuleId}/actions/changeCompartment",
504
+ method: "POST",
505
+ bodyContent: common.ObjectSerializer.serialize(changeIngestTimeRuleCompartmentRequest.changeIngestTimeRuleCompartmentDetails, "ChangeIngestTimeRuleCompartmentDetails", model.ChangeIngestTimeRuleCompartmentDetails.getJsonObj),
506
+ pathParams: pathParams,
507
+ headerParams: headerParams,
508
+ queryParams: queryParams
509
+ });
510
+ try {
511
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
512
+ const sdkResponse = oci_common_1.composeResponse({
513
+ responseObject: {},
514
+ responseHeaders: [
515
+ {
516
+ value: response.headers.get("opc-request-id"),
517
+ key: "opcRequestId",
518
+ dataType: "string"
519
+ }
520
+ ]
521
+ });
522
+ return sdkResponse;
523
+ }
524
+ catch (err) {
525
+ throw err;
526
+ }
527
+ });
528
+ }
470
529
  /**
471
530
  * Update the compartment of the log analytics enterprise manager bridge with the given id.
472
531
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
473
532
  * @param ChangeLogAnalyticsEmBridgeCompartmentRequest
474
533
  * @return ChangeLogAnalyticsEmBridgeCompartmentResponse
475
534
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
477
536
  */
478
537
  changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
479
538
  return __awaiter(this, void 0, void 0, function* () {
@@ -531,7 +590,7 @@ class LogAnalyticsClient {
531
590
  * @param ChangeLogAnalyticsEntityCompartmentRequest
532
591
  * @return ChangeLogAnalyticsEntityCompartmentResponse
533
592
  * @throws OciError when an error occurs
534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
535
594
  */
536
595
  changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
537
596
  return __awaiter(this, void 0, void 0, function* () {
@@ -590,7 +649,7 @@ class LogAnalyticsClient {
590
649
  * @param ChangeLogAnalyticsLogGroupCompartmentRequest
591
650
  * @return ChangeLogAnalyticsLogGroupCompartmentResponse
592
651
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
594
653
  */
595
654
  changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
596
655
  return __awaiter(this, void 0, void 0, function* () {
@@ -648,7 +707,7 @@ class LogAnalyticsClient {
648
707
  * @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
649
708
  * @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
650
709
  * @throws OciError when an error occurs
651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
652
711
  */
653
712
  changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
654
713
  return __awaiter(this, void 0, void 0, function* () {
@@ -706,7 +765,7 @@ class LogAnalyticsClient {
706
765
  * @param ChangeScheduledTaskCompartmentRequest
707
766
  * @return ChangeScheduledTaskCompartmentResponse
708
767
  * @throws OciError when an error occurs
709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
710
769
  */
711
770
  changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
712
771
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +825,7 @@ class LogAnalyticsClient {
766
825
  * @param CleanRequest
767
826
  * @return CleanResponse
768
827
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
770
829
  */
771
830
  clean(cleanRequest) {
772
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -826,7 +885,7 @@ class LogAnalyticsClient {
826
885
  * @param CompareContentRequest
827
886
  * @return CompareContentResponse
828
887
  * @throws OciError when an error occurs
829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
830
889
  */
831
890
  compareContent(compareContentRequest) {
832
891
  return __awaiter(this, void 0, void 0, function* () {
@@ -879,13 +938,79 @@ class LogAnalyticsClient {
879
938
  }
880
939
  });
881
940
  }
941
+ /**
942
+ * Creates a new ingest time rule in the specified compartment. You may also specify optional information such as description, defined tags, and free-form tags.
943
+ *
944
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
945
+ * @param CreateIngestTimeRuleRequest
946
+ * @return CreateIngestTimeRuleResponse
947
+ * @throws OciError when an error occurs
948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
949
+ */
950
+ createIngestTimeRule(createIngestTimeRuleRequest) {
951
+ return __awaiter(this, void 0, void 0, function* () {
952
+ if (this.logger)
953
+ this.logger.debug("Calling operation LogAnalyticsClient#createIngestTimeRule.");
954
+ const operationName = "createIngestTimeRule";
955
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/CreateIngestTimeRule";
956
+ const pathParams = {
957
+ "{namespaceName}": createIngestTimeRuleRequest.namespaceName
958
+ };
959
+ const queryParams = {};
960
+ let headerParams = {
961
+ "Content-Type": common.Constants.APPLICATION_JSON,
962
+ "opc-retry-token": createIngestTimeRuleRequest.opcRetryToken,
963
+ "opc-request-id": createIngestTimeRuleRequest.opcRequestId
964
+ };
965
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
966
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createIngestTimeRuleRequest.retryConfiguration, specRetryConfiguration);
967
+ if (this.logger)
968
+ retrier.logger = this.logger;
969
+ const request = yield oci_common_1.composeRequest({
970
+ baseEndpoint: this._endpoint,
971
+ defaultHeaders: this._defaultHeaders,
972
+ path: "/namespaces/{namespaceName}/ingestTimeRules",
973
+ method: "POST",
974
+ bodyContent: common.ObjectSerializer.serialize(createIngestTimeRuleRequest.createIngestTimeRuleDetails, "CreateIngestTimeRuleDetails", model.CreateIngestTimeRuleDetails.getJsonObj),
975
+ pathParams: pathParams,
976
+ headerParams: headerParams,
977
+ queryParams: queryParams
978
+ });
979
+ try {
980
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
981
+ const sdkResponse = oci_common_1.composeResponse({
982
+ responseObject: {},
983
+ body: yield response.json(),
984
+ bodyKey: "ingestTimeRule",
985
+ bodyModel: model.IngestTimeRule,
986
+ type: "model.IngestTimeRule",
987
+ responseHeaders: [
988
+ {
989
+ value: response.headers.get("etag"),
990
+ key: "etag",
991
+ dataType: "string"
992
+ },
993
+ {
994
+ value: response.headers.get("opc-request-id"),
995
+ key: "opcRequestId",
996
+ dataType: "string"
997
+ }
998
+ ]
999
+ });
1000
+ return sdkResponse;
1001
+ }
1002
+ catch (err) {
1003
+ throw err;
1004
+ }
1005
+ });
1006
+ }
882
1007
  /**
883
1008
  * Add configuration for enterprise manager bridge. Enterprise manager bridge is used to automatically add selected entities from enterprise manager cloud control. A corresponding OCI bridge configuration is required in enterprise manager.
884
1009
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
885
1010
  * @param CreateLogAnalyticsEmBridgeRequest
886
1011
  * @return CreateLogAnalyticsEmBridgeResponse
887
1012
  * @throws OciError when an error occurs
888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
1013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
889
1014
  */
890
1015
  createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
891
1016
  return __awaiter(this, void 0, void 0, function* () {
@@ -950,7 +1075,7 @@ class LogAnalyticsClient {
950
1075
  * @param CreateLogAnalyticsEntityRequest
951
1076
  * @return CreateLogAnalyticsEntityResponse
952
1077
  * @throws OciError when an error occurs
953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
1078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
954
1079
  */
955
1080
  createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
956
1081
  return __awaiter(this, void 0, void 0, function* () {
@@ -1015,7 +1140,7 @@ class LogAnalyticsClient {
1015
1140
  * @param CreateLogAnalyticsEntityTypeRequest
1016
1141
  * @return CreateLogAnalyticsEntityTypeResponse
1017
1142
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
1143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
1019
1144
  */
1020
1145
  createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
1021
1146
  return __awaiter(this, void 0, void 0, function* () {
@@ -1072,7 +1197,7 @@ class LogAnalyticsClient {
1072
1197
  * @param CreateLogAnalyticsLogGroupRequest
1073
1198
  * @return CreateLogAnalyticsLogGroupResponse
1074
1199
  * @throws OciError when an error occurs
1075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
1200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
1076
1201
  */
1077
1202
  createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
1078
1203
  return __awaiter(this, void 0, void 0, function* () {
@@ -1137,7 +1262,7 @@ class LogAnalyticsClient {
1137
1262
  * @param CreateLogAnalyticsObjectCollectionRuleRequest
1138
1263
  * @return CreateLogAnalyticsObjectCollectionRuleResponse
1139
1264
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1141
1266
  */
1142
1267
  createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
1143
1268
  return __awaiter(this, void 0, void 0, function* () {
@@ -1201,7 +1326,7 @@ class LogAnalyticsClient {
1201
1326
  * @param CreateScheduledTaskRequest
1202
1327
  * @return CreateScheduledTaskResponse
1203
1328
  * @throws OciError when an error occurs
1204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1205
1330
  */
1206
1331
  createScheduledTask(createScheduledTaskRequest) {
1207
1332
  return __awaiter(this, void 0, void 0, function* () {
@@ -1267,7 +1392,7 @@ class LogAnalyticsClient {
1267
1392
  * @param DeleteAssociationsRequest
1268
1393
  * @return DeleteAssociationsResponse
1269
1394
  * @throws OciError when an error occurs
1270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1271
1396
  */
1272
1397
  deleteAssociations(deleteAssociationsRequest) {
1273
1398
  return __awaiter(this, void 0, void 0, function* () {
@@ -1329,7 +1454,7 @@ class LogAnalyticsClient {
1329
1454
  * @param DeleteFieldRequest
1330
1455
  * @return DeleteFieldResponse
1331
1456
  * @throws OciError when an error occurs
1332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1333
1458
  */
1334
1459
  deleteField(deleteFieldRequest) {
1335
1460
  return __awaiter(this, void 0, void 0, function* () {
@@ -1380,6 +1505,63 @@ class LogAnalyticsClient {
1380
1505
  }
1381
1506
  });
1382
1507
  }
1508
+ /**
1509
+ * Deletes the specified ingest time rule.
1510
+ *
1511
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1512
+ * @param DeleteIngestTimeRuleRequest
1513
+ * @return DeleteIngestTimeRuleResponse
1514
+ * @throws OciError when an error occurs
1515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
1516
+ */
1517
+ deleteIngestTimeRule(deleteIngestTimeRuleRequest) {
1518
+ return __awaiter(this, void 0, void 0, function* () {
1519
+ if (this.logger)
1520
+ this.logger.debug("Calling operation LogAnalyticsClient#deleteIngestTimeRule.");
1521
+ const operationName = "deleteIngestTimeRule";
1522
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/DeleteIngestTimeRule";
1523
+ const pathParams = {
1524
+ "{namespaceName}": deleteIngestTimeRuleRequest.namespaceName,
1525
+ "{ingestTimeRuleId}": deleteIngestTimeRuleRequest.ingestTimeRuleId
1526
+ };
1527
+ const queryParams = {};
1528
+ let headerParams = {
1529
+ "Content-Type": common.Constants.APPLICATION_JSON,
1530
+ "if-match": deleteIngestTimeRuleRequest.ifMatch,
1531
+ "opc-request-id": deleteIngestTimeRuleRequest.opcRequestId
1532
+ };
1533
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1534
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteIngestTimeRuleRequest.retryConfiguration, specRetryConfiguration);
1535
+ if (this.logger)
1536
+ retrier.logger = this.logger;
1537
+ const request = yield oci_common_1.composeRequest({
1538
+ baseEndpoint: this._endpoint,
1539
+ defaultHeaders: this._defaultHeaders,
1540
+ path: "/namespaces/{namespaceName}/ingestTimeRules/{ingestTimeRuleId}",
1541
+ method: "DELETE",
1542
+ pathParams: pathParams,
1543
+ headerParams: headerParams,
1544
+ queryParams: queryParams
1545
+ });
1546
+ try {
1547
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1548
+ const sdkResponse = oci_common_1.composeResponse({
1549
+ responseObject: {},
1550
+ responseHeaders: [
1551
+ {
1552
+ value: response.headers.get("opc-request-id"),
1553
+ key: "opcRequestId",
1554
+ dataType: "string"
1555
+ }
1556
+ ]
1557
+ });
1558
+ return sdkResponse;
1559
+ }
1560
+ catch (err) {
1561
+ throw err;
1562
+ }
1563
+ });
1564
+ }
1383
1565
  /**
1384
1566
  * Deletes label with the specified name.
1385
1567
  *
@@ -1387,7 +1569,7 @@ class LogAnalyticsClient {
1387
1569
  * @param DeleteLabelRequest
1388
1570
  * @return DeleteLabelResponse
1389
1571
  * @throws OciError when an error occurs
1390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1391
1573
  */
1392
1574
  deleteLabel(deleteLabelRequest) {
1393
1575
  return __awaiter(this, void 0, void 0, function* () {
@@ -1444,7 +1626,7 @@ class LogAnalyticsClient {
1444
1626
  * @param DeleteLogAnalyticsEmBridgeRequest
1445
1627
  * @return DeleteLogAnalyticsEmBridgeResponse
1446
1628
  * @throws OciError when an error occurs
1447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1448
1630
  */
1449
1631
  deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
1450
1632
  return __awaiter(this, void 0, void 0, function* () {
@@ -1500,7 +1682,7 @@ class LogAnalyticsClient {
1500
1682
  * @param DeleteLogAnalyticsEntityRequest
1501
1683
  * @return DeleteLogAnalyticsEntityResponse
1502
1684
  * @throws OciError when an error occurs
1503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1504
1686
  */
1505
1687
  deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
1506
1688
  return __awaiter(this, void 0, void 0, function* () {
@@ -1556,7 +1738,7 @@ class LogAnalyticsClient {
1556
1738
  * @param DeleteLogAnalyticsEntityTypeRequest
1557
1739
  * @return DeleteLogAnalyticsEntityTypeResponse
1558
1740
  * @throws OciError when an error occurs
1559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1560
1742
  */
1561
1743
  deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
1562
1744
  return __awaiter(this, void 0, void 0, function* () {
@@ -1613,7 +1795,7 @@ class LogAnalyticsClient {
1613
1795
  * @param DeleteLogAnalyticsLogGroupRequest
1614
1796
  * @return DeleteLogAnalyticsLogGroupResponse
1615
1797
  * @throws OciError when an error occurs
1616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1617
1799
  */
1618
1800
  deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
1619
1801
  return __awaiter(this, void 0, void 0, function* () {
@@ -1671,7 +1853,7 @@ class LogAnalyticsClient {
1671
1853
  * @param DeleteLogAnalyticsObjectCollectionRuleRequest
1672
1854
  * @return DeleteLogAnalyticsObjectCollectionRuleResponse
1673
1855
  * @throws OciError when an error occurs
1674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1675
1857
  */
1676
1858
  deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
1677
1859
  return __awaiter(this, void 0, void 0, function* () {
@@ -1728,7 +1910,7 @@ class LogAnalyticsClient {
1728
1910
  * @param DeleteLookupRequest
1729
1911
  * @return DeleteLookupResponse
1730
1912
  * @throws OciError when an error occurs
1731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
1913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
1732
1914
  */
1733
1915
  deleteLookup(deleteLookupRequest) {
1734
1916
  return __awaiter(this, void 0, void 0, function* () {
@@ -1793,7 +1975,7 @@ class LogAnalyticsClient {
1793
1975
  * @param DeleteParserRequest
1794
1976
  * @return DeleteParserResponse
1795
1977
  * @throws OciError when an error occurs
1796
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
1978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
1797
1979
  */
1798
1980
  deleteParser(deleteParserRequest) {
1799
1981
  return __awaiter(this, void 0, void 0, function* () {
@@ -1850,7 +2032,7 @@ class LogAnalyticsClient {
1850
2032
  * @param DeleteScheduledTaskRequest
1851
2033
  * @return DeleteScheduledTaskResponse
1852
2034
  * @throws OciError when an error occurs
1853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
2035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
1854
2036
  */
1855
2037
  deleteScheduledTask(deleteScheduledTaskRequest) {
1856
2038
  return __awaiter(this, void 0, void 0, function* () {
@@ -1907,7 +2089,7 @@ class LogAnalyticsClient {
1907
2089
  * @param DeleteSourceRequest
1908
2090
  * @return DeleteSourceResponse
1909
2091
  * @throws OciError when an error occurs
1910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
2092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
1911
2093
  */
1912
2094
  deleteSource(deleteSourceRequest) {
1913
2095
  return __awaiter(this, void 0, void 0, function* () {
@@ -1966,7 +2148,7 @@ class LogAnalyticsClient {
1966
2148
  * @param DeleteUploadRequest
1967
2149
  * @return DeleteUploadResponse
1968
2150
  * @throws OciError when an error occurs
1969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
2151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
1970
2152
  */
1971
2153
  deleteUpload(deleteUploadRequest) {
1972
2154
  return __awaiter(this, void 0, void 0, function* () {
@@ -2034,7 +2216,7 @@ class LogAnalyticsClient {
2034
2216
  * @param DeleteUploadFileRequest
2035
2217
  * @return DeleteUploadFileResponse
2036
2218
  * @throws OciError when an error occurs
2037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
2219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
2038
2220
  */
2039
2221
  deleteUploadFile(deleteUploadFileRequest) {
2040
2222
  return __awaiter(this, void 0, void 0, function* () {
@@ -2101,7 +2283,7 @@ class LogAnalyticsClient {
2101
2283
  * @param DeleteUploadWarningRequest
2102
2284
  * @return DeleteUploadWarningResponse
2103
2285
  * @throws OciError when an error occurs
2104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
2286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
2105
2287
  */
2106
2288
  deleteUploadWarning(deleteUploadWarningRequest) {
2107
2289
  return __awaiter(this, void 0, void 0, function* () {
@@ -2158,7 +2340,7 @@ class LogAnalyticsClient {
2158
2340
  * @param DisableArchivingRequest
2159
2341
  * @return DisableArchivingResponse
2160
2342
  * @throws OciError when an error occurs
2161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
2343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
2162
2344
  */
2163
2345
  disableArchiving(disableArchivingRequest) {
2164
2346
  return __awaiter(this, void 0, void 0, function* () {
@@ -2225,7 +2407,7 @@ class LogAnalyticsClient {
2225
2407
  * @param DisableAutoAssociationRequest
2226
2408
  * @return DisableAutoAssociationResponse
2227
2409
  * @throws OciError when an error occurs
2228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2229
2411
  */
2230
2412
  disableAutoAssociation(disableAutoAssociationRequest) {
2231
2413
  return __awaiter(this, void 0, void 0, function* () {
@@ -2281,6 +2463,68 @@ class LogAnalyticsClient {
2281
2463
  }
2282
2464
  });
2283
2465
  }
2466
+ /**
2467
+ * Disables the specified ingest time rule.
2468
+ *
2469
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2470
+ * @param DisableIngestTimeRuleRequest
2471
+ * @return DisableIngestTimeRuleResponse
2472
+ * @throws OciError when an error occurs
2473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
2474
+ */
2475
+ disableIngestTimeRule(disableIngestTimeRuleRequest) {
2476
+ return __awaiter(this, void 0, void 0, function* () {
2477
+ if (this.logger)
2478
+ this.logger.debug("Calling operation LogAnalyticsClient#disableIngestTimeRule.");
2479
+ const operationName = "disableIngestTimeRule";
2480
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/DisableIngestTimeRule";
2481
+ const pathParams = {
2482
+ "{namespaceName}": disableIngestTimeRuleRequest.namespaceName,
2483
+ "{ingestTimeRuleId}": disableIngestTimeRuleRequest.ingestTimeRuleId
2484
+ };
2485
+ const queryParams = {};
2486
+ let headerParams = {
2487
+ "Content-Type": common.Constants.APPLICATION_JSON,
2488
+ "if-match": disableIngestTimeRuleRequest.ifMatch,
2489
+ "opc-request-id": disableIngestTimeRuleRequest.opcRequestId
2490
+ };
2491
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2492
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disableIngestTimeRuleRequest.retryConfiguration, specRetryConfiguration);
2493
+ if (this.logger)
2494
+ retrier.logger = this.logger;
2495
+ const request = yield oci_common_1.composeRequest({
2496
+ baseEndpoint: this._endpoint,
2497
+ defaultHeaders: this._defaultHeaders,
2498
+ path: "/namespaces/{namespaceName}/ingestTimeRules/{ingestTimeRuleId}/actions/disableIngestTimeRule",
2499
+ method: "POST",
2500
+ pathParams: pathParams,
2501
+ headerParams: headerParams,
2502
+ queryParams: queryParams
2503
+ });
2504
+ try {
2505
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2506
+ const sdkResponse = oci_common_1.composeResponse({
2507
+ responseObject: {},
2508
+ responseHeaders: [
2509
+ {
2510
+ value: response.headers.get("opc-work-request-id"),
2511
+ key: "opcWorkRequestId",
2512
+ dataType: "string"
2513
+ },
2514
+ {
2515
+ value: response.headers.get("opc-request-id"),
2516
+ key: "opcRequestId",
2517
+ dataType: "string"
2518
+ }
2519
+ ]
2520
+ });
2521
+ return sdkResponse;
2522
+ }
2523
+ catch (err) {
2524
+ throw err;
2525
+ }
2526
+ });
2527
+ }
2284
2528
  /**
2285
2529
  * Disable one or more event types in a source.
2286
2530
  *
@@ -2288,7 +2532,7 @@ class LogAnalyticsClient {
2288
2532
  * @param DisableSourceEventTypesRequest
2289
2533
  * @return DisableSourceEventTypesResponse
2290
2534
  * @throws OciError when an error occurs
2291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2292
2536
  */
2293
2537
  disableSourceEventTypes(disableSourceEventTypesRequest) {
2294
2538
  return __awaiter(this, void 0, void 0, function* () {
@@ -2346,7 +2590,7 @@ class LogAnalyticsClient {
2346
2590
  * @param EnableArchivingRequest
2347
2591
  * @return EnableArchivingResponse
2348
2592
  * @throws OciError when an error occurs
2349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2350
2594
  */
2351
2595
  enableArchiving(enableArchivingRequest) {
2352
2596
  return __awaiter(this, void 0, void 0, function* () {
@@ -2413,7 +2657,7 @@ class LogAnalyticsClient {
2413
2657
  * @param EnableAutoAssociationRequest
2414
2658
  * @return EnableAutoAssociationResponse
2415
2659
  * @throws OciError when an error occurs
2416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2417
2661
  */
2418
2662
  enableAutoAssociation(enableAutoAssociationRequest) {
2419
2663
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,6 +2713,68 @@ class LogAnalyticsClient {
2469
2713
  }
2470
2714
  });
2471
2715
  }
2716
+ /**
2717
+ * Enables the specified ingest time rule.
2718
+ *
2719
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2720
+ * @param EnableIngestTimeRuleRequest
2721
+ * @return EnableIngestTimeRuleResponse
2722
+ * @throws OciError when an error occurs
2723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
2724
+ */
2725
+ enableIngestTimeRule(enableIngestTimeRuleRequest) {
2726
+ return __awaiter(this, void 0, void 0, function* () {
2727
+ if (this.logger)
2728
+ this.logger.debug("Calling operation LogAnalyticsClient#enableIngestTimeRule.");
2729
+ const operationName = "enableIngestTimeRule";
2730
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/EnableIngestTimeRule";
2731
+ const pathParams = {
2732
+ "{namespaceName}": enableIngestTimeRuleRequest.namespaceName,
2733
+ "{ingestTimeRuleId}": enableIngestTimeRuleRequest.ingestTimeRuleId
2734
+ };
2735
+ const queryParams = {};
2736
+ let headerParams = {
2737
+ "Content-Type": common.Constants.APPLICATION_JSON,
2738
+ "if-match": enableIngestTimeRuleRequest.ifMatch,
2739
+ "opc-request-id": enableIngestTimeRuleRequest.opcRequestId
2740
+ };
2741
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
2742
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, enableIngestTimeRuleRequest.retryConfiguration, specRetryConfiguration);
2743
+ if (this.logger)
2744
+ retrier.logger = this.logger;
2745
+ const request = yield oci_common_1.composeRequest({
2746
+ baseEndpoint: this._endpoint,
2747
+ defaultHeaders: this._defaultHeaders,
2748
+ path: "/namespaces/{namespaceName}/ingestTimeRules/{ingestTimeRuleId}/actions/enableIngestTimeRule",
2749
+ method: "POST",
2750
+ pathParams: pathParams,
2751
+ headerParams: headerParams,
2752
+ queryParams: queryParams
2753
+ });
2754
+ try {
2755
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
2756
+ const sdkResponse = oci_common_1.composeResponse({
2757
+ responseObject: {},
2758
+ responseHeaders: [
2759
+ {
2760
+ value: response.headers.get("opc-work-request-id"),
2761
+ key: "opcWorkRequestId",
2762
+ dataType: "string"
2763
+ },
2764
+ {
2765
+ value: response.headers.get("opc-request-id"),
2766
+ key: "opcRequestId",
2767
+ dataType: "string"
2768
+ }
2769
+ ]
2770
+ });
2771
+ return sdkResponse;
2772
+ }
2773
+ catch (err) {
2774
+ throw err;
2775
+ }
2776
+ });
2777
+ }
2472
2778
  /**
2473
2779
  * Enable one or more event types in a source. An event type and version can be enabled only in one source.
2474
2780
  *
@@ -2476,7 +2782,7 @@ class LogAnalyticsClient {
2476
2782
  * @param EnableSourceEventTypesRequest
2477
2783
  * @return EnableSourceEventTypesResponse
2478
2784
  * @throws OciError when an error occurs
2479
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2480
2786
  */
2481
2787
  enableSourceEventTypes(enableSourceEventTypesRequest) {
2482
2788
  return __awaiter(this, void 0, void 0, function* () {
@@ -2534,7 +2840,7 @@ class LogAnalyticsClient {
2534
2840
  * @param EstimatePurgeDataSizeRequest
2535
2841
  * @return EstimatePurgeDataSizeResponse
2536
2842
  * @throws OciError when an error occurs
2537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2538
2844
  */
2539
2845
  estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
2540
2846
  return __awaiter(this, void 0, void 0, function* () {
@@ -2601,7 +2907,7 @@ class LogAnalyticsClient {
2601
2907
  * @param EstimateRecallDataSizeRequest
2602
2908
  * @return EstimateRecallDataSizeResponse
2603
2909
  * @throws OciError when an error occurs
2604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
2910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
2605
2911
  */
2606
2912
  estimateRecallDataSize(estimateRecallDataSizeRequest) {
2607
2913
  return __awaiter(this, void 0, void 0, function* () {
@@ -2661,7 +2967,7 @@ class LogAnalyticsClient {
2661
2967
  * @param EstimateReleaseDataSizeRequest
2662
2968
  * @return EstimateReleaseDataSizeResponse
2663
2969
  * @throws OciError when an error occurs
2664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
2970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
2665
2971
  */
2666
2972
  estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
2667
2973
  return __awaiter(this, void 0, void 0, function* () {
@@ -2721,7 +3027,7 @@ class LogAnalyticsClient {
2721
3027
  * @param ExportCustomContentRequest
2722
3028
  * @return ExportCustomContentResponse
2723
3029
  * @throws OciError when an error occurs
2724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
3030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
2725
3031
  */
2726
3032
  exportCustomContent(exportCustomContentRequest) {
2727
3033
  return __awaiter(this, void 0, void 0, function* () {
@@ -2780,7 +3086,7 @@ class LogAnalyticsClient {
2780
3086
  * @param ExportQueryResultRequest
2781
3087
  * @return ExportQueryResultResponse
2782
3088
  * @throws OciError when an error occurs
2783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
3089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
2784
3090
  */
2785
3091
  exportQueryResult(exportQueryResultRequest) {
2786
3092
  return __awaiter(this, void 0, void 0, function* () {
@@ -2839,7 +3145,7 @@ class LogAnalyticsClient {
2839
3145
  * @param ExtractStructuredLogFieldPathsRequest
2840
3146
  * @return ExtractStructuredLogFieldPathsResponse
2841
3147
  * @throws OciError when an error occurs
2842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
3148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
2843
3149
  */
2844
3150
  extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
2845
3151
  return __awaiter(this, void 0, void 0, function* () {
@@ -2902,7 +3208,7 @@ class LogAnalyticsClient {
2902
3208
  * @param ExtractStructuredLogHeaderPathsRequest
2903
3209
  * @return ExtractStructuredLogHeaderPathsResponse
2904
3210
  * @throws OciError when an error occurs
2905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
3211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
2906
3212
  */
2907
3213
  extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
2908
3214
  return __awaiter(this, void 0, void 0, function* () {
@@ -2964,7 +3270,7 @@ class LogAnalyticsClient {
2964
3270
  * @param FilterRequest
2965
3271
  * @return FilterResponse
2966
3272
  * @throws OciError when an error occurs
2967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
3273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
2968
3274
  */
2969
3275
  filter(filterRequest) {
2970
3276
  return __awaiter(this, void 0, void 0, function* () {
@@ -3024,7 +3330,7 @@ class LogAnalyticsClient {
3024
3330
  * @param GetAssociationSummaryRequest
3025
3331
  * @return GetAssociationSummaryResponse
3026
3332
  * @throws OciError when an error occurs
3027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
3333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
3028
3334
  */
3029
3335
  getAssociationSummary(getAssociationSummaryRequest) {
3030
3336
  return __awaiter(this, void 0, void 0, function* () {
@@ -3085,7 +3391,7 @@ class LogAnalyticsClient {
3085
3391
  * @param GetCategoryRequest
3086
3392
  * @return GetCategoryResponse
3087
3393
  * @throws OciError when an error occurs
3088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
3394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
3089
3395
  */
3090
3396
  getCategory(getCategoryRequest) {
3091
3397
  return __awaiter(this, void 0, void 0, function* () {
@@ -3145,7 +3451,7 @@ class LogAnalyticsClient {
3145
3451
  * @param GetColumnNamesRequest
3146
3452
  * @return GetColumnNamesResponse
3147
3453
  * @throws OciError when an error occurs
3148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
3454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
3149
3455
  */
3150
3456
  getColumnNames(getColumnNamesRequest) {
3151
3457
  return __awaiter(this, void 0, void 0, function* () {
@@ -3207,7 +3513,7 @@ class LogAnalyticsClient {
3207
3513
  * @param GetConfigWorkRequestRequest
3208
3514
  * @return GetConfigWorkRequestResponse
3209
3515
  * @throws OciError when an error occurs
3210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
3516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
3211
3517
  */
3212
3518
  getConfigWorkRequest(getConfigWorkRequestRequest) {
3213
3519
  return __awaiter(this, void 0, void 0, function* () {
@@ -3267,7 +3573,7 @@ class LogAnalyticsClient {
3267
3573
  * @param GetFieldRequest
3268
3574
  * @return GetFieldResponse
3269
3575
  * @throws OciError when an error occurs
3270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
3576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
3271
3577
  */
3272
3578
  getField(getFieldRequest) {
3273
3579
  return __awaiter(this, void 0, void 0, function* () {
@@ -3332,7 +3638,7 @@ class LogAnalyticsClient {
3332
3638
  * @param GetFieldsSummaryRequest
3333
3639
  * @return GetFieldsSummaryResponse
3334
3640
  * @throws OciError when an error occurs
3335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
3641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
3336
3642
  */
3337
3643
  getFieldsSummary(getFieldsSummaryRequest) {
3338
3644
  return __awaiter(this, void 0, void 0, function* () {
@@ -3386,6 +3692,71 @@ class LogAnalyticsClient {
3386
3692
  }
3387
3693
  });
3388
3694
  }
3695
+ /**
3696
+ * Gets detailed information about the specified ingest time rule such as description, defined tags, and free-form tags.
3697
+ *
3698
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3699
+ * @param GetIngestTimeRuleRequest
3700
+ * @return GetIngestTimeRuleResponse
3701
+ * @throws OciError when an error occurs
3702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
3703
+ */
3704
+ getIngestTimeRule(getIngestTimeRuleRequest) {
3705
+ return __awaiter(this, void 0, void 0, function* () {
3706
+ if (this.logger)
3707
+ this.logger.debug("Calling operation LogAnalyticsClient#getIngestTimeRule.");
3708
+ const operationName = "getIngestTimeRule";
3709
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/GetIngestTimeRule";
3710
+ const pathParams = {
3711
+ "{namespaceName}": getIngestTimeRuleRequest.namespaceName,
3712
+ "{ingestTimeRuleId}": getIngestTimeRuleRequest.ingestTimeRuleId
3713
+ };
3714
+ const queryParams = {};
3715
+ let headerParams = {
3716
+ "Content-Type": common.Constants.APPLICATION_JSON,
3717
+ "opc-request-id": getIngestTimeRuleRequest.opcRequestId
3718
+ };
3719
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3720
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getIngestTimeRuleRequest.retryConfiguration, specRetryConfiguration);
3721
+ if (this.logger)
3722
+ retrier.logger = this.logger;
3723
+ const request = yield oci_common_1.composeRequest({
3724
+ baseEndpoint: this._endpoint,
3725
+ defaultHeaders: this._defaultHeaders,
3726
+ path: "/namespaces/{namespaceName}/ingestTimeRules/{ingestTimeRuleId}",
3727
+ method: "GET",
3728
+ pathParams: pathParams,
3729
+ headerParams: headerParams,
3730
+ queryParams: queryParams
3731
+ });
3732
+ try {
3733
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
3734
+ const sdkResponse = oci_common_1.composeResponse({
3735
+ responseObject: {},
3736
+ body: yield response.json(),
3737
+ bodyKey: "ingestTimeRule",
3738
+ bodyModel: model.IngestTimeRule,
3739
+ type: "model.IngestTimeRule",
3740
+ responseHeaders: [
3741
+ {
3742
+ value: response.headers.get("etag"),
3743
+ key: "etag",
3744
+ dataType: "string"
3745
+ },
3746
+ {
3747
+ value: response.headers.get("opc-request-id"),
3748
+ key: "opcRequestId",
3749
+ dataType: "string"
3750
+ }
3751
+ ]
3752
+ });
3753
+ return sdkResponse;
3754
+ }
3755
+ catch (err) {
3756
+ throw err;
3757
+ }
3758
+ });
3759
+ }
3389
3760
  /**
3390
3761
  * Gets detailed information about the label with the specified name.
3391
3762
  *
@@ -3393,7 +3764,7 @@ class LogAnalyticsClient {
3393
3764
  * @param GetLabelRequest
3394
3765
  * @return GetLabelResponse
3395
3766
  * @throws OciError when an error occurs
3396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3397
3768
  */
3398
3769
  getLabel(getLabelRequest) {
3399
3770
  return __awaiter(this, void 0, void 0, function* () {
@@ -3458,7 +3829,7 @@ class LogAnalyticsClient {
3458
3829
  * @param GetLabelSummaryRequest
3459
3830
  * @return GetLabelSummaryResponse
3460
3831
  * @throws OciError when an error occurs
3461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3462
3833
  */
3463
3834
  getLabelSummary(getLabelSummaryRequest) {
3464
3835
  return __awaiter(this, void 0, void 0, function* () {
@@ -3516,7 +3887,7 @@ class LogAnalyticsClient {
3516
3887
  * @param GetLogAnalyticsEmBridgeRequest
3517
3888
  * @return GetLogAnalyticsEmBridgeResponse
3518
3889
  * @throws OciError when an error occurs
3519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3520
3891
  */
3521
3892
  getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
3522
3893
  return __awaiter(this, void 0, void 0, function* () {
@@ -3580,7 +3951,7 @@ class LogAnalyticsClient {
3580
3951
  * @param GetLogAnalyticsEmBridgeSummaryRequest
3581
3952
  * @return GetLogAnalyticsEmBridgeSummaryResponse
3582
3953
  * @throws OciError when an error occurs
3583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
3954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
3584
3955
  */
3585
3956
  getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
3586
3957
  return __awaiter(this, void 0, void 0, function* () {
@@ -3640,7 +4011,7 @@ class LogAnalyticsClient {
3640
4011
  * @param GetLogAnalyticsEntitiesSummaryRequest
3641
4012
  * @return GetLogAnalyticsEntitiesSummaryResponse
3642
4013
  * @throws OciError when an error occurs
3643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
4014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
3644
4015
  */
3645
4016
  getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
3646
4017
  return __awaiter(this, void 0, void 0, function* () {
@@ -3700,7 +4071,7 @@ class LogAnalyticsClient {
3700
4071
  * @param GetLogAnalyticsEntityRequest
3701
4072
  * @return GetLogAnalyticsEntityResponse
3702
4073
  * @throws OciError when an error occurs
3703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
4074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
3704
4075
  */
3705
4076
  getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
3706
4077
  return __awaiter(this, void 0, void 0, function* () {
@@ -3764,7 +4135,7 @@ class LogAnalyticsClient {
3764
4135
  * @param GetLogAnalyticsEntityTypeRequest
3765
4136
  * @return GetLogAnalyticsEntityTypeResponse
3766
4137
  * @throws OciError when an error occurs
3767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
4138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
3768
4139
  */
3769
4140
  getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
3770
4141
  return __awaiter(this, void 0, void 0, function* () {
@@ -3829,7 +4200,7 @@ class LogAnalyticsClient {
3829
4200
  * @param GetLogAnalyticsLogGroupRequest
3830
4201
  * @return GetLogAnalyticsLogGroupResponse
3831
4202
  * @throws OciError when an error occurs
3832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
4203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
3833
4204
  */
3834
4205
  getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
3835
4206
  return __awaiter(this, void 0, void 0, function* () {
@@ -3894,7 +4265,7 @@ class LogAnalyticsClient {
3894
4265
  * @param GetLogAnalyticsLogGroupsSummaryRequest
3895
4266
  * @return GetLogAnalyticsLogGroupsSummaryResponse
3896
4267
  * @throws OciError when an error occurs
3897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
4268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
3898
4269
  */
3899
4270
  getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
3900
4271
  return __awaiter(this, void 0, void 0, function* () {
@@ -3954,7 +4325,7 @@ class LogAnalyticsClient {
3954
4325
  * @param GetLogAnalyticsObjectCollectionRuleRequest
3955
4326
  * @return GetLogAnalyticsObjectCollectionRuleResponse
3956
4327
  * @throws OciError when an error occurs
3957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
4328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
3958
4329
  */
3959
4330
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
3960
4331
  return __awaiter(this, void 0, void 0, function* () {
@@ -4019,7 +4390,7 @@ class LogAnalyticsClient {
4019
4390
  * @param GetLogSetsCountRequest
4020
4391
  * @return GetLogSetsCountResponse
4021
4392
  * @throws OciError when an error occurs
4022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
4393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
4023
4394
  */
4024
4395
  getLogSetsCount(getLogSetsCountRequest) {
4025
4396
  return __awaiter(this, void 0, void 0, function* () {
@@ -4078,7 +4449,7 @@ class LogAnalyticsClient {
4078
4449
  * @param GetLookupRequest
4079
4450
  * @return GetLookupResponse
4080
4451
  * @throws OciError when an error occurs
4081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
4452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
4082
4453
  */
4083
4454
  getLookup(getLookupRequest) {
4084
4455
  return __awaiter(this, void 0, void 0, function* () {
@@ -4142,7 +4513,7 @@ class LogAnalyticsClient {
4142
4513
  * @param GetLookupSummaryRequest
4143
4514
  * @return GetLookupSummaryResponse
4144
4515
  * @throws OciError when an error occurs
4145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
4516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
4146
4517
  */
4147
4518
  getLookupSummary(getLookupSummaryRequest) {
4148
4519
  return __awaiter(this, void 0, void 0, function* () {
@@ -4201,7 +4572,7 @@ class LogAnalyticsClient {
4201
4572
  * @param GetNamespaceRequest
4202
4573
  * @return GetNamespaceResponse
4203
4574
  * @throws OciError when an error occurs
4204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4205
4576
  */
4206
4577
  getNamespace(getNamespaceRequest) {
4207
4578
  return __awaiter(this, void 0, void 0, function* () {
@@ -4265,7 +4636,7 @@ class LogAnalyticsClient {
4265
4636
  * @param GetParserRequest
4266
4637
  * @return GetParserResponse
4267
4638
  * @throws OciError when an error occurs
4268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
4639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
4269
4640
  */
4270
4641
  getParser(getParserRequest) {
4271
4642
  return __awaiter(this, void 0, void 0, function* () {
@@ -4330,7 +4701,7 @@ class LogAnalyticsClient {
4330
4701
  * @param GetParserSummaryRequest
4331
4702
  * @return GetParserSummaryResponse
4332
4703
  * @throws OciError when an error occurs
4333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
4704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
4334
4705
  */
4335
4706
  getParserSummary(getParserSummaryRequest) {
4336
4707
  return __awaiter(this, void 0, void 0, function* () {
@@ -4389,7 +4760,7 @@ class LogAnalyticsClient {
4389
4760
  * @param GetPreferencesRequest
4390
4761
  * @return GetPreferencesResponse
4391
4762
  * @throws OciError when an error occurs
4392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
4763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
4393
4764
  */
4394
4765
  getPreferences(getPreferencesRequest) {
4395
4766
  return __awaiter(this, void 0, void 0, function* () {
@@ -4464,7 +4835,7 @@ class LogAnalyticsClient {
4464
4835
  * @param GetQueryResultRequest
4465
4836
  * @return GetQueryResultResponse
4466
4837
  * @throws OciError when an error occurs
4467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4468
4839
  */
4469
4840
  getQueryResult(getQueryResultRequest) {
4470
4841
  return __awaiter(this, void 0, void 0, function* () {
@@ -4544,7 +4915,7 @@ class LogAnalyticsClient {
4544
4915
  * @param GetQueryWorkRequestRequest
4545
4916
  * @return GetQueryWorkRequestResponse
4546
4917
  * @throws OciError when an error occurs
4547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
4918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
4548
4919
  */
4549
4920
  getQueryWorkRequest(getQueryWorkRequestRequest) {
4550
4921
  return __awaiter(this, void 0, void 0, function* () {
@@ -4613,7 +4984,7 @@ class LogAnalyticsClient {
4613
4984
  * @param GetScheduledTaskRequest
4614
4985
  * @return GetScheduledTaskResponse
4615
4986
  * @throws OciError when an error occurs
4616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
4987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
4617
4988
  */
4618
4989
  getScheduledTask(getScheduledTaskRequest) {
4619
4990
  return __awaiter(this, void 0, void 0, function* () {
@@ -4678,7 +5049,7 @@ class LogAnalyticsClient {
4678
5049
  * @param GetSourceRequest
4679
5050
  * @return GetSourceResponse
4680
5051
  * @throws OciError when an error occurs
4681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
5052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
4682
5053
  */
4683
5054
  getSource(getSourceRequest) {
4684
5055
  return __awaiter(this, void 0, void 0, function* () {
@@ -4745,7 +5116,7 @@ class LogAnalyticsClient {
4745
5116
  * @param GetSourceSummaryRequest
4746
5117
  * @return GetSourceSummaryResponse
4747
5118
  * @throws OciError when an error occurs
4748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
5119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
4749
5120
  */
4750
5121
  getSourceSummary(getSourceSummaryRequest) {
4751
5122
  return __awaiter(this, void 0, void 0, function* () {
@@ -4804,7 +5175,7 @@ class LogAnalyticsClient {
4804
5175
  * @param GetStorageRequest
4805
5176
  * @return GetStorageResponse
4806
5177
  * @throws OciError when an error occurs
4807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
5178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
4808
5179
  */
4809
5180
  getStorage(getStorageRequest) {
4810
5181
  return __awaiter(this, void 0, void 0, function* () {
@@ -4869,7 +5240,7 @@ class LogAnalyticsClient {
4869
5240
  * @param GetStorageUsageRequest
4870
5241
  * @return GetStorageUsageResponse
4871
5242
  * @throws OciError when an error occurs
4872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
5243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
4873
5244
  */
4874
5245
  getStorageUsage(getStorageUsageRequest) {
4875
5246
  return __awaiter(this, void 0, void 0, function* () {
@@ -4929,7 +5300,7 @@ class LogAnalyticsClient {
4929
5300
  * @param GetStorageWorkRequestRequest
4930
5301
  * @return GetStorageWorkRequestResponse
4931
5302
  * @throws OciError when an error occurs
4932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
5303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
4933
5304
  */
4934
5305
  getStorageWorkRequest(getStorageWorkRequestRequest) {
4935
5306
  return __awaiter(this, void 0, void 0, function* () {
@@ -4999,7 +5370,7 @@ class LogAnalyticsClient {
4999
5370
  * @param GetUnprocessedDataBucketRequest
5000
5371
  * @return GetUnprocessedDataBucketResponse
5001
5372
  * @throws OciError when an error occurs
5002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
5373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
5003
5374
  */
5004
5375
  getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
5005
5376
  return __awaiter(this, void 0, void 0, function* () {
@@ -5057,7 +5428,7 @@ class LogAnalyticsClient {
5057
5428
  * @param GetUploadRequest
5058
5429
  * @return GetUploadResponse
5059
5430
  * @throws OciError when an error occurs
5060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
5431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
5061
5432
  */
5062
5433
  getUpload(getUploadRequest) {
5063
5434
  return __awaiter(this, void 0, void 0, function* () {
@@ -5121,7 +5492,7 @@ class LogAnalyticsClient {
5121
5492
  * @param GetWorkRequestRequest
5122
5493
  * @return GetWorkRequestResponse
5123
5494
  * @throws OciError when an error occurs
5124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5125
5496
  */
5126
5497
  getWorkRequest(getWorkRequestRequest) {
5127
5498
  return __awaiter(this, void 0, void 0, function* () {
@@ -5186,7 +5557,7 @@ class LogAnalyticsClient {
5186
5557
  * @param ImportCustomContentRequest
5187
5558
  * @return ImportCustomContentResponse
5188
5559
  * @throws OciError when an error occurs
5189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
5560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
5190
5561
  */
5191
5562
  importCustomContent(importCustomContentRequest) {
5192
5563
  return __awaiter(this, void 0, void 0, function* () {
@@ -5250,7 +5621,7 @@ class LogAnalyticsClient {
5250
5621
  * @param ListAssociableEntitiesRequest
5251
5622
  * @return ListAssociableEntitiesResponse
5252
5623
  * @throws OciError when an error occurs
5253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
5624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
5254
5625
  */
5255
5626
  listAssociableEntities(listAssociableEntitiesRequest) {
5256
5627
  return __awaiter(this, void 0, void 0, function* () {
@@ -5328,7 +5699,7 @@ class LogAnalyticsClient {
5328
5699
  * @param ListAssociatedEntitiesRequest
5329
5700
  * @return ListAssociatedEntitiesResponse
5330
5701
  * @throws OciError when an error occurs
5331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
5702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
5332
5703
  */
5333
5704
  listAssociatedEntities(listAssociatedEntitiesRequest) {
5334
5705
  return __awaiter(this, void 0, void 0, function* () {
@@ -5406,7 +5777,7 @@ class LogAnalyticsClient {
5406
5777
  * @param ListAutoAssociationsRequest
5407
5778
  * @return ListAutoAssociationsResponse
5408
5779
  * @throws OciError when an error occurs
5409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
5780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
5410
5781
  */
5411
5782
  listAutoAssociations(listAutoAssociationsRequest) {
5412
5783
  return __awaiter(this, void 0, void 0, function* () {
@@ -5481,7 +5852,7 @@ class LogAnalyticsClient {
5481
5852
  * @param ListCategoriesRequest
5482
5853
  * @return ListCategoriesResponse
5483
5854
  * @throws OciError when an error occurs
5484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
5855
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
5485
5856
  */
5486
5857
  listCategories(listCategoriesRequest) {
5487
5858
  return __awaiter(this, void 0, void 0, function* () {
@@ -5558,7 +5929,7 @@ class LogAnalyticsClient {
5558
5929
  * @param ListConfigWorkRequestsRequest
5559
5930
  * @return ListConfigWorkRequestsResponse
5560
5931
  * @throws OciError when an error occurs
5561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
5932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
5562
5933
  */
5563
5934
  listConfigWorkRequests(listConfigWorkRequestsRequest) {
5564
5935
  return __awaiter(this, void 0, void 0, function* () {
@@ -5631,7 +6002,7 @@ class LogAnalyticsClient {
5631
6002
  * @param ListEntityAssociationsRequest
5632
6003
  * @return ListEntityAssociationsResponse
5633
6004
  * @throws OciError when an error occurs
5634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
6005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
5635
6006
  */
5636
6007
  listEntityAssociations(listEntityAssociationsRequest) {
5637
6008
  return __awaiter(this, void 0, void 0, function* () {
@@ -5702,7 +6073,7 @@ class LogAnalyticsClient {
5702
6073
  * @param ListEntitySourceAssociationsRequest
5703
6074
  * @return ListEntitySourceAssociationsResponse
5704
6075
  * @throws OciError when an error occurs
5705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
6076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
5706
6077
  */
5707
6078
  listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
5708
6079
  return __awaiter(this, void 0, void 0, function* () {
@@ -5782,7 +6153,7 @@ class LogAnalyticsClient {
5782
6153
  * @param ListFieldsRequest
5783
6154
  * @return ListFieldsResponse
5784
6155
  * @throws OciError when an error occurs
5785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
6156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
5786
6157
  */
5787
6158
  listFields(listFieldsRequest) {
5788
6159
  return __awaiter(this, void 0, void 0, function* () {
@@ -5857,6 +6228,86 @@ class LogAnalyticsClient {
5857
6228
  }
5858
6229
  });
5859
6230
  }
6231
+ /**
6232
+ * Returns a list of ingest time rules in a compartment. You may limit the number of rules, provide sorting options, and filter the results.
6233
+ *
6234
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
6235
+ * @param ListIngestTimeRulesRequest
6236
+ * @return ListIngestTimeRulesResponse
6237
+ * @throws OciError when an error occurs
6238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
6239
+ */
6240
+ listIngestTimeRules(listIngestTimeRulesRequest) {
6241
+ return __awaiter(this, void 0, void 0, function* () {
6242
+ if (this.logger)
6243
+ this.logger.debug("Calling operation LogAnalyticsClient#listIngestTimeRules.");
6244
+ const operationName = "listIngestTimeRules";
6245
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/ListIngestTimeRules";
6246
+ const pathParams = {
6247
+ "{namespaceName}": listIngestTimeRulesRequest.namespaceName
6248
+ };
6249
+ const queryParams = {
6250
+ "compartmentId": listIngestTimeRulesRequest.compartmentId,
6251
+ "displayName": listIngestTimeRulesRequest.displayName,
6252
+ "lifecycleState": listIngestTimeRulesRequest.lifecycleState,
6253
+ "conditionKind": listIngestTimeRulesRequest.conditionKind,
6254
+ "fieldName": listIngestTimeRulesRequest.fieldName,
6255
+ "fieldValue": listIngestTimeRulesRequest.fieldValue,
6256
+ "limit": listIngestTimeRulesRequest.limit,
6257
+ "page": listIngestTimeRulesRequest.page,
6258
+ "sortOrder": listIngestTimeRulesRequest.sortOrder,
6259
+ "sortBy": listIngestTimeRulesRequest.sortBy
6260
+ };
6261
+ let headerParams = {
6262
+ "Content-Type": common.Constants.APPLICATION_JSON,
6263
+ "opc-request-id": listIngestTimeRulesRequest.opcRequestId
6264
+ };
6265
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6266
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listIngestTimeRulesRequest.retryConfiguration, specRetryConfiguration);
6267
+ if (this.logger)
6268
+ retrier.logger = this.logger;
6269
+ const request = yield oci_common_1.composeRequest({
6270
+ baseEndpoint: this._endpoint,
6271
+ defaultHeaders: this._defaultHeaders,
6272
+ path: "/namespaces/{namespaceName}/ingestTimeRules",
6273
+ method: "GET",
6274
+ pathParams: pathParams,
6275
+ headerParams: headerParams,
6276
+ queryParams: queryParams
6277
+ });
6278
+ try {
6279
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6280
+ const sdkResponse = oci_common_1.composeResponse({
6281
+ responseObject: {},
6282
+ body: yield response.json(),
6283
+ bodyKey: "ingestTimeRuleSummaryCollection",
6284
+ bodyModel: model.IngestTimeRuleSummaryCollection,
6285
+ type: "model.IngestTimeRuleSummaryCollection",
6286
+ responseHeaders: [
6287
+ {
6288
+ value: response.headers.get("opc-prev-page"),
6289
+ key: "opcPrevPage",
6290
+ dataType: "string"
6291
+ },
6292
+ {
6293
+ value: response.headers.get("opc-request-id"),
6294
+ key: "opcRequestId",
6295
+ dataType: "string"
6296
+ },
6297
+ {
6298
+ value: response.headers.get("opc-next-page"),
6299
+ key: "opcNextPage",
6300
+ dataType: "string"
6301
+ }
6302
+ ]
6303
+ });
6304
+ return sdkResponse;
6305
+ }
6306
+ catch (err) {
6307
+ throw err;
6308
+ }
6309
+ });
6310
+ }
5860
6311
  /**
5861
6312
  * Lists the available problem priorities that could be associated with a label.
5862
6313
  *
@@ -5864,7 +6315,7 @@ class LogAnalyticsClient {
5864
6315
  * @param ListLabelPrioritiesRequest
5865
6316
  * @return ListLabelPrioritiesResponse
5866
6317
  * @throws OciError when an error occurs
5867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
6318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
5868
6319
  */
5869
6320
  listLabelPriorities(listLabelPrioritiesRequest) {
5870
6321
  return __awaiter(this, void 0, void 0, function* () {
@@ -5936,7 +6387,7 @@ class LogAnalyticsClient {
5936
6387
  * @param ListLabelSourceDetailsRequest
5937
6388
  * @return ListLabelSourceDetailsResponse
5938
6389
  * @throws OciError when an error occurs
5939
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
6390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
5940
6391
  */
5941
6392
  listLabelSourceDetails(listLabelSourceDetailsRequest) {
5942
6393
  return __awaiter(this, void 0, void 0, function* () {
@@ -6011,7 +6462,7 @@ class LogAnalyticsClient {
6011
6462
  * @param ListLabelsRequest
6012
6463
  * @return ListLabelsResponse
6013
6464
  * @throws OciError when an error occurs
6014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
6465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
6015
6466
  */
6016
6467
  listLabels(listLabelsRequest) {
6017
6468
  return __awaiter(this, void 0, void 0, function* () {
@@ -6090,7 +6541,7 @@ class LogAnalyticsClient {
6090
6541
  * @param ListLogAnalyticsEmBridgesRequest
6091
6542
  * @return ListLogAnalyticsEmBridgesResponse
6092
6543
  * @throws OciError when an error occurs
6093
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
6544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
6094
6545
  */
6095
6546
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
6096
6547
  return __awaiter(this, void 0, void 0, function* () {
@@ -6163,7 +6614,7 @@ class LogAnalyticsClient {
6163
6614
  * @param ListLogAnalyticsEntitiesRequest
6164
6615
  * @return ListLogAnalyticsEntitiesResponse
6165
6616
  * @throws OciError when an error occurs
6166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
6617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
6167
6618
  */
6168
6619
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
6169
6620
  return __awaiter(this, void 0, void 0, function* () {
@@ -6244,7 +6695,7 @@ class LogAnalyticsClient {
6244
6695
  * @param ListLogAnalyticsEntityTopologyRequest
6245
6696
  * @return ListLogAnalyticsEntityTopologyResponse
6246
6697
  * @throws OciError when an error occurs
6247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
6698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
6248
6699
  */
6249
6700
  listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest) {
6250
6701
  return __awaiter(this, void 0, void 0, function* () {
@@ -6314,7 +6765,7 @@ class LogAnalyticsClient {
6314
6765
  * @param ListLogAnalyticsEntityTypesRequest
6315
6766
  * @return ListLogAnalyticsEntityTypesResponse
6316
6767
  * @throws OciError when an error occurs
6317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
6768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
6318
6769
  */
6319
6770
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
6320
6771
  return __awaiter(this, void 0, void 0, function* () {
@@ -6387,7 +6838,7 @@ class LogAnalyticsClient {
6387
6838
  * @param ListLogAnalyticsLogGroupsRequest
6388
6839
  * @return ListLogAnalyticsLogGroupsResponse
6389
6840
  * @throws OciError when an error occurs
6390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
6841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
6391
6842
  */
6392
6843
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
6393
6844
  return __awaiter(this, void 0, void 0, function* () {
@@ -6462,7 +6913,7 @@ class LogAnalyticsClient {
6462
6913
  * @param ListLogAnalyticsObjectCollectionRulesRequest
6463
6914
  * @return ListLogAnalyticsObjectCollectionRulesResponse
6464
6915
  * @throws OciError when an error occurs
6465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
6916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
6466
6917
  */
6467
6918
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
6468
6919
  return __awaiter(this, void 0, void 0, function* () {
@@ -6534,7 +6985,7 @@ class LogAnalyticsClient {
6534
6985
  * @param ListLogSetsRequest
6535
6986
  * @return ListLogSetsResponse
6536
6987
  * @throws OciError when an error occurs
6537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
6988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
6538
6989
  */
6539
6990
  listLogSets(listLogSetsRequest) {
6540
6991
  return __awaiter(this, void 0, void 0, function* () {
@@ -6603,7 +7054,7 @@ class LogAnalyticsClient {
6603
7054
  * @param ListLookupsRequest
6604
7055
  * @return ListLookupsResponse
6605
7056
  * @throws OciError when an error occurs
6606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
7057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
6607
7058
  */
6608
7059
  listLookups(listLookupsRequest) {
6609
7060
  return __awaiter(this, void 0, void 0, function* () {
@@ -6683,7 +7134,7 @@ class LogAnalyticsClient {
6683
7134
  * @param ListMetaSourceTypesRequest
6684
7135
  * @return ListMetaSourceTypesResponse
6685
7136
  * @throws OciError when an error occurs
6686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
7137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
6687
7138
  */
6688
7139
  listMetaSourceTypes(listMetaSourceTypesRequest) {
6689
7140
  return __awaiter(this, void 0, void 0, function* () {
@@ -6758,7 +7209,7 @@ class LogAnalyticsClient {
6758
7209
  * @param ListNamespacesRequest
6759
7210
  * @return ListNamespacesResponse
6760
7211
  * @throws OciError when an error occurs
6761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
6762
7213
  */
6763
7214
  listNamespaces(listNamespacesRequest) {
6764
7215
  return __awaiter(this, void 0, void 0, function* () {
@@ -6817,7 +7268,7 @@ class LogAnalyticsClient {
6817
7268
  * @param ListParserFunctionsRequest
6818
7269
  * @return ListParserFunctionsResponse
6819
7270
  * @throws OciError when an error occurs
6820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
7271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
6821
7272
  */
6822
7273
  listParserFunctions(listParserFunctionsRequest) {
6823
7274
  return __awaiter(this, void 0, void 0, function* () {
@@ -6892,7 +7343,7 @@ class LogAnalyticsClient {
6892
7343
  * @param ListParserMetaPluginsRequest
6893
7344
  * @return ListParserMetaPluginsResponse
6894
7345
  * @throws OciError when an error occurs
6895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
7346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
6896
7347
  */
6897
7348
  listParserMetaPlugins(listParserMetaPluginsRequest) {
6898
7349
  return __awaiter(this, void 0, void 0, function* () {
@@ -6966,7 +7417,7 @@ class LogAnalyticsClient {
6966
7417
  * @param ListParsersRequest
6967
7418
  * @return ListParsersResponse
6968
7419
  * @throws OciError when an error occurs
6969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
7420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
6970
7421
  */
6971
7422
  listParsers(listParsersRequest) {
6972
7423
  return __awaiter(this, void 0, void 0, function* () {
@@ -7046,7 +7497,7 @@ class LogAnalyticsClient {
7046
7497
  * @param ListQueryWorkRequestsRequest
7047
7498
  * @return ListQueryWorkRequestsResponse
7048
7499
  * @throws OciError when an error occurs
7049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
7500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
7050
7501
  */
7051
7502
  listQueryWorkRequests(listQueryWorkRequestsRequest) {
7052
7503
  return __awaiter(this, void 0, void 0, function* () {
@@ -7122,7 +7573,7 @@ class LogAnalyticsClient {
7122
7573
  * @param ListRecalledDataRequest
7123
7574
  * @return ListRecalledDataResponse
7124
7575
  * @throws OciError when an error occurs
7125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
7576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
7126
7577
  */
7127
7578
  listRecalledData(listRecalledDataRequest) {
7128
7579
  return __awaiter(this, void 0, void 0, function* () {
@@ -7199,7 +7650,7 @@ class LogAnalyticsClient {
7199
7650
  * @param ListResourceCategoriesRequest
7200
7651
  * @return ListResourceCategoriesResponse
7201
7652
  * @throws OciError when an error occurs
7202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
7653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
7203
7654
  */
7204
7655
  listResourceCategories(listResourceCategoriesRequest) {
7205
7656
  return __awaiter(this, void 0, void 0, function* () {
@@ -7269,13 +7720,91 @@ class LogAnalyticsClient {
7269
7720
  }
7270
7721
  });
7271
7722
  }
7723
+ /**
7724
+ * Returns a list of ingest time rules and scheduled tasks in a compartment. You may limit the number of items returned, provide sorting options, and filter the results.
7725
+ *
7726
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
7727
+ * @param ListRulesRequest
7728
+ * @return ListRulesResponse
7729
+ * @throws OciError when an error occurs
7730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
7731
+ */
7732
+ listRules(listRulesRequest) {
7733
+ return __awaiter(this, void 0, void 0, function* () {
7734
+ if (this.logger)
7735
+ this.logger.debug("Calling operation LogAnalyticsClient#listRules.");
7736
+ const operationName = "listRules";
7737
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Rule/ListRules";
7738
+ const pathParams = {
7739
+ "{namespaceName}": listRulesRequest.namespaceName
7740
+ };
7741
+ const queryParams = {
7742
+ "compartmentId": listRulesRequest.compartmentId,
7743
+ "displayName": listRulesRequest.displayName,
7744
+ "kind": listRulesRequest.kind,
7745
+ "lifecycleState": listRulesRequest.lifecycleState,
7746
+ "limit": listRulesRequest.limit,
7747
+ "page": listRulesRequest.page,
7748
+ "sortOrder": listRulesRequest.sortOrder,
7749
+ "sortBy": listRulesRequest.sortBy
7750
+ };
7751
+ let headerParams = {
7752
+ "Content-Type": common.Constants.APPLICATION_JSON,
7753
+ "opc-request-id": listRulesRequest.opcRequestId
7754
+ };
7755
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7756
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRulesRequest.retryConfiguration, specRetryConfiguration);
7757
+ if (this.logger)
7758
+ retrier.logger = this.logger;
7759
+ const request = yield oci_common_1.composeRequest({
7760
+ baseEndpoint: this._endpoint,
7761
+ defaultHeaders: this._defaultHeaders,
7762
+ path: "/namespaces/{namespaceName}/rules",
7763
+ method: "GET",
7764
+ pathParams: pathParams,
7765
+ headerParams: headerParams,
7766
+ queryParams: queryParams
7767
+ });
7768
+ try {
7769
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
7770
+ const sdkResponse = oci_common_1.composeResponse({
7771
+ responseObject: {},
7772
+ body: yield response.json(),
7773
+ bodyKey: "ruleSummaryCollection",
7774
+ bodyModel: model.RuleSummaryCollection,
7775
+ type: "model.RuleSummaryCollection",
7776
+ responseHeaders: [
7777
+ {
7778
+ value: response.headers.get("opc-prev-page"),
7779
+ key: "opcPrevPage",
7780
+ dataType: "string"
7781
+ },
7782
+ {
7783
+ value: response.headers.get("opc-request-id"),
7784
+ key: "opcRequestId",
7785
+ dataType: "string"
7786
+ },
7787
+ {
7788
+ value: response.headers.get("opc-next-page"),
7789
+ key: "opcNextPage",
7790
+ dataType: "string"
7791
+ }
7792
+ ]
7793
+ });
7794
+ return sdkResponse;
7795
+ }
7796
+ catch (err) {
7797
+ throw err;
7798
+ }
7799
+ });
7800
+ }
7272
7801
  /**
7273
7802
  * Lists scheduled tasks.
7274
7803
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
7275
7804
  * @param ListScheduledTasksRequest
7276
7805
  * @return ListScheduledTasksResponse
7277
7806
  * @throws OciError when an error occurs
7278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
7807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
7279
7808
  */
7280
7809
  listScheduledTasks(listScheduledTasksRequest) {
7281
7810
  return __awaiter(this, void 0, void 0, function* () {
@@ -7354,7 +7883,7 @@ class LogAnalyticsClient {
7354
7883
  * @param ListSourceAssociationsRequest
7355
7884
  * @return ListSourceAssociationsResponse
7356
7885
  * @throws OciError when an error occurs
7357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
7886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
7358
7887
  */
7359
7888
  listSourceAssociations(listSourceAssociationsRequest) {
7360
7889
  return __awaiter(this, void 0, void 0, function* () {
@@ -7433,7 +7962,7 @@ class LogAnalyticsClient {
7433
7962
  * @param ListSourceEventTypesRequest
7434
7963
  * @return ListSourceEventTypesResponse
7435
7964
  * @throws OciError when an error occurs
7436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
7965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
7437
7966
  */
7438
7967
  listSourceEventTypes(listSourceEventTypesRequest) {
7439
7968
  return __awaiter(this, void 0, void 0, function* () {
@@ -7511,7 +8040,7 @@ class LogAnalyticsClient {
7511
8040
  * @param ListSourceExtendedFieldDefinitionsRequest
7512
8041
  * @return ListSourceExtendedFieldDefinitionsResponse
7513
8042
  * @throws OciError when an error occurs
7514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
8043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
7515
8044
  */
7516
8045
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
7517
8046
  return __awaiter(this, void 0, void 0, function* () {
@@ -7586,7 +8115,7 @@ class LogAnalyticsClient {
7586
8115
  * @param ListSourceLabelOperatorsRequest
7587
8116
  * @return ListSourceLabelOperatorsResponse
7588
8117
  * @throws OciError when an error occurs
7589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
8118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
7590
8119
  */
7591
8120
  listSourceLabelOperators(listSourceLabelOperatorsRequest) {
7592
8121
  return __awaiter(this, void 0, void 0, function* () {
@@ -7660,7 +8189,7 @@ class LogAnalyticsClient {
7660
8189
  * @param ListSourceMetaFunctionsRequest
7661
8190
  * @return ListSourceMetaFunctionsResponse
7662
8191
  * @throws OciError when an error occurs
7663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
8192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
7664
8193
  */
7665
8194
  listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
7666
8195
  return __awaiter(this, void 0, void 0, function* () {
@@ -7734,7 +8263,7 @@ class LogAnalyticsClient {
7734
8263
  * @param ListSourcePatternsRequest
7735
8264
  * @return ListSourcePatternsResponse
7736
8265
  * @throws OciError when an error occurs
7737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
8266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
7738
8267
  */
7739
8268
  listSourcePatterns(listSourcePatternsRequest) {
7740
8269
  return __awaiter(this, void 0, void 0, function* () {
@@ -7810,7 +8339,7 @@ class LogAnalyticsClient {
7810
8339
  * @param ListSourcesRequest
7811
8340
  * @return ListSourcesResponse
7812
8341
  * @throws OciError when an error occurs
7813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
8342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
7814
8343
  */
7815
8344
  listSources(listSourcesRequest) {
7816
8345
  return __awaiter(this, void 0, void 0, function* () {
@@ -7891,7 +8420,7 @@ class LogAnalyticsClient {
7891
8420
  * @param ListStorageWorkRequestErrorsRequest
7892
8421
  * @return ListStorageWorkRequestErrorsResponse
7893
8422
  * @throws OciError when an error occurs
7894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
8423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
7895
8424
  */
7896
8425
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
7897
8426
  return __awaiter(this, void 0, void 0, function* () {
@@ -7967,7 +8496,7 @@ class LogAnalyticsClient {
7967
8496
  * @param ListStorageWorkRequestsRequest
7968
8497
  * @return ListStorageWorkRequestsResponse
7969
8498
  * @throws OciError when an error occurs
7970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
8499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
7971
8500
  */
7972
8501
  listStorageWorkRequests(listStorageWorkRequestsRequest) {
7973
8502
  return __awaiter(this, void 0, void 0, function* () {
@@ -8047,7 +8576,7 @@ class LogAnalyticsClient {
8047
8576
  * @param ListSupportedCharEncodingsRequest
8048
8577
  * @return ListSupportedCharEncodingsResponse
8049
8578
  * @throws OciError when an error occurs
8050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
8579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
8051
8580
  */
8052
8581
  listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
8053
8582
  return __awaiter(this, void 0, void 0, function* () {
@@ -8118,7 +8647,7 @@ class LogAnalyticsClient {
8118
8647
  * @param ListSupportedTimezonesRequest
8119
8648
  * @return ListSupportedTimezonesResponse
8120
8649
  * @throws OciError when an error occurs
8121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
8650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
8122
8651
  */
8123
8652
  listSupportedTimezones(listSupportedTimezonesRequest) {
8124
8653
  return __awaiter(this, void 0, void 0, function* () {
@@ -8189,7 +8718,7 @@ class LogAnalyticsClient {
8189
8718
  * @param ListUploadFilesRequest
8190
8719
  * @return ListUploadFilesResponse
8191
8720
  * @throws OciError when an error occurs
8192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
8721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
8193
8722
  */
8194
8723
  listUploadFiles(listUploadFilesRequest) {
8195
8724
  return __awaiter(this, void 0, void 0, function* () {
@@ -8260,7 +8789,7 @@ class LogAnalyticsClient {
8260
8789
  * @param ListUploadWarningsRequest
8261
8790
  * @return ListUploadWarningsResponse
8262
8791
  * @throws OciError when an error occurs
8263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
8792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
8264
8793
  */
8265
8794
  listUploadWarnings(listUploadWarningsRequest) {
8266
8795
  return __awaiter(this, void 0, void 0, function* () {
@@ -8329,7 +8858,7 @@ class LogAnalyticsClient {
8329
8858
  * @param ListUploadsRequest
8330
8859
  * @return ListUploadsResponse
8331
8860
  * @throws OciError when an error occurs
8332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
8861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
8333
8862
  */
8334
8863
  listUploads(listUploadsRequest) {
8335
8864
  return __awaiter(this, void 0, void 0, function* () {
@@ -8406,7 +8935,7 @@ class LogAnalyticsClient {
8406
8935
  * @param ListWarningsRequest
8407
8936
  * @return ListWarningsResponse
8408
8937
  * @throws OciError when an error occurs
8409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
8938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
8410
8939
  */
8411
8940
  listWarnings(listWarningsRequest) {
8412
8941
  return __awaiter(this, void 0, void 0, function* () {
@@ -8491,7 +9020,7 @@ class LogAnalyticsClient {
8491
9020
  * @param ListWorkRequestErrorsRequest
8492
9021
  * @return ListWorkRequestErrorsResponse
8493
9022
  * @throws OciError when an error occurs
8494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
9023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
8495
9024
  */
8496
9025
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
8497
9026
  return __awaiter(this, void 0, void 0, function* () {
@@ -8559,7 +9088,7 @@ class LogAnalyticsClient {
8559
9088
  * @param ListWorkRequestLogsRequest
8560
9089
  * @return ListWorkRequestLogsResponse
8561
9090
  * @throws OciError when an error occurs
8562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
9091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
8563
9092
  */
8564
9093
  listWorkRequestLogs(listWorkRequestLogsRequest) {
8565
9094
  return __awaiter(this, void 0, void 0, function* () {
@@ -8627,7 +9156,7 @@ class LogAnalyticsClient {
8627
9156
  * @param ListWorkRequestsRequest
8628
9157
  * @return ListWorkRequestsResponse
8629
9158
  * @throws OciError when an error occurs
8630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
9159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
8631
9160
  */
8632
9161
  listWorkRequests(listWorkRequestsRequest) {
8633
9162
  return __awaiter(this, void 0, void 0, function* () {
@@ -8694,7 +9223,7 @@ class LogAnalyticsClient {
8694
9223
  * @param OffboardNamespaceRequest
8695
9224
  * @return OffboardNamespaceResponse
8696
9225
  * @throws OciError when an error occurs
8697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
9226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
8698
9227
  */
8699
9228
  offboardNamespace(offboardNamespaceRequest) {
8700
9229
  return __awaiter(this, void 0, void 0, function* () {
@@ -8755,7 +9284,7 @@ class LogAnalyticsClient {
8755
9284
  * @param OnboardNamespaceRequest
8756
9285
  * @return OnboardNamespaceResponse
8757
9286
  * @throws OciError when an error occurs
8758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
9287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
8759
9288
  */
8760
9289
  onboardNamespace(onboardNamespaceRequest) {
8761
9290
  return __awaiter(this, void 0, void 0, function* () {
@@ -8815,7 +9344,7 @@ class LogAnalyticsClient {
8815
9344
  * @param ParseQueryRequest
8816
9345
  * @return ParseQueryResponse
8817
9346
  * @throws OciError when an error occurs
8818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
9347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
8819
9348
  */
8820
9349
  parseQuery(parseQueryRequest) {
8821
9350
  return __awaiter(this, void 0, void 0, function* () {
@@ -8875,7 +9404,7 @@ class LogAnalyticsClient {
8875
9404
  * @param PauseScheduledTaskRequest
8876
9405
  * @return PauseScheduledTaskResponse
8877
9406
  * @throws OciError when an error occurs
8878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
9407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
8879
9408
  */
8880
9409
  pauseScheduledTask(pauseScheduledTaskRequest) {
8881
9410
  return __awaiter(this, void 0, void 0, function* () {
@@ -8942,7 +9471,7 @@ class LogAnalyticsClient {
8942
9471
  * @param PurgeStorageDataRequest
8943
9472
  * @return PurgeStorageDataResponse
8944
9473
  * @throws OciError when an error occurs
8945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
9474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
8946
9475
  */
8947
9476
  purgeStorageData(purgeStorageDataRequest) {
8948
9477
  return __awaiter(this, void 0, void 0, function* () {
@@ -9009,7 +9538,7 @@ class LogAnalyticsClient {
9009
9538
  * @param PutQueryWorkRequestBackgroundRequest
9010
9539
  * @return PutQueryWorkRequestBackgroundResponse
9011
9540
  * @throws OciError when an error occurs
9012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
9541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
9013
9542
  */
9014
9543
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
9015
9544
  return __awaiter(this, void 0, void 0, function* () {
@@ -9075,7 +9604,7 @@ class LogAnalyticsClient {
9075
9604
  * @param QueryRequest
9076
9605
  * @return QueryResponse
9077
9606
  * @throws OciError when an error occurs
9078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/Query.ts.html |here} to see how to use Query API.
9607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/Query.ts.html |here} to see how to use Query API.
9079
9608
  */
9080
9609
  query(queryRequest) {
9081
9610
  return __awaiter(this, void 0, void 0, function* () {
@@ -9158,7 +9687,7 @@ class LogAnalyticsClient {
9158
9687
  * @param RecallArchivedDataRequest
9159
9688
  * @return RecallArchivedDataResponse
9160
9689
  * @throws OciError when an error occurs
9161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
9690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
9162
9691
  */
9163
9692
  recallArchivedData(recallArchivedDataRequest) {
9164
9693
  return __awaiter(this, void 0, void 0, function* () {
@@ -9226,7 +9755,7 @@ class LogAnalyticsClient {
9226
9755
  * @param RegisterLookupRequest
9227
9756
  * @return RegisterLookupResponse
9228
9757
  * @throws OciError when an error occurs
9229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
9758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
9230
9759
  */
9231
9760
  registerLookup(registerLookupRequest) {
9232
9761
  return __awaiter(this, void 0, void 0, function* () {
@@ -9299,7 +9828,7 @@ class LogAnalyticsClient {
9299
9828
  * @param ReleaseRecalledDataRequest
9300
9829
  * @return ReleaseRecalledDataResponse
9301
9830
  * @throws OciError when an error occurs
9302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
9831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
9303
9832
  */
9304
9833
  releaseRecalledData(releaseRecalledDataRequest) {
9305
9834
  return __awaiter(this, void 0, void 0, function* () {
@@ -9366,7 +9895,7 @@ class LogAnalyticsClient {
9366
9895
  * @param RemoveEntityAssociationsRequest
9367
9896
  * @return RemoveEntityAssociationsResponse
9368
9897
  * @throws OciError when an error occurs
9369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
9898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
9370
9899
  */
9371
9900
  removeEntityAssociations(removeEntityAssociationsRequest) {
9372
9901
  return __awaiter(this, void 0, void 0, function* () {
@@ -9425,7 +9954,7 @@ class LogAnalyticsClient {
9425
9954
  * @param RemovePreferencesRequest
9426
9955
  * @return RemovePreferencesResponse
9427
9956
  * @throws OciError when an error occurs
9428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
9957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
9429
9958
  */
9430
9959
  removePreferences(removePreferencesRequest) {
9431
9960
  return __awaiter(this, void 0, void 0, function* () {
@@ -9482,7 +10011,7 @@ class LogAnalyticsClient {
9482
10011
  * @param RemoveResourceCategoriesRequest
9483
10012
  * @return RemoveResourceCategoriesResponse
9484
10013
  * @throws OciError when an error occurs
9485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
10014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
9486
10015
  */
9487
10016
  removeResourceCategories(removeResourceCategoriesRequest) {
9488
10017
  return __awaiter(this, void 0, void 0, function* () {
@@ -9538,7 +10067,7 @@ class LogAnalyticsClient {
9538
10067
  * @param RemoveSourceEventTypesRequest
9539
10068
  * @return RemoveSourceEventTypesResponse
9540
10069
  * @throws OciError when an error occurs
9541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
10070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
9542
10071
  */
9543
10072
  removeSourceEventTypes(removeSourceEventTypesRequest) {
9544
10073
  return __awaiter(this, void 0, void 0, function* () {
@@ -9596,7 +10125,7 @@ class LogAnalyticsClient {
9596
10125
  * @param ResumeScheduledTaskRequest
9597
10126
  * @return ResumeScheduledTaskResponse
9598
10127
  * @throws OciError when an error occurs
9599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
10128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
9600
10129
  */
9601
10130
  resumeScheduledTask(resumeScheduledTaskRequest) {
9602
10131
  return __awaiter(this, void 0, void 0, function* () {
@@ -9664,7 +10193,7 @@ class LogAnalyticsClient {
9664
10193
  * @param RunRequest
9665
10194
  * @return RunResponse
9666
10195
  * @throws OciError when an error occurs
9667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/Run.ts.html |here} to see how to use Run API.
10196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/Run.ts.html |here} to see how to use Run API.
9668
10197
  */
9669
10198
  run(runRequest) {
9670
10199
  return __awaiter(this, void 0, void 0, function* () {
@@ -9726,7 +10255,7 @@ class LogAnalyticsClient {
9726
10255
  * @param SetUnprocessedDataBucketRequest
9727
10256
  * @return SetUnprocessedDataBucketResponse
9728
10257
  * @throws OciError when an error occurs
9729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
10258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
9730
10259
  */
9731
10260
  setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
9732
10261
  return __awaiter(this, void 0, void 0, function* () {
@@ -9787,7 +10316,7 @@ class LogAnalyticsClient {
9787
10316
  * @param SuggestRequest
9788
10317
  * @return SuggestResponse
9789
10318
  * @throws OciError when an error occurs
9790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
10319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
9791
10320
  */
9792
10321
  suggest(suggestRequest) {
9793
10322
  return __awaiter(this, void 0, void 0, function* () {
@@ -9847,7 +10376,7 @@ class LogAnalyticsClient {
9847
10376
  * @param SuppressWarningRequest
9848
10377
  * @return SuppressWarningResponse
9849
10378
  * @throws OciError when an error occurs
9850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
10379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
9851
10380
  */
9852
10381
  suppressWarning(suppressWarningRequest) {
9853
10382
  return __awaiter(this, void 0, void 0, function* () {
@@ -9906,7 +10435,7 @@ class LogAnalyticsClient {
9906
10435
  * @param TestParserRequest
9907
10436
  * @return TestParserResponse
9908
10437
  * @throws OciError when an error occurs
9909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
10438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
9910
10439
  */
9911
10440
  testParser(testParserRequest) {
9912
10441
  return __awaiter(this, void 0, void 0, function* () {
@@ -9970,7 +10499,7 @@ class LogAnalyticsClient {
9970
10499
  * @param UnsuppressWarningRequest
9971
10500
  * @return UnsuppressWarningResponse
9972
10501
  * @throws OciError when an error occurs
9973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
10502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
9974
10503
  */
9975
10504
  unsuppressWarning(unsuppressWarningRequest) {
9976
10505
  return __awaiter(this, void 0, void 0, function* () {
@@ -10022,13 +10551,80 @@ class LogAnalyticsClient {
10022
10551
  }
10023
10552
  });
10024
10553
  }
10554
+ /**
10555
+ * Updates the specified ingest time rule's description, defined tags, and free-form tags.
10556
+ *
10557
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
10558
+ * @param UpdateIngestTimeRuleRequest
10559
+ * @return UpdateIngestTimeRuleResponse
10560
+ * @throws OciError when an error occurs
10561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
10562
+ */
10563
+ updateIngestTimeRule(updateIngestTimeRuleRequest) {
10564
+ return __awaiter(this, void 0, void 0, function* () {
10565
+ if (this.logger)
10566
+ this.logger.debug("Calling operation LogAnalyticsClient#updateIngestTimeRule.");
10567
+ const operationName = "updateIngestTimeRule";
10568
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/IngestTimeRule/UpdateIngestTimeRule";
10569
+ const pathParams = {
10570
+ "{namespaceName}": updateIngestTimeRuleRequest.namespaceName,
10571
+ "{ingestTimeRuleId}": updateIngestTimeRuleRequest.ingestTimeRuleId
10572
+ };
10573
+ const queryParams = {};
10574
+ let headerParams = {
10575
+ "Content-Type": common.Constants.APPLICATION_JSON,
10576
+ "if-match": updateIngestTimeRuleRequest.ifMatch,
10577
+ "opc-request-id": updateIngestTimeRuleRequest.opcRequestId
10578
+ };
10579
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
10580
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateIngestTimeRuleRequest.retryConfiguration, specRetryConfiguration);
10581
+ if (this.logger)
10582
+ retrier.logger = this.logger;
10583
+ const request = yield oci_common_1.composeRequest({
10584
+ baseEndpoint: this._endpoint,
10585
+ defaultHeaders: this._defaultHeaders,
10586
+ path: "/namespaces/{namespaceName}/ingestTimeRules/{ingestTimeRuleId}",
10587
+ method: "PUT",
10588
+ bodyContent: common.ObjectSerializer.serialize(updateIngestTimeRuleRequest.updateIngestTimeRuleDetails, "IngestTimeRule", model.IngestTimeRule.getJsonObj),
10589
+ pathParams: pathParams,
10590
+ headerParams: headerParams,
10591
+ queryParams: queryParams
10592
+ });
10593
+ try {
10594
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
10595
+ const sdkResponse = oci_common_1.composeResponse({
10596
+ responseObject: {},
10597
+ body: yield response.json(),
10598
+ bodyKey: "ingestTimeRule",
10599
+ bodyModel: model.IngestTimeRule,
10600
+ type: "model.IngestTimeRule",
10601
+ responseHeaders: [
10602
+ {
10603
+ value: response.headers.get("etag"),
10604
+ key: "etag",
10605
+ dataType: "string"
10606
+ },
10607
+ {
10608
+ value: response.headers.get("opc-request-id"),
10609
+ key: "opcRequestId",
10610
+ dataType: "string"
10611
+ }
10612
+ ]
10613
+ });
10614
+ return sdkResponse;
10615
+ }
10616
+ catch (err) {
10617
+ throw err;
10618
+ }
10619
+ });
10620
+ }
10025
10621
  /**
10026
10622
  * Update log analytics enterprise manager bridge with the given id.
10027
10623
  * This operation does not retry by default if the user has not defined a retry configuration.
10028
10624
  * @param UpdateLogAnalyticsEmBridgeRequest
10029
10625
  * @return UpdateLogAnalyticsEmBridgeResponse
10030
10626
  * @throws OciError when an error occurs
10031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
10627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
10032
10628
  */
10033
10629
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
10034
10630
  return __awaiter(this, void 0, void 0, function* () {
@@ -10094,7 +10690,7 @@ class LogAnalyticsClient {
10094
10690
  * @param UpdateLogAnalyticsEntityRequest
10095
10691
  * @return UpdateLogAnalyticsEntityResponse
10096
10692
  * @throws OciError when an error occurs
10097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
10693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
10098
10694
  */
10099
10695
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
10100
10696
  return __awaiter(this, void 0, void 0, function* () {
@@ -10160,7 +10756,7 @@ class LogAnalyticsClient {
10160
10756
  * @param UpdateLogAnalyticsEntityTypeRequest
10161
10757
  * @return UpdateLogAnalyticsEntityTypeResponse
10162
10758
  * @throws OciError when an error occurs
10163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
10759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
10164
10760
  */
10165
10761
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
10166
10762
  return __awaiter(this, void 0, void 0, function* () {
@@ -10218,7 +10814,7 @@ class LogAnalyticsClient {
10218
10814
  * @param UpdateLogAnalyticsLogGroupRequest
10219
10815
  * @return UpdateLogAnalyticsLogGroupResponse
10220
10816
  * @throws OciError when an error occurs
10221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
10817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
10222
10818
  */
10223
10819
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
10224
10820
  return __awaiter(this, void 0, void 0, function* () {
@@ -10284,7 +10880,7 @@ class LogAnalyticsClient {
10284
10880
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
10285
10881
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
10286
10882
  * @throws OciError when an error occurs
10287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
10883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
10288
10884
  */
10289
10885
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
10290
10886
  return __awaiter(this, void 0, void 0, function* () {
@@ -10351,7 +10947,7 @@ class LogAnalyticsClient {
10351
10947
  * @param UpdateLookupRequest
10352
10948
  * @return UpdateLookupResponse
10353
10949
  * @throws OciError when an error occurs
10354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
10950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
10355
10951
  */
10356
10952
  updateLookup(updateLookupRequest) {
10357
10953
  return __awaiter(this, void 0, void 0, function* () {
@@ -10419,7 +11015,7 @@ class LogAnalyticsClient {
10419
11015
  * @param UpdateLookupDataRequest
10420
11016
  * @return UpdateLookupDataResponse
10421
11017
  * @throws OciError when an error occurs
10422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
11018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
10423
11019
  */
10424
11020
  updateLookupData(updateLookupDataRequest) {
10425
11021
  return __awaiter(this, void 0, void 0, function* () {
@@ -10487,7 +11083,7 @@ class LogAnalyticsClient {
10487
11083
  * @param UpdatePreferencesRequest
10488
11084
  * @return UpdatePreferencesResponse
10489
11085
  * @throws OciError when an error occurs
10490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
11086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
10491
11087
  */
10492
11088
  updatePreferences(updatePreferencesRequest) {
10493
11089
  return __awaiter(this, void 0, void 0, function* () {
@@ -10544,7 +11140,7 @@ class LogAnalyticsClient {
10544
11140
  * @param UpdateResourceCategoriesRequest
10545
11141
  * @return UpdateResourceCategoriesResponse
10546
11142
  * @throws OciError when an error occurs
10547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
11143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
10548
11144
  */
10549
11145
  updateResourceCategories(updateResourceCategoriesRequest) {
10550
11146
  return __awaiter(this, void 0, void 0, function* () {
@@ -10599,7 +11195,7 @@ class LogAnalyticsClient {
10599
11195
  * @param UpdateScheduledTaskRequest
10600
11196
  * @return UpdateScheduledTaskResponse
10601
11197
  * @throws OciError when an error occurs
10602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
11198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
10603
11199
  */
10604
11200
  updateScheduledTask(updateScheduledTaskRequest) {
10605
11201
  return __awaiter(this, void 0, void 0, function* () {
@@ -10666,7 +11262,7 @@ class LogAnalyticsClient {
10666
11262
  * @param UpdateStorageRequest
10667
11263
  * @return UpdateStorageResponse
10668
11264
  * @throws OciError when an error occurs
10669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
11265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
10670
11266
  */
10671
11267
  updateStorage(updateStorageRequest) {
10672
11268
  return __awaiter(this, void 0, void 0, function* () {
@@ -10732,7 +11328,7 @@ class LogAnalyticsClient {
10732
11328
  * @param UploadLogEventsFileRequest
10733
11329
  * @return UploadLogEventsFileResponse
10734
11330
  * @throws OciError when an error occurs
10735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
11331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
10736
11332
  */
10737
11333
  uploadLogEventsFile(uploadLogEventsFileRequest) {
10738
11334
  return __awaiter(this, void 0, void 0, function* () {
@@ -10805,7 +11401,7 @@ class LogAnalyticsClient {
10805
11401
  * @param UploadLogFileRequest
10806
11402
  * @return UploadLogFileResponse
10807
11403
  * @throws OciError when an error occurs
10808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
11404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
10809
11405
  */
10810
11406
  uploadLogFile(uploadLogFileRequest) {
10811
11407
  return __awaiter(this, void 0, void 0, function* () {
@@ -10891,7 +11487,7 @@ class LogAnalyticsClient {
10891
11487
  * @param UpsertAssociationsRequest
10892
11488
  * @return UpsertAssociationsResponse
10893
11489
  * @throws OciError when an error occurs
10894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
11490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
10895
11491
  */
10896
11492
  upsertAssociations(upsertAssociationsRequest) {
10897
11493
  return __awaiter(this, void 0, void 0, function* () {
@@ -10955,7 +11551,7 @@ class LogAnalyticsClient {
10955
11551
  * @param UpsertFieldRequest
10956
11552
  * @return UpsertFieldResponse
10957
11553
  * @throws OciError when an error occurs
10958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
11554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
10959
11555
  */
10960
11556
  upsertField(upsertFieldRequest) {
10961
11557
  return __awaiter(this, void 0, void 0, function* () {
@@ -11022,7 +11618,7 @@ class LogAnalyticsClient {
11022
11618
  * @param UpsertLabelRequest
11023
11619
  * @return UpsertLabelResponse
11024
11620
  * @throws OciError when an error occurs
11025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
11621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
11026
11622
  */
11027
11623
  upsertLabel(upsertLabelRequest) {
11028
11624
  return __awaiter(this, void 0, void 0, function* () {
@@ -11089,7 +11685,7 @@ class LogAnalyticsClient {
11089
11685
  * @param UpsertParserRequest
11090
11686
  * @return UpsertParserResponse
11091
11687
  * @throws OciError when an error occurs
11092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
11688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
11093
11689
  */
11094
11690
  upsertParser(upsertParserRequest) {
11095
11691
  return __awaiter(this, void 0, void 0, function* () {
@@ -11156,7 +11752,7 @@ class LogAnalyticsClient {
11156
11752
  * @param UpsertSourceRequest
11157
11753
  * @return UpsertSourceResponse
11158
11754
  * @throws OciError when an error occurs
11159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
11755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
11160
11756
  */
11161
11757
  upsertSource(upsertSourceRequest) {
11162
11758
  return __awaiter(this, void 0, void 0, function* () {
@@ -11227,7 +11823,7 @@ class LogAnalyticsClient {
11227
11823
  * @param ValidateAssociationParametersRequest
11228
11824
  * @return ValidateAssociationParametersResponse
11229
11825
  * @throws OciError when an error occurs
11230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
11826
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
11231
11827
  */
11232
11828
  validateAssociationParameters(validateAssociationParametersRequest) {
11233
11829
  return __awaiter(this, void 0, void 0, function* () {
@@ -11297,7 +11893,7 @@ class LogAnalyticsClient {
11297
11893
  * @param ValidateFileRequest
11298
11894
  * @return ValidateFileResponse
11299
11895
  * @throws OciError when an error occurs
11300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
11896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
11301
11897
  */
11302
11898
  validateFile(validateFileRequest) {
11303
11899
  return __awaiter(this, void 0, void 0, function* () {
@@ -11359,7 +11955,7 @@ class LogAnalyticsClient {
11359
11955
  * @param ValidateSourceRequest
11360
11956
  * @return ValidateSourceResponse
11361
11957
  * @throws OciError when an error occurs
11362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
11958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
11363
11959
  */
11364
11960
  validateSource(validateSourceRequest) {
11365
11961
  return __awaiter(this, void 0, void 0, function* () {
@@ -11424,7 +12020,7 @@ class LogAnalyticsClient {
11424
12020
  * @param ValidateSourceExtendedFieldDetailsRequest
11425
12021
  * @return ValidateSourceExtendedFieldDetailsResponse
11426
12022
  * @throws OciError when an error occurs
11427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
12023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
11428
12024
  */
11429
12025
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
11430
12026
  return __awaiter(this, void 0, void 0, function* () {
@@ -11484,7 +12080,7 @@ class LogAnalyticsClient {
11484
12080
  * @param ValidateSourceMappingRequest
11485
12081
  * @return ValidateSourceMappingResponse
11486
12082
  * @throws OciError when an error occurs
11487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
12083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
11488
12084
  */
11489
12085
  validateSourceMapping(validateSourceMappingRequest) {
11490
12086
  return __awaiter(this, void 0, void 0, function* () {
@@ -11550,7 +12146,7 @@ class LogAnalyticsClient {
11550
12146
  * @param VerifyRequest
11551
12147
  * @return VerifyResponse
11552
12148
  * @throws OciError when an error occurs
11553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
12149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
11554
12150
  */
11555
12151
  verify(verifyRequest) {
11556
12152
  return __awaiter(this, void 0, void 0, function* () {