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