oci-loganalytics 2.5.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +383 -159
  3. package/lib/client.js +1018 -325
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/abstract-column.d.ts +5 -0
  6. package/lib/model/abstract-column.js.map +1 -1
  7. package/lib/model/abstract-command-descriptor.js +4 -0
  8. package/lib/model/abstract-command-descriptor.js.map +1 -1
  9. package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +7 -0
  10. package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
  11. package/lib/model/extract-log-header-results.d.ts +4 -0
  12. package/lib/model/extract-log-header-results.js.map +1 -1
  13. package/lib/model/geo-stats-command-descriptor.d.ts +51 -0
  14. package/lib/model/geo-stats-command-descriptor.js +88 -0
  15. package/lib/model/geo-stats-command-descriptor.js.map +1 -0
  16. package/lib/model/highlight-groups-command-descriptor.d.ts +5 -0
  17. package/lib/model/highlight-groups-command-descriptor.js.map +1 -1
  18. package/lib/model/index.d.ts +12 -0
  19. package/lib/model/index.js +17 -5
  20. package/lib/model/index.js.map +1 -1
  21. package/lib/model/log-analytics-object-collection-rule-summary.d.ts +7 -0
  22. package/lib/model/log-analytics-object-collection-rule-summary.js.map +1 -1
  23. package/lib/model/log-analytics-object-collection-rule.d.ts +7 -0
  24. package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
  25. package/lib/model/log-analytics-parser-summary.d.ts +5 -0
  26. package/lib/model/log-analytics-parser-summary.js.map +1 -1
  27. package/lib/model/log-analytics-parser.d.ts +5 -0
  28. package/lib/model/log-analytics-parser.js.map +1 -1
  29. package/lib/model/log-analytics-preference-collection.d.ts +27 -0
  30. package/lib/model/log-analytics-preference-collection.js +62 -0
  31. package/lib/model/log-analytics-preference-collection.js.map +1 -0
  32. package/lib/model/log-analytics-preference-details.d.ts +27 -0
  33. package/lib/model/log-analytics-preference-details.js +62 -0
  34. package/lib/model/log-analytics-preference-details.js.map +1 -0
  35. package/lib/model/log-analytics-preference.d.ts +30 -0
  36. package/lib/model/log-analytics-preference.js +30 -0
  37. package/lib/model/log-analytics-preference.js.map +1 -0
  38. package/lib/model/log-analytics-source-function.d.ts +4 -0
  39. package/lib/model/log-analytics-source-function.js.map +1 -1
  40. package/lib/model/log-sets-count.d.ts +27 -0
  41. package/lib/model/log-sets-count.js +30 -0
  42. package/lib/model/log-sets-count.js.map +1 -0
  43. package/lib/model/test-parser-payload-details.d.ts +5 -0
  44. package/lib/model/test-parser-payload-details.js.map +1 -1
  45. package/lib/model/unprocessed-data-bucket.d.ts +44 -0
  46. package/lib/model/unprocessed-data-bucket.js +30 -0
  47. package/lib/model/unprocessed-data-bucket.js.map +1 -0
  48. package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +7 -0
  49. package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
  50. package/lib/model/upsert-log-analytics-parser-details.d.ts +5 -0
  51. package/lib/model/upsert-log-analytics-parser-details.js.map +1 -1
  52. package/lib/request/add-entity-association-request.d.ts +1 -1
  53. package/lib/request/add-source-event-types-request.d.ts +1 -1
  54. package/lib/request/append-lookup-data-request.d.ts +8 -1
  55. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  56. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  57. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  58. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  59. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  60. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  61. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  62. package/lib/request/clean-request.d.ts +1 -1
  63. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  64. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  65. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  66. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  67. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  68. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  69. package/lib/request/delete-associations-request.d.ts +1 -1
  70. package/lib/request/delete-field-request.d.ts +1 -1
  71. package/lib/request/delete-label-request.d.ts +1 -1
  72. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  73. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  74. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  75. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  76. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  77. package/lib/request/delete-lookup-request.d.ts +1 -1
  78. package/lib/request/delete-parser-request.d.ts +1 -1
  79. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  80. package/lib/request/delete-source-request.d.ts +1 -1
  81. package/lib/request/delete-upload-file-request.d.ts +1 -1
  82. package/lib/request/delete-upload-request.d.ts +1 -1
  83. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  84. package/lib/request/disable-archiving-request.d.ts +1 -1
  85. package/lib/request/disable-auto-association-request.d.ts +1 -1
  86. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  87. package/lib/request/enable-archiving-request.d.ts +1 -1
  88. package/lib/request/enable-auto-association-request.d.ts +1 -1
  89. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  90. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  91. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  92. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  93. package/lib/request/export-custom-content-request.d.ts +1 -1
  94. package/lib/request/export-query-result-request.d.ts +1 -1
  95. package/lib/request/extract-structured-log-field-paths-request.d.ts +4 -3
  96. package/lib/request/extract-structured-log-field-paths-request.js +1 -0
  97. package/lib/request/extract-structured-log-field-paths-request.js.map +1 -1
  98. package/lib/request/extract-structured-log-header-paths-request.d.ts +4 -3
  99. package/lib/request/extract-structured-log-header-paths-request.js +1 -0
  100. package/lib/request/extract-structured-log-header-paths-request.js.map +1 -1
  101. package/lib/request/filter-request.d.ts +1 -1
  102. package/lib/request/get-association-summary-request.d.ts +1 -1
  103. package/lib/request/get-column-names-request.d.ts +1 -1
  104. package/lib/request/get-config-work-request-request.d.ts +1 -1
  105. package/lib/request/get-field-request.d.ts +1 -1
  106. package/lib/request/get-fields-summary-request.d.ts +1 -1
  107. package/lib/request/get-label-request.d.ts +1 -1
  108. package/lib/request/get-label-summary-request.d.ts +1 -1
  109. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  110. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  111. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  112. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  113. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  114. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  115. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  116. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  117. package/lib/request/get-log-sets-count-request.d.ts +27 -0
  118. package/lib/request/get-log-sets-count-request.js +15 -0
  119. package/lib/request/get-log-sets-count-request.js.map +1 -0
  120. package/lib/request/get-lookup-request.d.ts +1 -1
  121. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  122. package/lib/request/get-namespace-request.d.ts +1 -1
  123. package/lib/request/get-parser-request.d.ts +1 -1
  124. package/lib/request/get-parser-summary-request.d.ts +1 -1
  125. package/lib/request/get-preferences-request.d.ts +53 -0
  126. package/lib/request/get-preferences-request.js +28 -0
  127. package/lib/request/get-preferences-request.js.map +1 -0
  128. package/lib/request/get-query-result-request.d.ts +1 -1
  129. package/lib/request/get-query-work-request-request.d.ts +1 -1
  130. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  131. package/lib/request/get-source-request.d.ts +1 -1
  132. package/lib/request/get-source-summary-request.d.ts +1 -1
  133. package/lib/request/get-storage-request.d.ts +1 -1
  134. package/lib/request/get-storage-usage-request.d.ts +1 -1
  135. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  136. package/lib/request/get-unprocessed-data-bucket-request.d.ts +27 -0
  137. package/lib/request/get-unprocessed-data-bucket-request.js +15 -0
  138. package/lib/request/get-unprocessed-data-bucket-request.js.map +1 -0
  139. package/lib/request/get-upload-request.d.ts +1 -1
  140. package/lib/request/get-work-request-request.d.ts +1 -1
  141. package/lib/request/import-custom-content-request.d.ts +8 -1
  142. package/lib/request/index.d.ts +12 -0
  143. package/lib/request/index.js +3 -1
  144. package/lib/request/index.js.map +1 -1
  145. package/lib/request/list-associable-entities-request.d.ts +1 -1
  146. package/lib/request/list-associated-entities-request.d.ts +1 -1
  147. package/lib/request/list-auto-associations-request.d.ts +1 -1
  148. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  149. package/lib/request/list-entity-associations-request.d.ts +1 -1
  150. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  151. package/lib/request/list-fields-request.d.ts +1 -1
  152. package/lib/request/list-label-priorities-request.d.ts +1 -1
  153. package/lib/request/list-label-source-details-request.d.ts +1 -1
  154. package/lib/request/list-labels-request.d.ts +1 -1
  155. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  156. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  157. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  158. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  159. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  160. package/lib/request/list-log-sets-request.d.ts +6 -1
  161. package/lib/request/list-log-sets-request.js.map +1 -1
  162. package/lib/request/list-lookups-request.d.ts +1 -1
  163. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  164. package/lib/request/list-namespaces-request.d.ts +1 -1
  165. package/lib/request/list-parser-functions-request.d.ts +1 -1
  166. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  167. package/lib/request/list-parsers-request.d.ts +1 -1
  168. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  169. package/lib/request/list-recalled-data-request.d.ts +1 -1
  170. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  171. package/lib/request/list-source-associations-request.d.ts +1 -1
  172. package/lib/request/list-source-event-types-request.d.ts +1 -1
  173. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  174. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  175. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  176. package/lib/request/list-source-patterns-request.d.ts +1 -1
  177. package/lib/request/list-sources-request.d.ts +1 -1
  178. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  179. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  180. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  181. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  182. package/lib/request/list-upload-files-request.d.ts +1 -1
  183. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  184. package/lib/request/list-uploads-request.d.ts +1 -1
  185. package/lib/request/list-warnings-request.d.ts +1 -1
  186. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  187. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  188. package/lib/request/list-work-requests-request.d.ts +1 -1
  189. package/lib/request/offboard-namespace-request.d.ts +1 -1
  190. package/lib/request/onboard-namespace-request.d.ts +1 -1
  191. package/lib/request/parse-query-request.d.ts +1 -1
  192. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  193. package/lib/request/purge-storage-data-request.d.ts +1 -1
  194. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  195. package/lib/request/query-request.d.ts +1 -1
  196. package/lib/request/recall-archived-data-request.d.ts +1 -1
  197. package/lib/request/register-lookup-request.d.ts +8 -1
  198. package/lib/request/register-lookup-request.js.map +1 -1
  199. package/lib/request/release-recalled-data-request.d.ts +1 -1
  200. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  201. package/lib/request/remove-preferences-request.d.ts +41 -0
  202. package/lib/request/remove-preferences-request.js +15 -0
  203. package/lib/request/remove-preferences-request.js.map +1 -0
  204. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  205. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  206. package/lib/request/run-request.d.ts +1 -1
  207. package/lib/request/set-unprocessed-data-bucket-request.d.ts +37 -0
  208. package/lib/request/set-unprocessed-data-bucket-request.js +15 -0
  209. package/lib/request/set-unprocessed-data-bucket-request.js.map +1 -0
  210. package/lib/request/suggest-request.d.ts +1 -1
  211. package/lib/request/suppress-warning-request.d.ts +1 -1
  212. package/lib/request/test-parser-request.d.ts +1 -1
  213. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  214. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  215. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  216. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  217. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  218. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  219. package/lib/request/update-lookup-data-request.d.ts +8 -1
  220. package/lib/request/update-lookup-request.d.ts +1 -1
  221. package/lib/request/update-preferences-request.d.ts +41 -0
  222. package/lib/request/update-preferences-request.js +15 -0
  223. package/lib/request/update-preferences-request.js.map +1 -0
  224. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  225. package/lib/request/update-storage-request.d.ts +1 -1
  226. package/lib/request/upload-log-events-file-request.d.ts +8 -1
  227. package/lib/request/upload-log-file-request.d.ts +8 -1
  228. package/lib/request/upsert-associations-request.d.ts +1 -1
  229. package/lib/request/upsert-field-request.d.ts +1 -1
  230. package/lib/request/upsert-label-request.d.ts +1 -1
  231. package/lib/request/upsert-parser-request.d.ts +1 -1
  232. package/lib/request/upsert-source-request.d.ts +1 -1
  233. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  234. package/lib/request/validate-file-request.d.ts +1 -1
  235. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  236. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  237. package/lib/request/validate-source-request.d.ts +1 -1
  238. package/lib/response/get-log-sets-count-response.d.ts +24 -0
  239. package/lib/response/get-log-sets-count-response.js +15 -0
  240. package/lib/response/get-log-sets-count-response.js.map +1 -0
  241. package/lib/response/get-preferences-response.d.ts +38 -0
  242. package/lib/response/get-preferences-response.js +15 -0
  243. package/lib/response/get-preferences-response.js.map +1 -0
  244. package/lib/response/get-unprocessed-data-bucket-response.d.ts +24 -0
  245. package/lib/response/get-unprocessed-data-bucket-response.js +15 -0
  246. package/lib/response/get-unprocessed-data-bucket-response.js.map +1 -0
  247. package/lib/response/index.d.ts +12 -0
  248. package/lib/response/remove-preferences-response.d.ts +19 -0
  249. package/lib/response/remove-preferences-response.js +15 -0
  250. package/lib/response/remove-preferences-response.js.map +1 -0
  251. package/lib/response/set-unprocessed-data-bucket-response.d.ts +24 -0
  252. package/lib/response/set-unprocessed-data-bucket-response.js +15 -0
  253. package/lib/response/set-unprocessed-data-bucket-response.js.map +1 -0
  254. package/lib/response/update-preferences-response.d.ts +19 -0
  255. package/lib/response/update-preferences-response.js +15 -0
  256. package/lib/response/update-preferences-response.js.map +1 -0
  257. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -17,6 +17,9 @@ import * as responses from "./response";
17
17
  import { LogAnalyticsWaiter } from "./loganalytics-waiter";
18
18
  export declare enum LogAnalyticsApiKeys {
19
19
  }
20
+ /**
21
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
22
+ */
20
23
  export declare class LogAnalyticsClient {
21
24
  protected static serviceEndpointTemplate: string;
22
25
  protected "_endpoint": string;
@@ -66,289 +69,322 @@ export declare class LogAnalyticsClient {
66
69
  getWaiters(): LogAnalyticsWaiter;
67
70
  /**
68
71
  * Adds association between input source log analytics entity and one or more existing destination entities.
72
+ * This operation does not retry by default if the user has not defined a retry configuration.
69
73
  * @param AddEntityAssociationRequest
70
74
  * @return AddEntityAssociationResponse
71
75
  * @throws OciError when an error occurs
72
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
73
77
  */
74
78
  addEntityAssociation(addEntityAssociationRequest: requests.AddEntityAssociationRequest): Promise<responses.AddEntityAssociationResponse>;
75
79
  /**
76
80
  * Add one or more event types to a source. An event type and version can be enabled only on one source.
77
81
  *
82
+ * This operation does not retry by default if the user has not defined a retry configuration.
78
83
  * @param AddSourceEventTypesRequest
79
84
  * @return AddSourceEventTypesResponse
80
85
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
82
87
  */
83
88
  addSourceEventTypes(addSourceEventTypesRequest: requests.AddSourceEventTypesRequest): Promise<responses.AddSourceEventTypesResponse>;
84
89
  /**
85
90
  * Appends data to the lookup content. The csv file containing the content to be appended is passed in as binary data in the request.
86
91
  *
92
+ * This operation does not retry by default if the user has not defined a retry configuration.
87
93
  * @param AppendLookupDataRequest
88
94
  * @return AppendLookupDataResponse
89
95
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
91
97
  */
92
98
  appendLookupData(appendLookupDataRequest: requests.AppendLookupDataRequest): Promise<responses.AppendLookupDataResponse>;
93
99
  /**
94
100
  * Lists basic information about a specified set of labels in batch.
95
101
  *
102
+ * This operation does not retry by default if the user has not defined a retry configuration.
96
103
  * @param BatchGetBasicInfoRequest
97
104
  * @return BatchGetBasicInfoResponse
98
105
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
100
107
  */
101
108
  batchGetBasicInfo(batchGetBasicInfoRequest: requests.BatchGetBasicInfoRequest): Promise<responses.BatchGetBasicInfoResponse>;
102
109
  /**
103
110
  * Cancel/Remove query job work request.
111
+ * This operation does not retry by default if the user has not defined a retry configuration.
104
112
  * @param CancelQueryWorkRequestRequest
105
113
  * @return CancelQueryWorkRequestResponse
106
114
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
108
116
  */
109
117
  cancelQueryWorkRequest(cancelQueryWorkRequestRequest: requests.CancelQueryWorkRequestRequest): Promise<responses.CancelQueryWorkRequestResponse>;
110
118
  /**
111
119
  * Update the compartment of the log analytics enterprise manager bridge with the given id.
120
+ * This operation does not retry by default if the user has not defined a retry configuration.
112
121
  * @param ChangeLogAnalyticsEmBridgeCompartmentRequest
113
122
  * @return ChangeLogAnalyticsEmBridgeCompartmentResponse
114
123
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
116
125
  */
117
126
  changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest: requests.ChangeLogAnalyticsEmBridgeCompartmentRequest): Promise<responses.ChangeLogAnalyticsEmBridgeCompartmentResponse>;
118
127
  /**
119
128
  * Update the compartment of the log analytics entity with the given id.
129
+ * This operation does not retry by default if the user has not defined a retry configuration.
120
130
  * @param ChangeLogAnalyticsEntityCompartmentRequest
121
131
  * @return ChangeLogAnalyticsEntityCompartmentResponse
122
132
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
124
134
  */
125
135
  changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest: requests.ChangeLogAnalyticsEntityCompartmentRequest): Promise<responses.ChangeLogAnalyticsEntityCompartmentResponse>;
126
136
  /**
127
137
  * Moves the specified log group to a different compartment.
128
138
  *
139
+ * This operation does not retry by default if the user has not defined a retry configuration.
129
140
  * @param ChangeLogAnalyticsLogGroupCompartmentRequest
130
141
  * @return ChangeLogAnalyticsLogGroupCompartmentResponse
131
142
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
133
144
  */
134
145
  changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest: requests.ChangeLogAnalyticsLogGroupCompartmentRequest): Promise<responses.ChangeLogAnalyticsLogGroupCompartmentResponse>;
135
146
  /**
136
147
  * Move the rule from it's current compartment to the given compartment.
148
+ * This operation does not retry by default if the user has not defined a retry configuration.
137
149
  * @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
138
150
  * @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
139
151
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
141
153
  */
142
154
  changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest: requests.ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest): Promise<responses.ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse>;
143
155
  /**
144
156
  * Move the scheduled task into a different compartment within the same tenancy.
145
157
  *
158
+ * This operation does not retry by default if the user has not defined a retry configuration.
146
159
  * @param ChangeScheduledTaskCompartmentRequest
147
160
  * @return ChangeScheduledTaskCompartmentResponse
148
161
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
150
163
  */
151
164
  changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest: requests.ChangeScheduledTaskCompartmentRequest): Promise<responses.ChangeScheduledTaskCompartmentResponse>;
152
165
  /**
153
166
  * Clean accumulated acceleration data stored for the accelerated saved search.
154
167
  * The ScheduledTask taskType must be ACCELERATION.
155
168
  *
169
+ * This operation does not retry by default if the user has not defined a retry configuration.
156
170
  * @param CleanRequest
157
171
  * @return CleanResponse
158
172
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/Clean.ts.html |here} to see how to use Clean API.
160
174
  */
161
175
  clean(cleanRequest: requests.CleanRequest): Promise<responses.CleanResponse>;
162
176
  /**
163
177
  * 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.
178
+ * This operation does not retry by default if the user has not defined a retry configuration.
164
179
  * @param CreateLogAnalyticsEmBridgeRequest
165
180
  * @return CreateLogAnalyticsEmBridgeResponse
166
181
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
168
183
  */
169
184
  createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest: requests.CreateLogAnalyticsEmBridgeRequest): Promise<responses.CreateLogAnalyticsEmBridgeResponse>;
170
185
  /**
171
186
  * Create a new log analytics entity.
187
+ * This operation does not retry by default if the user has not defined a retry configuration.
172
188
  * @param CreateLogAnalyticsEntityRequest
173
189
  * @return CreateLogAnalyticsEntityResponse
174
190
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
176
192
  */
177
193
  createLogAnalyticsEntity(createLogAnalyticsEntityRequest: requests.CreateLogAnalyticsEntityRequest): Promise<responses.CreateLogAnalyticsEntityResponse>;
178
194
  /**
179
195
  * Add custom log analytics entity type.
196
+ * This operation does not retry by default if the user has not defined a retry configuration.
180
197
  * @param CreateLogAnalyticsEntityTypeRequest
181
198
  * @return CreateLogAnalyticsEntityTypeResponse
182
199
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
184
201
  */
185
202
  createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest: requests.CreateLogAnalyticsEntityTypeRequest): Promise<responses.CreateLogAnalyticsEntityTypeResponse>;
186
203
  /**
187
204
  * Creates a new log group in the specified compartment with the input display name. You may also specify optional information such as description, defined tags, and free-form tags.
188
205
  *
206
+ * This operation does not retry by default if the user has not defined a retry configuration.
189
207
  * @param CreateLogAnalyticsLogGroupRequest
190
208
  * @return CreateLogAnalyticsLogGroupResponse
191
209
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
193
211
  */
194
212
  createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest: requests.CreateLogAnalyticsLogGroupRequest): Promise<responses.CreateLogAnalyticsLogGroupResponse>;
195
213
  /**
196
214
  * Creates a rule to collect logs from an object storage bucket.
215
+ * This operation does not retry by default if the user has not defined a retry configuration.
197
216
  * @param CreateLogAnalyticsObjectCollectionRuleRequest
198
217
  * @return CreateLogAnalyticsObjectCollectionRuleResponse
199
218
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
201
220
  */
202
221
  createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest: requests.CreateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.CreateLogAnalyticsObjectCollectionRuleResponse>;
203
222
  /**
204
223
  * Schedule a task as specified and return task info.
224
+ * This operation does not retry by default if the user has not defined a retry configuration.
205
225
  * @param CreateScheduledTaskRequest
206
226
  * @return CreateScheduledTaskResponse
207
227
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
209
229
  */
210
230
  createScheduledTask(createScheduledTaskRequest: requests.CreateScheduledTaskRequest): Promise<responses.CreateScheduledTaskResponse>;
211
231
  /**
212
232
  * Deletes the associations between the sources and entities specified.
213
233
  *
234
+ * This operation does not retry by default if the user has not defined a retry configuration.
214
235
  * @param DeleteAssociationsRequest
215
236
  * @return DeleteAssociationsResponse
216
237
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
218
239
  */
219
240
  deleteAssociations(deleteAssociationsRequest: requests.DeleteAssociationsRequest): Promise<responses.DeleteAssociationsResponse>;
220
241
  /**
221
242
  * Deletes field with the specified name.
222
243
  *
244
+ * This operation does not retry by default if the user has not defined a retry configuration.
223
245
  * @param DeleteFieldRequest
224
246
  * @return DeleteFieldResponse
225
247
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
227
249
  */
228
250
  deleteField(deleteFieldRequest: requests.DeleteFieldRequest): Promise<responses.DeleteFieldResponse>;
229
251
  /**
230
252
  * Deletes label with the specified name.
231
253
  *
254
+ * This operation does not retry by default if the user has not defined a retry configuration.
232
255
  * @param DeleteLabelRequest
233
256
  * @return DeleteLabelResponse
234
257
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
236
259
  */
237
260
  deleteLabel(deleteLabelRequest: requests.DeleteLabelRequest): Promise<responses.DeleteLabelResponse>;
238
261
  /**
239
262
  * Delete log analytics enterprise manager bridge with the given id.
263
+ * This operation does not retry by default if the user has not defined a retry configuration.
240
264
  * @param DeleteLogAnalyticsEmBridgeRequest
241
265
  * @return DeleteLogAnalyticsEmBridgeResponse
242
266
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
244
268
  */
245
269
  deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest: requests.DeleteLogAnalyticsEmBridgeRequest): Promise<responses.DeleteLogAnalyticsEmBridgeResponse>;
246
270
  /**
247
271
  * Delete log analytics entity with the given id.
272
+ * This operation does not retry by default if the user has not defined a retry configuration.
248
273
  * @param DeleteLogAnalyticsEntityRequest
249
274
  * @return DeleteLogAnalyticsEntityResponse
250
275
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
252
277
  */
253
278
  deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest: requests.DeleteLogAnalyticsEntityRequest): Promise<responses.DeleteLogAnalyticsEntityResponse>;
254
279
  /**
255
280
  * Delete log analytics entity type with the given name.
281
+ * This operation does not retry by default if the user has not defined a retry configuration.
256
282
  * @param DeleteLogAnalyticsEntityTypeRequest
257
283
  * @return DeleteLogAnalyticsEntityTypeResponse
258
284
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
260
286
  */
261
287
  deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest: requests.DeleteLogAnalyticsEntityTypeRequest): Promise<responses.DeleteLogAnalyticsEntityTypeResponse>;
262
288
  /**
263
289
  * Deletes the specified log group. The log group cannot be part of an active association or have an active upload.
264
290
  *
291
+ * This operation does not retry by default if the user has not defined a retry configuration.
265
292
  * @param DeleteLogAnalyticsLogGroupRequest
266
293
  * @return DeleteLogAnalyticsLogGroupResponse
267
294
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
269
296
  */
270
297
  deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest: requests.DeleteLogAnalyticsLogGroupRequest): Promise<responses.DeleteLogAnalyticsLogGroupResponse>;
271
298
  /**
272
299
  * Deletes the configured object storage bucket based collection rule and stop the log collection.
273
300
  * It will not delete the existing processed data associated with this bucket from logging analytics storage.
274
301
  *
302
+ * This operation does not retry by default if the user has not defined a retry configuration.
275
303
  * @param DeleteLogAnalyticsObjectCollectionRuleRequest
276
304
  * @return DeleteLogAnalyticsObjectCollectionRuleResponse
277
305
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
279
307
  */
280
308
  deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest: requests.DeleteLogAnalyticsObjectCollectionRuleRequest): Promise<responses.DeleteLogAnalyticsObjectCollectionRuleResponse>;
281
309
  /**
282
310
  * Deletes lookup with the specified name.
283
311
  *
312
+ * This operation does not retry by default if the user has not defined a retry configuration.
284
313
  * @param DeleteLookupRequest
285
314
  * @return DeleteLookupResponse
286
315
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
288
317
  */
289
318
  deleteLookup(deleteLookupRequest: requests.DeleteLookupRequest): Promise<responses.DeleteLookupResponse>;
290
319
  /**
291
320
  * Deletes parser with the specified name.
292
321
  *
322
+ * This operation does not retry by default if the user has not defined a retry configuration.
293
323
  * @param DeleteParserRequest
294
324
  * @return DeleteParserResponse
295
325
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
297
327
  */
298
328
  deleteParser(deleteParserRequest: requests.DeleteParserRequest): Promise<responses.DeleteParserResponse>;
299
329
  /**
300
330
  * Delete the scheduled task.
331
+ * This operation does not retry by default if the user has not defined a retry configuration.
301
332
  * @param DeleteScheduledTaskRequest
302
333
  * @return DeleteScheduledTaskResponse
303
334
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
305
336
  */
306
337
  deleteScheduledTask(deleteScheduledTaskRequest: requests.DeleteScheduledTaskRequest): Promise<responses.DeleteScheduledTaskResponse>;
307
338
  /**
308
339
  * Deletes source with the specified name.
309
340
  *
341
+ * This operation does not retry by default if the user has not defined a retry configuration.
310
342
  * @param DeleteSourceRequest
311
343
  * @return DeleteSourceResponse
312
344
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
314
346
  */
315
347
  deleteSource(deleteSourceRequest: requests.DeleteSourceRequest): Promise<responses.DeleteSourceResponse>;
316
348
  /**
317
349
  * Deletes an Upload by its reference.
318
350
  * It deletes all the logs in storage asscoiated with the upload and the corresponding upload metadata.
319
351
  *
352
+ * This operation does not retry by default if the user has not defined a retry configuration.
320
353
  * @param DeleteUploadRequest
321
354
  * @return DeleteUploadResponse
322
355
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
324
357
  */
325
358
  deleteUpload(deleteUploadRequest: requests.DeleteUploadRequest): Promise<responses.DeleteUploadResponse>;
326
359
  /**
327
360
  * Deletes a specific log file inside an upload by upload file reference.
328
361
  * It deletes all the logs from storage associated with the file and the corresponding metadata.
329
362
  *
363
+ * This operation does not retry by default if the user has not defined a retry configuration.
330
364
  * @param DeleteUploadFileRequest
331
365
  * @return DeleteUploadFileResponse
332
366
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
334
368
  */
335
369
  deleteUploadFile(deleteUploadFileRequest: requests.DeleteUploadFileRequest): Promise<responses.DeleteUploadFileResponse>;
336
370
  /**
337
371
  * Suppresses a specific warning inside an upload.
338
372
  *
373
+ * This operation does not retry by default if the user has not defined a retry configuration.
339
374
  * @param DeleteUploadWarningRequest
340
375
  * @return DeleteUploadWarningResponse
341
376
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
343
378
  */
344
379
  deleteUploadWarning(deleteUploadWarningRequest: requests.DeleteUploadWarningRequest): Promise<responses.DeleteUploadWarningResponse>;
345
380
  /**
346
381
  * This API disables archiving.
347
382
  *
383
+ * This operation does not retry by default if the user has not defined a retry configuration.
348
384
  * @param DisableArchivingRequest
349
385
  * @return DisableArchivingResponse
350
386
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
352
388
  */
353
389
  disableArchiving(disableArchivingRequest: requests.DisableArchivingRequest): Promise<responses.DisableArchivingResponse>;
354
390
  /**
@@ -356,28 +392,31 @@ export declare class LogAnalyticsClient {
356
392
  * associated with any entity that becomes eligible for association. In addition, you may also optionally
357
393
  * remove all existing associations for this log source.
358
394
  *
395
+ * This operation does not retry by default if the user has not defined a retry configuration.
359
396
  * @param DisableAutoAssociationRequest
360
397
  * @return DisableAutoAssociationResponse
361
398
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
363
400
  */
364
401
  disableAutoAssociation(disableAutoAssociationRequest: requests.DisableAutoAssociationRequest): Promise<responses.DisableAutoAssociationResponse>;
365
402
  /**
366
403
  * Disable one or more event types in a source.
367
404
  *
405
+ * This operation does not retry by default if the user has not defined a retry configuration.
368
406
  * @param DisableSourceEventTypesRequest
369
407
  * @return DisableSourceEventTypesResponse
370
408
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
372
410
  */
373
411
  disableSourceEventTypes(disableSourceEventTypesRequest: requests.DisableSourceEventTypesRequest): Promise<responses.DisableSourceEventTypesResponse>;
374
412
  /**
375
413
  * THis API enables archiving.
376
414
  *
415
+ * This operation does not retry by default if the user has not defined a retry configuration.
377
416
  * @param EnableArchivingRequest
378
417
  * @return EnableArchivingResponse
379
418
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
381
420
  */
382
421
  enableArchiving(enableArchivingRequest: requests.EnableArchivingRequest): Promise<responses.EnableArchivingResponse>;
383
422
  /**
@@ -385,851 +424,988 @@ export declare class LogAnalyticsClient {
385
424
  * to any eligible entities it is not already associated with, and would also ensure the log source gets
386
425
  * associated with entities that are added or become eligible in the future.
387
426
  *
427
+ * This operation does not retry by default if the user has not defined a retry configuration.
388
428
  * @param EnableAutoAssociationRequest
389
429
  * @return EnableAutoAssociationResponse
390
430
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
392
432
  */
393
433
  enableAutoAssociation(enableAutoAssociationRequest: requests.EnableAutoAssociationRequest): Promise<responses.EnableAutoAssociationResponse>;
394
434
  /**
395
435
  * Enable one or more event types in a source. An event type and version can be enabled only in one source.
396
436
  *
437
+ * This operation does not retry by default if the user has not defined a retry configuration.
397
438
  * @param EnableSourceEventTypesRequest
398
439
  * @return EnableSourceEventTypesResponse
399
440
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
401
442
  */
402
443
  enableSourceEventTypes(enableSourceEventTypesRequest: requests.EnableSourceEventTypesRequest): Promise<responses.EnableSourceEventTypesResponse>;
403
444
  /**
404
445
  * This API estimates the size of data to be purged based based on time interval, purge query etc.
405
446
  *
447
+ * This operation does not retry by default if the user has not defined a retry configuration.
406
448
  * @param EstimatePurgeDataSizeRequest
407
449
  * @return EstimatePurgeDataSizeResponse
408
450
  * @throws OciError when an error occurs
409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
410
452
  */
411
453
  estimatePurgeDataSize(estimatePurgeDataSizeRequest: requests.EstimatePurgeDataSizeRequest): Promise<responses.EstimatePurgeDataSizeResponse>;
412
454
  /**
413
455
  * This API gives an active storage usage estimate for archived data to be recalled and the time range of such data.
414
456
  *
457
+ * This operation does not retry by default if the user has not defined a retry configuration.
415
458
  * @param EstimateRecallDataSizeRequest
416
459
  * @return EstimateRecallDataSizeResponse
417
460
  * @throws OciError when an error occurs
418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
419
462
  */
420
463
  estimateRecallDataSize(estimateRecallDataSizeRequest: requests.EstimateRecallDataSizeRequest): Promise<responses.EstimateRecallDataSizeResponse>;
421
464
  /**
422
465
  * This API gives an active storage usage estimate for recalled data to be released and the time range of such data.
423
466
  *
467
+ * This operation does not retry by default if the user has not defined a retry configuration.
424
468
  * @param EstimateReleaseDataSizeRequest
425
469
  * @return EstimateReleaseDataSizeResponse
426
470
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
428
472
  */
429
473
  estimateReleaseDataSize(estimateReleaseDataSizeRequest: requests.EstimateReleaseDataSizeRequest): Promise<responses.EstimateReleaseDataSizeResponse>;
430
474
  /**
431
475
  * Exports all custom details of the specified sources, parsers, fields and labels, in zip format.
432
476
  *
477
+ * This operation does not retry by default if the user has not defined a retry configuration.
433
478
  * @param ExportCustomContentRequest
434
479
  * @return ExportCustomContentResponse
435
480
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
437
482
  */
438
483
  exportCustomContent(exportCustomContentRequest: requests.ExportCustomContentRequest): Promise<responses.ExportCustomContentResponse>;
439
484
  /**
440
485
  * Export data based on query. Endpoint returns a stream of data. Endpoint is synchronous. Queries must deliver first result within 60 seconds or calls are subject to timeout.
486
+ * This operation does not retry by default if the user has not defined a retry configuration.
441
487
  * @param ExportQueryResultRequest
442
488
  * @return ExportQueryResultResponse
443
489
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
445
491
  */
446
492
  exportQueryResult(exportQueryResultRequest: requests.ExportQueryResultRequest): Promise<responses.ExportQueryResultResponse>;
447
493
  /**
448
494
  * Extracts the field paths from the example json or xml content.
449
495
  *
496
+ * This operation does not retry by default if the user has not defined a retry configuration.
450
497
  * @param ExtractStructuredLogFieldPathsRequest
451
498
  * @return ExtractStructuredLogFieldPathsResponse
452
499
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
454
501
  */
455
502
  extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest: requests.ExtractStructuredLogFieldPathsRequest): Promise<responses.ExtractStructuredLogFieldPathsResponse>;
456
503
  /**
457
504
  * Extracts the header paths from the example json or xml content.
458
505
  *
506
+ * This operation does not retry by default if the user has not defined a retry configuration.
459
507
  * @param ExtractStructuredLogHeaderPathsRequest
460
508
  * @return ExtractStructuredLogHeaderPathsResponse
461
509
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
463
511
  */
464
512
  extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest: requests.ExtractStructuredLogHeaderPathsRequest): Promise<responses.ExtractStructuredLogHeaderPathsResponse>;
465
513
  /**
466
514
  * Each filter specifies an operator, a field and one or more values to be inserted into the provided query as criteria.
515
+ * This operation does not retry by default if the user has not defined a retry configuration.
467
516
  * @param FilterRequest
468
517
  * @return FilterResponse
469
518
  * @throws OciError when an error occurs
470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/Filter.ts.html |here} to see how to use Filter API.
471
520
  */
472
521
  filter(filterRequest: requests.FilterRequest): Promise<responses.FilterResponse>;
473
522
  /**
474
523
  * Returns the count of source associations for entities in the specified compartment.
475
524
  *
525
+ * This operation does not retry by default if the user has not defined a retry configuration.
476
526
  * @param GetAssociationSummaryRequest
477
527
  * @return GetAssociationSummaryResponse
478
528
  * @throws OciError when an error occurs
479
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
480
530
  */
481
531
  getAssociationSummary(getAssociationSummaryRequest: requests.GetAssociationSummaryRequest): Promise<responses.GetAssociationSummaryResponse>;
482
532
  /**
483
533
  * Extracts column names from the input SQL query.
484
534
  *
535
+ * This operation does not retry by default if the user has not defined a retry configuration.
485
536
  * @param GetColumnNamesRequest
486
537
  * @return GetColumnNamesResponse
487
538
  * @throws OciError when an error occurs
488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
489
540
  */
490
541
  getColumnNames(getColumnNamesRequest: requests.GetColumnNamesRequest): Promise<responses.GetColumnNamesResponse>;
491
542
  /**
492
543
  * Returns detailed information about the configuration work request with the specified id.
493
544
  *
545
+ * This operation does not retry by default if the user has not defined a retry configuration.
494
546
  * @param GetConfigWorkRequestRequest
495
547
  * @return GetConfigWorkRequestResponse
496
548
  * @throws OciError when an error occurs
497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
498
550
  */
499
551
  getConfigWorkRequest(getConfigWorkRequestRequest: requests.GetConfigWorkRequestRequest): Promise<responses.GetConfigWorkRequestResponse>;
500
552
  /**
501
553
  * Gets detailed information about the field with the specified name.
502
554
  *
555
+ * This operation does not retry by default if the user has not defined a retry configuration.
503
556
  * @param GetFieldRequest
504
557
  * @return GetFieldResponse
505
558
  * @throws OciError when an error occurs
506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetField.ts.html |here} to see how to use GetField API.
507
560
  */
508
561
  getField(getFieldRequest: requests.GetFieldRequest): Promise<responses.GetFieldResponse>;
509
562
  /**
510
563
  * Returns the count of fields. You may optionally specify isShowDetail=true to view a summary of each field data type.
511
564
  *
565
+ * This operation does not retry by default if the user has not defined a retry configuration.
512
566
  * @param GetFieldsSummaryRequest
513
567
  * @return GetFieldsSummaryResponse
514
568
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
516
570
  */
517
571
  getFieldsSummary(getFieldsSummaryRequest: requests.GetFieldsSummaryRequest): Promise<responses.GetFieldsSummaryResponse>;
518
572
  /**
519
573
  * Gets detailed information about the label with the specified name.
520
574
  *
575
+ * This operation does not retry by default if the user has not defined a retry configuration.
521
576
  * @param GetLabelRequest
522
577
  * @return GetLabelResponse
523
578
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
525
580
  */
526
581
  getLabel(getLabelRequest: requests.GetLabelRequest): Promise<responses.GetLabelResponse>;
527
582
  /**
528
583
  * Returns the count of labels.
529
584
  *
585
+ * This operation does not retry by default if the user has not defined a retry configuration.
530
586
  * @param GetLabelSummaryRequest
531
587
  * @return GetLabelSummaryResponse
532
588
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
534
590
  */
535
591
  getLabelSummary(getLabelSummaryRequest: requests.GetLabelSummaryRequest): Promise<responses.GetLabelSummaryResponse>;
536
592
  /**
537
593
  * Retrieve the log analytics enterprise manager bridge with the given id.
594
+ * This operation does not retry by default if the user has not defined a retry configuration.
538
595
  * @param GetLogAnalyticsEmBridgeRequest
539
596
  * @return GetLogAnalyticsEmBridgeResponse
540
597
  * @throws OciError when an error occurs
541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
542
599
  */
543
600
  getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest: requests.GetLogAnalyticsEmBridgeRequest): Promise<responses.GetLogAnalyticsEmBridgeResponse>;
544
601
  /**
545
602
  * Returns log analytics enterprise manager bridges summary report.
603
+ * This operation does not retry by default if the user has not defined a retry configuration.
546
604
  * @param GetLogAnalyticsEmBridgeSummaryRequest
547
605
  * @return GetLogAnalyticsEmBridgeSummaryResponse
548
606
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
550
608
  */
551
609
  getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest: requests.GetLogAnalyticsEmBridgeSummaryRequest): Promise<responses.GetLogAnalyticsEmBridgeSummaryResponse>;
552
610
  /**
553
611
  * Returns log analytics entities count summary report.
612
+ * This operation does not retry by default if the user has not defined a retry configuration.
554
613
  * @param GetLogAnalyticsEntitiesSummaryRequest
555
614
  * @return GetLogAnalyticsEntitiesSummaryResponse
556
615
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
558
617
  */
559
618
  getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest: requests.GetLogAnalyticsEntitiesSummaryRequest): Promise<responses.GetLogAnalyticsEntitiesSummaryResponse>;
560
619
  /**
561
620
  * Retrieve the log analytics entity with the given id.
621
+ * This operation does not retry by default if the user has not defined a retry configuration.
562
622
  * @param GetLogAnalyticsEntityRequest
563
623
  * @return GetLogAnalyticsEntityResponse
564
624
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
566
626
  */
567
627
  getLogAnalyticsEntity(getLogAnalyticsEntityRequest: requests.GetLogAnalyticsEntityRequest): Promise<responses.GetLogAnalyticsEntityResponse>;
568
628
  /**
569
629
  * Retrieve the log analytics entity type with the given name.
630
+ * This operation does not retry by default if the user has not defined a retry configuration.
570
631
  * @param GetLogAnalyticsEntityTypeRequest
571
632
  * @return GetLogAnalyticsEntityTypeResponse
572
633
  * @throws OciError when an error occurs
573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
574
635
  */
575
636
  getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest: requests.GetLogAnalyticsEntityTypeRequest): Promise<responses.GetLogAnalyticsEntityTypeResponse>;
576
637
  /**
577
638
  * Gets detailed information about the specified log group such as display name, description, defined tags, and free-form tags.
578
639
  *
640
+ * This operation does not retry by default if the user has not defined a retry configuration.
579
641
  * @param GetLogAnalyticsLogGroupRequest
580
642
  * @return GetLogAnalyticsLogGroupResponse
581
643
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
583
645
  */
584
646
  getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest: requests.GetLogAnalyticsLogGroupRequest): Promise<responses.GetLogAnalyticsLogGroupResponse>;
585
647
  /**
586
648
  * Returns the count of log groups in a compartment.
587
649
  *
650
+ * This operation does not retry by default if the user has not defined a retry configuration.
588
651
  * @param GetLogAnalyticsLogGroupsSummaryRequest
589
652
  * @return GetLogAnalyticsLogGroupsSummaryResponse
590
653
  * @throws OciError when an error occurs
591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
592
655
  */
593
656
  getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest: requests.GetLogAnalyticsLogGroupsSummaryRequest): Promise<responses.GetLogAnalyticsLogGroupsSummaryResponse>;
594
657
  /**
595
658
  * Gets a configured object storage based collection rule by given id
659
+ * This operation does not retry by default if the user has not defined a retry configuration.
596
660
  * @param GetLogAnalyticsObjectCollectionRuleRequest
597
661
  * @return GetLogAnalyticsObjectCollectionRuleResponse
598
662
  * @throws OciError when an error occurs
599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
600
664
  */
601
665
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest: requests.GetLogAnalyticsObjectCollectionRuleRequest): Promise<responses.GetLogAnalyticsObjectCollectionRuleResponse>;
666
+ /**
667
+ * This API returns the count of distinct log sets.
668
+ *
669
+ * This operation does not retry by default if the user has not defined a retry configuration.
670
+ * @param GetLogSetsCountRequest
671
+ * @return GetLogSetsCountResponse
672
+ * @throws OciError when an error occurs
673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
674
+ */
675
+ getLogSetsCount(getLogSetsCountRequest: requests.GetLogSetsCountRequest): Promise<responses.GetLogSetsCountResponse>;
602
676
  /**
603
677
  * Gets detailed information about the lookup with the specified name.
604
678
  *
679
+ * This operation does not retry by default if the user has not defined a retry configuration.
605
680
  * @param GetLookupRequest
606
681
  * @return GetLookupResponse
607
682
  * @throws OciError when an error occurs
608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
683
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
609
684
  */
610
685
  getLookup(getLookupRequest: requests.GetLookupRequest): Promise<responses.GetLookupResponse>;
611
686
  /**
612
687
  * Returns the count of user created and oracle defined lookups.
688
+ * This operation does not retry by default if the user has not defined a retry configuration.
613
689
  * @param GetLookupSummaryRequest
614
690
  * @return GetLookupSummaryResponse
615
691
  * @throws OciError when an error occurs
616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
617
693
  */
618
694
  getLookupSummary(getLookupSummaryRequest: requests.GetLookupSummaryRequest): Promise<responses.GetLookupSummaryResponse>;
619
695
  /**
620
696
  * This API gets the namespace details of a tenancy already onboarded in Logging Analytics Application
621
697
  *
698
+ * This operation does not retry by default if the user has not defined a retry configuration.
622
699
  * @param GetNamespaceRequest
623
700
  * @return GetNamespaceResponse
624
701
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
626
703
  */
627
704
  getNamespace(getNamespaceRequest: requests.GetNamespaceRequest): Promise<responses.GetNamespaceResponse>;
628
705
  /**
629
706
  * Gets detailed information about the parser with the specified name.
630
707
  *
708
+ * This operation does not retry by default if the user has not defined a retry configuration.
631
709
  * @param GetParserRequest
632
710
  * @return GetParserResponse
633
711
  * @throws OciError when an error occurs
634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
635
713
  */
636
714
  getParser(getParserRequest: requests.GetParserRequest): Promise<responses.GetParserResponse>;
637
715
  /**
638
716
  * Returns the count of parsers.
639
717
  *
718
+ * This operation does not retry by default if the user has not defined a retry configuration.
640
719
  * @param GetParserSummaryRequest
641
720
  * @return GetParserSummaryResponse
642
721
  * @throws OciError when an error occurs
643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
644
723
  */
645
724
  getParserSummary(getParserSummaryRequest: requests.GetParserSummaryRequest): Promise<responses.GetParserSummaryResponse>;
725
+ /**
726
+ * Lists the preferences of the tenant. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
727
+ *
728
+ * This operation does not retry by default if the user has not defined a retry configuration.
729
+ * @param GetPreferencesRequest
730
+ * @return GetPreferencesResponse
731
+ * @throws OciError when an error occurs
732
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
733
+ */
734
+ getPreferences(getPreferencesRequest: requests.GetPreferencesRequest): Promise<responses.GetPreferencesResponse>;
646
735
  /**
647
736
  * Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed,
648
737
  * otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
649
738
  *
739
+ * This operation does not retry by default if the user has not defined a retry configuration.
650
740
  * @param GetQueryResultRequest
651
741
  * @return GetQueryResultResponse
652
742
  * @throws OciError when an error occurs
653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
654
744
  */
655
745
  getQueryResult(getQueryResultRequest: requests.GetQueryResultRequest): Promise<responses.GetQueryResultResponse>;
656
746
  /**
657
747
  * Retrieve work request details by workRequestId. This endpoint can be polled for status tracking of work request. Clients should poll using the interval returned in the retry-after header.
748
+ * This operation does not retry by default if the user has not defined a retry configuration.
658
749
  * @param GetQueryWorkRequestRequest
659
750
  * @return GetQueryWorkRequestResponse
660
751
  * @throws OciError when an error occurs
661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
662
753
  */
663
754
  getQueryWorkRequest(getQueryWorkRequestRequest: requests.GetQueryWorkRequestRequest): Promise<responses.GetQueryWorkRequestResponse>;
664
755
  /**
665
756
  * Get the scheduled task for the specified task identifier.
757
+ * This operation does not retry by default if the user has not defined a retry configuration.
666
758
  * @param GetScheduledTaskRequest
667
759
  * @return GetScheduledTaskResponse
668
760
  * @throws OciError when an error occurs
669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
670
762
  */
671
763
  getScheduledTask(getScheduledTaskRequest: requests.GetScheduledTaskRequest): Promise<responses.GetScheduledTaskResponse>;
672
764
  /**
673
765
  * Gets detailed information about the source with the specified name.
674
766
  *
767
+ * This operation does not retry by default if the user has not defined a retry configuration.
675
768
  * @param GetSourceRequest
676
769
  * @return GetSourceResponse
677
770
  * @throws OciError when an error occurs
678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
679
772
  */
680
773
  getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>;
681
774
  /**
682
775
  * Returns the count of sources.
683
776
  *
777
+ * This operation does not retry by default if the user has not defined a retry configuration.
684
778
  * @param GetSourceSummaryRequest
685
779
  * @return GetSourceSummaryResponse
686
780
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
688
782
  */
689
783
  getSourceSummary(getSourceSummaryRequest: requests.GetSourceSummaryRequest): Promise<responses.GetSourceSummaryResponse>;
690
784
  /**
691
785
  * This API gets the storage configuration of a tenancy
692
786
  *
787
+ * This operation does not retry by default if the user has not defined a retry configuration.
693
788
  * @param GetStorageRequest
694
789
  * @return GetStorageResponse
695
790
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
697
792
  */
698
793
  getStorage(getStorageRequest: requests.GetStorageRequest): Promise<responses.GetStorageResponse>;
699
794
  /**
700
795
  * This API gets storage usage information of a tenancy. Storage usage information includes active, archived or recalled
701
796
  * data. The unit of return data is in bytes.
702
797
  *
798
+ * This operation does not retry by default if the user has not defined a retry configuration.
703
799
  * @param GetStorageUsageRequest
704
800
  * @return GetStorageUsageResponse
705
801
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
707
803
  */
708
804
  getStorageUsage(getStorageUsageRequest: requests.GetStorageUsageRequest): Promise<responses.GetStorageUsageResponse>;
709
805
  /**
710
806
  * This API returns work request details specified by {workRequestId}. This API can be polled for status tracking of
711
807
  * work request. Clients should poll using the interval returned in retry-after header.
712
808
  *
809
+ * This operation does not retry by default if the user has not defined a retry configuration.
713
810
  * @param GetStorageWorkRequestRequest
714
811
  * @return GetStorageWorkRequestResponse
715
812
  * @throws OciError when an error occurs
716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
813
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
717
814
  */
718
815
  getStorageWorkRequest(getStorageWorkRequestRequest: requests.GetStorageWorkRequestRequest): Promise<responses.GetStorageWorkRequestResponse>;
816
+ /**
817
+ * This API retrieves details of the configured bucket that stores unprocessed payloads.
818
+ *
819
+ * This operation does not retry by default if the user has not defined a retry configuration.
820
+ * @param GetUnprocessedDataBucketRequest
821
+ * @return GetUnprocessedDataBucketResponse
822
+ * @throws OciError when an error occurs
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
824
+ */
825
+ getUnprocessedDataBucket(getUnprocessedDataBucketRequest: requests.GetUnprocessedDataBucketRequest): Promise<responses.GetUnprocessedDataBucketResponse>;
719
826
  /**
720
827
  * Gets an On-Demand Upload info by reference.
828
+ * This operation does not retry by default if the user has not defined a retry configuration.
721
829
  * @param GetUploadRequest
722
830
  * @return GetUploadResponse
723
831
  * @throws OciError when an error occurs
724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
725
833
  */
726
834
  getUpload(getUploadRequest: requests.GetUploadRequest): Promise<responses.GetUploadResponse>;
727
835
  /**
728
836
  * Gets the status of the work request with the given ID.
837
+ * This operation does not retry by default if the user has not defined a retry configuration.
729
838
  * @param GetWorkRequestRequest
730
839
  * @return GetWorkRequestResponse
731
840
  * @throws OciError when an error occurs
732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
733
842
  */
734
843
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
735
844
  /**
736
845
  * Imports the specified custom content from the input in zip format.
737
846
  *
847
+ * This operation does not retry by default if the user has not defined a retry configuration.
738
848
  * @param ImportCustomContentRequest
739
849
  * @return ImportCustomContentResponse
740
850
  * @throws OciError when an error occurs
741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
742
852
  */
743
853
  importCustomContent(importCustomContentRequest: requests.ImportCustomContentRequest): Promise<responses.ImportCustomContentResponse>;
744
854
  /**
745
855
  * Lists the entities in the specified compartment which are (in)eligible for association with this source.
746
856
  *
857
+ * This operation does not retry by default if the user has not defined a retry configuration.
747
858
  * @param ListAssociableEntitiesRequest
748
859
  * @return ListAssociableEntitiesResponse
749
860
  * @throws OciError when an error occurs
750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
751
862
  */
752
863
  listAssociableEntities(listAssociableEntitiesRequest: requests.ListAssociableEntitiesRequest): Promise<responses.ListAssociableEntitiesResponse>;
753
864
  /**
754
865
  * Lists the association details of entities in the specified compartment that are associated with at least one source.
755
866
  *
867
+ * This operation does not retry by default if the user has not defined a retry configuration.
756
868
  * @param ListAssociatedEntitiesRequest
757
869
  * @return ListAssociatedEntitiesResponse
758
870
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
760
872
  */
761
873
  listAssociatedEntities(listAssociatedEntitiesRequest: requests.ListAssociatedEntitiesRequest): Promise<responses.ListAssociatedEntitiesResponse>;
762
874
  /**
763
875
  * Gets information related to auto association for the source with the specified name.
764
876
  *
877
+ * This operation does not retry by default if the user has not defined a retry configuration.
765
878
  * @param ListAutoAssociationsRequest
766
879
  * @return ListAutoAssociationsResponse
767
880
  * @throws OciError when an error occurs
768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
769
882
  */
770
883
  listAutoAssociations(listAutoAssociationsRequest: requests.ListAutoAssociationsRequest): Promise<responses.ListAutoAssociationsResponse>;
771
884
  /**
772
885
  * Returns the list of configuration work requests such as association or lookup operations, containing detailed information about them. You may paginate or limit the number of results.
773
886
  *
887
+ * This operation does not retry by default if the user has not defined a retry configuration.
774
888
  * @param ListConfigWorkRequestsRequest
775
889
  * @return ListConfigWorkRequestsResponse
776
890
  * @throws OciError when an error occurs
777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
778
892
  */
779
893
  listConfigWorkRequests(listConfigWorkRequestsRequest: requests.ListConfigWorkRequestsRequest): Promise<responses.ListConfigWorkRequestsResponse>;
780
894
  /**
781
895
  * Return a list of log analytics entities associated with input source log analytics entity.
896
+ * This operation does not retry by default if the user has not defined a retry configuration.
782
897
  * @param ListEntityAssociationsRequest
783
898
  * @return ListEntityAssociationsResponse
784
899
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
786
901
  */
787
902
  listEntityAssociations(listEntityAssociationsRequest: requests.ListEntityAssociationsRequest): Promise<responses.ListEntityAssociationsResponse>;
788
903
  /**
789
904
  * Returns the list of source associations for the specified entity.
790
905
  *
906
+ * This operation does not retry by default if the user has not defined a retry configuration.
791
907
  * @param ListEntitySourceAssociationsRequest
792
908
  * @return ListEntitySourceAssociationsResponse
793
909
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
795
911
  */
796
912
  listEntitySourceAssociations(listEntitySourceAssociationsRequest: requests.ListEntitySourceAssociationsRequest): Promise<responses.ListEntitySourceAssociationsResponse>;
797
913
  /**
798
914
  * Returns a list of log fields, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by specifying various options including parser and source names.
799
915
  *
916
+ * This operation does not retry by default if the user has not defined a retry configuration.
800
917
  * @param ListFieldsRequest
801
918
  * @return ListFieldsResponse
802
919
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
804
921
  */
805
922
  listFields(listFieldsRequest: requests.ListFieldsRequest): Promise<responses.ListFieldsResponse>;
806
923
  /**
807
924
  * Lists the available problem priorities that could be associated with a label.
808
925
  *
926
+ * This operation does not retry by default if the user has not defined a retry configuration.
809
927
  * @param ListLabelPrioritiesRequest
810
928
  * @return ListLabelPrioritiesResponse
811
929
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
813
931
  */
814
932
  listLabelPriorities(listLabelPrioritiesRequest: requests.ListLabelPrioritiesRequest): Promise<responses.ListLabelPrioritiesResponse>;
815
933
  /**
816
934
  * Lists sources using the label, along with configuration details like base field, operator and condition.
817
935
  *
936
+ * This operation does not retry by default if the user has not defined a retry configuration.
818
937
  * @param ListLabelSourceDetailsRequest
819
938
  * @return ListLabelSourceDetailsResponse
820
939
  * @throws OciError when an error occurs
821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
822
941
  */
823
942
  listLabelSourceDetails(listLabelSourceDetailsRequest: requests.ListLabelSourceDetailsRequest): Promise<responses.ListLabelSourceDetailsResponse>;
824
943
  /**
825
944
  * Returns a list of labels, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as label name, display name, description and priority.
826
945
  *
946
+ * This operation does not retry by default if the user has not defined a retry configuration.
827
947
  * @param ListLabelsRequest
828
948
  * @return ListLabelsResponse
829
949
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
831
951
  */
832
952
  listLabels(listLabelsRequest: requests.ListLabelsRequest): Promise<responses.ListLabelsResponse>;
833
953
  /**
834
954
  * Return a list of log analytics enterprise manager bridges.
955
+ * This operation does not retry by default if the user has not defined a retry configuration.
835
956
  * @param ListLogAnalyticsEmBridgesRequest
836
957
  * @return ListLogAnalyticsEmBridgesResponse
837
958
  * @throws OciError when an error occurs
838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
839
960
  */
840
961
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest: requests.ListLogAnalyticsEmBridgesRequest): Promise<responses.ListLogAnalyticsEmBridgesResponse>;
841
962
  /**
842
963
  * Return a list of log analytics entities.
964
+ * This operation does not retry by default if the user has not defined a retry configuration.
843
965
  * @param ListLogAnalyticsEntitiesRequest
844
966
  * @return ListLogAnalyticsEntitiesResponse
845
967
  * @throws OciError when an error occurs
846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
847
969
  */
848
970
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest: requests.ListLogAnalyticsEntitiesRequest): Promise<responses.ListLogAnalyticsEntitiesResponse>;
849
971
  /**
850
972
  * Return a list of log analytics entity types.
973
+ * This operation does not retry by default if the user has not defined a retry configuration.
851
974
  * @param ListLogAnalyticsEntityTypesRequest
852
975
  * @return ListLogAnalyticsEntityTypesResponse
853
976
  * @throws OciError when an error occurs
854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
855
978
  */
856
979
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest: requests.ListLogAnalyticsEntityTypesRequest): Promise<responses.ListLogAnalyticsEntityTypesResponse>;
857
980
  /**
858
981
  * Returns a list of log groups in a compartment. You may limit the number of log groups, provide sorting options, and filter the results by specifying a display name.
859
982
  *
983
+ * This operation does not retry by default if the user has not defined a retry configuration.
860
984
  * @param ListLogAnalyticsLogGroupsRequest
861
985
  * @return ListLogAnalyticsLogGroupsResponse
862
986
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
864
988
  */
865
989
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest: requests.ListLogAnalyticsLogGroupsRequest): Promise<responses.ListLogAnalyticsLogGroupsResponse>;
866
990
  /**
867
991
  * Gets list of collection rules.
992
+ * This operation does not retry by default if the user has not defined a retry configuration.
868
993
  * @param ListLogAnalyticsObjectCollectionRulesRequest
869
994
  * @return ListLogAnalyticsObjectCollectionRulesResponse
870
995
  * @throws OciError when an error occurs
871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
872
997
  */
873
998
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest: requests.ListLogAnalyticsObjectCollectionRulesRequest): Promise<responses.ListLogAnalyticsObjectCollectionRulesResponse>;
874
999
  /**
875
1000
  * This API returns a list of log sets.
876
1001
  *
1002
+ * This operation does not retry by default if the user has not defined a retry configuration.
877
1003
  * @param ListLogSetsRequest
878
1004
  * @return ListLogSetsResponse
879
1005
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
1006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
881
1007
  */
882
1008
  listLogSets(listLogSetsRequest: requests.ListLogSetsRequest): Promise<responses.ListLogSetsResponse>;
883
1009
  /**
884
1010
  * Returns a list of lookups, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as lookup name, description and type.
885
1011
  *
1012
+ * This operation does not retry by default if the user has not defined a retry configuration.
886
1013
  * @param ListLookupsRequest
887
1014
  * @return ListLookupsResponse
888
1015
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
1016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
890
1017
  */
891
1018
  listLookups(listLookupsRequest: requests.ListLookupsRequest): Promise<responses.ListLookupsResponse>;
892
1019
  /**
893
1020
  * Lists the types of log sources supported.
894
1021
  *
1022
+ * This operation does not retry by default if the user has not defined a retry configuration.
895
1023
  * @param ListMetaSourceTypesRequest
896
1024
  * @return ListMetaSourceTypesResponse
897
1025
  * @throws OciError when an error occurs
898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
1026
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
899
1027
  */
900
1028
  listMetaSourceTypes(listMetaSourceTypesRequest: requests.ListMetaSourceTypesRequest): Promise<responses.ListMetaSourceTypesResponse>;
901
1029
  /**
902
1030
  * Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region. The
903
1031
  * result also indicates if the tenancy is onboarded with Logging Analytics.
904
1032
  *
1033
+ * This operation does not retry by default if the user has not defined a retry configuration.
905
1034
  * @param ListNamespacesRequest
906
1035
  * @return ListNamespacesResponse
907
1036
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
1037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
909
1038
  */
910
1039
  listNamespaces(listNamespacesRequest: requests.ListNamespacesRequest): Promise<responses.ListNamespacesResponse>;
911
1040
  /**
912
1041
  * Lists the parser functions defined for the specified parser.
913
1042
  *
1043
+ * This operation does not retry by default if the user has not defined a retry configuration.
914
1044
  * @param ListParserFunctionsRequest
915
1045
  * @return ListParserFunctionsResponse
916
1046
  * @throws OciError when an error occurs
917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
1047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
918
1048
  */
919
1049
  listParserFunctions(listParserFunctionsRequest: requests.ListParserFunctionsRequest): Promise<responses.ListParserFunctionsResponse>;
920
1050
  /**
921
1051
  * Lists the parser meta plugins available for defining parser functions.
922
1052
  *
1053
+ * This operation does not retry by default if the user has not defined a retry configuration.
923
1054
  * @param ListParserMetaPluginsRequest
924
1055
  * @return ListParserMetaPluginsResponse
925
1056
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
1057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
927
1058
  */
928
1059
  listParserMetaPlugins(listParserMetaPluginsRequest: requests.ListParserMetaPluginsRequest): Promise<responses.ListParserMetaPluginsResponse>;
929
1060
  /**
930
1061
  * Returns a list of parsers, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as parser name, type, display name and description.
931
1062
  *
1063
+ * This operation does not retry by default if the user has not defined a retry configuration.
932
1064
  * @param ListParsersRequest
933
1065
  * @return ListParsersResponse
934
1066
  * @throws OciError when an error occurs
935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
1067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
936
1068
  */
937
1069
  listParsers(listParsersRequest: requests.ListParsersRequest): Promise<responses.ListParsersResponse>;
938
1070
  /**
939
1071
  * List active asynchronous queries.
1072
+ * This operation does not retry by default if the user has not defined a retry configuration.
940
1073
  * @param ListQueryWorkRequestsRequest
941
1074
  * @return ListQueryWorkRequestsResponse
942
1075
  * @throws OciError when an error occurs
943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
1076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
944
1077
  */
945
1078
  listQueryWorkRequests(listQueryWorkRequestsRequest: requests.ListQueryWorkRequestsRequest): Promise<responses.ListQueryWorkRequestsResponse>;
946
1079
  /**
947
1080
  * This API returns the list of recalled data of a tenancy.
948
1081
  *
1082
+ * This operation does not retry by default if the user has not defined a retry configuration.
949
1083
  * @param ListRecalledDataRequest
950
1084
  * @return ListRecalledDataResponse
951
1085
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
953
1087
  */
954
1088
  listRecalledData(listRecalledDataRequest: requests.ListRecalledDataRequest): Promise<responses.ListRecalledDataResponse>;
955
1089
  /**
956
1090
  * Lists scheduled tasks.
1091
+ * This operation does not retry by default if the user has not defined a retry configuration.
957
1092
  * @param ListScheduledTasksRequest
958
1093
  * @return ListScheduledTasksResponse
959
1094
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
1095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
961
1096
  */
962
1097
  listScheduledTasks(listScheduledTasksRequest: requests.ListScheduledTasksRequest): Promise<responses.ListScheduledTasksResponse>;
963
1098
  /**
964
1099
  * Returns the list of entity associations in the input compartment for the specified source.
965
1100
  *
1101
+ * This operation does not retry by default if the user has not defined a retry configuration.
966
1102
  * @param ListSourceAssociationsRequest
967
1103
  * @return ListSourceAssociationsResponse
968
1104
  * @throws OciError when an error occurs
969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
1105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
970
1106
  */
971
1107
  listSourceAssociations(listSourceAssociationsRequest: requests.ListSourceAssociationsRequest): Promise<responses.ListSourceAssociationsResponse>;
972
1108
  /**
973
1109
  * Lists the event types mapped to the source with the specified name. The event type string could be the fully qualified name or a prefix that matches the event type.
974
1110
  *
1111
+ * This operation does not retry by default if the user has not defined a retry configuration.
975
1112
  * @param ListSourceEventTypesRequest
976
1113
  * @return ListSourceEventTypesResponse
977
1114
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
1115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
979
1116
  */
980
1117
  listSourceEventTypes(listSourceEventTypesRequest: requests.ListSourceEventTypesRequest): Promise<responses.ListSourceEventTypesResponse>;
981
1118
  /**
982
1119
  * Lists the extended field definitions for the source with the specified name.
983
1120
  *
1121
+ * This operation does not retry by default if the user has not defined a retry configuration.
984
1122
  * @param ListSourceExtendedFieldDefinitionsRequest
985
1123
  * @return ListSourceExtendedFieldDefinitionsResponse
986
1124
  * @throws OciError when an error occurs
987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
1125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
988
1126
  */
989
1127
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest: requests.ListSourceExtendedFieldDefinitionsRequest): Promise<responses.ListSourceExtendedFieldDefinitionsResponse>;
990
1128
  /**
991
1129
  * Lists the supported conditional operators that could be used for matching log field values to generate a label. You may use patterns to specify a condition. If a log entry matches that condition, it is tagged with the corresponding label.
992
1130
  *
1131
+ * This operation does not retry by default if the user has not defined a retry configuration.
993
1132
  * @param ListSourceLabelOperatorsRequest
994
1133
  * @return ListSourceLabelOperatorsResponse
995
1134
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
1135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
997
1136
  */
998
1137
  listSourceLabelOperators(listSourceLabelOperatorsRequest: requests.ListSourceLabelOperatorsRequest): Promise<responses.ListSourceLabelOperatorsResponse>;
999
1138
  /**
1000
1139
  * Lists the functions that could be used to enrich log entries based on meaningful information extracted from the log fields.
1001
1140
  *
1141
+ * This operation does not retry by default if the user has not defined a retry configuration.
1002
1142
  * @param ListSourceMetaFunctionsRequest
1003
1143
  * @return ListSourceMetaFunctionsResponse
1004
1144
  * @throws OciError when an error occurs
1005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
1145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
1006
1146
  */
1007
1147
  listSourceMetaFunctions(listSourceMetaFunctionsRequest: requests.ListSourceMetaFunctionsRequest): Promise<responses.ListSourceMetaFunctionsResponse>;
1008
1148
  /**
1009
1149
  * Lists the source patterns for the source with the specified name.
1010
1150
  *
1151
+ * This operation does not retry by default if the user has not defined a retry configuration.
1011
1152
  * @param ListSourcePatternsRequest
1012
1153
  * @return ListSourcePatternsResponse
1013
1154
  * @throws OciError when an error occurs
1014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
1155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
1015
1156
  */
1016
1157
  listSourcePatterns(listSourcePatternsRequest: requests.ListSourcePatternsRequest): Promise<responses.ListSourcePatternsResponse>;
1017
1158
  /**
1018
1159
  * Returns a list of sources, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as display name, description and entity type.
1019
1160
  *
1161
+ * This operation does not retry by default if the user has not defined a retry configuration.
1020
1162
  * @param ListSourcesRequest
1021
1163
  * @return ListSourcesResponse
1022
1164
  * @throws OciError when an error occurs
1023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
1165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
1024
1166
  */
1025
1167
  listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>;
1026
1168
  /**
1027
1169
  * This API returns the list of work request errors if any.
1170
+ * This operation does not retry by default if the user has not defined a retry configuration.
1028
1171
  * @param ListStorageWorkRequestErrorsRequest
1029
1172
  * @return ListStorageWorkRequestErrorsResponse
1030
1173
  * @throws OciError when an error occurs
1031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
1174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
1032
1175
  */
1033
1176
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest: requests.ListStorageWorkRequestErrorsRequest): Promise<responses.ListStorageWorkRequestErrorsResponse>;
1034
1177
  /**
1035
1178
  * This API lists storage work requests. Use query parameters to narrow down or sort the result list.
1036
1179
  *
1180
+ * This operation does not retry by default if the user has not defined a retry configuration.
1037
1181
  * @param ListStorageWorkRequestsRequest
1038
1182
  * @return ListStorageWorkRequestsResponse
1039
1183
  * @throws OciError when an error occurs
1040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
1184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
1041
1185
  */
1042
1186
  listStorageWorkRequests(listStorageWorkRequestsRequest: requests.ListStorageWorkRequestsRequest): Promise<responses.ListStorageWorkRequestsResponse>;
1043
1187
  /**
1044
1188
  * Gets list of character encodings which are supported by on-demand upload.
1189
+ * This operation does not retry by default if the user has not defined a retry configuration.
1045
1190
  * @param ListSupportedCharEncodingsRequest
1046
1191
  * @return ListSupportedCharEncodingsResponse
1047
1192
  * @throws OciError when an error occurs
1048
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
1193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
1049
1194
  */
1050
1195
  listSupportedCharEncodings(listSupportedCharEncodingsRequest: requests.ListSupportedCharEncodingsRequest): Promise<responses.ListSupportedCharEncodingsResponse>;
1051
1196
  /**
1052
1197
  * Gets list of timezones which are supported by on-demand upload.
1198
+ * This operation does not retry by default if the user has not defined a retry configuration.
1053
1199
  * @param ListSupportedTimezonesRequest
1054
1200
  * @return ListSupportedTimezonesResponse
1055
1201
  * @throws OciError when an error occurs
1056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
1202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
1057
1203
  */
1058
1204
  listSupportedTimezones(listSupportedTimezonesRequest: requests.ListSupportedTimezonesRequest): Promise<responses.ListSupportedTimezonesResponse>;
1059
1205
  /**
1060
1206
  * Gets list of files in an upload along with its processing state.
1207
+ * This operation does not retry by default if the user has not defined a retry configuration.
1061
1208
  * @param ListUploadFilesRequest
1062
1209
  * @return ListUploadFilesResponse
1063
1210
  * @throws OciError when an error occurs
1064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
1211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
1065
1212
  */
1066
1213
  listUploadFiles(listUploadFilesRequest: requests.ListUploadFilesRequest): Promise<responses.ListUploadFilesResponse>;
1067
1214
  /**
1068
1215
  * Gets list of warnings in an upload caused by incorrect configuration.
1216
+ * This operation does not retry by default if the user has not defined a retry configuration.
1069
1217
  * @param ListUploadWarningsRequest
1070
1218
  * @return ListUploadWarningsResponse
1071
1219
  * @throws OciError when an error occurs
1072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
1220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
1073
1221
  */
1074
1222
  listUploadWarnings(listUploadWarningsRequest: requests.ListUploadWarningsRequest): Promise<responses.ListUploadWarningsResponse>;
1075
1223
  /**
1076
1224
  * Gets a list of all On-demand uploads.
1077
1225
  * To use this and other API operations, you must be authorized in an IAM policy.
1078
1226
  *
1227
+ * This operation does not retry by default if the user has not defined a retry configuration.
1079
1228
  * @param ListUploadsRequest
1080
1229
  * @return ListUploadsResponse
1081
1230
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
1231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
1083
1232
  */
1084
1233
  listUploads(listUploadsRequest: requests.ListUploadsRequest): Promise<responses.ListUploadsResponse>;
1085
1234
  /**
1086
1235
  * Returns a list of collection warnings, containing detailed information about them. You may limit the number of results, provide sorting order, and filter by information such as start time, end time, warning type, warning state, source name, source pattern and entity name.
1087
1236
  *
1237
+ * This operation does not retry by default if the user has not defined a retry configuration.
1088
1238
  * @param ListWarningsRequest
1089
1239
  * @return ListWarningsResponse
1090
1240
  * @throws OciError when an error occurs
1091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
1241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
1092
1242
  */
1093
1243
  listWarnings(listWarningsRequest: requests.ListWarningsRequest): Promise<responses.ListWarningsResponse>;
1094
1244
  /**
1095
1245
  * Return a (paginated) list of errors for a given work request.
1096
1246
  *
1247
+ * This operation does not retry by default if the user has not defined a retry configuration.
1097
1248
  * @param ListWorkRequestErrorsRequest
1098
1249
  * @return ListWorkRequestErrorsResponse
1099
1250
  * @throws OciError when an error occurs
1100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1101
1252
  */
1102
1253
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1103
1254
  /**
1104
1255
  * Return a (paginated) list of logs for a given work request.
1105
1256
  *
1257
+ * This operation does not retry by default if the user has not defined a retry configuration.
1106
1258
  * @param ListWorkRequestLogsRequest
1107
1259
  * @return ListWorkRequestLogsResponse
1108
1260
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1110
1262
  */
1111
1263
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1112
1264
  /**
1113
1265
  * Lists the work requests in a compartment.
1114
1266
  *
1267
+ * This operation does not retry by default if the user has not defined a retry configuration.
1115
1268
  * @param ListWorkRequestsRequest
1116
1269
  * @return ListWorkRequestsResponse
1117
1270
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1119
1272
  */
1120
1273
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1121
1274
  /**
1122
1275
  * Off-boards a tenant from Logging Analytics
1276
+ * This operation does not retry by default if the user has not defined a retry configuration.
1123
1277
  * @param OffboardNamespaceRequest
1124
1278
  * @return OffboardNamespaceResponse
1125
1279
  * @throws OciError when an error occurs
1126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
1280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
1127
1281
  */
1128
1282
  offboardNamespace(offboardNamespaceRequest: requests.OffboardNamespaceRequest): Promise<responses.OffboardNamespaceResponse>;
1129
1283
  /**
1130
1284
  * On-boards a tenant to Logging Analytics.
1131
1285
  *
1286
+ * This operation does not retry by default if the user has not defined a retry configuration.
1132
1287
  * @param OnboardNamespaceRequest
1133
1288
  * @return OnboardNamespaceResponse
1134
1289
  * @throws OciError when an error occurs
1135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
1290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
1136
1291
  */
1137
1292
  onboardNamespace(onboardNamespaceRequest: requests.OnboardNamespaceRequest): Promise<responses.OnboardNamespaceResponse>;
1138
1293
  /**
1139
1294
  * Describe query
1295
+ * This operation does not retry by default if the user has not defined a retry configuration.
1140
1296
  * @param ParseQueryRequest
1141
1297
  * @return ParseQueryResponse
1142
1298
  * @throws OciError when an error occurs
1143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
1299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
1144
1300
  */
1145
1301
  parseQuery(parseQueryRequest: requests.ParseQueryRequest): Promise<responses.ParseQueryResponse>;
1146
1302
  /**
1147
1303
  * Pause the scheduled task specified by {scheduledTaskId}.
1148
1304
  *
1305
+ * This operation does not retry by default if the user has not defined a retry configuration.
1149
1306
  * @param PauseScheduledTaskRequest
1150
1307
  * @return PauseScheduledTaskResponse
1151
1308
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
1309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
1153
1310
  */
1154
1311
  pauseScheduledTask(pauseScheduledTaskRequest: requests.PauseScheduledTaskRequest): Promise<responses.PauseScheduledTaskResponse>;
1155
1312
  /**
1156
1313
  * This API submits a work request to purge data. Only data from log groups that the user has permission to delete
1157
1314
  * will be purged. To purge all data, the user must have permission to all log groups.
1158
1315
  *
1316
+ * This operation does not retry by default if the user has not defined a retry configuration.
1159
1317
  * @param PurgeStorageDataRequest
1160
1318
  * @return PurgeStorageDataResponse
1161
1319
  * @throws OciError when an error occurs
1162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
1320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
1163
1321
  */
1164
1322
  purgeStorageData(purgeStorageDataRequest: requests.PurgeStorageDataRequest): Promise<responses.PurgeStorageDataResponse>;
1165
1323
  /**
1166
1324
  * Put the work request specified by {workRequestId} into the background. Backgrounded queries will preserve query results on query completion for up to 7 days for recall. After 7 days the results and query expire.
1325
+ * This operation does not retry by default if the user has not defined a retry configuration.
1167
1326
  * @param PutQueryWorkRequestBackgroundRequest
1168
1327
  * @return PutQueryWorkRequestBackgroundResponse
1169
1328
  * @throws OciError when an error occurs
1170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
1329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
1171
1330
  */
1172
1331
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest: requests.PutQueryWorkRequestBackgroundRequest): Promise<responses.PutQueryWorkRequestBackgroundResponse>;
1173
1332
  /**
1174
1333
  * Performs a log analytics search, if shouldRunAsync is false returns the query results once they become available subject to 60 second timeout. If a query is subject to exceed that time then it should be run asynchronously. Asynchronous query submissions return the queryWorkRequestId to use for execution tracking, query submission lifecycle actions and to poll for query results.
1175
1334
  *
1335
+ * This operation does not retry by default if the user has not defined a retry configuration.
1176
1336
  * @param QueryRequest
1177
1337
  * @return QueryResponse
1178
1338
  * @throws OciError when an error occurs
1179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/Query.ts.html |here} to see how to use Query API.
1339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/Query.ts.html |here} to see how to use Query API.
1180
1340
  */
1181
1341
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
1182
1342
  /**
1183
1343
  * This API submits a work request to recall archived data based on time interval and data type.
1184
1344
  *
1345
+ * This operation does not retry by default if the user has not defined a retry configuration.
1185
1346
  * @param RecallArchivedDataRequest
1186
1347
  * @return RecallArchivedDataResponse
1187
1348
  * @throws OciError when an error occurs
1188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
1349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
1189
1350
  */
1190
1351
  recallArchivedData(recallArchivedDataRequest: requests.RecallArchivedDataRequest): Promise<responses.RecallArchivedDataResponse>;
1191
1352
  /**
1192
1353
  * Creates a lookup with the specified name, type and description. The csv file containing the lookup content is passed in as binary data in the request.
1193
1354
  *
1355
+ * This operation does not retry by default if the user has not defined a retry configuration.
1194
1356
  * @param RegisterLookupRequest
1195
1357
  * @return RegisterLookupResponse
1196
1358
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
1359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
1198
1360
  */
1199
1361
  registerLookup(registerLookupRequest: requests.RegisterLookupRequest): Promise<responses.RegisterLookupResponse>;
1200
1362
  /**
1201
1363
  * This API submits a work request to release recalled data based on time interval and data type.
1202
1364
  *
1365
+ * This operation does not retry by default if the user has not defined a retry configuration.
1203
1366
  * @param ReleaseRecalledDataRequest
1204
1367
  * @return ReleaseRecalledDataResponse
1205
1368
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
1369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
1207
1370
  */
1208
1371
  releaseRecalledData(releaseRecalledDataRequest: requests.ReleaseRecalledDataRequest): Promise<responses.ReleaseRecalledDataResponse>;
1209
1372
  /**
1210
1373
  * Delete association between input source log analytics entity and destination entities.
1374
+ * This operation does not retry by default if the user has not defined a retry configuration.
1211
1375
  * @param RemoveEntityAssociationsRequest
1212
1376
  * @return RemoveEntityAssociationsResponse
1213
1377
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
1378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
1215
1379
  */
1216
1380
  removeEntityAssociations(removeEntityAssociationsRequest: requests.RemoveEntityAssociationsRequest): Promise<responses.RemoveEntityAssociationsResponse>;
1381
+ /**
1382
+ * Removes the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
1383
+ *
1384
+ * This operation does not retry by default if the user has not defined a retry configuration.
1385
+ * @param RemovePreferencesRequest
1386
+ * @return RemovePreferencesResponse
1387
+ * @throws OciError when an error occurs
1388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
1389
+ */
1390
+ removePreferences(removePreferencesRequest: requests.RemovePreferencesRequest): Promise<responses.RemovePreferencesResponse>;
1217
1391
  /**
1218
1392
  * Remove one or more event types from a source.
1219
1393
  *
1394
+ * This operation does not retry by default if the user has not defined a retry configuration.
1220
1395
  * @param RemoveSourceEventTypesRequest
1221
1396
  * @return RemoveSourceEventTypesResponse
1222
1397
  * @throws OciError when an error occurs
1223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
1398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
1224
1399
  */
1225
1400
  removeSourceEventTypes(removeSourceEventTypesRequest: requests.RemoveSourceEventTypesRequest): Promise<responses.RemoveSourceEventTypesResponse>;
1226
1401
  /**
1227
1402
  * Resume the scheduled task specified by {scheduledTaskId}.
1228
1403
  *
1404
+ * This operation does not retry by default if the user has not defined a retry configuration.
1229
1405
  * @param ResumeScheduledTaskRequest
1230
1406
  * @return ResumeScheduledTaskResponse
1231
1407
  * @throws OciError when an error occurs
1232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
1408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
1233
1409
  */
1234
1410
  resumeScheduledTask(resumeScheduledTaskRequest: requests.ResumeScheduledTaskRequest): Promise<responses.ResumeScheduledTaskResponse>;
1235
1411
  /**
@@ -1237,227 +1413,275 @@ export declare class LogAnalyticsClient {
1237
1413
  * The ScheduledTask taskType must be ACCELERATION.
1238
1414
  * Optionally specify time range (timeStart and timeEnd). The default is all time.
1239
1415
  *
1416
+ * This operation does not retry by default if the user has not defined a retry configuration.
1240
1417
  * @param RunRequest
1241
1418
  * @return RunResponse
1242
1419
  * @throws OciError when an error occurs
1243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/Run.ts.html |here} to see how to use Run API.
1420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/Run.ts.html |here} to see how to use Run API.
1244
1421
  */
1245
1422
  run(runRequest: requests.RunRequest): Promise<responses.RunResponse>;
1423
+ /**
1424
+ * This API configures a bucket to store unprocessed payloads.
1425
+ * While processing there could be reasons a payload cannot be processed (mismatched structure, corrupted archive format, etc),
1426
+ * if configured the payload would be uploaded to the bucket for verification.
1427
+ *
1428
+ * This operation does not retry by default if the user has not defined a retry configuration.
1429
+ * @param SetUnprocessedDataBucketRequest
1430
+ * @return SetUnprocessedDataBucketResponse
1431
+ * @throws OciError when an error occurs
1432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
1433
+ */
1434
+ setUnprocessedDataBucket(setUnprocessedDataBucketRequest: requests.SetUnprocessedDataBucketRequest): Promise<responses.SetUnprocessedDataBucketResponse>;
1246
1435
  /**
1247
1436
  * Returns a context specific list of either commands, fields, or values to append to the end of the specified query string if applicable.
1437
+ * This operation does not retry by default if the user has not defined a retry configuration.
1248
1438
  * @param SuggestRequest
1249
1439
  * @return SuggestResponse
1250
1440
  * @throws OciError when an error occurs
1251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
1441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
1252
1442
  */
1253
1443
  suggest(suggestRequest: requests.SuggestRequest): Promise<responses.SuggestResponse>;
1254
1444
  /**
1255
1445
  * Supresses a list of warnings. Any unsuppressed warnings in the input list would be suppressed. Warnings in the input list which are already suppressed will not be modified.
1256
1446
  *
1447
+ * This operation does not retry by default if the user has not defined a retry configuration.
1257
1448
  * @param SuppressWarningRequest
1258
1449
  * @return SuppressWarningResponse
1259
1450
  * @throws OciError when an error occurs
1260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
1451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
1261
1452
  */
1262
1453
  suppressWarning(suppressWarningRequest: requests.SuppressWarningRequest): Promise<responses.SuppressWarningResponse>;
1263
1454
  /**
1264
1455
  * Tests the parser definition against the specified example content to ensure fields are successfully extracted.
1265
1456
  *
1457
+ * This operation does not retry by default if the user has not defined a retry configuration.
1266
1458
  * @param TestParserRequest
1267
1459
  * @return TestParserResponse
1268
1460
  * @throws OciError when an error occurs
1269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
1461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
1270
1462
  */
1271
1463
  testParser(testParserRequest: requests.TestParserRequest): Promise<responses.TestParserResponse>;
1272
1464
  /**
1273
1465
  * Unsupresses a list of warnings. Any suppressed warnings in the input list would be unsuppressed. Warnings in the input list which are already unsuppressed will not be modified.
1274
1466
  *
1467
+ * This operation does not retry by default if the user has not defined a retry configuration.
1275
1468
  * @param UnsuppressWarningRequest
1276
1469
  * @return UnsuppressWarningResponse
1277
1470
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
1471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
1279
1472
  */
1280
1473
  unsuppressWarning(unsuppressWarningRequest: requests.UnsuppressWarningRequest): Promise<responses.UnsuppressWarningResponse>;
1281
1474
  /**
1282
1475
  * Update log analytics enterprise manager bridge with the given id.
1476
+ * This operation does not retry by default if the user has not defined a retry configuration.
1283
1477
  * @param UpdateLogAnalyticsEmBridgeRequest
1284
1478
  * @return UpdateLogAnalyticsEmBridgeResponse
1285
1479
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
1480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
1287
1481
  */
1288
1482
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest: requests.UpdateLogAnalyticsEmBridgeRequest): Promise<responses.UpdateLogAnalyticsEmBridgeResponse>;
1289
1483
  /**
1290
1484
  * Update the log analytics entity with the given id.
1485
+ * This operation does not retry by default if the user has not defined a retry configuration.
1291
1486
  * @param UpdateLogAnalyticsEntityRequest
1292
1487
  * @return UpdateLogAnalyticsEntityResponse
1293
1488
  * @throws OciError when an error occurs
1294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
1489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
1295
1490
  */
1296
1491
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest: requests.UpdateLogAnalyticsEntityRequest): Promise<responses.UpdateLogAnalyticsEntityResponse>;
1297
1492
  /**
1298
1493
  * Update custom log analytics entity type. Out of box entity types cannot be udpated.
1494
+ * This operation does not retry by default if the user has not defined a retry configuration.
1299
1495
  * @param UpdateLogAnalyticsEntityTypeRequest
1300
1496
  * @return UpdateLogAnalyticsEntityTypeResponse
1301
1497
  * @throws OciError when an error occurs
1302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
1498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
1303
1499
  */
1304
1500
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest: requests.UpdateLogAnalyticsEntityTypeRequest): Promise<responses.UpdateLogAnalyticsEntityTypeResponse>;
1305
1501
  /**
1306
1502
  * Updates the specified log group's display name, description, defined tags, and free-form tags.
1307
1503
  *
1504
+ * This operation does not retry by default if the user has not defined a retry configuration.
1308
1505
  * @param UpdateLogAnalyticsLogGroupRequest
1309
1506
  * @return UpdateLogAnalyticsLogGroupResponse
1310
1507
  * @throws OciError when an error occurs
1311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
1508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
1312
1509
  */
1313
1510
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest: requests.UpdateLogAnalyticsLogGroupRequest): Promise<responses.UpdateLogAnalyticsLogGroupResponse>;
1314
1511
  /**
1315
1512
  * Updates configuration of the object collection rule for the given id.
1513
+ * This operation does not retry by default if the user has not defined a retry configuration.
1316
1514
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
1317
1515
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
1318
1516
  * @throws OciError when an error occurs
1319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
1517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
1320
1518
  */
1321
1519
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest: requests.UpdateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.UpdateLogAnalyticsObjectCollectionRuleResponse>;
1322
1520
  /**
1323
1521
  * Updates the metadata of the specified lookup, such as the lookup description.
1324
1522
  *
1523
+ * This operation does not retry by default if the user has not defined a retry configuration.
1325
1524
  * @param UpdateLookupRequest
1326
1525
  * @return UpdateLookupResponse
1327
1526
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
1329
1528
  */
1330
1529
  updateLookup(updateLookupRequest: requests.UpdateLookupRequest): Promise<responses.UpdateLookupResponse>;
1331
1530
  /**
1332
1531
  * Updates the lookup content. The csv file containing the content to be updated is passed in as binary data in the request.
1333
1532
  *
1533
+ * This operation does not retry by default if the user has not defined a retry configuration.
1334
1534
  * @param UpdateLookupDataRequest
1335
1535
  * @return UpdateLookupDataResponse
1336
1536
  * @throws OciError when an error occurs
1337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
1537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
1338
1538
  */
1339
1539
  updateLookupData(updateLookupDataRequest: requests.UpdateLookupDataRequest): Promise<responses.UpdateLookupDataResponse>;
1540
+ /**
1541
+ * Updates the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
1542
+ *
1543
+ * This operation does not retry by default if the user has not defined a retry configuration.
1544
+ * @param UpdatePreferencesRequest
1545
+ * @return UpdatePreferencesResponse
1546
+ * @throws OciError when an error occurs
1547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
1548
+ */
1549
+ updatePreferences(updatePreferencesRequest: requests.UpdatePreferencesRequest): Promise<responses.UpdatePreferencesResponse>;
1340
1550
  /**
1341
1551
  * Update the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
1552
+ * This operation does not retry by default if the user has not defined a retry configuration.
1342
1553
  * @param UpdateScheduledTaskRequest
1343
1554
  * @return UpdateScheduledTaskResponse
1344
1555
  * @throws OciError when an error occurs
1345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
1556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
1346
1557
  */
1347
1558
  updateScheduledTask(updateScheduledTaskRequest: requests.UpdateScheduledTaskRequest): Promise<responses.UpdateScheduledTaskResponse>;
1348
1559
  /**
1349
1560
  * This API updates the archiving configuration
1350
1561
  *
1562
+ * This operation does not retry by default if the user has not defined a retry configuration.
1351
1563
  * @param UpdateStorageRequest
1352
1564
  * @return UpdateStorageResponse
1353
1565
  * @throws OciError when an error occurs
1354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
1566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
1355
1567
  */
1356
1568
  updateStorage(updateStorageRequest: requests.UpdateStorageRequest): Promise<responses.UpdateStorageResponse>;
1357
1569
  /**
1358
1570
  * Accepts log events for processing by Logging Analytics.
1359
1571
  *
1572
+ * This operation does not retry by default if the user has not defined a retry configuration.
1360
1573
  * @param UploadLogEventsFileRequest
1361
1574
  * @return UploadLogEventsFileResponse
1362
1575
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
1576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
1364
1577
  */
1365
1578
  uploadLogEventsFile(uploadLogEventsFileRequest: requests.UploadLogEventsFileRequest): Promise<responses.UploadLogEventsFileResponse>;
1366
1579
  /**
1367
1580
  * Accepts log data for processing by Logging Analytics.
1368
1581
  *
1582
+ * This operation does not retry by default if the user has not defined a retry configuration.
1369
1583
  * @param UploadLogFileRequest
1370
1584
  * @return UploadLogFileResponse
1371
1585
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
1586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
1373
1587
  */
1374
1588
  uploadLogFile(uploadLogFileRequest: requests.UploadLogFileRequest): Promise<responses.UploadLogFileResponse>;
1375
1589
  /**
1376
1590
  * Creates or updates associations between sources and entities. All entities should belong to the specified input compartment.
1377
1591
  *
1592
+ * This operation does not retry by default if the user has not defined a retry configuration.
1378
1593
  * @param UpsertAssociationsRequest
1379
1594
  * @return UpsertAssociationsResponse
1380
1595
  * @throws OciError when an error occurs
1381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
1382
1597
  */
1383
1598
  upsertAssociations(upsertAssociationsRequest: requests.UpsertAssociationsRequest): Promise<responses.UpsertAssociationsResponse>;
1384
1599
  /**
1385
1600
  * Creates or updates a field that could be used in parser expressions to extract and assign value. To create a field, specify its display name. A name would be generated for the field. For subsequent calls to update the field, include the name attribute.
1386
1601
  *
1602
+ * This operation does not retry by default if the user has not defined a retry configuration.
1387
1603
  * @param UpsertFieldRequest
1388
1604
  * @return UpsertFieldResponse
1389
1605
  * @throws OciError when an error occurs
1390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
1606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
1391
1607
  */
1392
1608
  upsertField(upsertFieldRequest: requests.UpsertFieldRequest): Promise<responses.UpsertFieldResponse>;
1393
1609
  /**
1394
1610
  * Creates or updates a label that could be used to tag a log entry. You may optionally designate the label as a problem, and assign it a priority. You may also provide its related terms (aliases). To create a label, specify its display name. A name would be generated for the label. For subsequent calls to update the label, include the name attribute.
1395
1611
  *
1612
+ * This operation does not retry by default if the user has not defined a retry configuration.
1396
1613
  * @param UpsertLabelRequest
1397
1614
  * @return UpsertLabelResponse
1398
1615
  * @throws OciError when an error occurs
1399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
1616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
1400
1617
  */
1401
1618
  upsertLabel(upsertLabelRequest: requests.UpsertLabelRequest): Promise<responses.UpsertLabelResponse>;
1402
1619
  /**
1403
1620
  * Creates or updates a parser, which defines how fields are extracted from a log entry.
1404
1621
  *
1622
+ * This operation does not retry by default if the user has not defined a retry configuration.
1405
1623
  * @param UpsertParserRequest
1406
1624
  * @return UpsertParserResponse
1407
1625
  * @throws OciError when an error occurs
1408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
1626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
1409
1627
  */
1410
1628
  upsertParser(upsertParserRequest: requests.UpsertParserRequest): Promise<responses.UpsertParserResponse>;
1411
1629
  /**
1412
1630
  * Creates or updates a log source. You may also specify parsers, labels, extended fields etc., for the source.
1413
1631
  *
1632
+ * This operation does not retry by default if the user has not defined a retry configuration.
1414
1633
  * @param UpsertSourceRequest
1415
1634
  * @return UpsertSourceResponse
1416
1635
  * @throws OciError when an error occurs
1417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
1636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
1418
1637
  */
1419
1638
  upsertSource(upsertSourceRequest: requests.UpsertSourceRequest): Promise<responses.UpsertSourceResponse>;
1420
1639
  /**
1421
1640
  * Checks if the passed in entities could be associated with the specified sources. The validation is performed to ensure that the entities have the relevant property values that are used in the corresponding source patterns.
1422
1641
  *
1642
+ * This operation does not retry by default if the user has not defined a retry configuration.
1423
1643
  * @param ValidateAssociationParametersRequest
1424
1644
  * @return ValidateAssociationParametersResponse
1425
1645
  * @throws OciError when an error occurs
1426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
1646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
1427
1647
  */
1428
1648
  validateAssociationParameters(validateAssociationParametersRequest: requests.ValidateAssociationParametersRequest): Promise<responses.ValidateAssociationParametersResponse>;
1429
1649
  /**
1430
1650
  * Validates a log file to check whether it is eligible to be uploaded or not.
1651
+ * This operation does not retry by default if the user has not defined a retry configuration.
1431
1652
  * @param ValidateFileRequest
1432
1653
  * @return ValidateFileResponse
1433
1654
  * @throws OciError when an error occurs
1434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
1655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
1435
1656
  */
1436
1657
  validateFile(validateFileRequest: requests.ValidateFileRequest): Promise<responses.ValidateFileResponse>;
1437
1658
  /**
1438
1659
  * Checks if the specified input is a valid log source definition.
1439
1660
  *
1661
+ * This operation does not retry by default if the user has not defined a retry configuration.
1440
1662
  * @param ValidateSourceRequest
1441
1663
  * @return ValidateSourceResponse
1442
1664
  * @throws OciError when an error occurs
1443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
1665
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
1444
1666
  */
1445
1667
  validateSource(validateSourceRequest: requests.ValidateSourceRequest): Promise<responses.ValidateSourceResponse>;
1446
1668
  /**
1447
1669
  * Checks if the specified input contains valid extended field definitions against the provided example content.
1448
1670
  *
1671
+ * This operation does not retry by default if the user has not defined a retry configuration.
1449
1672
  * @param ValidateSourceExtendedFieldDetailsRequest
1450
1673
  * @return ValidateSourceExtendedFieldDetailsResponse
1451
1674
  * @throws OciError when an error occurs
1452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
1675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
1453
1676
  */
1454
1677
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest: requests.ValidateSourceExtendedFieldDetailsRequest): Promise<responses.ValidateSourceExtendedFieldDetailsResponse>;
1455
1678
  /**
1456
1679
  * Validates the source mapping for a given file and provides match status and the parsed representation of log data.
1680
+ * This operation does not retry by default if the user has not defined a retry configuration.
1457
1681
  * @param ValidateSourceMappingRequest
1458
1682
  * @return ValidateSourceMappingResponse
1459
1683
  * @throws OciError when an error occurs
1460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
1684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
1461
1685
  */
1462
1686
  validateSourceMapping(validateSourceMappingRequest: requests.ValidateSourceMappingRequest): Promise<responses.ValidateSourceMappingResponse>;
1463
1687
  }