oci-loganalytics 2.5.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +375 -160
  3. package/lib/client.js +963 -326
  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 +10 -0
  19. package/lib/model/index.js +15 -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/test-parser-payload-details.d.ts +5 -0
  41. package/lib/model/test-parser-payload-details.js.map +1 -1
  42. package/lib/model/unprocessed-data-bucket.d.ts +44 -0
  43. package/lib/model/unprocessed-data-bucket.js +30 -0
  44. package/lib/model/unprocessed-data-bucket.js.map +1 -0
  45. package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +7 -0
  46. package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
  47. package/lib/model/upsert-log-analytics-parser-details.d.ts +5 -0
  48. package/lib/model/upsert-log-analytics-parser-details.js.map +1 -1
  49. package/lib/request/add-entity-association-request.d.ts +1 -1
  50. package/lib/request/add-source-event-types-request.d.ts +1 -1
  51. package/lib/request/append-lookup-data-request.d.ts +8 -1
  52. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  53. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  54. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  55. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  56. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  57. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  58. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  59. package/lib/request/clean-request.d.ts +1 -1
  60. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  61. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  62. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  63. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  64. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  65. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  66. package/lib/request/delete-associations-request.d.ts +1 -1
  67. package/lib/request/delete-field-request.d.ts +1 -1
  68. package/lib/request/delete-label-request.d.ts +1 -1
  69. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  70. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  71. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  72. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  73. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  74. package/lib/request/delete-lookup-request.d.ts +1 -1
  75. package/lib/request/delete-parser-request.d.ts +1 -1
  76. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  77. package/lib/request/delete-source-request.d.ts +1 -1
  78. package/lib/request/delete-upload-file-request.d.ts +1 -1
  79. package/lib/request/delete-upload-request.d.ts +1 -1
  80. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  81. package/lib/request/disable-archiving-request.d.ts +1 -1
  82. package/lib/request/disable-auto-association-request.d.ts +1 -1
  83. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  84. package/lib/request/enable-archiving-request.d.ts +1 -1
  85. package/lib/request/enable-auto-association-request.d.ts +1 -1
  86. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  87. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  88. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  89. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  90. package/lib/request/export-custom-content-request.d.ts +1 -1
  91. package/lib/request/export-query-result-request.d.ts +1 -1
  92. package/lib/request/extract-structured-log-field-paths-request.d.ts +3 -2
  93. package/lib/request/extract-structured-log-field-paths-request.js +1 -0
  94. package/lib/request/extract-structured-log-field-paths-request.js.map +1 -1
  95. package/lib/request/extract-structured-log-header-paths-request.d.ts +3 -2
  96. package/lib/request/extract-structured-log-header-paths-request.js +1 -0
  97. package/lib/request/extract-structured-log-header-paths-request.js.map +1 -1
  98. package/lib/request/filter-request.d.ts +1 -1
  99. package/lib/request/get-association-summary-request.d.ts +1 -1
  100. package/lib/request/get-column-names-request.d.ts +1 -1
  101. package/lib/request/get-config-work-request-request.d.ts +1 -1
  102. package/lib/request/get-field-request.d.ts +1 -1
  103. package/lib/request/get-fields-summary-request.d.ts +1 -1
  104. package/lib/request/get-label-request.d.ts +1 -1
  105. package/lib/request/get-label-summary-request.d.ts +1 -1
  106. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  107. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  108. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  109. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  110. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  111. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  112. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  113. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  114. package/lib/request/get-log-sets-count-request.d.ts +1 -1
  115. package/lib/request/get-lookup-request.d.ts +1 -1
  116. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  117. package/lib/request/get-namespace-request.d.ts +1 -1
  118. package/lib/request/get-parser-request.d.ts +1 -1
  119. package/lib/request/get-parser-summary-request.d.ts +1 -1
  120. package/lib/request/get-preferences-request.d.ts +53 -0
  121. package/lib/request/get-preferences-request.js +28 -0
  122. package/lib/request/get-preferences-request.js.map +1 -0
  123. package/lib/request/get-query-result-request.d.ts +1 -1
  124. package/lib/request/get-query-work-request-request.d.ts +1 -1
  125. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  126. package/lib/request/get-source-request.d.ts +1 -1
  127. package/lib/request/get-source-summary-request.d.ts +1 -1
  128. package/lib/request/get-storage-request.d.ts +1 -1
  129. package/lib/request/get-storage-usage-request.d.ts +1 -1
  130. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  131. package/lib/request/get-unprocessed-data-bucket-request.d.ts +27 -0
  132. package/lib/request/get-unprocessed-data-bucket-request.js +15 -0
  133. package/lib/request/get-unprocessed-data-bucket-request.js.map +1 -0
  134. package/lib/request/get-upload-request.d.ts +1 -1
  135. package/lib/request/get-work-request-request.d.ts +1 -1
  136. package/lib/request/import-custom-content-request.d.ts +8 -1
  137. package/lib/request/index.d.ts +10 -0
  138. package/lib/request/index.js +3 -1
  139. package/lib/request/index.js.map +1 -1
  140. package/lib/request/list-associable-entities-request.d.ts +1 -1
  141. package/lib/request/list-associated-entities-request.d.ts +1 -1
  142. package/lib/request/list-auto-associations-request.d.ts +1 -1
  143. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  144. package/lib/request/list-entity-associations-request.d.ts +1 -1
  145. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  146. package/lib/request/list-fields-request.d.ts +1 -1
  147. package/lib/request/list-label-priorities-request.d.ts +1 -1
  148. package/lib/request/list-label-source-details-request.d.ts +1 -1
  149. package/lib/request/list-labels-request.d.ts +1 -1
  150. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  151. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  152. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  153. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  154. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  155. package/lib/request/list-log-sets-request.d.ts +1 -1
  156. package/lib/request/list-lookups-request.d.ts +1 -1
  157. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  158. package/lib/request/list-namespaces-request.d.ts +1 -1
  159. package/lib/request/list-parser-functions-request.d.ts +1 -1
  160. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  161. package/lib/request/list-parsers-request.d.ts +1 -1
  162. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  163. package/lib/request/list-recalled-data-request.d.ts +1 -1
  164. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  165. package/lib/request/list-source-associations-request.d.ts +1 -1
  166. package/lib/request/list-source-event-types-request.d.ts +1 -1
  167. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  168. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  169. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  170. package/lib/request/list-source-patterns-request.d.ts +1 -1
  171. package/lib/request/list-sources-request.d.ts +1 -1
  172. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  173. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  174. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  175. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  176. package/lib/request/list-upload-files-request.d.ts +1 -1
  177. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  178. package/lib/request/list-uploads-request.d.ts +1 -1
  179. package/lib/request/list-warnings-request.d.ts +1 -1
  180. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  181. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  182. package/lib/request/list-work-requests-request.d.ts +1 -1
  183. package/lib/request/offboard-namespace-request.d.ts +1 -1
  184. package/lib/request/onboard-namespace-request.d.ts +1 -1
  185. package/lib/request/parse-query-request.d.ts +1 -1
  186. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  187. package/lib/request/purge-storage-data-request.d.ts +1 -1
  188. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  189. package/lib/request/query-request.d.ts +1 -1
  190. package/lib/request/recall-archived-data-request.d.ts +1 -1
  191. package/lib/request/register-lookup-request.d.ts +8 -1
  192. package/lib/request/register-lookup-request.js.map +1 -1
  193. package/lib/request/release-recalled-data-request.d.ts +1 -1
  194. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  195. package/lib/request/remove-preferences-request.d.ts +41 -0
  196. package/lib/request/remove-preferences-request.js +15 -0
  197. package/lib/request/remove-preferences-request.js.map +1 -0
  198. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  199. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  200. package/lib/request/run-request.d.ts +1 -1
  201. package/lib/request/set-unprocessed-data-bucket-request.d.ts +37 -0
  202. package/lib/request/set-unprocessed-data-bucket-request.js +15 -0
  203. package/lib/request/set-unprocessed-data-bucket-request.js.map +1 -0
  204. package/lib/request/suggest-request.d.ts +1 -1
  205. package/lib/request/suppress-warning-request.d.ts +1 -1
  206. package/lib/request/test-parser-request.d.ts +1 -1
  207. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  208. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  209. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  210. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  211. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  212. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  213. package/lib/request/update-lookup-data-request.d.ts +8 -1
  214. package/lib/request/update-lookup-request.d.ts +1 -1
  215. package/lib/request/update-preferences-request.d.ts +41 -0
  216. package/lib/request/update-preferences-request.js +15 -0
  217. package/lib/request/update-preferences-request.js.map +1 -0
  218. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  219. package/lib/request/update-storage-request.d.ts +1 -1
  220. package/lib/request/upload-log-events-file-request.d.ts +8 -1
  221. package/lib/request/upload-log-file-request.d.ts +8 -1
  222. package/lib/request/upsert-associations-request.d.ts +1 -1
  223. package/lib/request/upsert-field-request.d.ts +1 -1
  224. package/lib/request/upsert-label-request.d.ts +1 -1
  225. package/lib/request/upsert-parser-request.d.ts +1 -1
  226. package/lib/request/upsert-source-request.d.ts +1 -1
  227. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  228. package/lib/request/validate-file-request.d.ts +1 -1
  229. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  230. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  231. package/lib/request/validate-source-request.d.ts +1 -1
  232. package/lib/response/get-preferences-response.d.ts +38 -0
  233. package/lib/response/get-preferences-response.js +15 -0
  234. package/lib/response/get-preferences-response.js.map +1 -0
  235. package/lib/response/get-unprocessed-data-bucket-response.d.ts +24 -0
  236. package/lib/response/get-unprocessed-data-bucket-response.js +15 -0
  237. package/lib/response/get-unprocessed-data-bucket-response.js.map +1 -0
  238. package/lib/response/index.d.ts +10 -0
  239. package/lib/response/remove-preferences-response.d.ts +19 -0
  240. package/lib/response/remove-preferences-response.js +15 -0
  241. package/lib/response/remove-preferences-response.js.map +1 -0
  242. package/lib/response/set-unprocessed-data-bucket-response.d.ts +24 -0
  243. package/lib/response/set-unprocessed-data-bucket-response.js +15 -0
  244. package/lib/response/set-unprocessed-data-bucket-response.js.map +1 -0
  245. package/lib/response/update-preferences-response.d.ts +19 -0
  246. package/lib/response/update-preferences-response.js +15 -0
  247. package/lib/response/update-preferences-response.js.map +1 -0
  248. 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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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,860 +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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/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.1/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.7.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
600
664
  */
601
665
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest: requests.GetLogAnalyticsObjectCollectionRuleRequest): Promise<responses.GetLogAnalyticsObjectCollectionRuleResponse>;
602
666
  /**
603
667
  * This API returns the count of distinct log sets.
604
668
  *
669
+ * This operation does not retry by default if the user has not defined a retry configuration.
605
670
  * @param GetLogSetsCountRequest
606
671
  * @return GetLogSetsCountResponse
607
672
  * @throws OciError when an error occurs
608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
609
674
  */
610
675
  getLogSetsCount(getLogSetsCountRequest: requests.GetLogSetsCountRequest): Promise<responses.GetLogSetsCountResponse>;
611
676
  /**
612
677
  * Gets detailed information about the lookup with the specified name.
613
678
  *
679
+ * This operation does not retry by default if the user has not defined a retry configuration.
614
680
  * @param GetLookupRequest
615
681
  * @return GetLookupResponse
616
682
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
618
684
  */
619
685
  getLookup(getLookupRequest: requests.GetLookupRequest): Promise<responses.GetLookupResponse>;
620
686
  /**
621
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.
622
689
  * @param GetLookupSummaryRequest
623
690
  * @return GetLookupSummaryResponse
624
691
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
626
693
  */
627
694
  getLookupSummary(getLookupSummaryRequest: requests.GetLookupSummaryRequest): Promise<responses.GetLookupSummaryResponse>;
628
695
  /**
629
696
  * This API gets the namespace details of a tenancy already onboarded in Logging Analytics Application
630
697
  *
698
+ * This operation does not retry by default if the user has not defined a retry configuration.
631
699
  * @param GetNamespaceRequest
632
700
  * @return GetNamespaceResponse
633
701
  * @throws OciError when an error occurs
634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
635
703
  */
636
704
  getNamespace(getNamespaceRequest: requests.GetNamespaceRequest): Promise<responses.GetNamespaceResponse>;
637
705
  /**
638
706
  * Gets detailed information about the parser with the specified name.
639
707
  *
708
+ * This operation does not retry by default if the user has not defined a retry configuration.
640
709
  * @param GetParserRequest
641
710
  * @return GetParserResponse
642
711
  * @throws OciError when an error occurs
643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
644
713
  */
645
714
  getParser(getParserRequest: requests.GetParserRequest): Promise<responses.GetParserResponse>;
646
715
  /**
647
716
  * Returns the count of parsers.
648
717
  *
718
+ * This operation does not retry by default if the user has not defined a retry configuration.
649
719
  * @param GetParserSummaryRequest
650
720
  * @return GetParserSummaryResponse
651
721
  * @throws OciError when an error occurs
652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
653
723
  */
654
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.7.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
733
+ */
734
+ getPreferences(getPreferencesRequest: requests.GetPreferencesRequest): Promise<responses.GetPreferencesResponse>;
655
735
  /**
656
736
  * Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed,
657
737
  * otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
658
738
  *
739
+ * This operation does not retry by default if the user has not defined a retry configuration.
659
740
  * @param GetQueryResultRequest
660
741
  * @return GetQueryResultResponse
661
742
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
663
744
  */
664
745
  getQueryResult(getQueryResultRequest: requests.GetQueryResultRequest): Promise<responses.GetQueryResultResponse>;
665
746
  /**
666
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.
667
749
  * @param GetQueryWorkRequestRequest
668
750
  * @return GetQueryWorkRequestResponse
669
751
  * @throws OciError when an error occurs
670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
671
753
  */
672
754
  getQueryWorkRequest(getQueryWorkRequestRequest: requests.GetQueryWorkRequestRequest): Promise<responses.GetQueryWorkRequestResponse>;
673
755
  /**
674
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.
675
758
  * @param GetScheduledTaskRequest
676
759
  * @return GetScheduledTaskResponse
677
760
  * @throws OciError when an error occurs
678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
679
762
  */
680
763
  getScheduledTask(getScheduledTaskRequest: requests.GetScheduledTaskRequest): Promise<responses.GetScheduledTaskResponse>;
681
764
  /**
682
765
  * Gets detailed information about the source with the specified name.
683
766
  *
767
+ * This operation does not retry by default if the user has not defined a retry configuration.
684
768
  * @param GetSourceRequest
685
769
  * @return GetSourceResponse
686
770
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
688
772
  */
689
773
  getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>;
690
774
  /**
691
775
  * Returns the count of sources.
692
776
  *
777
+ * This operation does not retry by default if the user has not defined a retry configuration.
693
778
  * @param GetSourceSummaryRequest
694
779
  * @return GetSourceSummaryResponse
695
780
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
697
782
  */
698
783
  getSourceSummary(getSourceSummaryRequest: requests.GetSourceSummaryRequest): Promise<responses.GetSourceSummaryResponse>;
699
784
  /**
700
785
  * This API gets the storage configuration of a tenancy
701
786
  *
787
+ * This operation does not retry by default if the user has not defined a retry configuration.
702
788
  * @param GetStorageRequest
703
789
  * @return GetStorageResponse
704
790
  * @throws OciError when an error occurs
705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
706
792
  */
707
793
  getStorage(getStorageRequest: requests.GetStorageRequest): Promise<responses.GetStorageResponse>;
708
794
  /**
709
795
  * This API gets storage usage information of a tenancy. Storage usage information includes active, archived or recalled
710
796
  * data. The unit of return data is in bytes.
711
797
  *
798
+ * This operation does not retry by default if the user has not defined a retry configuration.
712
799
  * @param GetStorageUsageRequest
713
800
  * @return GetStorageUsageResponse
714
801
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
716
803
  */
717
804
  getStorageUsage(getStorageUsageRequest: requests.GetStorageUsageRequest): Promise<responses.GetStorageUsageResponse>;
718
805
  /**
719
806
  * This API returns work request details specified by {workRequestId}. This API can be polled for status tracking of
720
807
  * work request. Clients should poll using the interval returned in retry-after header.
721
808
  *
809
+ * This operation does not retry by default if the user has not defined a retry configuration.
722
810
  * @param GetStorageWorkRequestRequest
723
811
  * @return GetStorageWorkRequestResponse
724
812
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
726
814
  */
727
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.7.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
824
+ */
825
+ getUnprocessedDataBucket(getUnprocessedDataBucketRequest: requests.GetUnprocessedDataBucketRequest): Promise<responses.GetUnprocessedDataBucketResponse>;
728
826
  /**
729
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.
730
829
  * @param GetUploadRequest
731
830
  * @return GetUploadResponse
732
831
  * @throws OciError when an error occurs
733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
734
833
  */
735
834
  getUpload(getUploadRequest: requests.GetUploadRequest): Promise<responses.GetUploadResponse>;
736
835
  /**
737
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.
738
838
  * @param GetWorkRequestRequest
739
839
  * @return GetWorkRequestResponse
740
840
  * @throws OciError when an error occurs
741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
742
842
  */
743
843
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
744
844
  /**
745
845
  * Imports the specified custom content from the input in zip format.
746
846
  *
847
+ * This operation does not retry by default if the user has not defined a retry configuration.
747
848
  * @param ImportCustomContentRequest
748
849
  * @return ImportCustomContentResponse
749
850
  * @throws OciError when an error occurs
750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
751
852
  */
752
853
  importCustomContent(importCustomContentRequest: requests.ImportCustomContentRequest): Promise<responses.ImportCustomContentResponse>;
753
854
  /**
754
855
  * Lists the entities in the specified compartment which are (in)eligible for association with this source.
755
856
  *
857
+ * This operation does not retry by default if the user has not defined a retry configuration.
756
858
  * @param ListAssociableEntitiesRequest
757
859
  * @return ListAssociableEntitiesResponse
758
860
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
760
862
  */
761
863
  listAssociableEntities(listAssociableEntitiesRequest: requests.ListAssociableEntitiesRequest): Promise<responses.ListAssociableEntitiesResponse>;
762
864
  /**
763
865
  * Lists the association details of entities in the specified compartment that are associated with at least one source.
764
866
  *
867
+ * This operation does not retry by default if the user has not defined a retry configuration.
765
868
  * @param ListAssociatedEntitiesRequest
766
869
  * @return ListAssociatedEntitiesResponse
767
870
  * @throws OciError when an error occurs
768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
769
872
  */
770
873
  listAssociatedEntities(listAssociatedEntitiesRequest: requests.ListAssociatedEntitiesRequest): Promise<responses.ListAssociatedEntitiesResponse>;
771
874
  /**
772
875
  * Gets information related to auto association for the source with the specified name.
773
876
  *
877
+ * This operation does not retry by default if the user has not defined a retry configuration.
774
878
  * @param ListAutoAssociationsRequest
775
879
  * @return ListAutoAssociationsResponse
776
880
  * @throws OciError when an error occurs
777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
778
882
  */
779
883
  listAutoAssociations(listAutoAssociationsRequest: requests.ListAutoAssociationsRequest): Promise<responses.ListAutoAssociationsResponse>;
780
884
  /**
781
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.
782
886
  *
887
+ * This operation does not retry by default if the user has not defined a retry configuration.
783
888
  * @param ListConfigWorkRequestsRequest
784
889
  * @return ListConfigWorkRequestsResponse
785
890
  * @throws OciError when an error occurs
786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
787
892
  */
788
893
  listConfigWorkRequests(listConfigWorkRequestsRequest: requests.ListConfigWorkRequestsRequest): Promise<responses.ListConfigWorkRequestsResponse>;
789
894
  /**
790
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.
791
897
  * @param ListEntityAssociationsRequest
792
898
  * @return ListEntityAssociationsResponse
793
899
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
795
901
  */
796
902
  listEntityAssociations(listEntityAssociationsRequest: requests.ListEntityAssociationsRequest): Promise<responses.ListEntityAssociationsResponse>;
797
903
  /**
798
904
  * Returns the list of source associations for the specified entity.
799
905
  *
906
+ * This operation does not retry by default if the user has not defined a retry configuration.
800
907
  * @param ListEntitySourceAssociationsRequest
801
908
  * @return ListEntitySourceAssociationsResponse
802
909
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
804
911
  */
805
912
  listEntitySourceAssociations(listEntitySourceAssociationsRequest: requests.ListEntitySourceAssociationsRequest): Promise<responses.ListEntitySourceAssociationsResponse>;
806
913
  /**
807
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.
808
915
  *
916
+ * This operation does not retry by default if the user has not defined a retry configuration.
809
917
  * @param ListFieldsRequest
810
918
  * @return ListFieldsResponse
811
919
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
813
921
  */
814
922
  listFields(listFieldsRequest: requests.ListFieldsRequest): Promise<responses.ListFieldsResponse>;
815
923
  /**
816
924
  * Lists the available problem priorities that could be associated with a label.
817
925
  *
926
+ * This operation does not retry by default if the user has not defined a retry configuration.
818
927
  * @param ListLabelPrioritiesRequest
819
928
  * @return ListLabelPrioritiesResponse
820
929
  * @throws OciError when an error occurs
821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
822
931
  */
823
932
  listLabelPriorities(listLabelPrioritiesRequest: requests.ListLabelPrioritiesRequest): Promise<responses.ListLabelPrioritiesResponse>;
824
933
  /**
825
934
  * Lists sources using the label, along with configuration details like base field, operator and condition.
826
935
  *
936
+ * This operation does not retry by default if the user has not defined a retry configuration.
827
937
  * @param ListLabelSourceDetailsRequest
828
938
  * @return ListLabelSourceDetailsResponse
829
939
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
831
941
  */
832
942
  listLabelSourceDetails(listLabelSourceDetailsRequest: requests.ListLabelSourceDetailsRequest): Promise<responses.ListLabelSourceDetailsResponse>;
833
943
  /**
834
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.
835
945
  *
946
+ * This operation does not retry by default if the user has not defined a retry configuration.
836
947
  * @param ListLabelsRequest
837
948
  * @return ListLabelsResponse
838
949
  * @throws OciError when an error occurs
839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
840
951
  */
841
952
  listLabels(listLabelsRequest: requests.ListLabelsRequest): Promise<responses.ListLabelsResponse>;
842
953
  /**
843
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.
844
956
  * @param ListLogAnalyticsEmBridgesRequest
845
957
  * @return ListLogAnalyticsEmBridgesResponse
846
958
  * @throws OciError when an error occurs
847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
848
960
  */
849
961
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest: requests.ListLogAnalyticsEmBridgesRequest): Promise<responses.ListLogAnalyticsEmBridgesResponse>;
850
962
  /**
851
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.
852
965
  * @param ListLogAnalyticsEntitiesRequest
853
966
  * @return ListLogAnalyticsEntitiesResponse
854
967
  * @throws OciError when an error occurs
855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
856
969
  */
857
970
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest: requests.ListLogAnalyticsEntitiesRequest): Promise<responses.ListLogAnalyticsEntitiesResponse>;
858
971
  /**
859
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.
860
974
  * @param ListLogAnalyticsEntityTypesRequest
861
975
  * @return ListLogAnalyticsEntityTypesResponse
862
976
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
864
978
  */
865
979
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest: requests.ListLogAnalyticsEntityTypesRequest): Promise<responses.ListLogAnalyticsEntityTypesResponse>;
866
980
  /**
867
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.
868
982
  *
983
+ * This operation does not retry by default if the user has not defined a retry configuration.
869
984
  * @param ListLogAnalyticsLogGroupsRequest
870
985
  * @return ListLogAnalyticsLogGroupsResponse
871
986
  * @throws OciError when an error occurs
872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
873
988
  */
874
989
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest: requests.ListLogAnalyticsLogGroupsRequest): Promise<responses.ListLogAnalyticsLogGroupsResponse>;
875
990
  /**
876
991
  * Gets list of collection rules.
992
+ * This operation does not retry by default if the user has not defined a retry configuration.
877
993
  * @param ListLogAnalyticsObjectCollectionRulesRequest
878
994
  * @return ListLogAnalyticsObjectCollectionRulesResponse
879
995
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
881
997
  */
882
998
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest: requests.ListLogAnalyticsObjectCollectionRulesRequest): Promise<responses.ListLogAnalyticsObjectCollectionRulesResponse>;
883
999
  /**
884
1000
  * This API returns a list of log sets.
885
1001
  *
1002
+ * This operation does not retry by default if the user has not defined a retry configuration.
886
1003
  * @param ListLogSetsRequest
887
1004
  * @return ListLogSetsResponse
888
1005
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
890
1007
  */
891
1008
  listLogSets(listLogSetsRequest: requests.ListLogSetsRequest): Promise<responses.ListLogSetsResponse>;
892
1009
  /**
893
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.
894
1011
  *
1012
+ * This operation does not retry by default if the user has not defined a retry configuration.
895
1013
  * @param ListLookupsRequest
896
1014
  * @return ListLookupsResponse
897
1015
  * @throws OciError when an error occurs
898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
899
1017
  */
900
1018
  listLookups(listLookupsRequest: requests.ListLookupsRequest): Promise<responses.ListLookupsResponse>;
901
1019
  /**
902
1020
  * Lists the types of log sources supported.
903
1021
  *
1022
+ * This operation does not retry by default if the user has not defined a retry configuration.
904
1023
  * @param ListMetaSourceTypesRequest
905
1024
  * @return ListMetaSourceTypesResponse
906
1025
  * @throws OciError when an error occurs
907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
908
1027
  */
909
1028
  listMetaSourceTypes(listMetaSourceTypesRequest: requests.ListMetaSourceTypesRequest): Promise<responses.ListMetaSourceTypesResponse>;
910
1029
  /**
911
1030
  * Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region. The
912
1031
  * result also indicates if the tenancy is onboarded with Logging Analytics.
913
1032
  *
1033
+ * This operation does not retry by default if the user has not defined a retry configuration.
914
1034
  * @param ListNamespacesRequest
915
1035
  * @return ListNamespacesResponse
916
1036
  * @throws OciError when an error occurs
917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
918
1038
  */
919
1039
  listNamespaces(listNamespacesRequest: requests.ListNamespacesRequest): Promise<responses.ListNamespacesResponse>;
920
1040
  /**
921
1041
  * Lists the parser functions defined for the specified parser.
922
1042
  *
1043
+ * This operation does not retry by default if the user has not defined a retry configuration.
923
1044
  * @param ListParserFunctionsRequest
924
1045
  * @return ListParserFunctionsResponse
925
1046
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
927
1048
  */
928
1049
  listParserFunctions(listParserFunctionsRequest: requests.ListParserFunctionsRequest): Promise<responses.ListParserFunctionsResponse>;
929
1050
  /**
930
1051
  * Lists the parser meta plugins available for defining parser functions.
931
1052
  *
1053
+ * This operation does not retry by default if the user has not defined a retry configuration.
932
1054
  * @param ListParserMetaPluginsRequest
933
1055
  * @return ListParserMetaPluginsResponse
934
1056
  * @throws OciError when an error occurs
935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
936
1058
  */
937
1059
  listParserMetaPlugins(listParserMetaPluginsRequest: requests.ListParserMetaPluginsRequest): Promise<responses.ListParserMetaPluginsResponse>;
938
1060
  /**
939
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.
940
1062
  *
1063
+ * This operation does not retry by default if the user has not defined a retry configuration.
941
1064
  * @param ListParsersRequest
942
1065
  * @return ListParsersResponse
943
1066
  * @throws OciError when an error occurs
944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
945
1068
  */
946
1069
  listParsers(listParsersRequest: requests.ListParsersRequest): Promise<responses.ListParsersResponse>;
947
1070
  /**
948
1071
  * List active asynchronous queries.
1072
+ * This operation does not retry by default if the user has not defined a retry configuration.
949
1073
  * @param ListQueryWorkRequestsRequest
950
1074
  * @return ListQueryWorkRequestsResponse
951
1075
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
953
1077
  */
954
1078
  listQueryWorkRequests(listQueryWorkRequestsRequest: requests.ListQueryWorkRequestsRequest): Promise<responses.ListQueryWorkRequestsResponse>;
955
1079
  /**
956
1080
  * This API returns the list of recalled data of a tenancy.
957
1081
  *
1082
+ * This operation does not retry by default if the user has not defined a retry configuration.
958
1083
  * @param ListRecalledDataRequest
959
1084
  * @return ListRecalledDataResponse
960
1085
  * @throws OciError when an error occurs
961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
962
1087
  */
963
1088
  listRecalledData(listRecalledDataRequest: requests.ListRecalledDataRequest): Promise<responses.ListRecalledDataResponse>;
964
1089
  /**
965
1090
  * Lists scheduled tasks.
1091
+ * This operation does not retry by default if the user has not defined a retry configuration.
966
1092
  * @param ListScheduledTasksRequest
967
1093
  * @return ListScheduledTasksResponse
968
1094
  * @throws OciError when an error occurs
969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
970
1096
  */
971
1097
  listScheduledTasks(listScheduledTasksRequest: requests.ListScheduledTasksRequest): Promise<responses.ListScheduledTasksResponse>;
972
1098
  /**
973
1099
  * Returns the list of entity associations in the input compartment for the specified source.
974
1100
  *
1101
+ * This operation does not retry by default if the user has not defined a retry configuration.
975
1102
  * @param ListSourceAssociationsRequest
976
1103
  * @return ListSourceAssociationsResponse
977
1104
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
979
1106
  */
980
1107
  listSourceAssociations(listSourceAssociationsRequest: requests.ListSourceAssociationsRequest): Promise<responses.ListSourceAssociationsResponse>;
981
1108
  /**
982
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.
983
1110
  *
1111
+ * This operation does not retry by default if the user has not defined a retry configuration.
984
1112
  * @param ListSourceEventTypesRequest
985
1113
  * @return ListSourceEventTypesResponse
986
1114
  * @throws OciError when an error occurs
987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
988
1116
  */
989
1117
  listSourceEventTypes(listSourceEventTypesRequest: requests.ListSourceEventTypesRequest): Promise<responses.ListSourceEventTypesResponse>;
990
1118
  /**
991
1119
  * Lists the extended field definitions for the source with the specified name.
992
1120
  *
1121
+ * This operation does not retry by default if the user has not defined a retry configuration.
993
1122
  * @param ListSourceExtendedFieldDefinitionsRequest
994
1123
  * @return ListSourceExtendedFieldDefinitionsResponse
995
1124
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
997
1126
  */
998
1127
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest: requests.ListSourceExtendedFieldDefinitionsRequest): Promise<responses.ListSourceExtendedFieldDefinitionsResponse>;
999
1128
  /**
1000
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.
1001
1130
  *
1131
+ * This operation does not retry by default if the user has not defined a retry configuration.
1002
1132
  * @param ListSourceLabelOperatorsRequest
1003
1133
  * @return ListSourceLabelOperatorsResponse
1004
1134
  * @throws OciError when an error occurs
1005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
1006
1136
  */
1007
1137
  listSourceLabelOperators(listSourceLabelOperatorsRequest: requests.ListSourceLabelOperatorsRequest): Promise<responses.ListSourceLabelOperatorsResponse>;
1008
1138
  /**
1009
1139
  * Lists the functions that could be used to enrich log entries based on meaningful information extracted from the log fields.
1010
1140
  *
1141
+ * This operation does not retry by default if the user has not defined a retry configuration.
1011
1142
  * @param ListSourceMetaFunctionsRequest
1012
1143
  * @return ListSourceMetaFunctionsResponse
1013
1144
  * @throws OciError when an error occurs
1014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
1015
1146
  */
1016
1147
  listSourceMetaFunctions(listSourceMetaFunctionsRequest: requests.ListSourceMetaFunctionsRequest): Promise<responses.ListSourceMetaFunctionsResponse>;
1017
1148
  /**
1018
1149
  * Lists the source patterns for the source with the specified name.
1019
1150
  *
1151
+ * This operation does not retry by default if the user has not defined a retry configuration.
1020
1152
  * @param ListSourcePatternsRequest
1021
1153
  * @return ListSourcePatternsResponse
1022
1154
  * @throws OciError when an error occurs
1023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
1024
1156
  */
1025
1157
  listSourcePatterns(listSourcePatternsRequest: requests.ListSourcePatternsRequest): Promise<responses.ListSourcePatternsResponse>;
1026
1158
  /**
1027
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.
1028
1160
  *
1161
+ * This operation does not retry by default if the user has not defined a retry configuration.
1029
1162
  * @param ListSourcesRequest
1030
1163
  * @return ListSourcesResponse
1031
1164
  * @throws OciError when an error occurs
1032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
1033
1166
  */
1034
1167
  listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>;
1035
1168
  /**
1036
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.
1037
1171
  * @param ListStorageWorkRequestErrorsRequest
1038
1172
  * @return ListStorageWorkRequestErrorsResponse
1039
1173
  * @throws OciError when an error occurs
1040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
1041
1175
  */
1042
1176
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest: requests.ListStorageWorkRequestErrorsRequest): Promise<responses.ListStorageWorkRequestErrorsResponse>;
1043
1177
  /**
1044
1178
  * This API lists storage work requests. Use query parameters to narrow down or sort the result list.
1045
1179
  *
1180
+ * This operation does not retry by default if the user has not defined a retry configuration.
1046
1181
  * @param ListStorageWorkRequestsRequest
1047
1182
  * @return ListStorageWorkRequestsResponse
1048
1183
  * @throws OciError when an error occurs
1049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
1050
1185
  */
1051
1186
  listStorageWorkRequests(listStorageWorkRequestsRequest: requests.ListStorageWorkRequestsRequest): Promise<responses.ListStorageWorkRequestsResponse>;
1052
1187
  /**
1053
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.
1054
1190
  * @param ListSupportedCharEncodingsRequest
1055
1191
  * @return ListSupportedCharEncodingsResponse
1056
1192
  * @throws OciError when an error occurs
1057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
1058
1194
  */
1059
1195
  listSupportedCharEncodings(listSupportedCharEncodingsRequest: requests.ListSupportedCharEncodingsRequest): Promise<responses.ListSupportedCharEncodingsResponse>;
1060
1196
  /**
1061
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.
1062
1199
  * @param ListSupportedTimezonesRequest
1063
1200
  * @return ListSupportedTimezonesResponse
1064
1201
  * @throws OciError when an error occurs
1065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
1066
1203
  */
1067
1204
  listSupportedTimezones(listSupportedTimezonesRequest: requests.ListSupportedTimezonesRequest): Promise<responses.ListSupportedTimezonesResponse>;
1068
1205
  /**
1069
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.
1070
1208
  * @param ListUploadFilesRequest
1071
1209
  * @return ListUploadFilesResponse
1072
1210
  * @throws OciError when an error occurs
1073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
1074
1212
  */
1075
1213
  listUploadFiles(listUploadFilesRequest: requests.ListUploadFilesRequest): Promise<responses.ListUploadFilesResponse>;
1076
1214
  /**
1077
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.
1078
1217
  * @param ListUploadWarningsRequest
1079
1218
  * @return ListUploadWarningsResponse
1080
1219
  * @throws OciError when an error occurs
1081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
1082
1221
  */
1083
1222
  listUploadWarnings(listUploadWarningsRequest: requests.ListUploadWarningsRequest): Promise<responses.ListUploadWarningsResponse>;
1084
1223
  /**
1085
1224
  * Gets a list of all On-demand uploads.
1086
1225
  * To use this and other API operations, you must be authorized in an IAM policy.
1087
1226
  *
1227
+ * This operation does not retry by default if the user has not defined a retry configuration.
1088
1228
  * @param ListUploadsRequest
1089
1229
  * @return ListUploadsResponse
1090
1230
  * @throws OciError when an error occurs
1091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
1092
1232
  */
1093
1233
  listUploads(listUploadsRequest: requests.ListUploadsRequest): Promise<responses.ListUploadsResponse>;
1094
1234
  /**
1095
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.
1096
1236
  *
1237
+ * This operation does not retry by default if the user has not defined a retry configuration.
1097
1238
  * @param ListWarningsRequest
1098
1239
  * @return ListWarningsResponse
1099
1240
  * @throws OciError when an error occurs
1100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
1101
1242
  */
1102
1243
  listWarnings(listWarningsRequest: requests.ListWarningsRequest): Promise<responses.ListWarningsResponse>;
1103
1244
  /**
1104
1245
  * Return a (paginated) list of errors for a given work request.
1105
1246
  *
1247
+ * This operation does not retry by default if the user has not defined a retry configuration.
1106
1248
  * @param ListWorkRequestErrorsRequest
1107
1249
  * @return ListWorkRequestErrorsResponse
1108
1250
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1110
1252
  */
1111
1253
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1112
1254
  /**
1113
1255
  * Return a (paginated) list of logs for a given work request.
1114
1256
  *
1257
+ * This operation does not retry by default if the user has not defined a retry configuration.
1115
1258
  * @param ListWorkRequestLogsRequest
1116
1259
  * @return ListWorkRequestLogsResponse
1117
1260
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1119
1262
  */
1120
1263
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1121
1264
  /**
1122
1265
  * Lists the work requests in a compartment.
1123
1266
  *
1267
+ * This operation does not retry by default if the user has not defined a retry configuration.
1124
1268
  * @param ListWorkRequestsRequest
1125
1269
  * @return ListWorkRequestsResponse
1126
1270
  * @throws OciError when an error occurs
1127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1128
1272
  */
1129
1273
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1130
1274
  /**
1131
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.
1132
1277
  * @param OffboardNamespaceRequest
1133
1278
  * @return OffboardNamespaceResponse
1134
1279
  * @throws OciError when an error occurs
1135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
1136
1281
  */
1137
1282
  offboardNamespace(offboardNamespaceRequest: requests.OffboardNamespaceRequest): Promise<responses.OffboardNamespaceResponse>;
1138
1283
  /**
1139
1284
  * On-boards a tenant to Logging Analytics.
1140
1285
  *
1286
+ * This operation does not retry by default if the user has not defined a retry configuration.
1141
1287
  * @param OnboardNamespaceRequest
1142
1288
  * @return OnboardNamespaceResponse
1143
1289
  * @throws OciError when an error occurs
1144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
1145
1291
  */
1146
1292
  onboardNamespace(onboardNamespaceRequest: requests.OnboardNamespaceRequest): Promise<responses.OnboardNamespaceResponse>;
1147
1293
  /**
1148
1294
  * Describe query
1295
+ * This operation does not retry by default if the user has not defined a retry configuration.
1149
1296
  * @param ParseQueryRequest
1150
1297
  * @return ParseQueryResponse
1151
1298
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
1153
1300
  */
1154
1301
  parseQuery(parseQueryRequest: requests.ParseQueryRequest): Promise<responses.ParseQueryResponse>;
1155
1302
  /**
1156
1303
  * Pause the scheduled task specified by {scheduledTaskId}.
1157
1304
  *
1305
+ * This operation does not retry by default if the user has not defined a retry configuration.
1158
1306
  * @param PauseScheduledTaskRequest
1159
1307
  * @return PauseScheduledTaskResponse
1160
1308
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
1162
1310
  */
1163
1311
  pauseScheduledTask(pauseScheduledTaskRequest: requests.PauseScheduledTaskRequest): Promise<responses.PauseScheduledTaskResponse>;
1164
1312
  /**
1165
1313
  * This API submits a work request to purge data. Only data from log groups that the user has permission to delete
1166
1314
  * will be purged. To purge all data, the user must have permission to all log groups.
1167
1315
  *
1316
+ * This operation does not retry by default if the user has not defined a retry configuration.
1168
1317
  * @param PurgeStorageDataRequest
1169
1318
  * @return PurgeStorageDataResponse
1170
1319
  * @throws OciError when an error occurs
1171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
1172
1321
  */
1173
1322
  purgeStorageData(purgeStorageDataRequest: requests.PurgeStorageDataRequest): Promise<responses.PurgeStorageDataResponse>;
1174
1323
  /**
1175
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.
1176
1326
  * @param PutQueryWorkRequestBackgroundRequest
1177
1327
  * @return PutQueryWorkRequestBackgroundResponse
1178
1328
  * @throws OciError when an error occurs
1179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
1180
1330
  */
1181
1331
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest: requests.PutQueryWorkRequestBackgroundRequest): Promise<responses.PutQueryWorkRequestBackgroundResponse>;
1182
1332
  /**
1183
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.
1184
1334
  *
1335
+ * This operation does not retry by default if the user has not defined a retry configuration.
1185
1336
  * @param QueryRequest
1186
1337
  * @return QueryResponse
1187
1338
  * @throws OciError when an error occurs
1188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/Query.ts.html |here} to see how to use Query API.
1189
1340
  */
1190
1341
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
1191
1342
  /**
1192
1343
  * This API submits a work request to recall archived data based on time interval and data type.
1193
1344
  *
1345
+ * This operation does not retry by default if the user has not defined a retry configuration.
1194
1346
  * @param RecallArchivedDataRequest
1195
1347
  * @return RecallArchivedDataResponse
1196
1348
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
1198
1350
  */
1199
1351
  recallArchivedData(recallArchivedDataRequest: requests.RecallArchivedDataRequest): Promise<responses.RecallArchivedDataResponse>;
1200
1352
  /**
1201
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.
1202
1354
  *
1355
+ * This operation does not retry by default if the user has not defined a retry configuration.
1203
1356
  * @param RegisterLookupRequest
1204
1357
  * @return RegisterLookupResponse
1205
1358
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
1207
1360
  */
1208
1361
  registerLookup(registerLookupRequest: requests.RegisterLookupRequest): Promise<responses.RegisterLookupResponse>;
1209
1362
  /**
1210
1363
  * This API submits a work request to release recalled data based on time interval and data type.
1211
1364
  *
1365
+ * This operation does not retry by default if the user has not defined a retry configuration.
1212
1366
  * @param ReleaseRecalledDataRequest
1213
1367
  * @return ReleaseRecalledDataResponse
1214
1368
  * @throws OciError when an error occurs
1215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
1216
1370
  */
1217
1371
  releaseRecalledData(releaseRecalledDataRequest: requests.ReleaseRecalledDataRequest): Promise<responses.ReleaseRecalledDataResponse>;
1218
1372
  /**
1219
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.
1220
1375
  * @param RemoveEntityAssociationsRequest
1221
1376
  * @return RemoveEntityAssociationsResponse
1222
1377
  * @throws OciError when an error occurs
1223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
1224
1379
  */
1225
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.7.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
1389
+ */
1390
+ removePreferences(removePreferencesRequest: requests.RemovePreferencesRequest): Promise<responses.RemovePreferencesResponse>;
1226
1391
  /**
1227
1392
  * Remove one or more event types from a source.
1228
1393
  *
1394
+ * This operation does not retry by default if the user has not defined a retry configuration.
1229
1395
  * @param RemoveSourceEventTypesRequest
1230
1396
  * @return RemoveSourceEventTypesResponse
1231
1397
  * @throws OciError when an error occurs
1232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
1233
1399
  */
1234
1400
  removeSourceEventTypes(removeSourceEventTypesRequest: requests.RemoveSourceEventTypesRequest): Promise<responses.RemoveSourceEventTypesResponse>;
1235
1401
  /**
1236
1402
  * Resume the scheduled task specified by {scheduledTaskId}.
1237
1403
  *
1404
+ * This operation does not retry by default if the user has not defined a retry configuration.
1238
1405
  * @param ResumeScheduledTaskRequest
1239
1406
  * @return ResumeScheduledTaskResponse
1240
1407
  * @throws OciError when an error occurs
1241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
1242
1409
  */
1243
1410
  resumeScheduledTask(resumeScheduledTaskRequest: requests.ResumeScheduledTaskRequest): Promise<responses.ResumeScheduledTaskResponse>;
1244
1411
  /**
@@ -1246,227 +1413,275 @@ export declare class LogAnalyticsClient {
1246
1413
  * The ScheduledTask taskType must be ACCELERATION.
1247
1414
  * Optionally specify time range (timeStart and timeEnd). The default is all time.
1248
1415
  *
1416
+ * This operation does not retry by default if the user has not defined a retry configuration.
1249
1417
  * @param RunRequest
1250
1418
  * @return RunResponse
1251
1419
  * @throws OciError when an error occurs
1252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/Run.ts.html |here} to see how to use Run API.
1253
1421
  */
1254
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.7.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
1433
+ */
1434
+ setUnprocessedDataBucket(setUnprocessedDataBucketRequest: requests.SetUnprocessedDataBucketRequest): Promise<responses.SetUnprocessedDataBucketResponse>;
1255
1435
  /**
1256
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.
1257
1438
  * @param SuggestRequest
1258
1439
  * @return SuggestResponse
1259
1440
  * @throws OciError when an error occurs
1260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
1261
1442
  */
1262
1443
  suggest(suggestRequest: requests.SuggestRequest): Promise<responses.SuggestResponse>;
1263
1444
  /**
1264
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.
1265
1446
  *
1447
+ * This operation does not retry by default if the user has not defined a retry configuration.
1266
1448
  * @param SuppressWarningRequest
1267
1449
  * @return SuppressWarningResponse
1268
1450
  * @throws OciError when an error occurs
1269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
1270
1452
  */
1271
1453
  suppressWarning(suppressWarningRequest: requests.SuppressWarningRequest): Promise<responses.SuppressWarningResponse>;
1272
1454
  /**
1273
1455
  * Tests the parser definition against the specified example content to ensure fields are successfully extracted.
1274
1456
  *
1457
+ * This operation does not retry by default if the user has not defined a retry configuration.
1275
1458
  * @param TestParserRequest
1276
1459
  * @return TestParserResponse
1277
1460
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
1279
1462
  */
1280
1463
  testParser(testParserRequest: requests.TestParserRequest): Promise<responses.TestParserResponse>;
1281
1464
  /**
1282
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.
1283
1466
  *
1467
+ * This operation does not retry by default if the user has not defined a retry configuration.
1284
1468
  * @param UnsuppressWarningRequest
1285
1469
  * @return UnsuppressWarningResponse
1286
1470
  * @throws OciError when an error occurs
1287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
1288
1472
  */
1289
1473
  unsuppressWarning(unsuppressWarningRequest: requests.UnsuppressWarningRequest): Promise<responses.UnsuppressWarningResponse>;
1290
1474
  /**
1291
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.
1292
1477
  * @param UpdateLogAnalyticsEmBridgeRequest
1293
1478
  * @return UpdateLogAnalyticsEmBridgeResponse
1294
1479
  * @throws OciError when an error occurs
1295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
1296
1481
  */
1297
1482
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest: requests.UpdateLogAnalyticsEmBridgeRequest): Promise<responses.UpdateLogAnalyticsEmBridgeResponse>;
1298
1483
  /**
1299
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.
1300
1486
  * @param UpdateLogAnalyticsEntityRequest
1301
1487
  * @return UpdateLogAnalyticsEntityResponse
1302
1488
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
1304
1490
  */
1305
1491
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest: requests.UpdateLogAnalyticsEntityRequest): Promise<responses.UpdateLogAnalyticsEntityResponse>;
1306
1492
  /**
1307
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.
1308
1495
  * @param UpdateLogAnalyticsEntityTypeRequest
1309
1496
  * @return UpdateLogAnalyticsEntityTypeResponse
1310
1497
  * @throws OciError when an error occurs
1311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
1312
1499
  */
1313
1500
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest: requests.UpdateLogAnalyticsEntityTypeRequest): Promise<responses.UpdateLogAnalyticsEntityTypeResponse>;
1314
1501
  /**
1315
1502
  * Updates the specified log group's display name, description, defined tags, and free-form tags.
1316
1503
  *
1504
+ * This operation does not retry by default if the user has not defined a retry configuration.
1317
1505
  * @param UpdateLogAnalyticsLogGroupRequest
1318
1506
  * @return UpdateLogAnalyticsLogGroupResponse
1319
1507
  * @throws OciError when an error occurs
1320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
1321
1509
  */
1322
1510
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest: requests.UpdateLogAnalyticsLogGroupRequest): Promise<responses.UpdateLogAnalyticsLogGroupResponse>;
1323
1511
  /**
1324
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.
1325
1514
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
1326
1515
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
1327
1516
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
1329
1518
  */
1330
1519
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest: requests.UpdateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.UpdateLogAnalyticsObjectCollectionRuleResponse>;
1331
1520
  /**
1332
1521
  * Updates the metadata of the specified lookup, such as the lookup description.
1333
1522
  *
1523
+ * This operation does not retry by default if the user has not defined a retry configuration.
1334
1524
  * @param UpdateLookupRequest
1335
1525
  * @return UpdateLookupResponse
1336
1526
  * @throws OciError when an error occurs
1337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
1338
1528
  */
1339
1529
  updateLookup(updateLookupRequest: requests.UpdateLookupRequest): Promise<responses.UpdateLookupResponse>;
1340
1530
  /**
1341
1531
  * Updates the lookup content. The csv file containing the content to be updated is passed in as binary data in the request.
1342
1532
  *
1533
+ * This operation does not retry by default if the user has not defined a retry configuration.
1343
1534
  * @param UpdateLookupDataRequest
1344
1535
  * @return UpdateLookupDataResponse
1345
1536
  * @throws OciError when an error occurs
1346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
1347
1538
  */
1348
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.7.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
1548
+ */
1549
+ updatePreferences(updatePreferencesRequest: requests.UpdatePreferencesRequest): Promise<responses.UpdatePreferencesResponse>;
1349
1550
  /**
1350
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.
1351
1553
  * @param UpdateScheduledTaskRequest
1352
1554
  * @return UpdateScheduledTaskResponse
1353
1555
  * @throws OciError when an error occurs
1354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
1355
1557
  */
1356
1558
  updateScheduledTask(updateScheduledTaskRequest: requests.UpdateScheduledTaskRequest): Promise<responses.UpdateScheduledTaskResponse>;
1357
1559
  /**
1358
1560
  * This API updates the archiving configuration
1359
1561
  *
1562
+ * This operation does not retry by default if the user has not defined a retry configuration.
1360
1563
  * @param UpdateStorageRequest
1361
1564
  * @return UpdateStorageResponse
1362
1565
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
1364
1567
  */
1365
1568
  updateStorage(updateStorageRequest: requests.UpdateStorageRequest): Promise<responses.UpdateStorageResponse>;
1366
1569
  /**
1367
1570
  * Accepts log events for processing by Logging Analytics.
1368
1571
  *
1572
+ * This operation does not retry by default if the user has not defined a retry configuration.
1369
1573
  * @param UploadLogEventsFileRequest
1370
1574
  * @return UploadLogEventsFileResponse
1371
1575
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
1373
1577
  */
1374
1578
  uploadLogEventsFile(uploadLogEventsFileRequest: requests.UploadLogEventsFileRequest): Promise<responses.UploadLogEventsFileResponse>;
1375
1579
  /**
1376
1580
  * Accepts log data for processing by Logging Analytics.
1377
1581
  *
1582
+ * This operation does not retry by default if the user has not defined a retry configuration.
1378
1583
  * @param UploadLogFileRequest
1379
1584
  * @return UploadLogFileResponse
1380
1585
  * @throws OciError when an error occurs
1381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
1382
1587
  */
1383
1588
  uploadLogFile(uploadLogFileRequest: requests.UploadLogFileRequest): Promise<responses.UploadLogFileResponse>;
1384
1589
  /**
1385
1590
  * Creates or updates associations between sources and entities. All entities should belong to the specified input compartment.
1386
1591
  *
1592
+ * This operation does not retry by default if the user has not defined a retry configuration.
1387
1593
  * @param UpsertAssociationsRequest
1388
1594
  * @return UpsertAssociationsResponse
1389
1595
  * @throws OciError when an error occurs
1390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
1391
1597
  */
1392
1598
  upsertAssociations(upsertAssociationsRequest: requests.UpsertAssociationsRequest): Promise<responses.UpsertAssociationsResponse>;
1393
1599
  /**
1394
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.
1395
1601
  *
1602
+ * This operation does not retry by default if the user has not defined a retry configuration.
1396
1603
  * @param UpsertFieldRequest
1397
1604
  * @return UpsertFieldResponse
1398
1605
  * @throws OciError when an error occurs
1399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
1400
1607
  */
1401
1608
  upsertField(upsertFieldRequest: requests.UpsertFieldRequest): Promise<responses.UpsertFieldResponse>;
1402
1609
  /**
1403
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.
1404
1611
  *
1612
+ * This operation does not retry by default if the user has not defined a retry configuration.
1405
1613
  * @param UpsertLabelRequest
1406
1614
  * @return UpsertLabelResponse
1407
1615
  * @throws OciError when an error occurs
1408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
1409
1617
  */
1410
1618
  upsertLabel(upsertLabelRequest: requests.UpsertLabelRequest): Promise<responses.UpsertLabelResponse>;
1411
1619
  /**
1412
1620
  * Creates or updates a parser, which defines how fields are extracted from a log entry.
1413
1621
  *
1622
+ * This operation does not retry by default if the user has not defined a retry configuration.
1414
1623
  * @param UpsertParserRequest
1415
1624
  * @return UpsertParserResponse
1416
1625
  * @throws OciError when an error occurs
1417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
1418
1627
  */
1419
1628
  upsertParser(upsertParserRequest: requests.UpsertParserRequest): Promise<responses.UpsertParserResponse>;
1420
1629
  /**
1421
1630
  * Creates or updates a log source. You may also specify parsers, labels, extended fields etc., for the source.
1422
1631
  *
1632
+ * This operation does not retry by default if the user has not defined a retry configuration.
1423
1633
  * @param UpsertSourceRequest
1424
1634
  * @return UpsertSourceResponse
1425
1635
  * @throws OciError when an error occurs
1426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
1427
1637
  */
1428
1638
  upsertSource(upsertSourceRequest: requests.UpsertSourceRequest): Promise<responses.UpsertSourceResponse>;
1429
1639
  /**
1430
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.
1431
1641
  *
1642
+ * This operation does not retry by default if the user has not defined a retry configuration.
1432
1643
  * @param ValidateAssociationParametersRequest
1433
1644
  * @return ValidateAssociationParametersResponse
1434
1645
  * @throws OciError when an error occurs
1435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
1436
1647
  */
1437
1648
  validateAssociationParameters(validateAssociationParametersRequest: requests.ValidateAssociationParametersRequest): Promise<responses.ValidateAssociationParametersResponse>;
1438
1649
  /**
1439
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.
1440
1652
  * @param ValidateFileRequest
1441
1653
  * @return ValidateFileResponse
1442
1654
  * @throws OciError when an error occurs
1443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
1444
1656
  */
1445
1657
  validateFile(validateFileRequest: requests.ValidateFileRequest): Promise<responses.ValidateFileResponse>;
1446
1658
  /**
1447
1659
  * Checks if the specified input is a valid log source definition.
1448
1660
  *
1661
+ * This operation does not retry by default if the user has not defined a retry configuration.
1449
1662
  * @param ValidateSourceRequest
1450
1663
  * @return ValidateSourceResponse
1451
1664
  * @throws OciError when an error occurs
1452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
1453
1666
  */
1454
1667
  validateSource(validateSourceRequest: requests.ValidateSourceRequest): Promise<responses.ValidateSourceResponse>;
1455
1668
  /**
1456
1669
  * Checks if the specified input contains valid extended field definitions against the provided example content.
1457
1670
  *
1671
+ * This operation does not retry by default if the user has not defined a retry configuration.
1458
1672
  * @param ValidateSourceExtendedFieldDetailsRequest
1459
1673
  * @return ValidateSourceExtendedFieldDetailsResponse
1460
1674
  * @throws OciError when an error occurs
1461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
1462
1676
  */
1463
1677
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest: requests.ValidateSourceExtendedFieldDetailsRequest): Promise<responses.ValidateSourceExtendedFieldDetailsResponse>;
1464
1678
  /**
1465
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.
1466
1681
  * @param ValidateSourceMappingRequest
1467
1682
  * @return ValidateSourceMappingResponse
1468
1683
  * @throws OciError when an error occurs
1469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/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.7.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
1470
1685
  */
1471
1686
  validateSourceMapping(validateSourceMappingRequest: requests.ValidateSourceMappingRequest): Promise<responses.ValidateSourceMappingResponse>;
1472
1687
  }