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
@@ -0,0 +1,101 @@
1
+ /**
2
+ * LogAnalytics API
3
+ * The LogAnalytics API for the LogAnalytics service.
4
+
5
+ * OpenAPI spec version: 20200601
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Summary of an ingest time rule.
17
+ *
18
+ */
19
+ export interface IngestTimeRuleSummary {
20
+ /**
21
+ * The log analytics entity OCID. This ID is a reference used by log analytics features and it represents
22
+ * a resource that is provisioned and managed by the customer on their premises or on the cloud.
23
+ *
24
+ */
25
+ "id": string;
26
+ /**
27
+ * Description for this resource.
28
+ *
29
+ */
30
+ "description"?: string;
31
+ /**
32
+ * Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
33
+ */
34
+ "compartmentId": string;
35
+ /**
36
+ * The date and time the resource was created, in the format defined by RFC3339.
37
+ *
38
+ */
39
+ "timeCreated"?: Date;
40
+ /**
41
+ * The date and time the resource was last updated, in the format defined by RFC3339.
42
+ *
43
+ */
44
+ "timeUpdated"?: Date;
45
+ /**
46
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
47
+ * Example: `{\"bar-key\": \"value\"}`
48
+ *
49
+ */
50
+ "freeformTags"?: {
51
+ [key: string]: string;
52
+ };
53
+ /**
54
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
55
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
56
+ *
57
+ */
58
+ "definedTags"?: {
59
+ [key: string]: {
60
+ [key: string]: any;
61
+ };
62
+ };
63
+ /**
64
+ * The current state of the ingest time rule.
65
+ *
66
+ */
67
+ "lifecycleState"?: model.ConfigLifecycleState;
68
+ /**
69
+ * The ingest time rule display name.
70
+ */
71
+ "displayName": string;
72
+ /**
73
+ * A flag indicating whether or not the ingest time rule is enabled.
74
+ */
75
+ "isEnabled"?: boolean;
76
+ /**
77
+ * The ingest time rule condition kind.
78
+ *
79
+ */
80
+ "conditionKind"?: IngestTimeRuleSummary.ConditionKind;
81
+ /**
82
+ * The ingest time rule condition field name.
83
+ */
84
+ "fieldName"?: string;
85
+ /**
86
+ * The ingest time rule condition field value.
87
+ */
88
+ "fieldValue"?: string;
89
+ }
90
+ export declare namespace IngestTimeRuleSummary {
91
+ enum ConditionKind {
92
+ Field = "FIELD",
93
+ /**
94
+ * This value is used if a service returns a value for this enum that is not recognized by this
95
+ * version of the SDK.
96
+ */
97
+ UnknownValue = "UNKNOWN_VALUE"
98
+ }
99
+ function getJsonObj(obj: IngestTimeRuleSummary): object;
100
+ function getDeserializedJsonObj(obj: IngestTimeRuleSummary): object;
101
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * LogAnalytics API
4
+ * The LogAnalytics API for the LogAnalytics service.
5
+
6
+ * OpenAPI spec version: 20200601
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.IngestTimeRuleSummary = void 0;
17
+ var IngestTimeRuleSummary;
18
+ (function (IngestTimeRuleSummary) {
19
+ let ConditionKind;
20
+ (function (ConditionKind) {
21
+ ConditionKind["Field"] = "FIELD";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ ConditionKind["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(ConditionKind = IngestTimeRuleSummary.ConditionKind || (IngestTimeRuleSummary.ConditionKind = {}));
28
+ function getJsonObj(obj) {
29
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
30
+ return jsonObj;
31
+ }
32
+ IngestTimeRuleSummary.getJsonObj = getJsonObj;
33
+ function getDeserializedJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ IngestTimeRuleSummary.getDeserializedJsonObj = getDeserializedJsonObj;
38
+ })(IngestTimeRuleSummary = exports.IngestTimeRuleSummary || (exports.IngestTimeRuleSummary = {}));
39
+ //# sourceMappingURL=ingest-time-rule-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ingest-time-rule-summary.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2EH,IAAiB,qBAAqB,CAoBrC;AApBD,WAAiB,qBAAqB;IACpC,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,gCAAe,CAAA;QACf;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,mCAAa,KAAb,mCAAa,QAOxB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EApBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAoBrC"}
@@ -0,0 +1,86 @@
1
+ /**
2
+ * LogAnalytics API
3
+ * The LogAnalytics API for the LogAnalytics service.
4
+
5
+ * OpenAPI spec version: 20200601
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * An ingest time rule object.
17
+ *
18
+ */
19
+ export interface IngestTimeRule {
20
+ /**
21
+ * The log analytics entity OCID. This ID is a reference used by log analytics features and it represents
22
+ * a resource that is provisioned and managed by the customer on their premises or on the cloud.
23
+ *
24
+ */
25
+ "id": string;
26
+ /**
27
+ * Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
28
+ */
29
+ "compartmentId": string;
30
+ /**
31
+ * Description for this resource.
32
+ *
33
+ */
34
+ "description"?: string;
35
+ /**
36
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
37
+ * Example: `{\"bar-key\": \"value\"}`
38
+ *
39
+ */
40
+ "freeformTags"?: {
41
+ [key: string]: string;
42
+ };
43
+ /**
44
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
45
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
46
+ *
47
+ */
48
+ "definedTags"?: {
49
+ [key: string]: {
50
+ [key: string]: any;
51
+ };
52
+ };
53
+ /**
54
+ * The date and time the resource was created, in the format defined by RFC3339.
55
+ *
56
+ */
57
+ "timeCreated"?: Date;
58
+ /**
59
+ * The date and time the resource was last updated, in the format defined by RFC3339.
60
+ *
61
+ */
62
+ "timeUpdated"?: Date;
63
+ /**
64
+ * The current state of the ingest time rule.
65
+ *
66
+ */
67
+ "lifecycleState"?: model.ConfigLifecycleState;
68
+ /**
69
+ * The ingest time rule display name.
70
+ */
71
+ "displayName": string;
72
+ /**
73
+ * A flag indicating whether or not the ingest time rule is enabled.
74
+ */
75
+ "isEnabled"?: boolean;
76
+ "conditions"?: model.IngestTimeRuleFieldCondition;
77
+ /**
78
+ * The action(s) to be performed if the ingest time rule condition(s) are satisfied.
79
+ *
80
+ */
81
+ "actions"?: Array<model.IngestTimeRuleAction>;
82
+ }
83
+ export declare namespace IngestTimeRule {
84
+ function getJsonObj(obj: IngestTimeRule): object;
85
+ function getDeserializedJsonObj(obj: IngestTimeRule): object;
86
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * LogAnalytics API
4
+ * The LogAnalytics API for the LogAnalytics service.
5
+
6
+ * OpenAPI spec version: 20200601
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.IngestTimeRule = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var IngestTimeRule;
38
+ (function (IngestTimeRule) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "conditions": obj.conditions
42
+ ? model.IngestTimeRuleCondition.getJsonObj(obj.conditions)
43
+ : undefined,
44
+ "actions": obj.actions
45
+ ? obj.actions.map(item => {
46
+ return model.IngestTimeRuleAction.getJsonObj(item);
47
+ })
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ IngestTimeRule.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {
55
+ "conditions": obj.conditions
56
+ ? model.IngestTimeRuleCondition.getDeserializedJsonObj(obj.conditions)
57
+ : undefined,
58
+ "actions": obj.actions
59
+ ? obj.actions.map(item => {
60
+ return model.IngestTimeRuleAction.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ IngestTimeRule.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(IngestTimeRule = exports.IngestTimeRule || (exports.IngestTimeRule = {}));
68
+ //# sourceMappingURL=ingest-time-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ingest-time-rule.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/ingest-time-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkElC,IAAiB,cAAc,CAmC9B;AAnCD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC1D,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,yBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACtE,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,qCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAmC9B"}
@@ -24,10 +24,7 @@ export interface LogAnalyticsConfigWorkRequestSummary {
24
24
  */
25
25
  "compartmentId"?: string;
26
26
  /**
27
- * The operation type. There are two classes of operations, association operations and
28
- * lookup operations. Associations may be created or deleted, and lookup operations include
29
- * append, update and delete.
30
- *
27
+ * The operation type
31
28
  */
32
29
  "operationType"?: LogAnalyticsConfigWorkRequestSummary.OperationType;
33
30
  /**
@@ -56,6 +53,8 @@ export declare namespace LogAnalyticsConfigWorkRequestSummary {
56
53
  AppendLookupData = "APPEND_LOOKUP_DATA",
57
54
  UpdateLookupData = "UPDATE_LOOKUP_DATA",
58
55
  DeleteLookup = "DELETE_LOOKUP",
56
+ EnableIngestTimeRule = "ENABLE_INGEST_TIME_RULE",
57
+ DisableIngestTimeRule = "DISABLE_INGEST_TIME_RULE",
59
58
  /**
60
59
  * This value is used if a service returns a value for this enum that is not recognized by this
61
60
  * version of the SDK.
@@ -23,6 +23,8 @@ var LogAnalyticsConfigWorkRequestSummary;
23
23
  OperationType["AppendLookupData"] = "APPEND_LOOKUP_DATA";
24
24
  OperationType["UpdateLookupData"] = "UPDATE_LOOKUP_DATA";
25
25
  OperationType["DeleteLookup"] = "DELETE_LOOKUP";
26
+ OperationType["EnableIngestTimeRule"] = "ENABLE_INGEST_TIME_RULE";
27
+ OperationType["DisableIngestTimeRule"] = "DISABLE_INGEST_TIME_RULE";
26
28
  /**
27
29
  * This value is used if a service returns a value for this enum that is not recognized by this
28
30
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"log-analytics-config-work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/log-analytics-config-work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA4CH,IAAiB,oCAAoC,CAoCpD;AApCD,WAAiB,oCAAoC;IACnD,IAAY,aAWX;IAXD,WAAY,aAAa;QACvB,2DAA0C,CAAA;QAC1C,2DAA0C,CAAA;QAC1C,wDAAuC,CAAA;QACvC,wDAAuC,CAAA;QACvC,+CAA8B,CAAA;QAC9B;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAXW,aAAa,GAAb,kDAAa,KAAb,kDAAa,QAWxB;IAED,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,mDAAc,KAAd,mDAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EApCgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAoCpD"}
1
+ {"version":3,"file":"log-analytics-config-work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/log-analytics-config-work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAyCH,IAAiB,oCAAoC,CAsCpD;AAtCD,WAAiB,oCAAoC;IACnD,IAAY,aAaX;IAbD,WAAY,aAAa;QACvB,2DAA0C,CAAA;QAC1C,2DAA0C,CAAA;QAC1C,wDAAuC,CAAA;QACvC,wDAAuC,CAAA;QACvC,+CAA8B,CAAA;QAC9B,iEAAgD,CAAA;QAChD,mEAAkD,CAAA;QAClD;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAbW,aAAa,GAAb,kDAAa,KAAb,kDAAa,QAaxB;IAED,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,mDAAc,KAAd,mDAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAtCgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAsCpD"}
@@ -25,10 +25,7 @@ export interface LogAnalyticsConfigWorkRequest {
25
25
  */
26
26
  "compartmentId"?: string;
27
27
  /**
28
- * The operation type. There are two classes of operations, association operations and
29
- * lookup operations. Associations may be created or deleted, and lookup operations include
30
- * append, update and delete.
31
- *
28
+ * The operation type
32
29
  */
33
30
  "operationType"?: LogAnalyticsConfigWorkRequest.OperationType;
34
31
  /**
@@ -65,6 +62,8 @@ export declare namespace LogAnalyticsConfigWorkRequest {
65
62
  AppendLookupData = "APPEND_LOOKUP_DATA",
66
63
  UpdateLookupData = "UPDATE_LOOKUP_DATA",
67
64
  DeleteLookup = "DELETE_LOOKUP",
65
+ EnableIngestTimeRule = "ENABLE_INGEST_TIME_RULE",
66
+ DisableIngestTimeRule = "DISABLE_INGEST_TIME_RULE",
68
67
  /**
69
68
  * This value is used if a service returns a value for this enum that is not recognized by this
70
69
  * version of the SDK.
@@ -43,6 +43,8 @@ var LogAnalyticsConfigWorkRequest;
43
43
  OperationType["AppendLookupData"] = "APPEND_LOOKUP_DATA";
44
44
  OperationType["UpdateLookupData"] = "UPDATE_LOOKUP_DATA";
45
45
  OperationType["DeleteLookup"] = "DELETE_LOOKUP";
46
+ OperationType["EnableIngestTimeRule"] = "ENABLE_INGEST_TIME_RULE";
47
+ OperationType["DisableIngestTimeRule"] = "DISABLE_INGEST_TIME_RULE";
46
48
  /**
47
49
  * This value is used if a service returns a value for this enum that is not recognized by this
48
50
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"log-analytics-config-work-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/log-analytics-config-work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,6BAA6B,CAsD7C;AAtDD,WAAiB,6BAA6B;IAC5C,IAAY,aAWX;IAXD,WAAY,aAAa;QACvB,2DAA0C,CAAA;QAC1C,2DAA0C,CAAA;QAC1C,wDAAuC,CAAA;QACvC,wDAAuC,CAAA;QACvC,+CAA8B,CAAA;QAC9B;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAXW,aAAa,GAAb,2CAAa,KAAb,2CAAa,QAWxB;IAED,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,oCAAoC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EAtDgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAsD7C"}
1
+ {"version":3,"file":"log-analytics-config-work-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/log-analytics-config-work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ClC,IAAiB,6BAA6B,CAwD7C;AAxDD,WAAiB,6BAA6B;IAC5C,IAAY,aAaX;IAbD,WAAY,aAAa;QACvB,2DAA0C,CAAA;QAC1C,2DAA0C,CAAA;QAC1C,wDAAuC,CAAA;QACvC,wDAAuC,CAAA;QACvC,+CAA8B,CAAA;QAC9B,iEAAgD,CAAA;QAChD,mEAAkD,CAAA;QAClD;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAbW,aAAa,GAAb,2CAAa,KAAb,2CAAa,QAaxB;IAED,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,oCAAoC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EAxDgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAwD7C"}
@@ -82,6 +82,31 @@ export interface LogAnalyticsObjectCollectionRule {
82
82
  *
83
83
  */
84
84
  "charEncoding"?: string;
85
+ /**
86
+ * Timezone to be used when processing log entries whose timestamps do not include an explicit timezone.
87
+ * When this property is not specified, the timezone of the entity specified is used.
88
+ * If the entity is also not specified or do not have a valid timezone then UTC is used.
89
+ *
90
+ */
91
+ "timezone"?: string;
92
+ /**
93
+ * The logSet to be associated with the processed logs. The logSet feature can be used by customers with high volume of data
94
+ * and this feature has to be enabled for a given tenancy prior to its usage.
95
+ * When logSetExtRegex value is provided, it will take precedence over this logSet value and logSet will be computed dynamically
96
+ * using logSetKey and logSetExtRegex.
97
+ *
98
+ */
99
+ "logSet"?: string;
100
+ /**
101
+ * An optional parameter to indicate from where the logSet to be extracted using logSetExtRegex. Default value is OBJECT_PATH (e.g. /n/<namespace>/b/<bucketname>/o/<objectname>).
102
+ *
103
+ */
104
+ "logSetKey"?: model.LogSetKeyTypes;
105
+ /**
106
+ * The regex to be applied against given logSetKey. Regex has to be in string escaped format.
107
+ *
108
+ */
109
+ "logSetExtRegex"?: string;
85
110
  /**
86
111
  * Use this to override some property values which are defined at bucket level to the scope of object.
87
112
  * Supported propeties for override are: logSourceName, charEncoding, entityId.
@@ -1 +1 @@
1
- {"version":3,"file":"log-analytics-object-collection-rule.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/log-analytics-object-collection-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA6HH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
1
+ {"version":3,"file":"log-analytics-object-collection-rule.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/log-analytics-object-collection-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsJH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * LogAnalytics API
3
+ * The LogAnalytics API for the LogAnalytics service.
4
+
5
+ * OpenAPI spec version: 20200601
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Allowed values for logSetKey.
16
+ *
17
+ **/
18
+ export declare enum LogSetKeyTypes {
19
+ ObjectPath = "OBJECT_PATH",
20
+ /**
21
+ * This value is used if a service returns a value for this enum that is not recognized by this
22
+ * version of the SDK.
23
+ */
24
+ UnknownValue = "UNKNOWN_VALUE"
25
+ }
26
+ export declare namespace LogSetKeyTypes {
27
+ function getJsonObj(obj: LogSetKeyTypes): LogSetKeyTypes;
28
+ function getDeserializedJsonObj(obj: LogSetKeyTypes): LogSetKeyTypes;
29
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ /**
3
+ * LogAnalytics API
4
+ * The LogAnalytics API for the LogAnalytics service.
5
+
6
+ * OpenAPI spec version: 20200601
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.LogSetKeyTypes = void 0;
17
+ /**
18
+ * Allowed values for logSetKey.
19
+ *
20
+ **/
21
+ var LogSetKeyTypes;
22
+ (function (LogSetKeyTypes) {
23
+ LogSetKeyTypes["ObjectPath"] = "OBJECT_PATH";
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ LogSetKeyTypes["UnknownValue"] = "UNKNOWN_VALUE";
29
+ })(LogSetKeyTypes = exports.LogSetKeyTypes || (exports.LogSetKeyTypes = {}));
30
+ (function (LogSetKeyTypes) {
31
+ function getJsonObj(obj) {
32
+ return obj;
33
+ }
34
+ LogSetKeyTypes.getJsonObj = getJsonObj;
35
+ function getDeserializedJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ LogSetKeyTypes.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(LogSetKeyTypes = exports.LogSetKeyTypes || (exports.LogSetKeyTypes = {}));
40
+ //# sourceMappingURL=log-set-key-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"log-set-key-types.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/log-set-key-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,cAQX;AARD,WAAY,cAAc;IACxB,4CAA0B,CAAA;IAE1B;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EARW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAQzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * LogAnalytics API
3
+ * The LogAnalytics API for the LogAnalytics service.
4
+
5
+ * OpenAPI spec version: 20200601
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Command descriptor for querylanguage MODULE command.
17
+ *
18
+ */
19
+ export interface ModuleCommandDescriptor extends model.AbstractCommandDescriptor {
20
+ "name": string;
21
+ }
22
+ export declare namespace ModuleCommandDescriptor {
23
+ function getJsonObj(obj: ModuleCommandDescriptor, isParentJsonObj?: boolean): object;
24
+ const name = "MODULE";
25
+ function getDeserializedJsonObj(obj: ModuleCommandDescriptor, isParentJsonObj?: boolean): object;
26
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * LogAnalytics API
4
+ * The LogAnalytics API for the LogAnalytics service.
5
+
6
+ * OpenAPI spec version: 20200601
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.ModuleCommandDescriptor = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var ModuleCommandDescriptor;
38
+ (function (ModuleCommandDescriptor) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.AbstractCommandDescriptor.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ ModuleCommandDescriptor.getJsonObj = getJsonObj;
46
+ ModuleCommandDescriptor.name = "MODULE";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.AbstractCommandDescriptor.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ ModuleCommandDescriptor.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(ModuleCommandDescriptor = exports.ModuleCommandDescriptor || (exports.ModuleCommandDescriptor = {}));
55
+ //# sourceMappingURL=module-command-descriptor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-command-descriptor.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/module-command-descriptor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAU,aASzB,CAAA;IACY,4BAAI,GAAG,QAAQ,CAAC;IAC7B,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
@@ -33,6 +33,14 @@ export interface RecallArchivedDataDetails {
33
33
  * This is the type of the log data to be recalled
34
34
  */
35
35
  "dataType"?: model.StorageDataType;
36
+ /**
37
+ * This is a list of comma-separated log sets that recalled data belongs to.
38
+ */
39
+ "logSets"?: string;
40
+ /**
41
+ * This is the query that identifies the recalled data.
42
+ */
43
+ "query"?: string;
36
44
  }
37
45
  export declare namespace RecallArchivedDataDetails {
38
46
  function getJsonObj(obj: RecallArchivedDataDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"recall-archived-data-details.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/recall-archived-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA4BH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
1
+ {"version":3,"file":"recall-archived-data-details.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/recall-archived-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAoCH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * LogAnalytics API
3
+ * The LogAnalytics API for the LogAnalytics service.
4
+
5
+ * OpenAPI spec version: 20200601
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Logging Analytics rule kinds. Supported values are INGEST_TIME and SAVED_SEARCH.
16
+ *
17
+ **/
18
+ export declare enum RuleKind {
19
+ IngestTime = "INGEST_TIME",
20
+ SavedSearch = "SAVED_SEARCH",
21
+ /**
22
+ * This value is used if a service returns a value for this enum that is not recognized by this
23
+ * version of the SDK.
24
+ */
25
+ UnknownValue = "UNKNOWN_VALUE"
26
+ }
27
+ export declare namespace RuleKind {
28
+ function getJsonObj(obj: RuleKind): RuleKind;
29
+ function getDeserializedJsonObj(obj: RuleKind): RuleKind;
30
+ }