oci-loganalytics 2.5.2 → 2.8.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.js CHANGED
@@ -52,6 +52,9 @@ const oci_common_1 = require("oci-common");
52
52
  var LogAnalyticsApiKeys;
53
53
  (function (LogAnalyticsApiKeys) {
54
54
  })(LogAnalyticsApiKeys = exports.LogAnalyticsApiKeys || (exports.LogAnalyticsApiKeys = {}));
55
+ /**
56
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
57
+ */
55
58
  class LogAnalyticsClient {
56
59
  constructor(params, clientConfiguration) {
57
60
  this["_endpoint"] = "";
@@ -66,6 +69,13 @@ class LogAnalyticsClient {
66
69
  ? clientConfiguration.circuitBreaker.circuit
67
70
  : null;
68
71
  }
72
+ // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
73
+ const specCircuitBreakerEnabled = true;
74
+ if (!this._circuitBreaker &&
75
+ common.utils.isCircuitBreakerSystemEnabled(clientConfiguration) &&
76
+ (specCircuitBreakerEnabled || common.CircuitBreaker.DefaultCircuitBreakerOverriden)) {
77
+ this._circuitBreaker = new common.CircuitBreaker().circuit;
78
+ }
69
79
  this._httpClient =
70
80
  params.httpClient || new common.FetchHttpClient(requestSigner, this._circuitBreaker);
71
81
  if (params.authenticationDetailsProvider &&
@@ -137,10 +147,11 @@ class LogAnalyticsClient {
137
147
  }
138
148
  /**
139
149
  * Adds association between input source log analytics entity and one or more existing destination entities.
150
+ * This operation does not retry by default if the user has not defined a retry configuration.
140
151
  * @param AddEntityAssociationRequest
141
152
  * @return AddEntityAssociationResponse
142
153
  * @throws OciError when an error occurs
143
- * @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.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
144
155
  */
145
156
  addEntityAssociation(addEntityAssociationRequest) {
146
157
  return __awaiter(this, void 0, void 0, function* () {
@@ -157,7 +168,8 @@ class LogAnalyticsClient {
157
168
  "opc-retry-token": addEntityAssociationRequest.opcRetryToken,
158
169
  "if-match": addEntityAssociationRequest.ifMatch
159
170
  };
160
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, addEntityAssociationRequest.retryConfiguration);
171
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
172
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addEntityAssociationRequest.retryConfiguration, specRetryConfiguration);
161
173
  if (this.logger)
162
174
  retrier.logger = this.logger;
163
175
  const request = yield oci_common_1.composeRequest({
@@ -192,10 +204,11 @@ class LogAnalyticsClient {
192
204
  /**
193
205
  * Add one or more event types to a source. An event type and version can be enabled only on one source.
194
206
  *
207
+ * This operation does not retry by default if the user has not defined a retry configuration.
195
208
  * @param AddSourceEventTypesRequest
196
209
  * @return AddSourceEventTypesResponse
197
210
  * @throws OciError when an error occurs
198
- * @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.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
199
212
  */
200
213
  addSourceEventTypes(addSourceEventTypesRequest) {
201
214
  return __awaiter(this, void 0, void 0, function* () {
@@ -211,7 +224,8 @@ class LogAnalyticsClient {
211
224
  "opc-retry-token": addSourceEventTypesRequest.opcRetryToken,
212
225
  "opc-request-id": addSourceEventTypesRequest.opcRequestId
213
226
  };
214
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, addSourceEventTypesRequest.retryConfiguration);
227
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
228
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addSourceEventTypesRequest.retryConfiguration, specRetryConfiguration);
215
229
  if (this.logger)
216
230
  retrier.logger = this.logger;
217
231
  const request = yield oci_common_1.composeRequest({
@@ -246,10 +260,11 @@ class LogAnalyticsClient {
246
260
  /**
247
261
  * Appends data to the lookup content. The csv file containing the content to be appended is passed in as binary data in the request.
248
262
  *
263
+ * This operation does not retry by default if the user has not defined a retry configuration.
249
264
  * @param AppendLookupDataRequest
250
265
  * @return AppendLookupDataResponse
251
266
  * @throws OciError when an error occurs
252
- * @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.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
253
268
  */
254
269
  appendLookupData(appendLookupDataRequest) {
255
270
  return __awaiter(this, void 0, void 0, function* () {
@@ -269,7 +284,8 @@ class LogAnalyticsClient {
269
284
  "if-match": appendLookupDataRequest.ifMatch,
270
285
  "expect": appendLookupDataRequest.expect
271
286
  };
272
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, appendLookupDataRequest.retryConfiguration);
287
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
288
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, appendLookupDataRequest.retryConfiguration, specRetryConfiguration);
273
289
  if (this.logger)
274
290
  retrier.logger = this.logger;
275
291
  const request = yield oci_common_1.composeRequest({
@@ -310,10 +326,11 @@ class LogAnalyticsClient {
310
326
  /**
311
327
  * Lists basic information about a specified set of labels in batch.
312
328
  *
329
+ * This operation does not retry by default if the user has not defined a retry configuration.
313
330
  * @param BatchGetBasicInfoRequest
314
331
  * @return BatchGetBasicInfoResponse
315
332
  * @throws OciError when an error occurs
316
- * @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.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
317
334
  */
318
335
  batchGetBasicInfo(batchGetBasicInfoRequest) {
319
336
  return __awaiter(this, void 0, void 0, function* () {
@@ -333,7 +350,8 @@ class LogAnalyticsClient {
333
350
  "Content-Type": common.Constants.APPLICATION_JSON,
334
351
  "opc-request-id": batchGetBasicInfoRequest.opcRequestId
335
352
  };
336
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, batchGetBasicInfoRequest.retryConfiguration);
353
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
354
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, batchGetBasicInfoRequest.retryConfiguration, specRetryConfiguration);
337
355
  if (this.logger)
338
356
  retrier.logger = this.logger;
339
357
  const request = yield oci_common_1.composeRequest({
@@ -381,10 +399,11 @@ class LogAnalyticsClient {
381
399
  }
382
400
  /**
383
401
  * Cancel/Remove query job work request.
402
+ * This operation does not retry by default if the user has not defined a retry configuration.
384
403
  * @param CancelQueryWorkRequestRequest
385
404
  * @return CancelQueryWorkRequestResponse
386
405
  * @throws OciError when an error occurs
387
- * @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.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
388
407
  */
389
408
  cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
390
409
  return __awaiter(this, void 0, void 0, function* () {
@@ -400,7 +419,8 @@ class LogAnalyticsClient {
400
419
  "opc-request-id": cancelQueryWorkRequestRequest.opcRequestId,
401
420
  "if-match": cancelQueryWorkRequestRequest.ifMatch
402
421
  };
403
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, cancelQueryWorkRequestRequest.retryConfiguration);
422
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
423
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelQueryWorkRequestRequest.retryConfiguration, specRetryConfiguration);
404
424
  if (this.logger)
405
425
  retrier.logger = this.logger;
406
426
  const request = yield oci_common_1.composeRequest({
@@ -433,10 +453,11 @@ class LogAnalyticsClient {
433
453
  }
434
454
  /**
435
455
  * Update the compartment of the log analytics enterprise manager bridge with the given id.
456
+ * This operation does not retry by default if the user has not defined a retry configuration.
436
457
  * @param ChangeLogAnalyticsEmBridgeCompartmentRequest
437
458
  * @return ChangeLogAnalyticsEmBridgeCompartmentResponse
438
459
  * @throws OciError when an error occurs
439
- * @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.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
440
461
  */
441
462
  changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
442
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -453,7 +474,8 @@ class LogAnalyticsClient {
453
474
  "opc-request-id": changeLogAnalyticsEmBridgeCompartmentRequest.opcRequestId,
454
475
  "opc-retry-token": changeLogAnalyticsEmBridgeCompartmentRequest.opcRetryToken
455
476
  };
456
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeLogAnalyticsEmBridgeCompartmentRequest.retryConfiguration);
477
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
478
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeLogAnalyticsEmBridgeCompartmentRequest.retryConfiguration, specRetryConfiguration);
457
479
  if (this.logger)
458
480
  retrier.logger = this.logger;
459
481
  const request = yield oci_common_1.composeRequest({
@@ -487,10 +509,11 @@ class LogAnalyticsClient {
487
509
  }
488
510
  /**
489
511
  * Update the compartment of the log analytics entity with the given id.
512
+ * This operation does not retry by default if the user has not defined a retry configuration.
490
513
  * @param ChangeLogAnalyticsEntityCompartmentRequest
491
514
  * @return ChangeLogAnalyticsEntityCompartmentResponse
492
515
  * @throws OciError when an error occurs
493
- * @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.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
494
517
  */
495
518
  changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
496
519
  return __awaiter(this, void 0, void 0, function* () {
@@ -507,7 +530,8 @@ class LogAnalyticsClient {
507
530
  "opc-request-id": changeLogAnalyticsEntityCompartmentRequest.opcRequestId,
508
531
  "opc-retry-token": changeLogAnalyticsEntityCompartmentRequest.opcRetryToken
509
532
  };
510
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeLogAnalyticsEntityCompartmentRequest.retryConfiguration);
533
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
534
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeLogAnalyticsEntityCompartmentRequest.retryConfiguration, specRetryConfiguration);
511
535
  if (this.logger)
512
536
  retrier.logger = this.logger;
513
537
  const request = yield oci_common_1.composeRequest({
@@ -542,10 +566,11 @@ class LogAnalyticsClient {
542
566
  /**
543
567
  * Moves the specified log group to a different compartment.
544
568
  *
569
+ * This operation does not retry by default if the user has not defined a retry configuration.
545
570
  * @param ChangeLogAnalyticsLogGroupCompartmentRequest
546
571
  * @return ChangeLogAnalyticsLogGroupCompartmentResponse
547
572
  * @throws OciError when an error occurs
548
- * @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.
573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
549
574
  */
550
575
  changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
551
576
  return __awaiter(this, void 0, void 0, function* () {
@@ -562,7 +587,8 @@ class LogAnalyticsClient {
562
587
  "opc-request-id": changeLogAnalyticsLogGroupCompartmentRequest.opcRequestId,
563
588
  "opc-retry-token": changeLogAnalyticsLogGroupCompartmentRequest.opcRetryToken
564
589
  };
565
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeLogAnalyticsLogGroupCompartmentRequest.retryConfiguration);
590
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
591
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeLogAnalyticsLogGroupCompartmentRequest.retryConfiguration, specRetryConfiguration);
566
592
  if (this.logger)
567
593
  retrier.logger = this.logger;
568
594
  const request = yield oci_common_1.composeRequest({
@@ -596,10 +622,11 @@ class LogAnalyticsClient {
596
622
  }
597
623
  /**
598
624
  * Move the rule from it's current compartment to the given compartment.
625
+ * This operation does not retry by default if the user has not defined a retry configuration.
599
626
  * @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
600
627
  * @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
601
628
  * @throws OciError when an error occurs
602
- * @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.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
603
630
  */
604
631
  changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
605
632
  return __awaiter(this, void 0, void 0, function* () {
@@ -615,7 +642,8 @@ class LogAnalyticsClient {
615
642
  "if-match": changeLogAnalyticsObjectCollectionRuleCompartmentRequest.ifMatch,
616
643
  "opc-request-id": changeLogAnalyticsObjectCollectionRuleCompartmentRequest.opcRequestId
617
644
  };
618
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeLogAnalyticsObjectCollectionRuleCompartmentRequest.retryConfiguration);
645
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
646
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeLogAnalyticsObjectCollectionRuleCompartmentRequest.retryConfiguration, specRetryConfiguration);
619
647
  if (this.logger)
620
648
  retrier.logger = this.logger;
621
649
  const request = yield oci_common_1.composeRequest({
@@ -650,10 +678,11 @@ class LogAnalyticsClient {
650
678
  /**
651
679
  * Move the scheduled task into a different compartment within the same tenancy.
652
680
  *
681
+ * This operation does not retry by default if the user has not defined a retry configuration.
653
682
  * @param ChangeScheduledTaskCompartmentRequest
654
683
  * @return ChangeScheduledTaskCompartmentResponse
655
684
  * @throws OciError when an error occurs
656
- * @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.
685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
657
686
  */
658
687
  changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
659
688
  return __awaiter(this, void 0, void 0, function* () {
@@ -670,7 +699,8 @@ class LogAnalyticsClient {
670
699
  "opc-request-id": changeScheduledTaskCompartmentRequest.opcRequestId,
671
700
  "opc-retry-token": changeScheduledTaskCompartmentRequest.opcRetryToken
672
701
  };
673
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeScheduledTaskCompartmentRequest.retryConfiguration);
702
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
703
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeScheduledTaskCompartmentRequest.retryConfiguration, specRetryConfiguration);
674
704
  if (this.logger)
675
705
  retrier.logger = this.logger;
676
706
  const request = yield oci_common_1.composeRequest({
@@ -706,10 +736,11 @@ class LogAnalyticsClient {
706
736
  * Clean accumulated acceleration data stored for the accelerated saved search.
707
737
  * The ScheduledTask taskType must be ACCELERATION.
708
738
  *
739
+ * This operation does not retry by default if the user has not defined a retry configuration.
709
740
  * @param CleanRequest
710
741
  * @return CleanResponse
711
742
  * @throws OciError when an error occurs
712
- * @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.
743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
713
744
  */
714
745
  clean(cleanRequest) {
715
746
  return __awaiter(this, void 0, void 0, function* () {
@@ -728,7 +759,8 @@ class LogAnalyticsClient {
728
759
  "opc-request-id": cleanRequest.opcRequestId,
729
760
  "opc-retry-token": cleanRequest.opcRetryToken
730
761
  };
731
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, cleanRequest.retryConfiguration);
762
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
763
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cleanRequest.retryConfiguration, specRetryConfiguration);
732
764
  if (this.logger)
733
765
  retrier.logger = this.logger;
734
766
  const request = yield oci_common_1.composeRequest({
@@ -761,10 +793,11 @@ class LogAnalyticsClient {
761
793
  }
762
794
  /**
763
795
  * 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.
796
+ * This operation does not retry by default if the user has not defined a retry configuration.
764
797
  * @param CreateLogAnalyticsEmBridgeRequest
765
798
  * @return CreateLogAnalyticsEmBridgeResponse
766
799
  * @throws OciError when an error occurs
767
- * @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.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
768
801
  */
769
802
  createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
770
803
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +812,8 @@ class LogAnalyticsClient {
779
812
  "opc-retry-token": createLogAnalyticsEmBridgeRequest.opcRetryToken,
780
813
  "opc-request-id": createLogAnalyticsEmBridgeRequest.opcRequestId
781
814
  };
782
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createLogAnalyticsEmBridgeRequest.retryConfiguration);
815
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
816
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createLogAnalyticsEmBridgeRequest.retryConfiguration, specRetryConfiguration);
783
817
  if (this.logger)
784
818
  retrier.logger = this.logger;
785
819
  const request = yield oci_common_1.composeRequest({
@@ -822,10 +856,11 @@ class LogAnalyticsClient {
822
856
  }
823
857
  /**
824
858
  * Create a new log analytics entity.
859
+ * This operation does not retry by default if the user has not defined a retry configuration.
825
860
  * @param CreateLogAnalyticsEntityRequest
826
861
  * @return CreateLogAnalyticsEntityResponse
827
862
  * @throws OciError when an error occurs
828
- * @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.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
829
864
  */
830
865
  createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
831
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -840,7 +875,8 @@ class LogAnalyticsClient {
840
875
  "opc-retry-token": createLogAnalyticsEntityRequest.opcRetryToken,
841
876
  "opc-request-id": createLogAnalyticsEntityRequest.opcRequestId
842
877
  };
843
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createLogAnalyticsEntityRequest.retryConfiguration);
878
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
879
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createLogAnalyticsEntityRequest.retryConfiguration, specRetryConfiguration);
844
880
  if (this.logger)
845
881
  retrier.logger = this.logger;
846
882
  const request = yield oci_common_1.composeRequest({
@@ -883,10 +919,11 @@ class LogAnalyticsClient {
883
919
  }
884
920
  /**
885
921
  * Add custom log analytics entity type.
922
+ * This operation does not retry by default if the user has not defined a retry configuration.
886
923
  * @param CreateLogAnalyticsEntityTypeRequest
887
924
  * @return CreateLogAnalyticsEntityTypeResponse
888
925
  * @throws OciError when an error occurs
889
- * @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.
926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
890
927
  */
891
928
  createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
892
929
  return __awaiter(this, void 0, void 0, function* () {
@@ -901,7 +938,8 @@ class LogAnalyticsClient {
901
938
  "opc-request-id": createLogAnalyticsEntityTypeRequest.opcRequestId,
902
939
  "opc-retry-token": createLogAnalyticsEntityTypeRequest.opcRetryToken
903
940
  };
904
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createLogAnalyticsEntityTypeRequest.retryConfiguration);
941
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
942
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createLogAnalyticsEntityTypeRequest.retryConfiguration, specRetryConfiguration);
905
943
  if (this.logger)
906
944
  retrier.logger = this.logger;
907
945
  const request = yield oci_common_1.composeRequest({
@@ -936,10 +974,11 @@ class LogAnalyticsClient {
936
974
  /**
937
975
  * 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.
938
976
  *
977
+ * This operation does not retry by default if the user has not defined a retry configuration.
939
978
  * @param CreateLogAnalyticsLogGroupRequest
940
979
  * @return CreateLogAnalyticsLogGroupResponse
941
980
  * @throws OciError when an error occurs
942
- * @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.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
943
982
  */
944
983
  createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
945
984
  return __awaiter(this, void 0, void 0, function* () {
@@ -954,7 +993,8 @@ class LogAnalyticsClient {
954
993
  "opc-retry-token": createLogAnalyticsLogGroupRequest.opcRetryToken,
955
994
  "opc-request-id": createLogAnalyticsLogGroupRequest.opcRequestId
956
995
  };
957
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createLogAnalyticsLogGroupRequest.retryConfiguration);
996
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
997
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createLogAnalyticsLogGroupRequest.retryConfiguration, specRetryConfiguration);
958
998
  if (this.logger)
959
999
  retrier.logger = this.logger;
960
1000
  const request = yield oci_common_1.composeRequest({
@@ -997,10 +1037,11 @@ class LogAnalyticsClient {
997
1037
  }
998
1038
  /**
999
1039
  * Creates a rule to collect logs from an object storage bucket.
1040
+ * This operation does not retry by default if the user has not defined a retry configuration.
1000
1041
  * @param CreateLogAnalyticsObjectCollectionRuleRequest
1001
1042
  * @return CreateLogAnalyticsObjectCollectionRuleResponse
1002
1043
  * @throws OciError when an error occurs
1003
- * @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.
1044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1004
1045
  */
1005
1046
  createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
1006
1047
  return __awaiter(this, void 0, void 0, function* () {
@@ -1014,7 +1055,8 @@ class LogAnalyticsClient {
1014
1055
  "Content-Type": common.Constants.APPLICATION_JSON,
1015
1056
  "opc-request-id": createLogAnalyticsObjectCollectionRuleRequest.opcRequestId
1016
1057
  };
1017
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createLogAnalyticsObjectCollectionRuleRequest.retryConfiguration);
1058
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1059
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createLogAnalyticsObjectCollectionRuleRequest.retryConfiguration, specRetryConfiguration);
1018
1060
  if (this.logger)
1019
1061
  retrier.logger = this.logger;
1020
1062
  const request = yield oci_common_1.composeRequest({
@@ -1057,10 +1099,11 @@ class LogAnalyticsClient {
1057
1099
  }
1058
1100
  /**
1059
1101
  * Schedule a task as specified and return task info.
1102
+ * This operation does not retry by default if the user has not defined a retry configuration.
1060
1103
  * @param CreateScheduledTaskRequest
1061
1104
  * @return CreateScheduledTaskResponse
1062
1105
  * @throws OciError when an error occurs
1063
- * @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.
1106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1064
1107
  */
1065
1108
  createScheduledTask(createScheduledTaskRequest) {
1066
1109
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1118,8 @@ class LogAnalyticsClient {
1075
1118
  "opc-request-id": createScheduledTaskRequest.opcRequestId,
1076
1119
  "opc-retry-token": createScheduledTaskRequest.opcRetryToken
1077
1120
  };
1078
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createScheduledTaskRequest.retryConfiguration);
1121
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1122
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createScheduledTaskRequest.retryConfiguration, specRetryConfiguration);
1079
1123
  if (this.logger)
1080
1124
  retrier.logger = this.logger;
1081
1125
  const request = yield oci_common_1.composeRequest({
@@ -1119,10 +1163,11 @@ class LogAnalyticsClient {
1119
1163
  /**
1120
1164
  * Deletes the associations between the sources and entities specified.
1121
1165
  *
1166
+ * This operation does not retry by default if the user has not defined a retry configuration.
1122
1167
  * @param DeleteAssociationsRequest
1123
1168
  * @return DeleteAssociationsResponse
1124
1169
  * @throws OciError when an error occurs
1125
- * @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.
1170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1126
1171
  */
1127
1172
  deleteAssociations(deleteAssociationsRequest) {
1128
1173
  return __awaiter(this, void 0, void 0, function* () {
@@ -1137,7 +1182,8 @@ class LogAnalyticsClient {
1137
1182
  "opc-retry-token": deleteAssociationsRequest.opcRetryToken,
1138
1183
  "opc-request-id": deleteAssociationsRequest.opcRequestId
1139
1184
  };
1140
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteAssociationsRequest.retryConfiguration);
1185
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1186
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteAssociationsRequest.retryConfiguration, specRetryConfiguration);
1141
1187
  if (this.logger)
1142
1188
  retrier.logger = this.logger;
1143
1189
  const request = yield oci_common_1.composeRequest({
@@ -1177,10 +1223,11 @@ class LogAnalyticsClient {
1177
1223
  /**
1178
1224
  * Deletes field with the specified name.
1179
1225
  *
1226
+ * This operation does not retry by default if the user has not defined a retry configuration.
1180
1227
  * @param DeleteFieldRequest
1181
1228
  * @return DeleteFieldResponse
1182
1229
  * @throws OciError when an error occurs
1183
- * @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.
1230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1184
1231
  */
1185
1232
  deleteField(deleteFieldRequest) {
1186
1233
  return __awaiter(this, void 0, void 0, function* () {
@@ -1197,7 +1244,8 @@ class LogAnalyticsClient {
1197
1244
  "opc-request-id": deleteFieldRequest.opcRequestId,
1198
1245
  "if-match": deleteFieldRequest.ifMatch
1199
1246
  };
1200
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteFieldRequest.retryConfiguration);
1247
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1248
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFieldRequest.retryConfiguration, specRetryConfiguration);
1201
1249
  if (this.logger)
1202
1250
  retrier.logger = this.logger;
1203
1251
  const request = yield oci_common_1.composeRequest({
@@ -1231,10 +1279,11 @@ class LogAnalyticsClient {
1231
1279
  /**
1232
1280
  * Deletes label with the specified name.
1233
1281
  *
1282
+ * This operation does not retry by default if the user has not defined a retry configuration.
1234
1283
  * @param DeleteLabelRequest
1235
1284
  * @return DeleteLabelResponse
1236
1285
  * @throws OciError when an error occurs
1237
- * @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.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1238
1287
  */
1239
1288
  deleteLabel(deleteLabelRequest) {
1240
1289
  return __awaiter(this, void 0, void 0, function* () {
@@ -1251,7 +1300,8 @@ class LogAnalyticsClient {
1251
1300
  "opc-request-id": deleteLabelRequest.opcRequestId,
1252
1301
  "if-match": deleteLabelRequest.ifMatch
1253
1302
  };
1254
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteLabelRequest.retryConfiguration);
1303
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1304
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLabelRequest.retryConfiguration, specRetryConfiguration);
1255
1305
  if (this.logger)
1256
1306
  retrier.logger = this.logger;
1257
1307
  const request = yield oci_common_1.composeRequest({
@@ -1284,10 +1334,11 @@ class LogAnalyticsClient {
1284
1334
  }
1285
1335
  /**
1286
1336
  * Delete log analytics enterprise manager bridge with the given id.
1337
+ * This operation does not retry by default if the user has not defined a retry configuration.
1287
1338
  * @param DeleteLogAnalyticsEmBridgeRequest
1288
1339
  * @return DeleteLogAnalyticsEmBridgeResponse
1289
1340
  * @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/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1291
1342
  */
1292
1343
  deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
1293
1344
  return __awaiter(this, void 0, void 0, function* () {
@@ -1303,7 +1354,8 @@ class LogAnalyticsClient {
1303
1354
  "if-match": deleteLogAnalyticsEmBridgeRequest.ifMatch,
1304
1355
  "opc-request-id": deleteLogAnalyticsEmBridgeRequest.opcRequestId
1305
1356
  };
1306
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteLogAnalyticsEmBridgeRequest.retryConfiguration);
1357
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1358
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLogAnalyticsEmBridgeRequest.retryConfiguration, specRetryConfiguration);
1307
1359
  if (this.logger)
1308
1360
  retrier.logger = this.logger;
1309
1361
  const request = yield oci_common_1.composeRequest({
@@ -1336,10 +1388,11 @@ class LogAnalyticsClient {
1336
1388
  }
1337
1389
  /**
1338
1390
  * Delete log analytics entity with the given id.
1391
+ * This operation does not retry by default if the user has not defined a retry configuration.
1339
1392
  * @param DeleteLogAnalyticsEntityRequest
1340
1393
  * @return DeleteLogAnalyticsEntityResponse
1341
1394
  * @throws OciError when an error occurs
1342
- * @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.
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1343
1396
  */
1344
1397
  deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
1345
1398
  return __awaiter(this, void 0, void 0, function* () {
@@ -1355,7 +1408,8 @@ class LogAnalyticsClient {
1355
1408
  "if-match": deleteLogAnalyticsEntityRequest.ifMatch,
1356
1409
  "opc-request-id": deleteLogAnalyticsEntityRequest.opcRequestId
1357
1410
  };
1358
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteLogAnalyticsEntityRequest.retryConfiguration);
1411
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1412
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLogAnalyticsEntityRequest.retryConfiguration, specRetryConfiguration);
1359
1413
  if (this.logger)
1360
1414
  retrier.logger = this.logger;
1361
1415
  const request = yield oci_common_1.composeRequest({
@@ -1388,10 +1442,11 @@ class LogAnalyticsClient {
1388
1442
  }
1389
1443
  /**
1390
1444
  * Delete log analytics entity type with the given name.
1445
+ * This operation does not retry by default if the user has not defined a retry configuration.
1391
1446
  * @param DeleteLogAnalyticsEntityTypeRequest
1392
1447
  * @return DeleteLogAnalyticsEntityTypeResponse
1393
1448
  * @throws OciError when an error occurs
1394
- * @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.
1449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1395
1450
  */
1396
1451
  deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
1397
1452
  return __awaiter(this, void 0, void 0, function* () {
@@ -1407,7 +1462,8 @@ class LogAnalyticsClient {
1407
1462
  "if-match": deleteLogAnalyticsEntityTypeRequest.ifMatch,
1408
1463
  "opc-request-id": deleteLogAnalyticsEntityTypeRequest.opcRequestId
1409
1464
  };
1410
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteLogAnalyticsEntityTypeRequest.retryConfiguration);
1465
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1466
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLogAnalyticsEntityTypeRequest.retryConfiguration, specRetryConfiguration);
1411
1467
  if (this.logger)
1412
1468
  retrier.logger = this.logger;
1413
1469
  const request = yield oci_common_1.composeRequest({
@@ -1441,10 +1497,11 @@ class LogAnalyticsClient {
1441
1497
  /**
1442
1498
  * Deletes the specified log group. The log group cannot be part of an active association or have an active upload.
1443
1499
  *
1500
+ * This operation does not retry by default if the user has not defined a retry configuration.
1444
1501
  * @param DeleteLogAnalyticsLogGroupRequest
1445
1502
  * @return DeleteLogAnalyticsLogGroupResponse
1446
1503
  * @throws OciError when an error occurs
1447
- * @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.
1504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1448
1505
  */
1449
1506
  deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
1450
1507
  return __awaiter(this, void 0, void 0, function* () {
@@ -1460,7 +1517,8 @@ class LogAnalyticsClient {
1460
1517
  "if-match": deleteLogAnalyticsLogGroupRequest.ifMatch,
1461
1518
  "opc-request-id": deleteLogAnalyticsLogGroupRequest.opcRequestId
1462
1519
  };
1463
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteLogAnalyticsLogGroupRequest.retryConfiguration);
1520
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1521
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLogAnalyticsLogGroupRequest.retryConfiguration, specRetryConfiguration);
1464
1522
  if (this.logger)
1465
1523
  retrier.logger = this.logger;
1466
1524
  const request = yield oci_common_1.composeRequest({
@@ -1495,10 +1553,11 @@ class LogAnalyticsClient {
1495
1553
  * Deletes the configured object storage bucket based collection rule and stop the log collection.
1496
1554
  * It will not delete the existing processed data associated with this bucket from logging analytics storage.
1497
1555
  *
1556
+ * This operation does not retry by default if the user has not defined a retry configuration.
1498
1557
  * @param DeleteLogAnalyticsObjectCollectionRuleRequest
1499
1558
  * @return DeleteLogAnalyticsObjectCollectionRuleResponse
1500
1559
  * @throws OciError when an error occurs
1501
- * @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.
1560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1502
1561
  */
1503
1562
  deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
1504
1563
  return __awaiter(this, void 0, void 0, function* () {
@@ -1514,7 +1573,8 @@ class LogAnalyticsClient {
1514
1573
  "opc-request-id": deleteLogAnalyticsObjectCollectionRuleRequest.opcRequestId,
1515
1574
  "if-match": deleteLogAnalyticsObjectCollectionRuleRequest.ifMatch
1516
1575
  };
1517
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteLogAnalyticsObjectCollectionRuleRequest.retryConfiguration);
1576
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1577
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLogAnalyticsObjectCollectionRuleRequest.retryConfiguration, specRetryConfiguration);
1518
1578
  if (this.logger)
1519
1579
  retrier.logger = this.logger;
1520
1580
  const request = yield oci_common_1.composeRequest({
@@ -1548,10 +1608,11 @@ class LogAnalyticsClient {
1548
1608
  /**
1549
1609
  * Deletes lookup with the specified name.
1550
1610
  *
1611
+ * This operation does not retry by default if the user has not defined a retry configuration.
1551
1612
  * @param DeleteLookupRequest
1552
1613
  * @return DeleteLookupResponse
1553
1614
  * @throws OciError when an error occurs
1554
- * @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.
1615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
1555
1616
  */
1556
1617
  deleteLookup(deleteLookupRequest) {
1557
1618
  return __awaiter(this, void 0, void 0, function* () {
@@ -1570,7 +1631,8 @@ class LogAnalyticsClient {
1570
1631
  "opc-request-id": deleteLookupRequest.opcRequestId,
1571
1632
  "if-match": deleteLookupRequest.ifMatch
1572
1633
  };
1573
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteLookupRequest.retryConfiguration);
1634
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1635
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLookupRequest.retryConfiguration, specRetryConfiguration);
1574
1636
  if (this.logger)
1575
1637
  retrier.logger = this.logger;
1576
1638
  const request = yield oci_common_1.composeRequest({
@@ -1609,10 +1671,11 @@ class LogAnalyticsClient {
1609
1671
  /**
1610
1672
  * Deletes parser with the specified name.
1611
1673
  *
1674
+ * This operation does not retry by default if the user has not defined a retry configuration.
1612
1675
  * @param DeleteParserRequest
1613
1676
  * @return DeleteParserResponse
1614
1677
  * @throws OciError when an error occurs
1615
- * @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.
1678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
1616
1679
  */
1617
1680
  deleteParser(deleteParserRequest) {
1618
1681
  return __awaiter(this, void 0, void 0, function* () {
@@ -1629,7 +1692,8 @@ class LogAnalyticsClient {
1629
1692
  "opc-request-id": deleteParserRequest.opcRequestId,
1630
1693
  "if-match": deleteParserRequest.ifMatch
1631
1694
  };
1632
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteParserRequest.retryConfiguration);
1695
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1696
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteParserRequest.retryConfiguration, specRetryConfiguration);
1633
1697
  if (this.logger)
1634
1698
  retrier.logger = this.logger;
1635
1699
  const request = yield oci_common_1.composeRequest({
@@ -1662,10 +1726,11 @@ class LogAnalyticsClient {
1662
1726
  }
1663
1727
  /**
1664
1728
  * Delete the scheduled task.
1729
+ * This operation does not retry by default if the user has not defined a retry configuration.
1665
1730
  * @param DeleteScheduledTaskRequest
1666
1731
  * @return DeleteScheduledTaskResponse
1667
1732
  * @throws OciError when an error occurs
1668
- * @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.
1733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
1669
1734
  */
1670
1735
  deleteScheduledTask(deleteScheduledTaskRequest) {
1671
1736
  return __awaiter(this, void 0, void 0, function* () {
@@ -1681,7 +1746,8 @@ class LogAnalyticsClient {
1681
1746
  "opc-request-id": deleteScheduledTaskRequest.opcRequestId,
1682
1747
  "if-match": deleteScheduledTaskRequest.ifMatch
1683
1748
  };
1684
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteScheduledTaskRequest.retryConfiguration);
1749
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1750
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteScheduledTaskRequest.retryConfiguration, specRetryConfiguration);
1685
1751
  if (this.logger)
1686
1752
  retrier.logger = this.logger;
1687
1753
  const request = yield oci_common_1.composeRequest({
@@ -1715,10 +1781,11 @@ class LogAnalyticsClient {
1715
1781
  /**
1716
1782
  * Deletes source with the specified name.
1717
1783
  *
1784
+ * This operation does not retry by default if the user has not defined a retry configuration.
1718
1785
  * @param DeleteSourceRequest
1719
1786
  * @return DeleteSourceResponse
1720
1787
  * @throws OciError when an error occurs
1721
- * @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.
1788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
1722
1789
  */
1723
1790
  deleteSource(deleteSourceRequest) {
1724
1791
  return __awaiter(this, void 0, void 0, function* () {
@@ -1735,7 +1802,8 @@ class LogAnalyticsClient {
1735
1802
  "opc-request-id": deleteSourceRequest.opcRequestId,
1736
1803
  "if-match": deleteSourceRequest.ifMatch
1737
1804
  };
1738
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteSourceRequest.retryConfiguration);
1805
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1806
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteSourceRequest.retryConfiguration, specRetryConfiguration);
1739
1807
  if (this.logger)
1740
1808
  retrier.logger = this.logger;
1741
1809
  const request = yield oci_common_1.composeRequest({
@@ -1770,10 +1838,11 @@ class LogAnalyticsClient {
1770
1838
  * Deletes an Upload by its reference.
1771
1839
  * It deletes all the logs in storage asscoiated with the upload and the corresponding upload metadata.
1772
1840
  *
1841
+ * This operation does not retry by default if the user has not defined a retry configuration.
1773
1842
  * @param DeleteUploadRequest
1774
1843
  * @return DeleteUploadResponse
1775
1844
  * @throws OciError when an error occurs
1776
- * @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.
1845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
1777
1846
  */
1778
1847
  deleteUpload(deleteUploadRequest) {
1779
1848
  return __awaiter(this, void 0, void 0, function* () {
@@ -1789,7 +1858,8 @@ class LogAnalyticsClient {
1789
1858
  "if-match": deleteUploadRequest.ifMatch,
1790
1859
  "opc-request-id": deleteUploadRequest.opcRequestId
1791
1860
  };
1792
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteUploadRequest.retryConfiguration);
1861
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1862
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteUploadRequest.retryConfiguration, specRetryConfiguration);
1793
1863
  if (this.logger)
1794
1864
  retrier.logger = this.logger;
1795
1865
  const request = yield oci_common_1.composeRequest({
@@ -1834,10 +1904,11 @@ class LogAnalyticsClient {
1834
1904
  * Deletes a specific log file inside an upload by upload file reference.
1835
1905
  * It deletes all the logs from storage associated with the file and the corresponding metadata.
1836
1906
  *
1907
+ * This operation does not retry by default if the user has not defined a retry configuration.
1837
1908
  * @param DeleteUploadFileRequest
1838
1909
  * @return DeleteUploadFileResponse
1839
1910
  * @throws OciError when an error occurs
1840
- * @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.
1911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
1841
1912
  */
1842
1913
  deleteUploadFile(deleteUploadFileRequest) {
1843
1914
  return __awaiter(this, void 0, void 0, function* () {
@@ -1853,7 +1924,8 @@ class LogAnalyticsClient {
1853
1924
  "Content-Type": common.Constants.APPLICATION_JSON,
1854
1925
  "opc-request-id": deleteUploadFileRequest.opcRequestId
1855
1926
  };
1856
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteUploadFileRequest.retryConfiguration);
1927
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1928
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteUploadFileRequest.retryConfiguration, specRetryConfiguration);
1857
1929
  if (this.logger)
1858
1930
  retrier.logger = this.logger;
1859
1931
  const request = yield oci_common_1.composeRequest({
@@ -1897,10 +1969,11 @@ class LogAnalyticsClient {
1897
1969
  /**
1898
1970
  * Suppresses a specific warning inside an upload.
1899
1971
  *
1972
+ * This operation does not retry by default if the user has not defined a retry configuration.
1900
1973
  * @param DeleteUploadWarningRequest
1901
1974
  * @return DeleteUploadWarningResponse
1902
1975
  * @throws OciError when an error occurs
1903
- * @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.
1976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
1904
1977
  */
1905
1978
  deleteUploadWarning(deleteUploadWarningRequest) {
1906
1979
  return __awaiter(this, void 0, void 0, function* () {
@@ -1916,7 +1989,8 @@ class LogAnalyticsClient {
1916
1989
  "Content-Type": common.Constants.APPLICATION_JSON,
1917
1990
  "opc-request-id": deleteUploadWarningRequest.opcRequestId
1918
1991
  };
1919
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteUploadWarningRequest.retryConfiguration);
1992
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1993
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteUploadWarningRequest.retryConfiguration, specRetryConfiguration);
1920
1994
  if (this.logger)
1921
1995
  retrier.logger = this.logger;
1922
1996
  const request = yield oci_common_1.composeRequest({
@@ -1950,10 +2024,11 @@ class LogAnalyticsClient {
1950
2024
  /**
1951
2025
  * This API disables archiving.
1952
2026
  *
2027
+ * This operation does not retry by default if the user has not defined a retry configuration.
1953
2028
  * @param DisableArchivingRequest
1954
2029
  * @return DisableArchivingResponse
1955
2030
  * @throws OciError when an error occurs
1956
- * @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.
2031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
1957
2032
  */
1958
2033
  disableArchiving(disableArchivingRequest) {
1959
2034
  return __awaiter(this, void 0, void 0, function* () {
@@ -1968,7 +2043,8 @@ class LogAnalyticsClient {
1968
2043
  "opc-request-id": disableArchivingRequest.opcRequestId,
1969
2044
  "if-match": disableArchivingRequest.ifMatch
1970
2045
  };
1971
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, disableArchivingRequest.retryConfiguration);
2046
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2047
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disableArchivingRequest.retryConfiguration, specRetryConfiguration);
1972
2048
  if (this.logger)
1973
2049
  retrier.logger = this.logger;
1974
2050
  const request = yield oci_common_1.composeRequest({
@@ -2013,10 +2089,11 @@ class LogAnalyticsClient {
2013
2089
  * associated with any entity that becomes eligible for association. In addition, you may also optionally
2014
2090
  * remove all existing associations for this log source.
2015
2091
  *
2092
+ * This operation does not retry by default if the user has not defined a retry configuration.
2016
2093
  * @param DisableAutoAssociationRequest
2017
2094
  * @return DisableAutoAssociationResponse
2018
2095
  * @throws OciError when an error occurs
2019
- * @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.
2096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2020
2097
  */
2021
2098
  disableAutoAssociation(disableAutoAssociationRequest) {
2022
2099
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2109,8 @@ class LogAnalyticsClient {
2032
2109
  "opc-retry-token": disableAutoAssociationRequest.opcRetryToken,
2033
2110
  "opc-request-id": disableAutoAssociationRequest.opcRequestId
2034
2111
  };
2035
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, disableAutoAssociationRequest.retryConfiguration);
2112
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2113
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disableAutoAssociationRequest.retryConfiguration, specRetryConfiguration);
2036
2114
  if (this.logger)
2037
2115
  retrier.logger = this.logger;
2038
2116
  const request = yield oci_common_1.composeRequest({
@@ -2072,10 +2150,11 @@ class LogAnalyticsClient {
2072
2150
  /**
2073
2151
  * Disable one or more event types in a source.
2074
2152
  *
2153
+ * This operation does not retry by default if the user has not defined a retry configuration.
2075
2154
  * @param DisableSourceEventTypesRequest
2076
2155
  * @return DisableSourceEventTypesResponse
2077
2156
  * @throws OciError when an error occurs
2078
- * @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.
2157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2079
2158
  */
2080
2159
  disableSourceEventTypes(disableSourceEventTypesRequest) {
2081
2160
  return __awaiter(this, void 0, void 0, function* () {
@@ -2091,7 +2170,8 @@ class LogAnalyticsClient {
2091
2170
  "opc-retry-token": disableSourceEventTypesRequest.opcRetryToken,
2092
2171
  "opc-request-id": disableSourceEventTypesRequest.opcRequestId
2093
2172
  };
2094
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, disableSourceEventTypesRequest.retryConfiguration);
2173
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2174
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disableSourceEventTypesRequest.retryConfiguration, specRetryConfiguration);
2095
2175
  if (this.logger)
2096
2176
  retrier.logger = this.logger;
2097
2177
  const request = yield oci_common_1.composeRequest({
@@ -2126,10 +2206,11 @@ class LogAnalyticsClient {
2126
2206
  /**
2127
2207
  * THis API enables archiving.
2128
2208
  *
2209
+ * This operation does not retry by default if the user has not defined a retry configuration.
2129
2210
  * @param EnableArchivingRequest
2130
2211
  * @return EnableArchivingResponse
2131
2212
  * @throws OciError when an error occurs
2132
- * @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.
2213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2133
2214
  */
2134
2215
  enableArchiving(enableArchivingRequest) {
2135
2216
  return __awaiter(this, void 0, void 0, function* () {
@@ -2144,7 +2225,8 @@ class LogAnalyticsClient {
2144
2225
  "opc-request-id": enableArchivingRequest.opcRequestId,
2145
2226
  "if-match": enableArchivingRequest.ifMatch
2146
2227
  };
2147
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, enableArchivingRequest.retryConfiguration);
2228
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2229
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, enableArchivingRequest.retryConfiguration, specRetryConfiguration);
2148
2230
  if (this.logger)
2149
2231
  retrier.logger = this.logger;
2150
2232
  const request = yield oci_common_1.composeRequest({
@@ -2189,10 +2271,11 @@ class LogAnalyticsClient {
2189
2271
  * to any eligible entities it is not already associated with, and would also ensure the log source gets
2190
2272
  * associated with entities that are added or become eligible in the future.
2191
2273
  *
2274
+ * This operation does not retry by default if the user has not defined a retry configuration.
2192
2275
  * @param EnableAutoAssociationRequest
2193
2276
  * @return EnableAutoAssociationResponse
2194
2277
  * @throws OciError when an error occurs
2195
- * @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.
2278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2196
2279
  */
2197
2280
  enableAutoAssociation(enableAutoAssociationRequest) {
2198
2281
  return __awaiter(this, void 0, void 0, function* () {
@@ -2208,7 +2291,8 @@ class LogAnalyticsClient {
2208
2291
  "opc-retry-token": enableAutoAssociationRequest.opcRetryToken,
2209
2292
  "opc-request-id": enableAutoAssociationRequest.opcRequestId
2210
2293
  };
2211
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, enableAutoAssociationRequest.retryConfiguration);
2294
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2295
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, enableAutoAssociationRequest.retryConfiguration, specRetryConfiguration);
2212
2296
  if (this.logger)
2213
2297
  retrier.logger = this.logger;
2214
2298
  const request = yield oci_common_1.composeRequest({
@@ -2248,10 +2332,11 @@ class LogAnalyticsClient {
2248
2332
  /**
2249
2333
  * Enable one or more event types in a source. An event type and version can be enabled only in one source.
2250
2334
  *
2335
+ * This operation does not retry by default if the user has not defined a retry configuration.
2251
2336
  * @param EnableSourceEventTypesRequest
2252
2337
  * @return EnableSourceEventTypesResponse
2253
2338
  * @throws OciError when an error occurs
2254
- * @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.
2339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2255
2340
  */
2256
2341
  enableSourceEventTypes(enableSourceEventTypesRequest) {
2257
2342
  return __awaiter(this, void 0, void 0, function* () {
@@ -2267,7 +2352,8 @@ class LogAnalyticsClient {
2267
2352
  "opc-retry-token": enableSourceEventTypesRequest.opcRetryToken,
2268
2353
  "opc-request-id": enableSourceEventTypesRequest.opcRequestId
2269
2354
  };
2270
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, enableSourceEventTypesRequest.retryConfiguration);
2355
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2356
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, enableSourceEventTypesRequest.retryConfiguration, specRetryConfiguration);
2271
2357
  if (this.logger)
2272
2358
  retrier.logger = this.logger;
2273
2359
  const request = yield oci_common_1.composeRequest({
@@ -2302,10 +2388,11 @@ class LogAnalyticsClient {
2302
2388
  /**
2303
2389
  * This API estimates the size of data to be purged based based on time interval, purge query etc.
2304
2390
  *
2391
+ * This operation does not retry by default if the user has not defined a retry configuration.
2305
2392
  * @param EstimatePurgeDataSizeRequest
2306
2393
  * @return EstimatePurgeDataSizeResponse
2307
2394
  * @throws OciError when an error occurs
2308
- * @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.
2395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2309
2396
  */
2310
2397
  estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
2311
2398
  return __awaiter(this, void 0, void 0, function* () {
@@ -2321,7 +2408,8 @@ class LogAnalyticsClient {
2321
2408
  "opc-retry-token": estimatePurgeDataSizeRequest.opcRetryToken,
2322
2409
  "if-match": estimatePurgeDataSizeRequest.ifMatch
2323
2410
  };
2324
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, estimatePurgeDataSizeRequest.retryConfiguration);
2411
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2412
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, estimatePurgeDataSizeRequest.retryConfiguration, specRetryConfiguration);
2325
2413
  if (this.logger)
2326
2414
  retrier.logger = this.logger;
2327
2415
  const request = yield oci_common_1.composeRequest({
@@ -2365,10 +2453,11 @@ class LogAnalyticsClient {
2365
2453
  /**
2366
2454
  * This API gives an active storage usage estimate for archived data to be recalled and the time range of such data.
2367
2455
  *
2456
+ * This operation does not retry by default if the user has not defined a retry configuration.
2368
2457
  * @param EstimateRecallDataSizeRequest
2369
2458
  * @return EstimateRecallDataSizeResponse
2370
2459
  * @throws OciError when an error occurs
2371
- * @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.
2460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
2372
2461
  */
2373
2462
  estimateRecallDataSize(estimateRecallDataSizeRequest) {
2374
2463
  return __awaiter(this, void 0, void 0, function* () {
@@ -2382,7 +2471,8 @@ class LogAnalyticsClient {
2382
2471
  "Content-Type": common.Constants.APPLICATION_JSON,
2383
2472
  "opc-request-id": estimateRecallDataSizeRequest.opcRequestId
2384
2473
  };
2385
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, estimateRecallDataSizeRequest.retryConfiguration);
2474
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2475
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, estimateRecallDataSizeRequest.retryConfiguration, specRetryConfiguration);
2386
2476
  if (this.logger)
2387
2477
  retrier.logger = this.logger;
2388
2478
  const request = yield oci_common_1.composeRequest({
@@ -2421,10 +2511,11 @@ class LogAnalyticsClient {
2421
2511
  /**
2422
2512
  * This API gives an active storage usage estimate for recalled data to be released and the time range of such data.
2423
2513
  *
2514
+ * This operation does not retry by default if the user has not defined a retry configuration.
2424
2515
  * @param EstimateReleaseDataSizeRequest
2425
2516
  * @return EstimateReleaseDataSizeResponse
2426
2517
  * @throws OciError when an error occurs
2427
- * @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.
2518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
2428
2519
  */
2429
2520
  estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
2430
2521
  return __awaiter(this, void 0, void 0, function* () {
@@ -2438,7 +2529,8 @@ class LogAnalyticsClient {
2438
2529
  "Content-Type": common.Constants.APPLICATION_JSON,
2439
2530
  "opc-request-id": estimateReleaseDataSizeRequest.opcRequestId
2440
2531
  };
2441
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, estimateReleaseDataSizeRequest.retryConfiguration);
2532
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2533
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, estimateReleaseDataSizeRequest.retryConfiguration, specRetryConfiguration);
2442
2534
  if (this.logger)
2443
2535
  retrier.logger = this.logger;
2444
2536
  const request = yield oci_common_1.composeRequest({
@@ -2477,10 +2569,11 @@ class LogAnalyticsClient {
2477
2569
  /**
2478
2570
  * Exports all custom details of the specified sources, parsers, fields and labels, in zip format.
2479
2571
  *
2572
+ * This operation does not retry by default if the user has not defined a retry configuration.
2480
2573
  * @param ExportCustomContentRequest
2481
2574
  * @return ExportCustomContentResponse
2482
2575
  * @throws OciError when an error occurs
2483
- * @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.
2576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
2484
2577
  */
2485
2578
  exportCustomContent(exportCustomContentRequest) {
2486
2579
  return __awaiter(this, void 0, void 0, function* () {
@@ -2495,7 +2588,8 @@ class LogAnalyticsClient {
2495
2588
  "opc-retry-token": exportCustomContentRequest.opcRetryToken,
2496
2589
  "opc-request-id": exportCustomContentRequest.opcRequestId
2497
2590
  };
2498
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, exportCustomContentRequest.retryConfiguration);
2591
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2592
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, exportCustomContentRequest.retryConfiguration, specRetryConfiguration);
2499
2593
  if (this.logger)
2500
2594
  retrier.logger = this.logger;
2501
2595
  const request = yield oci_common_1.composeRequest({
@@ -2532,10 +2626,11 @@ class LogAnalyticsClient {
2532
2626
  }
2533
2627
  /**
2534
2628
  * 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.
2629
+ * This operation does not retry by default if the user has not defined a retry configuration.
2535
2630
  * @param ExportQueryResultRequest
2536
2631
  * @return ExportQueryResultResponse
2537
2632
  * @throws OciError when an error occurs
2538
- * @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.
2633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
2539
2634
  */
2540
2635
  exportQueryResult(exportQueryResultRequest) {
2541
2636
  return __awaiter(this, void 0, void 0, function* () {
@@ -2549,7 +2644,8 @@ class LogAnalyticsClient {
2549
2644
  "Content-Type": common.Constants.APPLICATION_JSON,
2550
2645
  "opc-request-id": exportQueryResultRequest.opcRequestId
2551
2646
  };
2552
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, exportQueryResultRequest.retryConfiguration);
2647
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2648
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, exportQueryResultRequest.retryConfiguration, specRetryConfiguration);
2553
2649
  if (this.logger)
2554
2650
  retrier.logger = this.logger;
2555
2651
  const request = yield oci_common_1.composeRequest({
@@ -2587,10 +2683,11 @@ class LogAnalyticsClient {
2587
2683
  /**
2588
2684
  * Extracts the field paths from the example json or xml content.
2589
2685
  *
2686
+ * This operation does not retry by default if the user has not defined a retry configuration.
2590
2687
  * @param ExtractStructuredLogFieldPathsRequest
2591
2688
  * @return ExtractStructuredLogFieldPathsResponse
2592
2689
  * @throws OciError when an error occurs
2593
- * @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.
2690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
2594
2691
  */
2595
2692
  extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
2596
2693
  return __awaiter(this, void 0, void 0, function* () {
@@ -2607,7 +2704,8 @@ class LogAnalyticsClient {
2607
2704
  "opc-retry-token": extractStructuredLogFieldPathsRequest.opcRetryToken,
2608
2705
  "opc-request-id": extractStructuredLogFieldPathsRequest.opcRequestId
2609
2706
  };
2610
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, extractStructuredLogFieldPathsRequest.retryConfiguration);
2707
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2708
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, extractStructuredLogFieldPathsRequest.retryConfiguration, specRetryConfiguration);
2611
2709
  if (this.logger)
2612
2710
  retrier.logger = this.logger;
2613
2711
  const request = yield oci_common_1.composeRequest({
@@ -2646,10 +2744,11 @@ class LogAnalyticsClient {
2646
2744
  /**
2647
2745
  * Extracts the header paths from the example json or xml content.
2648
2746
  *
2747
+ * This operation does not retry by default if the user has not defined a retry configuration.
2649
2748
  * @param ExtractStructuredLogHeaderPathsRequest
2650
2749
  * @return ExtractStructuredLogHeaderPathsResponse
2651
2750
  * @throws OciError when an error occurs
2652
- * @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.
2751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
2653
2752
  */
2654
2753
  extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
2655
2754
  return __awaiter(this, void 0, void 0, function* () {
@@ -2666,7 +2765,8 @@ class LogAnalyticsClient {
2666
2765
  "opc-retry-token": extractStructuredLogHeaderPathsRequest.opcRetryToken,
2667
2766
  "opc-request-id": extractStructuredLogHeaderPathsRequest.opcRequestId
2668
2767
  };
2669
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, extractStructuredLogHeaderPathsRequest.retryConfiguration);
2768
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2769
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, extractStructuredLogHeaderPathsRequest.retryConfiguration, specRetryConfiguration);
2670
2770
  if (this.logger)
2671
2771
  retrier.logger = this.logger;
2672
2772
  const request = yield oci_common_1.composeRequest({
@@ -2704,10 +2804,11 @@ class LogAnalyticsClient {
2704
2804
  }
2705
2805
  /**
2706
2806
  * Each filter specifies an operator, a field and one or more values to be inserted into the provided query as criteria.
2807
+ * This operation does not retry by default if the user has not defined a retry configuration.
2707
2808
  * @param FilterRequest
2708
2809
  * @return FilterResponse
2709
2810
  * @throws OciError when an error occurs
2710
- * @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.
2811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
2711
2812
  */
2712
2813
  filter(filterRequest) {
2713
2814
  return __awaiter(this, void 0, void 0, function* () {
@@ -2721,7 +2822,8 @@ class LogAnalyticsClient {
2721
2822
  "Content-Type": common.Constants.APPLICATION_JSON,
2722
2823
  "opc-request-id": filterRequest.opcRequestId
2723
2824
  };
2724
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, filterRequest.retryConfiguration);
2825
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2826
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, filterRequest.retryConfiguration, specRetryConfiguration);
2725
2827
  if (this.logger)
2726
2828
  retrier.logger = this.logger;
2727
2829
  const request = yield oci_common_1.composeRequest({
@@ -2760,10 +2862,11 @@ class LogAnalyticsClient {
2760
2862
  /**
2761
2863
  * Returns the count of source associations for entities in the specified compartment.
2762
2864
  *
2865
+ * This operation does not retry by default if the user has not defined a retry configuration.
2763
2866
  * @param GetAssociationSummaryRequest
2764
2867
  * @return GetAssociationSummaryResponse
2765
2868
  * @throws OciError when an error occurs
2766
- * @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.
2869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
2767
2870
  */
2768
2871
  getAssociationSummary(getAssociationSummaryRequest) {
2769
2872
  return __awaiter(this, void 0, void 0, function* () {
@@ -2779,7 +2882,8 @@ class LogAnalyticsClient {
2779
2882
  "Content-Type": common.Constants.APPLICATION_JSON,
2780
2883
  "opc-request-id": getAssociationSummaryRequest.opcRequestId
2781
2884
  };
2782
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getAssociationSummaryRequest.retryConfiguration);
2885
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2886
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAssociationSummaryRequest.retryConfiguration, specRetryConfiguration);
2783
2887
  if (this.logger)
2784
2888
  retrier.logger = this.logger;
2785
2889
  const request = yield oci_common_1.composeRequest({
@@ -2817,10 +2921,11 @@ class LogAnalyticsClient {
2817
2921
  /**
2818
2922
  * Extracts column names from the input SQL query.
2819
2923
  *
2924
+ * This operation does not retry by default if the user has not defined a retry configuration.
2820
2925
  * @param GetColumnNamesRequest
2821
2926
  * @return GetColumnNamesResponse
2822
2927
  * @throws OciError when an error occurs
2823
- * @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.
2928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
2824
2929
  */
2825
2930
  getColumnNames(getColumnNamesRequest) {
2826
2931
  return __awaiter(this, void 0, void 0, function* () {
@@ -2837,7 +2942,8 @@ class LogAnalyticsClient {
2837
2942
  "opc-retry-token": getColumnNamesRequest.opcRetryToken,
2838
2943
  "opc-request-id": getColumnNamesRequest.opcRequestId
2839
2944
  };
2840
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getColumnNamesRequest.retryConfiguration);
2945
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2946
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getColumnNamesRequest.retryConfiguration, specRetryConfiguration);
2841
2947
  if (this.logger)
2842
2948
  retrier.logger = this.logger;
2843
2949
  const request = yield oci_common_1.composeRequest({
@@ -2875,10 +2981,11 @@ class LogAnalyticsClient {
2875
2981
  /**
2876
2982
  * Returns detailed information about the configuration work request with the specified id.
2877
2983
  *
2984
+ * This operation does not retry by default if the user has not defined a retry configuration.
2878
2985
  * @param GetConfigWorkRequestRequest
2879
2986
  * @return GetConfigWorkRequestResponse
2880
2987
  * @throws OciError when an error occurs
2881
- * @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.
2988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
2882
2989
  */
2883
2990
  getConfigWorkRequest(getConfigWorkRequestRequest) {
2884
2991
  return __awaiter(this, void 0, void 0, function* () {
@@ -2893,7 +3000,8 @@ class LogAnalyticsClient {
2893
3000
  "Content-Type": common.Constants.APPLICATION_JSON,
2894
3001
  "opc-request-id": getConfigWorkRequestRequest.opcRequestId
2895
3002
  };
2896
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getConfigWorkRequestRequest.retryConfiguration);
3003
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3004
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConfigWorkRequestRequest.retryConfiguration, specRetryConfiguration);
2897
3005
  if (this.logger)
2898
3006
  retrier.logger = this.logger;
2899
3007
  const request = yield oci_common_1.composeRequest({
@@ -2931,10 +3039,11 @@ class LogAnalyticsClient {
2931
3039
  /**
2932
3040
  * Gets detailed information about the field with the specified name.
2933
3041
  *
3042
+ * This operation does not retry by default if the user has not defined a retry configuration.
2934
3043
  * @param GetFieldRequest
2935
3044
  * @return GetFieldResponse
2936
3045
  * @throws OciError when an error occurs
2937
- * @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.
3046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
2938
3047
  */
2939
3048
  getField(getFieldRequest) {
2940
3049
  return __awaiter(this, void 0, void 0, function* () {
@@ -2949,7 +3058,8 @@ class LogAnalyticsClient {
2949
3058
  "Content-Type": common.Constants.APPLICATION_JSON,
2950
3059
  "opc-request-id": getFieldRequest.opcRequestId
2951
3060
  };
2952
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getFieldRequest.retryConfiguration);
3061
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3062
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFieldRequest.retryConfiguration, specRetryConfiguration);
2953
3063
  if (this.logger)
2954
3064
  retrier.logger = this.logger;
2955
3065
  const request = yield oci_common_1.composeRequest({
@@ -2992,10 +3102,11 @@ class LogAnalyticsClient {
2992
3102
  /**
2993
3103
  * Returns the count of fields. You may optionally specify isShowDetail=true to view a summary of each field data type.
2994
3104
  *
3105
+ * This operation does not retry by default if the user has not defined a retry configuration.
2995
3106
  * @param GetFieldsSummaryRequest
2996
3107
  * @return GetFieldsSummaryResponse
2997
3108
  * @throws OciError when an error occurs
2998
- * @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.
3109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
2999
3110
  */
3000
3111
  getFieldsSummary(getFieldsSummaryRequest) {
3001
3112
  return __awaiter(this, void 0, void 0, function* () {
@@ -3011,7 +3122,8 @@ class LogAnalyticsClient {
3011
3122
  "Content-Type": common.Constants.APPLICATION_JSON,
3012
3123
  "opc-request-id": getFieldsSummaryRequest.opcRequestId
3013
3124
  };
3014
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getFieldsSummaryRequest.retryConfiguration);
3125
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3126
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFieldsSummaryRequest.retryConfiguration, specRetryConfiguration);
3015
3127
  if (this.logger)
3016
3128
  retrier.logger = this.logger;
3017
3129
  const request = yield oci_common_1.composeRequest({
@@ -3049,10 +3161,11 @@ class LogAnalyticsClient {
3049
3161
  /**
3050
3162
  * Gets detailed information about the label with the specified name.
3051
3163
  *
3164
+ * This operation does not retry by default if the user has not defined a retry configuration.
3052
3165
  * @param GetLabelRequest
3053
3166
  * @return GetLabelResponse
3054
3167
  * @throws OciError when an error occurs
3055
- * @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.
3168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3056
3169
  */
3057
3170
  getLabel(getLabelRequest) {
3058
3171
  return __awaiter(this, void 0, void 0, function* () {
@@ -3067,7 +3180,8 @@ class LogAnalyticsClient {
3067
3180
  "Content-Type": common.Constants.APPLICATION_JSON,
3068
3181
  "opc-request-id": getLabelRequest.opcRequestId
3069
3182
  };
3070
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLabelRequest.retryConfiguration);
3183
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3184
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLabelRequest.retryConfiguration, specRetryConfiguration);
3071
3185
  if (this.logger)
3072
3186
  retrier.logger = this.logger;
3073
3187
  const request = yield oci_common_1.composeRequest({
@@ -3110,10 +3224,11 @@ class LogAnalyticsClient {
3110
3224
  /**
3111
3225
  * Returns the count of labels.
3112
3226
  *
3227
+ * This operation does not retry by default if the user has not defined a retry configuration.
3113
3228
  * @param GetLabelSummaryRequest
3114
3229
  * @return GetLabelSummaryResponse
3115
3230
  * @throws OciError when an error occurs
3116
- * @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.
3231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3117
3232
  */
3118
3233
  getLabelSummary(getLabelSummaryRequest) {
3119
3234
  return __awaiter(this, void 0, void 0, function* () {
@@ -3127,7 +3242,8 @@ class LogAnalyticsClient {
3127
3242
  "Content-Type": common.Constants.APPLICATION_JSON,
3128
3243
  "opc-request-id": getLabelSummaryRequest.opcRequestId
3129
3244
  };
3130
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLabelSummaryRequest.retryConfiguration);
3245
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3246
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLabelSummaryRequest.retryConfiguration, specRetryConfiguration);
3131
3247
  if (this.logger)
3132
3248
  retrier.logger = this.logger;
3133
3249
  const request = yield oci_common_1.composeRequest({
@@ -3164,10 +3280,11 @@ class LogAnalyticsClient {
3164
3280
  }
3165
3281
  /**
3166
3282
  * Retrieve the log analytics enterprise manager bridge with the given id.
3283
+ * This operation does not retry by default if the user has not defined a retry configuration.
3167
3284
  * @param GetLogAnalyticsEmBridgeRequest
3168
3285
  * @return GetLogAnalyticsEmBridgeResponse
3169
3286
  * @throws OciError when an error occurs
3170
- * @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.
3287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3171
3288
  */
3172
3289
  getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
3173
3290
  return __awaiter(this, void 0, void 0, function* () {
@@ -3182,7 +3299,8 @@ class LogAnalyticsClient {
3182
3299
  "Content-Type": common.Constants.APPLICATION_JSON,
3183
3300
  "opc-request-id": getLogAnalyticsEmBridgeRequest.opcRequestId
3184
3301
  };
3185
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsEmBridgeRequest.retryConfiguration);
3302
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3303
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsEmBridgeRequest.retryConfiguration, specRetryConfiguration);
3186
3304
  if (this.logger)
3187
3305
  retrier.logger = this.logger;
3188
3306
  const request = yield oci_common_1.composeRequest({
@@ -3224,10 +3342,11 @@ class LogAnalyticsClient {
3224
3342
  }
3225
3343
  /**
3226
3344
  * Returns log analytics enterprise manager bridges summary report.
3345
+ * This operation does not retry by default if the user has not defined a retry configuration.
3227
3346
  * @param GetLogAnalyticsEmBridgeSummaryRequest
3228
3347
  * @return GetLogAnalyticsEmBridgeSummaryResponse
3229
3348
  * @throws OciError when an error occurs
3230
- * @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.
3349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
3231
3350
  */
3232
3351
  getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
3233
3352
  return __awaiter(this, void 0, void 0, function* () {
@@ -3243,7 +3362,8 @@ class LogAnalyticsClient {
3243
3362
  "Content-Type": common.Constants.APPLICATION_JSON,
3244
3363
  "opc-request-id": getLogAnalyticsEmBridgeSummaryRequest.opcRequestId
3245
3364
  };
3246
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsEmBridgeSummaryRequest.retryConfiguration);
3365
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3366
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsEmBridgeSummaryRequest.retryConfiguration, specRetryConfiguration);
3247
3367
  if (this.logger)
3248
3368
  retrier.logger = this.logger;
3249
3369
  const request = yield oci_common_1.composeRequest({
@@ -3280,10 +3400,11 @@ class LogAnalyticsClient {
3280
3400
  }
3281
3401
  /**
3282
3402
  * Returns log analytics entities count summary report.
3403
+ * This operation does not retry by default if the user has not defined a retry configuration.
3283
3404
  * @param GetLogAnalyticsEntitiesSummaryRequest
3284
3405
  * @return GetLogAnalyticsEntitiesSummaryResponse
3285
3406
  * @throws OciError when an error occurs
3286
- * @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.
3407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
3287
3408
  */
3288
3409
  getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
3289
3410
  return __awaiter(this, void 0, void 0, function* () {
@@ -3299,7 +3420,8 @@ class LogAnalyticsClient {
3299
3420
  "Content-Type": common.Constants.APPLICATION_JSON,
3300
3421
  "opc-request-id": getLogAnalyticsEntitiesSummaryRequest.opcRequestId
3301
3422
  };
3302
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsEntitiesSummaryRequest.retryConfiguration);
3423
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3424
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsEntitiesSummaryRequest.retryConfiguration, specRetryConfiguration);
3303
3425
  if (this.logger)
3304
3426
  retrier.logger = this.logger;
3305
3427
  const request = yield oci_common_1.composeRequest({
@@ -3336,10 +3458,11 @@ class LogAnalyticsClient {
3336
3458
  }
3337
3459
  /**
3338
3460
  * Retrieve the log analytics entity with the given id.
3461
+ * This operation does not retry by default if the user has not defined a retry configuration.
3339
3462
  * @param GetLogAnalyticsEntityRequest
3340
3463
  * @return GetLogAnalyticsEntityResponse
3341
3464
  * @throws OciError when an error occurs
3342
- * @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.
3465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
3343
3466
  */
3344
3467
  getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
3345
3468
  return __awaiter(this, void 0, void 0, function* () {
@@ -3354,7 +3477,8 @@ class LogAnalyticsClient {
3354
3477
  "Content-Type": common.Constants.APPLICATION_JSON,
3355
3478
  "opc-request-id": getLogAnalyticsEntityRequest.opcRequestId
3356
3479
  };
3357
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsEntityRequest.retryConfiguration);
3480
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3481
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsEntityRequest.retryConfiguration, specRetryConfiguration);
3358
3482
  if (this.logger)
3359
3483
  retrier.logger = this.logger;
3360
3484
  const request = yield oci_common_1.composeRequest({
@@ -3396,10 +3520,11 @@ class LogAnalyticsClient {
3396
3520
  }
3397
3521
  /**
3398
3522
  * Retrieve the log analytics entity type with the given name.
3523
+ * This operation does not retry by default if the user has not defined a retry configuration.
3399
3524
  * @param GetLogAnalyticsEntityTypeRequest
3400
3525
  * @return GetLogAnalyticsEntityTypeResponse
3401
3526
  * @throws OciError when an error occurs
3402
- * @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.
3527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
3403
3528
  */
3404
3529
  getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
3405
3530
  return __awaiter(this, void 0, void 0, function* () {
@@ -3414,7 +3539,8 @@ class LogAnalyticsClient {
3414
3539
  "Content-Type": common.Constants.APPLICATION_JSON,
3415
3540
  "opc-request-id": getLogAnalyticsEntityTypeRequest.opcRequestId
3416
3541
  };
3417
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsEntityTypeRequest.retryConfiguration);
3542
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3543
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsEntityTypeRequest.retryConfiguration, specRetryConfiguration);
3418
3544
  if (this.logger)
3419
3545
  retrier.logger = this.logger;
3420
3546
  const request = yield oci_common_1.composeRequest({
@@ -3457,10 +3583,11 @@ class LogAnalyticsClient {
3457
3583
  /**
3458
3584
  * Gets detailed information about the specified log group such as display name, description, defined tags, and free-form tags.
3459
3585
  *
3586
+ * This operation does not retry by default if the user has not defined a retry configuration.
3460
3587
  * @param GetLogAnalyticsLogGroupRequest
3461
3588
  * @return GetLogAnalyticsLogGroupResponse
3462
3589
  * @throws OciError when an error occurs
3463
- * @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.
3590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
3464
3591
  */
3465
3592
  getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
3466
3593
  return __awaiter(this, void 0, void 0, function* () {
@@ -3475,7 +3602,8 @@ class LogAnalyticsClient {
3475
3602
  "Content-Type": common.Constants.APPLICATION_JSON,
3476
3603
  "opc-request-id": getLogAnalyticsLogGroupRequest.opcRequestId
3477
3604
  };
3478
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsLogGroupRequest.retryConfiguration);
3605
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3606
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsLogGroupRequest.retryConfiguration, specRetryConfiguration);
3479
3607
  if (this.logger)
3480
3608
  retrier.logger = this.logger;
3481
3609
  const request = yield oci_common_1.composeRequest({
@@ -3518,10 +3646,11 @@ class LogAnalyticsClient {
3518
3646
  /**
3519
3647
  * Returns the count of log groups in a compartment.
3520
3648
  *
3649
+ * This operation does not retry by default if the user has not defined a retry configuration.
3521
3650
  * @param GetLogAnalyticsLogGroupsSummaryRequest
3522
3651
  * @return GetLogAnalyticsLogGroupsSummaryResponse
3523
3652
  * @throws OciError when an error occurs
3524
- * @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.
3653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
3525
3654
  */
3526
3655
  getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
3527
3656
  return __awaiter(this, void 0, void 0, function* () {
@@ -3537,7 +3666,8 @@ class LogAnalyticsClient {
3537
3666
  "Content-Type": common.Constants.APPLICATION_JSON,
3538
3667
  "opc-request-id": getLogAnalyticsLogGroupsSummaryRequest.opcRequestId
3539
3668
  };
3540
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsLogGroupsSummaryRequest.retryConfiguration);
3669
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3670
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsLogGroupsSummaryRequest.retryConfiguration, specRetryConfiguration);
3541
3671
  if (this.logger)
3542
3672
  retrier.logger = this.logger;
3543
3673
  const request = yield oci_common_1.composeRequest({
@@ -3574,10 +3704,11 @@ class LogAnalyticsClient {
3574
3704
  }
3575
3705
  /**
3576
3706
  * Gets a configured object storage based collection rule by given id
3707
+ * This operation does not retry by default if the user has not defined a retry configuration.
3577
3708
  * @param GetLogAnalyticsObjectCollectionRuleRequest
3578
3709
  * @return GetLogAnalyticsObjectCollectionRuleResponse
3579
3710
  * @throws OciError when an error occurs
3580
- * @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.
3711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
3581
3712
  */
3582
3713
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
3583
3714
  return __awaiter(this, void 0, void 0, function* () {
@@ -3592,7 +3723,8 @@ class LogAnalyticsClient {
3592
3723
  "Content-Type": common.Constants.APPLICATION_JSON,
3593
3724
  "opc-request-id": getLogAnalyticsObjectCollectionRuleRequest.opcRequestId
3594
3725
  };
3595
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogAnalyticsObjectCollectionRuleRequest.retryConfiguration);
3726
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3727
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogAnalyticsObjectCollectionRuleRequest.retryConfiguration, specRetryConfiguration);
3596
3728
  if (this.logger)
3597
3729
  retrier.logger = this.logger;
3598
3730
  const request = yield oci_common_1.composeRequest({
@@ -3635,10 +3767,11 @@ class LogAnalyticsClient {
3635
3767
  /**
3636
3768
  * This API returns the count of distinct log sets.
3637
3769
  *
3770
+ * This operation does not retry by default if the user has not defined a retry configuration.
3638
3771
  * @param GetLogSetsCountRequest
3639
3772
  * @return GetLogSetsCountResponse
3640
3773
  * @throws OciError when an error occurs
3641
- * @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.
3774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
3642
3775
  */
3643
3776
  getLogSetsCount(getLogSetsCountRequest) {
3644
3777
  return __awaiter(this, void 0, void 0, function* () {
@@ -3652,7 +3785,8 @@ class LogAnalyticsClient {
3652
3785
  "Content-Type": common.Constants.APPLICATION_JSON,
3653
3786
  "opc-request-id": getLogSetsCountRequest.opcRequestId
3654
3787
  };
3655
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLogSetsCountRequest.retryConfiguration);
3788
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3789
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLogSetsCountRequest.retryConfiguration, specRetryConfiguration);
3656
3790
  if (this.logger)
3657
3791
  retrier.logger = this.logger;
3658
3792
  const request = yield oci_common_1.composeRequest({
@@ -3690,10 +3824,11 @@ class LogAnalyticsClient {
3690
3824
  /**
3691
3825
  * Gets detailed information about the lookup with the specified name.
3692
3826
  *
3827
+ * This operation does not retry by default if the user has not defined a retry configuration.
3693
3828
  * @param GetLookupRequest
3694
3829
  * @return GetLookupResponse
3695
3830
  * @throws OciError when an error occurs
3696
- * @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.
3831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
3697
3832
  */
3698
3833
  getLookup(getLookupRequest) {
3699
3834
  return __awaiter(this, void 0, void 0, function* () {
@@ -3708,7 +3843,8 @@ class LogAnalyticsClient {
3708
3843
  "Content-Type": common.Constants.APPLICATION_JSON,
3709
3844
  "opc-request-id": getLookupRequest.opcRequestId
3710
3845
  };
3711
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLookupRequest.retryConfiguration);
3846
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3847
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLookupRequest.retryConfiguration, specRetryConfiguration);
3712
3848
  if (this.logger)
3713
3849
  retrier.logger = this.logger;
3714
3850
  const request = yield oci_common_1.composeRequest({
@@ -3750,10 +3886,11 @@ class LogAnalyticsClient {
3750
3886
  }
3751
3887
  /**
3752
3888
  * Returns the count of user created and oracle defined lookups.
3889
+ * This operation does not retry by default if the user has not defined a retry configuration.
3753
3890
  * @param GetLookupSummaryRequest
3754
3891
  * @return GetLookupSummaryResponse
3755
3892
  * @throws OciError when an error occurs
3756
- * @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.
3893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
3757
3894
  */
3758
3895
  getLookupSummary(getLookupSummaryRequest) {
3759
3896
  return __awaiter(this, void 0, void 0, function* () {
@@ -3767,7 +3904,8 @@ class LogAnalyticsClient {
3767
3904
  "Content-Type": common.Constants.APPLICATION_JSON,
3768
3905
  "opc-request-id": getLookupSummaryRequest.opcRequestId
3769
3906
  };
3770
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getLookupSummaryRequest.retryConfiguration);
3907
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3908
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLookupSummaryRequest.retryConfiguration, specRetryConfiguration);
3771
3909
  if (this.logger)
3772
3910
  retrier.logger = this.logger;
3773
3911
  const request = yield oci_common_1.composeRequest({
@@ -3805,10 +3943,11 @@ class LogAnalyticsClient {
3805
3943
  /**
3806
3944
  * This API gets the namespace details of a tenancy already onboarded in Logging Analytics Application
3807
3945
  *
3946
+ * This operation does not retry by default if the user has not defined a retry configuration.
3808
3947
  * @param GetNamespaceRequest
3809
3948
  * @return GetNamespaceResponse
3810
3949
  * @throws OciError when an error occurs
3811
- * @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.
3950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
3812
3951
  */
3813
3952
  getNamespace(getNamespaceRequest) {
3814
3953
  return __awaiter(this, void 0, void 0, function* () {
@@ -3822,7 +3961,8 @@ class LogAnalyticsClient {
3822
3961
  "Content-Type": common.Constants.APPLICATION_JSON,
3823
3962
  "opc-request-id": getNamespaceRequest.opcRequestId
3824
3963
  };
3825
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getNamespaceRequest.retryConfiguration);
3964
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3965
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getNamespaceRequest.retryConfiguration, specRetryConfiguration);
3826
3966
  if (this.logger)
3827
3967
  retrier.logger = this.logger;
3828
3968
  const request = yield oci_common_1.composeRequest({
@@ -3865,10 +4005,11 @@ class LogAnalyticsClient {
3865
4005
  /**
3866
4006
  * Gets detailed information about the parser with the specified name.
3867
4007
  *
4008
+ * This operation does not retry by default if the user has not defined a retry configuration.
3868
4009
  * @param GetParserRequest
3869
4010
  * @return GetParserResponse
3870
4011
  * @throws OciError when an error occurs
3871
- * @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.
4012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
3872
4013
  */
3873
4014
  getParser(getParserRequest) {
3874
4015
  return __awaiter(this, void 0, void 0, function* () {
@@ -3883,7 +4024,8 @@ class LogAnalyticsClient {
3883
4024
  "Content-Type": common.Constants.APPLICATION_JSON,
3884
4025
  "opc-request-id": getParserRequest.opcRequestId
3885
4026
  };
3886
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getParserRequest.retryConfiguration);
4027
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4028
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getParserRequest.retryConfiguration, specRetryConfiguration);
3887
4029
  if (this.logger)
3888
4030
  retrier.logger = this.logger;
3889
4031
  const request = yield oci_common_1.composeRequest({
@@ -3926,10 +4068,11 @@ class LogAnalyticsClient {
3926
4068
  /**
3927
4069
  * Returns the count of parsers.
3928
4070
  *
4071
+ * This operation does not retry by default if the user has not defined a retry configuration.
3929
4072
  * @param GetParserSummaryRequest
3930
4073
  * @return GetParserSummaryResponse
3931
4074
  * @throws OciError when an error occurs
3932
- * @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.
4075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
3933
4076
  */
3934
4077
  getParserSummary(getParserSummaryRequest) {
3935
4078
  return __awaiter(this, void 0, void 0, function* () {
@@ -3943,7 +4086,8 @@ class LogAnalyticsClient {
3943
4086
  "Content-Type": common.Constants.APPLICATION_JSON,
3944
4087
  "opc-request-id": getParserSummaryRequest.opcRequestId
3945
4088
  };
3946
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getParserSummaryRequest.retryConfiguration);
4089
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4090
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getParserSummaryRequest.retryConfiguration, specRetryConfiguration);
3947
4091
  if (this.logger)
3948
4092
  retrier.logger = this.logger;
3949
4093
  const request = yield oci_common_1.composeRequest({
@@ -3981,10 +4125,11 @@ class LogAnalyticsClient {
3981
4125
  /**
3982
4126
  * Lists the preferences of the tenant. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
3983
4127
  *
4128
+ * This operation does not retry by default if the user has not defined a retry configuration.
3984
4129
  * @param GetPreferencesRequest
3985
4130
  * @return GetPreferencesResponse
3986
4131
  * @throws OciError when an error occurs
3987
- * @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.
4132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
3988
4133
  */
3989
4134
  getPreferences(getPreferencesRequest) {
3990
4135
  return __awaiter(this, void 0, void 0, function* () {
@@ -4003,7 +4148,8 @@ class LogAnalyticsClient {
4003
4148
  "Content-Type": common.Constants.APPLICATION_JSON,
4004
4149
  "opc-request-id": getPreferencesRequest.opcRequestId
4005
4150
  };
4006
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getPreferencesRequest.retryConfiguration);
4151
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4152
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPreferencesRequest.retryConfiguration, specRetryConfiguration);
4007
4153
  if (this.logger)
4008
4154
  retrier.logger = this.logger;
4009
4155
  const request = yield oci_common_1.composeRequest({
@@ -4052,10 +4198,11 @@ class LogAnalyticsClient {
4052
4198
  * Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed,
4053
4199
  * otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
4054
4200
  *
4201
+ * This operation does not retry by default if the user has not defined a retry configuration.
4055
4202
  * @param GetQueryResultRequest
4056
4203
  * @return GetQueryResultResponse
4057
4204
  * @throws OciError when an error occurs
4058
- * @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.
4205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4059
4206
  */
4060
4207
  getQueryResult(getQueryResultRequest) {
4061
4208
  return __awaiter(this, void 0, void 0, function* () {
@@ -4076,7 +4223,8 @@ class LogAnalyticsClient {
4076
4223
  "Content-Type": common.Constants.APPLICATION_JSON,
4077
4224
  "opc-request-id": getQueryResultRequest.opcRequestId
4078
4225
  };
4079
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getQueryResultRequest.retryConfiguration);
4226
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4227
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getQueryResultRequest.retryConfiguration, specRetryConfiguration);
4080
4228
  if (this.logger)
4081
4229
  retrier.logger = this.logger;
4082
4230
  const request = yield oci_common_1.composeRequest({
@@ -4128,10 +4276,11 @@ class LogAnalyticsClient {
4128
4276
  }
4129
4277
  /**
4130
4278
  * 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.
4279
+ * This operation does not retry by default if the user has not defined a retry configuration.
4131
4280
  * @param GetQueryWorkRequestRequest
4132
4281
  * @return GetQueryWorkRequestResponse
4133
4282
  * @throws OciError when an error occurs
4134
- * @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.
4283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
4135
4284
  */
4136
4285
  getQueryWorkRequest(getQueryWorkRequestRequest) {
4137
4286
  return __awaiter(this, void 0, void 0, function* () {
@@ -4146,7 +4295,8 @@ class LogAnalyticsClient {
4146
4295
  "Content-Type": common.Constants.APPLICATION_JSON,
4147
4296
  "opc-request-id": getQueryWorkRequestRequest.opcRequestId
4148
4297
  };
4149
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getQueryWorkRequestRequest.retryConfiguration);
4298
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4299
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getQueryWorkRequestRequest.retryConfiguration, specRetryConfiguration);
4150
4300
  if (this.logger)
4151
4301
  retrier.logger = this.logger;
4152
4302
  const request = yield oci_common_1.composeRequest({
@@ -4193,10 +4343,11 @@ class LogAnalyticsClient {
4193
4343
  }
4194
4344
  /**
4195
4345
  * Get the scheduled task for the specified task identifier.
4346
+ * This operation does not retry by default if the user has not defined a retry configuration.
4196
4347
  * @param GetScheduledTaskRequest
4197
4348
  * @return GetScheduledTaskResponse
4198
4349
  * @throws OciError when an error occurs
4199
- * @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.
4350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
4200
4351
  */
4201
4352
  getScheduledTask(getScheduledTaskRequest) {
4202
4353
  return __awaiter(this, void 0, void 0, function* () {
@@ -4211,7 +4362,8 @@ class LogAnalyticsClient {
4211
4362
  "Content-Type": common.Constants.APPLICATION_JSON,
4212
4363
  "opc-request-id": getScheduledTaskRequest.opcRequestId
4213
4364
  };
4214
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getScheduledTaskRequest.retryConfiguration);
4365
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4366
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getScheduledTaskRequest.retryConfiguration, specRetryConfiguration);
4215
4367
  if (this.logger)
4216
4368
  retrier.logger = this.logger;
4217
4369
  const request = yield oci_common_1.composeRequest({
@@ -4254,10 +4406,11 @@ class LogAnalyticsClient {
4254
4406
  /**
4255
4407
  * Gets detailed information about the source with the specified name.
4256
4408
  *
4409
+ * This operation does not retry by default if the user has not defined a retry configuration.
4257
4410
  * @param GetSourceRequest
4258
4411
  * @return GetSourceResponse
4259
4412
  * @throws OciError when an error occurs
4260
- * @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.
4413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
4261
4414
  */
4262
4415
  getSource(getSourceRequest) {
4263
4416
  return __awaiter(this, void 0, void 0, function* () {
@@ -4274,7 +4427,8 @@ class LogAnalyticsClient {
4274
4427
  "Content-Type": common.Constants.APPLICATION_JSON,
4275
4428
  "opc-request-id": getSourceRequest.opcRequestId
4276
4429
  };
4277
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getSourceRequest.retryConfiguration);
4430
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4431
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getSourceRequest.retryConfiguration, specRetryConfiguration);
4278
4432
  if (this.logger)
4279
4433
  retrier.logger = this.logger;
4280
4434
  const request = yield oci_common_1.composeRequest({
@@ -4317,10 +4471,11 @@ class LogAnalyticsClient {
4317
4471
  /**
4318
4472
  * Returns the count of sources.
4319
4473
  *
4474
+ * This operation does not retry by default if the user has not defined a retry configuration.
4320
4475
  * @param GetSourceSummaryRequest
4321
4476
  * @return GetSourceSummaryResponse
4322
4477
  * @throws OciError when an error occurs
4323
- * @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.
4478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
4324
4479
  */
4325
4480
  getSourceSummary(getSourceSummaryRequest) {
4326
4481
  return __awaiter(this, void 0, void 0, function* () {
@@ -4334,7 +4489,8 @@ class LogAnalyticsClient {
4334
4489
  "Content-Type": common.Constants.APPLICATION_JSON,
4335
4490
  "opc-request-id": getSourceSummaryRequest.opcRequestId
4336
4491
  };
4337
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getSourceSummaryRequest.retryConfiguration);
4492
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4493
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getSourceSummaryRequest.retryConfiguration, specRetryConfiguration);
4338
4494
  if (this.logger)
4339
4495
  retrier.logger = this.logger;
4340
4496
  const request = yield oci_common_1.composeRequest({
@@ -4372,10 +4528,11 @@ class LogAnalyticsClient {
4372
4528
  /**
4373
4529
  * This API gets the storage configuration of a tenancy
4374
4530
  *
4531
+ * This operation does not retry by default if the user has not defined a retry configuration.
4375
4532
  * @param GetStorageRequest
4376
4533
  * @return GetStorageResponse
4377
4534
  * @throws OciError when an error occurs
4378
- * @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.
4535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
4379
4536
  */
4380
4537
  getStorage(getStorageRequest) {
4381
4538
  return __awaiter(this, void 0, void 0, function* () {
@@ -4389,7 +4546,8 @@ class LogAnalyticsClient {
4389
4546
  "Content-Type": common.Constants.APPLICATION_JSON,
4390
4547
  "opc-request-id": getStorageRequest.opcRequestId
4391
4548
  };
4392
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getStorageRequest.retryConfiguration);
4549
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4550
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getStorageRequest.retryConfiguration, specRetryConfiguration);
4393
4551
  if (this.logger)
4394
4552
  retrier.logger = this.logger;
4395
4553
  const request = yield oci_common_1.composeRequest({
@@ -4433,10 +4591,11 @@ class LogAnalyticsClient {
4433
4591
  * This API gets storage usage information of a tenancy. Storage usage information includes active, archived or recalled
4434
4592
  * data. The unit of return data is in bytes.
4435
4593
  *
4594
+ * This operation does not retry by default if the user has not defined a retry configuration.
4436
4595
  * @param GetStorageUsageRequest
4437
4596
  * @return GetStorageUsageResponse
4438
4597
  * @throws OciError when an error occurs
4439
- * @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.
4598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
4440
4599
  */
4441
4600
  getStorageUsage(getStorageUsageRequest) {
4442
4601
  return __awaiter(this, void 0, void 0, function* () {
@@ -4450,7 +4609,8 @@ class LogAnalyticsClient {
4450
4609
  "Content-Type": common.Constants.APPLICATION_JSON,
4451
4610
  "opc-request-id": getStorageUsageRequest.opcRequestId
4452
4611
  };
4453
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getStorageUsageRequest.retryConfiguration);
4612
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4613
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getStorageUsageRequest.retryConfiguration, specRetryConfiguration);
4454
4614
  if (this.logger)
4455
4615
  retrier.logger = this.logger;
4456
4616
  const request = yield oci_common_1.composeRequest({
@@ -4489,10 +4649,11 @@ class LogAnalyticsClient {
4489
4649
  * This API returns work request details specified by {workRequestId}. This API can be polled for status tracking of
4490
4650
  * work request. Clients should poll using the interval returned in retry-after header.
4491
4651
  *
4652
+ * This operation does not retry by default if the user has not defined a retry configuration.
4492
4653
  * @param GetStorageWorkRequestRequest
4493
4654
  * @return GetStorageWorkRequestResponse
4494
4655
  * @throws OciError when an error occurs
4495
- * @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.
4656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
4496
4657
  */
4497
4658
  getStorageWorkRequest(getStorageWorkRequestRequest) {
4498
4659
  return __awaiter(this, void 0, void 0, function* () {
@@ -4507,7 +4668,8 @@ class LogAnalyticsClient {
4507
4668
  "Content-Type": common.Constants.APPLICATION_JSON,
4508
4669
  "opc-request-id": getStorageWorkRequestRequest.opcRequestId
4509
4670
  };
4510
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getStorageWorkRequestRequest.retryConfiguration);
4671
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4672
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getStorageWorkRequestRequest.retryConfiguration, specRetryConfiguration);
4511
4673
  if (this.logger)
4512
4674
  retrier.logger = this.logger;
4513
4675
  const request = yield oci_common_1.composeRequest({
@@ -4555,10 +4717,11 @@ class LogAnalyticsClient {
4555
4717
  /**
4556
4718
  * This API retrieves details of the configured bucket that stores unprocessed payloads.
4557
4719
  *
4720
+ * This operation does not retry by default if the user has not defined a retry configuration.
4558
4721
  * @param GetUnprocessedDataBucketRequest
4559
4722
  * @return GetUnprocessedDataBucketResponse
4560
4723
  * @throws OciError when an error occurs
4561
- * @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.
4724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
4562
4725
  */
4563
4726
  getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
4564
4727
  return __awaiter(this, void 0, void 0, function* () {
@@ -4572,7 +4735,8 @@ class LogAnalyticsClient {
4572
4735
  "Content-Type": common.Constants.APPLICATION_JSON,
4573
4736
  "opc-request-id": getUnprocessedDataBucketRequest.opcRequestId
4574
4737
  };
4575
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getUnprocessedDataBucketRequest.retryConfiguration);
4738
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4739
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getUnprocessedDataBucketRequest.retryConfiguration, specRetryConfiguration);
4576
4740
  if (this.logger)
4577
4741
  retrier.logger = this.logger;
4578
4742
  const request = yield oci_common_1.composeRequest({
@@ -4609,10 +4773,11 @@ class LogAnalyticsClient {
4609
4773
  }
4610
4774
  /**
4611
4775
  * Gets an On-Demand Upload info by reference.
4776
+ * This operation does not retry by default if the user has not defined a retry configuration.
4612
4777
  * @param GetUploadRequest
4613
4778
  * @return GetUploadResponse
4614
4779
  * @throws OciError when an error occurs
4615
- * @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.
4780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
4616
4781
  */
4617
4782
  getUpload(getUploadRequest) {
4618
4783
  return __awaiter(this, void 0, void 0, function* () {
@@ -4627,7 +4792,8 @@ class LogAnalyticsClient {
4627
4792
  "Content-Type": common.Constants.APPLICATION_JSON,
4628
4793
  "opc-request-id": getUploadRequest.opcRequestId
4629
4794
  };
4630
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getUploadRequest.retryConfiguration);
4795
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4796
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getUploadRequest.retryConfiguration, specRetryConfiguration);
4631
4797
  if (this.logger)
4632
4798
  retrier.logger = this.logger;
4633
4799
  const request = yield oci_common_1.composeRequest({
@@ -4669,10 +4835,11 @@ class LogAnalyticsClient {
4669
4835
  }
4670
4836
  /**
4671
4837
  * Gets the status of the work request with the given ID.
4838
+ * This operation does not retry by default if the user has not defined a retry configuration.
4672
4839
  * @param GetWorkRequestRequest
4673
4840
  * @return GetWorkRequestResponse
4674
4841
  * @throws OciError when an error occurs
4675
- * @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.
4842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4676
4843
  */
4677
4844
  getWorkRequest(getWorkRequestRequest) {
4678
4845
  return __awaiter(this, void 0, void 0, function* () {
@@ -4687,7 +4854,8 @@ class LogAnalyticsClient {
4687
4854
  "Content-Type": common.Constants.APPLICATION_JSON,
4688
4855
  "opc-request-id": getWorkRequestRequest.opcRequestId
4689
4856
  };
4690
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getWorkRequestRequest.retryConfiguration);
4857
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4858
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
4691
4859
  if (this.logger)
4692
4860
  retrier.logger = this.logger;
4693
4861
  const request = yield oci_common_1.composeRequest({
@@ -4730,10 +4898,11 @@ class LogAnalyticsClient {
4730
4898
  /**
4731
4899
  * Imports the specified custom content from the input in zip format.
4732
4900
  *
4901
+ * This operation does not retry by default if the user has not defined a retry configuration.
4733
4902
  * @param ImportCustomContentRequest
4734
4903
  * @return ImportCustomContentResponse
4735
4904
  * @throws OciError when an error occurs
4736
- * @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.
4905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
4737
4906
  */
4738
4907
  importCustomContent(importCustomContentRequest) {
4739
4908
  return __awaiter(this, void 0, void 0, function* () {
@@ -4750,7 +4919,8 @@ class LogAnalyticsClient {
4750
4919
  "opc-request-id": importCustomContentRequest.opcRequestId,
4751
4920
  "expect": importCustomContentRequest.expect
4752
4921
  };
4753
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, importCustomContentRequest.retryConfiguration);
4922
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4923
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importCustomContentRequest.retryConfiguration, specRetryConfiguration);
4754
4924
  if (this.logger)
4755
4925
  retrier.logger = this.logger;
4756
4926
  const request = yield oci_common_1.composeRequest({
@@ -4790,10 +4960,11 @@ class LogAnalyticsClient {
4790
4960
  /**
4791
4961
  * Lists the entities in the specified compartment which are (in)eligible for association with this source.
4792
4962
  *
4963
+ * This operation does not retry by default if the user has not defined a retry configuration.
4793
4964
  * @param ListAssociableEntitiesRequest
4794
4965
  * @return ListAssociableEntitiesResponse
4795
4966
  * @throws OciError when an error occurs
4796
- * @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.
4967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
4797
4968
  */
4798
4969
  listAssociableEntities(listAssociableEntitiesRequest) {
4799
4970
  return __awaiter(this, void 0, void 0, function* () {
@@ -4816,7 +4987,8 @@ class LogAnalyticsClient {
4816
4987
  "Content-Type": common.Constants.APPLICATION_JSON,
4817
4988
  "opc-request-id": listAssociableEntitiesRequest.opcRequestId
4818
4989
  };
4819
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listAssociableEntitiesRequest.retryConfiguration);
4990
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4991
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAssociableEntitiesRequest.retryConfiguration, specRetryConfiguration);
4820
4992
  if (this.logger)
4821
4993
  retrier.logger = this.logger;
4822
4994
  const request = yield oci_common_1.composeRequest({
@@ -4864,10 +5036,11 @@ class LogAnalyticsClient {
4864
5036
  /**
4865
5037
  * Lists the association details of entities in the specified compartment that are associated with at least one source.
4866
5038
  *
5039
+ * This operation does not retry by default if the user has not defined a retry configuration.
4867
5040
  * @param ListAssociatedEntitiesRequest
4868
5041
  * @return ListAssociatedEntitiesResponse
4869
5042
  * @throws OciError when an error occurs
4870
- * @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.
5043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
4871
5044
  */
4872
5045
  listAssociatedEntities(listAssociatedEntitiesRequest) {
4873
5046
  return __awaiter(this, void 0, void 0, function* () {
@@ -4890,7 +5063,8 @@ class LogAnalyticsClient {
4890
5063
  "Content-Type": common.Constants.APPLICATION_JSON,
4891
5064
  "opc-request-id": listAssociatedEntitiesRequest.opcRequestId
4892
5065
  };
4893
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listAssociatedEntitiesRequest.retryConfiguration);
5066
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5067
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAssociatedEntitiesRequest.retryConfiguration, specRetryConfiguration);
4894
5068
  if (this.logger)
4895
5069
  retrier.logger = this.logger;
4896
5070
  const request = yield oci_common_1.composeRequest({
@@ -4938,10 +5112,11 @@ class LogAnalyticsClient {
4938
5112
  /**
4939
5113
  * Gets information related to auto association for the source with the specified name.
4940
5114
  *
5115
+ * This operation does not retry by default if the user has not defined a retry configuration.
4941
5116
  * @param ListAutoAssociationsRequest
4942
5117
  * @return ListAutoAssociationsResponse
4943
5118
  * @throws OciError when an error occurs
4944
- * @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.
5119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
4945
5120
  */
4946
5121
  listAutoAssociations(listAutoAssociationsRequest) {
4947
5122
  return __awaiter(this, void 0, void 0, function* () {
@@ -4961,7 +5136,8 @@ class LogAnalyticsClient {
4961
5136
  "Content-Type": common.Constants.APPLICATION_JSON,
4962
5137
  "opc-request-id": listAutoAssociationsRequest.opcRequestId
4963
5138
  };
4964
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listAutoAssociationsRequest.retryConfiguration);
5139
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5140
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAutoAssociationsRequest.retryConfiguration, specRetryConfiguration);
4965
5141
  if (this.logger)
4966
5142
  retrier.logger = this.logger;
4967
5143
  const request = yield oci_common_1.composeRequest({
@@ -5009,10 +5185,11 @@ class LogAnalyticsClient {
5009
5185
  /**
5010
5186
  * 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.
5011
5187
  *
5188
+ * This operation does not retry by default if the user has not defined a retry configuration.
5012
5189
  * @param ListConfigWorkRequestsRequest
5013
5190
  * @return ListConfigWorkRequestsResponse
5014
5191
  * @throws OciError when an error occurs
5015
- * @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.
5192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
5016
5193
  */
5017
5194
  listConfigWorkRequests(listConfigWorkRequestsRequest) {
5018
5195
  return __awaiter(this, void 0, void 0, function* () {
@@ -5031,7 +5208,8 @@ class LogAnalyticsClient {
5031
5208
  let headerParams = {
5032
5209
  "Content-Type": common.Constants.APPLICATION_JSON
5033
5210
  };
5034
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listConfigWorkRequestsRequest.retryConfiguration);
5211
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5212
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConfigWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
5035
5213
  if (this.logger)
5036
5214
  retrier.logger = this.logger;
5037
5215
  const request = yield oci_common_1.composeRequest({
@@ -5078,10 +5256,11 @@ class LogAnalyticsClient {
5078
5256
  }
5079
5257
  /**
5080
5258
  * Return a list of log analytics entities associated with input source log analytics entity.
5259
+ * This operation does not retry by default if the user has not defined a retry configuration.
5081
5260
  * @param ListEntityAssociationsRequest
5082
5261
  * @return ListEntityAssociationsResponse
5083
5262
  * @throws OciError when an error occurs
5084
- * @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.
5263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
5085
5264
  */
5086
5265
  listEntityAssociations(listEntityAssociationsRequest) {
5087
5266
  return __awaiter(this, void 0, void 0, function* () {
@@ -5102,7 +5281,8 @@ class LogAnalyticsClient {
5102
5281
  "Content-Type": common.Constants.APPLICATION_JSON,
5103
5282
  "opc-request-id": listEntityAssociationsRequest.opcRequestId
5104
5283
  };
5105
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listEntityAssociationsRequest.retryConfiguration);
5284
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5285
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEntityAssociationsRequest.retryConfiguration, specRetryConfiguration);
5106
5286
  if (this.logger)
5107
5287
  retrier.logger = this.logger;
5108
5288
  const request = yield oci_common_1.composeRequest({
@@ -5145,10 +5325,11 @@ class LogAnalyticsClient {
5145
5325
  /**
5146
5326
  * Returns the list of source associations for the specified entity.
5147
5327
  *
5328
+ * This operation does not retry by default if the user has not defined a retry configuration.
5148
5329
  * @param ListEntitySourceAssociationsRequest
5149
5330
  * @return ListEntitySourceAssociationsResponse
5150
5331
  * @throws OciError when an error occurs
5151
- * @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.
5332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
5152
5333
  */
5153
5334
  listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
5154
5335
  return __awaiter(this, void 0, void 0, function* () {
@@ -5173,7 +5354,8 @@ class LogAnalyticsClient {
5173
5354
  "Content-Type": common.Constants.APPLICATION_JSON,
5174
5355
  "opc-request-id": listEntitySourceAssociationsRequest.opcRequestId
5175
5356
  };
5176
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listEntitySourceAssociationsRequest.retryConfiguration);
5357
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5358
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEntitySourceAssociationsRequest.retryConfiguration, specRetryConfiguration);
5177
5359
  if (this.logger)
5178
5360
  retrier.logger = this.logger;
5179
5361
  const request = yield oci_common_1.composeRequest({
@@ -5221,10 +5403,11 @@ class LogAnalyticsClient {
5221
5403
  /**
5222
5404
  * 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.
5223
5405
  *
5406
+ * This operation does not retry by default if the user has not defined a retry configuration.
5224
5407
  * @param ListFieldsRequest
5225
5408
  * @return ListFieldsResponse
5226
5409
  * @throws OciError when an error occurs
5227
- * @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.
5410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
5228
5411
  */
5229
5412
  listFields(listFieldsRequest) {
5230
5413
  return __awaiter(this, void 0, void 0, function* () {
@@ -5251,7 +5434,8 @@ class LogAnalyticsClient {
5251
5434
  "Content-Type": common.Constants.APPLICATION_JSON,
5252
5435
  "opc-request-id": listFieldsRequest.opcRequestId
5253
5436
  };
5254
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listFieldsRequest.retryConfiguration);
5437
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5438
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFieldsRequest.retryConfiguration, specRetryConfiguration);
5255
5439
  if (this.logger)
5256
5440
  retrier.logger = this.logger;
5257
5441
  const request = yield oci_common_1.composeRequest({
@@ -5299,10 +5483,11 @@ class LogAnalyticsClient {
5299
5483
  /**
5300
5484
  * Lists the available problem priorities that could be associated with a label.
5301
5485
  *
5486
+ * This operation does not retry by default if the user has not defined a retry configuration.
5302
5487
  * @param ListLabelPrioritiesRequest
5303
5488
  * @return ListLabelPrioritiesResponse
5304
5489
  * @throws OciError when an error occurs
5305
- * @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.
5490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
5306
5491
  */
5307
5492
  listLabelPriorities(listLabelPrioritiesRequest) {
5308
5493
  return __awaiter(this, void 0, void 0, function* () {
@@ -5319,7 +5504,8 @@ class LogAnalyticsClient {
5319
5504
  "Content-Type": common.Constants.APPLICATION_JSON,
5320
5505
  "opc-request-id": listLabelPrioritiesRequest.opcRequestId
5321
5506
  };
5322
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLabelPrioritiesRequest.retryConfiguration);
5507
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5508
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLabelPrioritiesRequest.retryConfiguration, specRetryConfiguration);
5323
5509
  if (this.logger)
5324
5510
  retrier.logger = this.logger;
5325
5511
  const request = yield oci_common_1.composeRequest({
@@ -5367,10 +5553,11 @@ class LogAnalyticsClient {
5367
5553
  /**
5368
5554
  * Lists sources using the label, along with configuration details like base field, operator and condition.
5369
5555
  *
5556
+ * This operation does not retry by default if the user has not defined a retry configuration.
5370
5557
  * @param ListLabelSourceDetailsRequest
5371
5558
  * @return ListLabelSourceDetailsResponse
5372
5559
  * @throws OciError when an error occurs
5373
- * @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.
5560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
5374
5561
  */
5375
5562
  listLabelSourceDetails(listLabelSourceDetailsRequest) {
5376
5563
  return __awaiter(this, void 0, void 0, function* () {
@@ -5390,7 +5577,8 @@ class LogAnalyticsClient {
5390
5577
  "Content-Type": common.Constants.APPLICATION_JSON,
5391
5578
  "opc-request-id": listLabelSourceDetailsRequest.opcRequestId
5392
5579
  };
5393
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLabelSourceDetailsRequest.retryConfiguration);
5580
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5581
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLabelSourceDetailsRequest.retryConfiguration, specRetryConfiguration);
5394
5582
  if (this.logger)
5395
5583
  retrier.logger = this.logger;
5396
5584
  const request = yield oci_common_1.composeRequest({
@@ -5438,10 +5626,11 @@ class LogAnalyticsClient {
5438
5626
  /**
5439
5627
  * 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.
5440
5628
  *
5629
+ * This operation does not retry by default if the user has not defined a retry configuration.
5441
5630
  * @param ListLabelsRequest
5442
5631
  * @return ListLabelsResponse
5443
5632
  * @throws OciError when an error occurs
5444
- * @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.
5633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
5445
5634
  */
5446
5635
  listLabels(listLabelsRequest) {
5447
5636
  return __awaiter(this, void 0, void 0, function* () {
@@ -5466,7 +5655,8 @@ class LogAnalyticsClient {
5466
5655
  "Content-Type": common.Constants.APPLICATION_JSON,
5467
5656
  "opc-request-id": listLabelsRequest.opcRequestId
5468
5657
  };
5469
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLabelsRequest.retryConfiguration);
5658
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5659
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLabelsRequest.retryConfiguration, specRetryConfiguration);
5470
5660
  if (this.logger)
5471
5661
  retrier.logger = this.logger;
5472
5662
  const request = yield oci_common_1.composeRequest({
@@ -5513,10 +5703,11 @@ class LogAnalyticsClient {
5513
5703
  }
5514
5704
  /**
5515
5705
  * Return a list of log analytics enterprise manager bridges.
5706
+ * This operation does not retry by default if the user has not defined a retry configuration.
5516
5707
  * @param ListLogAnalyticsEmBridgesRequest
5517
5708
  * @return ListLogAnalyticsEmBridgesResponse
5518
5709
  * @throws OciError when an error occurs
5519
- * @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.
5710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
5520
5711
  */
5521
5712
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
5522
5713
  return __awaiter(this, void 0, void 0, function* () {
@@ -5540,7 +5731,8 @@ class LogAnalyticsClient {
5540
5731
  "Content-Type": common.Constants.APPLICATION_JSON,
5541
5732
  "opc-request-id": listLogAnalyticsEmBridgesRequest.opcRequestId
5542
5733
  };
5543
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLogAnalyticsEmBridgesRequest.retryConfiguration);
5734
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5735
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLogAnalyticsEmBridgesRequest.retryConfiguration, specRetryConfiguration);
5544
5736
  if (this.logger)
5545
5737
  retrier.logger = this.logger;
5546
5738
  const request = yield oci_common_1.composeRequest({
@@ -5582,10 +5774,11 @@ class LogAnalyticsClient {
5582
5774
  }
5583
5775
  /**
5584
5776
  * Return a list of log analytics entities.
5777
+ * This operation does not retry by default if the user has not defined a retry configuration.
5585
5778
  * @param ListLogAnalyticsEntitiesRequest
5586
5779
  * @return ListLogAnalyticsEntitiesResponse
5587
5780
  * @throws OciError when an error occurs
5588
- * @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.
5781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
5589
5782
  */
5590
5783
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
5591
5784
  return __awaiter(this, void 0, void 0, function* () {
@@ -5617,7 +5810,8 @@ class LogAnalyticsClient {
5617
5810
  "Content-Type": common.Constants.APPLICATION_JSON,
5618
5811
  "opc-request-id": listLogAnalyticsEntitiesRequest.opcRequestId
5619
5812
  };
5620
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLogAnalyticsEntitiesRequest.retryConfiguration);
5813
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5814
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLogAnalyticsEntitiesRequest.retryConfiguration, specRetryConfiguration);
5621
5815
  if (this.logger)
5622
5816
  retrier.logger = this.logger;
5623
5817
  const request = yield oci_common_1.composeRequest({
@@ -5659,10 +5853,11 @@ class LogAnalyticsClient {
5659
5853
  }
5660
5854
  /**
5661
5855
  * Return a list of log analytics entity types.
5856
+ * This operation does not retry by default if the user has not defined a retry configuration.
5662
5857
  * @param ListLogAnalyticsEntityTypesRequest
5663
5858
  * @return ListLogAnalyticsEntityTypesResponse
5664
5859
  * @throws OciError when an error occurs
5665
- * @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.
5860
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
5666
5861
  */
5667
5862
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
5668
5863
  return __awaiter(this, void 0, void 0, function* () {
@@ -5685,7 +5880,8 @@ class LogAnalyticsClient {
5685
5880
  "Content-Type": common.Constants.APPLICATION_JSON,
5686
5881
  "opc-request-id": listLogAnalyticsEntityTypesRequest.opcRequestId
5687
5882
  };
5688
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLogAnalyticsEntityTypesRequest.retryConfiguration);
5883
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5884
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLogAnalyticsEntityTypesRequest.retryConfiguration, specRetryConfiguration);
5689
5885
  if (this.logger)
5690
5886
  retrier.logger = this.logger;
5691
5887
  const request = yield oci_common_1.composeRequest({
@@ -5728,10 +5924,11 @@ class LogAnalyticsClient {
5728
5924
  /**
5729
5925
  * 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.
5730
5926
  *
5927
+ * This operation does not retry by default if the user has not defined a retry configuration.
5731
5928
  * @param ListLogAnalyticsLogGroupsRequest
5732
5929
  * @return ListLogAnalyticsLogGroupsResponse
5733
5930
  * @throws OciError when an error occurs
5734
- * @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.
5931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
5735
5932
  */
5736
5933
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
5737
5934
  return __awaiter(this, void 0, void 0, function* () {
@@ -5752,7 +5949,8 @@ class LogAnalyticsClient {
5752
5949
  "Content-Type": common.Constants.APPLICATION_JSON,
5753
5950
  "opc-request-id": listLogAnalyticsLogGroupsRequest.opcRequestId
5754
5951
  };
5755
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLogAnalyticsLogGroupsRequest.retryConfiguration);
5952
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5953
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLogAnalyticsLogGroupsRequest.retryConfiguration, specRetryConfiguration);
5756
5954
  if (this.logger)
5757
5955
  retrier.logger = this.logger;
5758
5956
  const request = yield oci_common_1.composeRequest({
@@ -5799,10 +5997,11 @@ class LogAnalyticsClient {
5799
5997
  }
5800
5998
  /**
5801
5999
  * Gets list of collection rules.
6000
+ * This operation does not retry by default if the user has not defined a retry configuration.
5802
6001
  * @param ListLogAnalyticsObjectCollectionRulesRequest
5803
6002
  * @return ListLogAnalyticsObjectCollectionRulesResponse
5804
6003
  * @throws OciError when an error occurs
5805
- * @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.
6004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
5806
6005
  */
5807
6006
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
5808
6007
  return __awaiter(this, void 0, void 0, function* () {
@@ -5824,7 +6023,8 @@ class LogAnalyticsClient {
5824
6023
  "Content-Type": common.Constants.APPLICATION_JSON,
5825
6024
  "opc-request-id": listLogAnalyticsObjectCollectionRulesRequest.opcRequestId
5826
6025
  };
5827
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLogAnalyticsObjectCollectionRulesRequest.retryConfiguration);
6026
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6027
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLogAnalyticsObjectCollectionRulesRequest.retryConfiguration, specRetryConfiguration);
5828
6028
  if (this.logger)
5829
6029
  retrier.logger = this.logger;
5830
6030
  const request = yield oci_common_1.composeRequest({
@@ -5867,10 +6067,11 @@ class LogAnalyticsClient {
5867
6067
  /**
5868
6068
  * This API returns a list of log sets.
5869
6069
  *
6070
+ * This operation does not retry by default if the user has not defined a retry configuration.
5870
6071
  * @param ListLogSetsRequest
5871
6072
  * @return ListLogSetsResponse
5872
6073
  * @throws OciError when an error occurs
5873
- * @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.
6074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
5874
6075
  */
5875
6076
  listLogSets(listLogSetsRequest) {
5876
6077
  return __awaiter(this, void 0, void 0, function* () {
@@ -5889,7 +6090,8 @@ class LogAnalyticsClient {
5889
6090
  "Content-Type": common.Constants.APPLICATION_JSON,
5890
6091
  "opc-request-id": listLogSetsRequest.opcRequestId
5891
6092
  };
5892
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLogSetsRequest.retryConfiguration);
6093
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6094
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLogSetsRequest.retryConfiguration, specRetryConfiguration);
5893
6095
  if (this.logger)
5894
6096
  retrier.logger = this.logger;
5895
6097
  const request = yield oci_common_1.composeRequest({
@@ -5932,10 +6134,11 @@ class LogAnalyticsClient {
5932
6134
  /**
5933
6135
  * 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.
5934
6136
  *
6137
+ * This operation does not retry by default if the user has not defined a retry configuration.
5935
6138
  * @param ListLookupsRequest
5936
6139
  * @return ListLookupsResponse
5937
6140
  * @throws OciError when an error occurs
5938
- * @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.
6141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
5939
6142
  */
5940
6143
  listLookups(listLookupsRequest) {
5941
6144
  return __awaiter(this, void 0, void 0, function* () {
@@ -5959,7 +6162,8 @@ class LogAnalyticsClient {
5959
6162
  "Content-Type": common.Constants.APPLICATION_JSON,
5960
6163
  "opc-request-id": listLookupsRequest.opcRequestId
5961
6164
  };
5962
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listLookupsRequest.retryConfiguration);
6165
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6166
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLookupsRequest.retryConfiguration, specRetryConfiguration);
5963
6167
  if (this.logger)
5964
6168
  retrier.logger = this.logger;
5965
6169
  const request = yield oci_common_1.composeRequest({
@@ -6007,10 +6211,11 @@ class LogAnalyticsClient {
6007
6211
  /**
6008
6212
  * Lists the types of log sources supported.
6009
6213
  *
6214
+ * This operation does not retry by default if the user has not defined a retry configuration.
6010
6215
  * @param ListMetaSourceTypesRequest
6011
6216
  * @return ListMetaSourceTypesResponse
6012
6217
  * @throws OciError when an error occurs
6013
- * @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.
6218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
6014
6219
  */
6015
6220
  listMetaSourceTypes(listMetaSourceTypesRequest) {
6016
6221
  return __awaiter(this, void 0, void 0, function* () {
@@ -6029,7 +6234,8 @@ class LogAnalyticsClient {
6029
6234
  "Content-Type": common.Constants.APPLICATION_JSON,
6030
6235
  "opc-request-id": listMetaSourceTypesRequest.opcRequestId
6031
6236
  };
6032
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listMetaSourceTypesRequest.retryConfiguration);
6237
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6238
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listMetaSourceTypesRequest.retryConfiguration, specRetryConfiguration);
6033
6239
  if (this.logger)
6034
6240
  retrier.logger = this.logger;
6035
6241
  const request = yield oci_common_1.composeRequest({
@@ -6078,10 +6284,11 @@ class LogAnalyticsClient {
6078
6284
  * Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region. The
6079
6285
  * result also indicates if the tenancy is onboarded with Logging Analytics.
6080
6286
  *
6287
+ * This operation does not retry by default if the user has not defined a retry configuration.
6081
6288
  * @param ListNamespacesRequest
6082
6289
  * @return ListNamespacesResponse
6083
6290
  * @throws OciError when an error occurs
6084
- * @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.
6291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
6085
6292
  */
6086
6293
  listNamespaces(listNamespacesRequest) {
6087
6294
  return __awaiter(this, void 0, void 0, function* () {
@@ -6095,7 +6302,8 @@ class LogAnalyticsClient {
6095
6302
  "Content-Type": common.Constants.APPLICATION_JSON,
6096
6303
  "opc-request-id": listNamespacesRequest.opcRequestId
6097
6304
  };
6098
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listNamespacesRequest.retryConfiguration);
6305
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6306
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listNamespacesRequest.retryConfiguration, specRetryConfiguration);
6099
6307
  if (this.logger)
6100
6308
  retrier.logger = this.logger;
6101
6309
  const request = yield oci_common_1.composeRequest({
@@ -6133,10 +6341,11 @@ class LogAnalyticsClient {
6133
6341
  /**
6134
6342
  * Lists the parser functions defined for the specified parser.
6135
6343
  *
6344
+ * This operation does not retry by default if the user has not defined a retry configuration.
6136
6345
  * @param ListParserFunctionsRequest
6137
6346
  * @return ListParserFunctionsResponse
6138
6347
  * @throws OciError when an error occurs
6139
- * @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.
6348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
6140
6349
  */
6141
6350
  listParserFunctions(listParserFunctionsRequest) {
6142
6351
  return __awaiter(this, void 0, void 0, function* () {
@@ -6156,7 +6365,8 @@ class LogAnalyticsClient {
6156
6365
  "Content-Type": common.Constants.APPLICATION_JSON,
6157
6366
  "opc-request-id": listParserFunctionsRequest.opcRequestId
6158
6367
  };
6159
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listParserFunctionsRequest.retryConfiguration);
6368
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6369
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listParserFunctionsRequest.retryConfiguration, specRetryConfiguration);
6160
6370
  if (this.logger)
6161
6371
  retrier.logger = this.logger;
6162
6372
  const request = yield oci_common_1.composeRequest({
@@ -6204,10 +6414,11 @@ class LogAnalyticsClient {
6204
6414
  /**
6205
6415
  * Lists the parser meta plugins available for defining parser functions.
6206
6416
  *
6417
+ * This operation does not retry by default if the user has not defined a retry configuration.
6207
6418
  * @param ListParserMetaPluginsRequest
6208
6419
  * @return ListParserMetaPluginsResponse
6209
6420
  * @throws OciError when an error occurs
6210
- * @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.
6421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
6211
6422
  */
6212
6423
  listParserMetaPlugins(listParserMetaPluginsRequest) {
6213
6424
  return __awaiter(this, void 0, void 0, function* () {
@@ -6226,7 +6437,8 @@ class LogAnalyticsClient {
6226
6437
  "Content-Type": common.Constants.APPLICATION_JSON,
6227
6438
  "opc-request-id": listParserMetaPluginsRequest.opcRequestId
6228
6439
  };
6229
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listParserMetaPluginsRequest.retryConfiguration);
6440
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6441
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listParserMetaPluginsRequest.retryConfiguration, specRetryConfiguration);
6230
6442
  if (this.logger)
6231
6443
  retrier.logger = this.logger;
6232
6444
  const request = yield oci_common_1.composeRequest({
@@ -6274,10 +6486,11 @@ class LogAnalyticsClient {
6274
6486
  /**
6275
6487
  * 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.
6276
6488
  *
6489
+ * This operation does not retry by default if the user has not defined a retry configuration.
6277
6490
  * @param ListParsersRequest
6278
6491
  * @return ListParsersResponse
6279
6492
  * @throws OciError when an error occurs
6280
- * @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.
6493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
6281
6494
  */
6282
6495
  listParsers(listParsersRequest) {
6283
6496
  return __awaiter(this, void 0, void 0, function* () {
@@ -6302,7 +6515,8 @@ class LogAnalyticsClient {
6302
6515
  "Content-Type": common.Constants.APPLICATION_JSON,
6303
6516
  "opc-request-id": listParsersRequest.opcRequestId
6304
6517
  };
6305
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listParsersRequest.retryConfiguration);
6518
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6519
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listParsersRequest.retryConfiguration, specRetryConfiguration);
6306
6520
  if (this.logger)
6307
6521
  retrier.logger = this.logger;
6308
6522
  const request = yield oci_common_1.composeRequest({
@@ -6349,10 +6563,11 @@ class LogAnalyticsClient {
6349
6563
  }
6350
6564
  /**
6351
6565
  * List active asynchronous queries.
6566
+ * This operation does not retry by default if the user has not defined a retry configuration.
6352
6567
  * @param ListQueryWorkRequestsRequest
6353
6568
  * @return ListQueryWorkRequestsResponse
6354
6569
  * @throws OciError when an error occurs
6355
- * @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.
6570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
6356
6571
  */
6357
6572
  listQueryWorkRequests(listQueryWorkRequestsRequest) {
6358
6573
  return __awaiter(this, void 0, void 0, function* () {
@@ -6373,7 +6588,8 @@ class LogAnalyticsClient {
6373
6588
  "Content-Type": common.Constants.APPLICATION_JSON,
6374
6589
  "opc-request-id": listQueryWorkRequestsRequest.opcRequestId
6375
6590
  };
6376
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listQueryWorkRequestsRequest.retryConfiguration);
6591
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6592
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listQueryWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
6377
6593
  if (this.logger)
6378
6594
  retrier.logger = this.logger;
6379
6595
  const request = yield oci_common_1.composeRequest({
@@ -6421,10 +6637,11 @@ class LogAnalyticsClient {
6421
6637
  /**
6422
6638
  * This API returns the list of recalled data of a tenancy.
6423
6639
  *
6640
+ * This operation does not retry by default if the user has not defined a retry configuration.
6424
6641
  * @param ListRecalledDataRequest
6425
6642
  * @return ListRecalledDataResponse
6426
6643
  * @throws OciError when an error occurs
6427
- * @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.
6644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
6428
6645
  */
6429
6646
  listRecalledData(listRecalledDataRequest) {
6430
6647
  return __awaiter(this, void 0, void 0, function* () {
@@ -6445,7 +6662,8 @@ class LogAnalyticsClient {
6445
6662
  "Content-Type": common.Constants.APPLICATION_JSON,
6446
6663
  "opc-request-id": listRecalledDataRequest.opcRequestId
6447
6664
  };
6448
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listRecalledDataRequest.retryConfiguration);
6665
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6666
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRecalledDataRequest.retryConfiguration, specRetryConfiguration);
6449
6667
  if (this.logger)
6450
6668
  retrier.logger = this.logger;
6451
6669
  const request = yield oci_common_1.composeRequest({
@@ -6492,10 +6710,11 @@ class LogAnalyticsClient {
6492
6710
  }
6493
6711
  /**
6494
6712
  * Lists scheduled tasks.
6713
+ * This operation does not retry by default if the user has not defined a retry configuration.
6495
6714
  * @param ListScheduledTasksRequest
6496
6715
  * @return ListScheduledTasksResponse
6497
6716
  * @throws OciError when an error occurs
6498
- * @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.
6717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
6499
6718
  */
6500
6719
  listScheduledTasks(listScheduledTasksRequest) {
6501
6720
  return __awaiter(this, void 0, void 0, function* () {
@@ -6519,7 +6738,8 @@ class LogAnalyticsClient {
6519
6738
  "Content-Type": common.Constants.APPLICATION_JSON,
6520
6739
  "opc-request-id": listScheduledTasksRequest.opcRequestId
6521
6740
  };
6522
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listScheduledTasksRequest.retryConfiguration);
6741
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6742
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listScheduledTasksRequest.retryConfiguration, specRetryConfiguration);
6523
6743
  if (this.logger)
6524
6744
  retrier.logger = this.logger;
6525
6745
  const request = yield oci_common_1.composeRequest({
@@ -6567,10 +6787,11 @@ class LogAnalyticsClient {
6567
6787
  /**
6568
6788
  * Returns the list of entity associations in the input compartment for the specified source.
6569
6789
  *
6790
+ * This operation does not retry by default if the user has not defined a retry configuration.
6570
6791
  * @param ListSourceAssociationsRequest
6571
6792
  * @return ListSourceAssociationsResponse
6572
6793
  * @throws OciError when an error occurs
6573
- * @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.
6794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
6574
6795
  */
6575
6796
  listSourceAssociations(listSourceAssociationsRequest) {
6576
6797
  return __awaiter(this, void 0, void 0, function* () {
@@ -6594,7 +6815,8 @@ class LogAnalyticsClient {
6594
6815
  "Content-Type": common.Constants.APPLICATION_JSON,
6595
6816
  "opc-request-id": listSourceAssociationsRequest.opcRequestId
6596
6817
  };
6597
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSourceAssociationsRequest.retryConfiguration);
6818
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6819
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSourceAssociationsRequest.retryConfiguration, specRetryConfiguration);
6598
6820
  if (this.logger)
6599
6821
  retrier.logger = this.logger;
6600
6822
  const request = yield oci_common_1.composeRequest({
@@ -6642,10 +6864,11 @@ class LogAnalyticsClient {
6642
6864
  /**
6643
6865
  * 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.
6644
6866
  *
6867
+ * This operation does not retry by default if the user has not defined a retry configuration.
6645
6868
  * @param ListSourceEventTypesRequest
6646
6869
  * @return ListSourceEventTypesResponse
6647
6870
  * @throws OciError when an error occurs
6648
- * @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.
6871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
6649
6872
  */
6650
6873
  listSourceEventTypes(listSourceEventTypesRequest) {
6651
6874
  return __awaiter(this, void 0, void 0, function* () {
@@ -6668,7 +6891,8 @@ class LogAnalyticsClient {
6668
6891
  "Content-Type": common.Constants.APPLICATION_JSON,
6669
6892
  "opc-request-id": listSourceEventTypesRequest.opcRequestId
6670
6893
  };
6671
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSourceEventTypesRequest.retryConfiguration);
6894
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6895
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSourceEventTypesRequest.retryConfiguration, specRetryConfiguration);
6672
6896
  if (this.logger)
6673
6897
  retrier.logger = this.logger;
6674
6898
  const request = yield oci_common_1.composeRequest({
@@ -6716,10 +6940,11 @@ class LogAnalyticsClient {
6716
6940
  /**
6717
6941
  * Lists the extended field definitions for the source with the specified name.
6718
6942
  *
6943
+ * This operation does not retry by default if the user has not defined a retry configuration.
6719
6944
  * @param ListSourceExtendedFieldDefinitionsRequest
6720
6945
  * @return ListSourceExtendedFieldDefinitionsResponse
6721
6946
  * @throws OciError when an error occurs
6722
- * @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.
6947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
6723
6948
  */
6724
6949
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
6725
6950
  return __awaiter(this, void 0, void 0, function* () {
@@ -6739,7 +6964,8 @@ class LogAnalyticsClient {
6739
6964
  "Content-Type": common.Constants.APPLICATION_JSON,
6740
6965
  "opc-request-id": listSourceExtendedFieldDefinitionsRequest.opcRequestId
6741
6966
  };
6742
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSourceExtendedFieldDefinitionsRequest.retryConfiguration);
6967
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6968
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSourceExtendedFieldDefinitionsRequest.retryConfiguration, specRetryConfiguration);
6743
6969
  if (this.logger)
6744
6970
  retrier.logger = this.logger;
6745
6971
  const request = yield oci_common_1.composeRequest({
@@ -6787,10 +7013,11 @@ class LogAnalyticsClient {
6787
7013
  /**
6788
7014
  * 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.
6789
7015
  *
7016
+ * This operation does not retry by default if the user has not defined a retry configuration.
6790
7017
  * @param ListSourceLabelOperatorsRequest
6791
7018
  * @return ListSourceLabelOperatorsResponse
6792
7019
  * @throws OciError when an error occurs
6793
- * @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.
7020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
6794
7021
  */
6795
7022
  listSourceLabelOperators(listSourceLabelOperatorsRequest) {
6796
7023
  return __awaiter(this, void 0, void 0, function* () {
@@ -6809,7 +7036,8 @@ class LogAnalyticsClient {
6809
7036
  "Content-Type": common.Constants.APPLICATION_JSON,
6810
7037
  "opc-request-id": listSourceLabelOperatorsRequest.opcRequestId
6811
7038
  };
6812
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSourceLabelOperatorsRequest.retryConfiguration);
7039
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7040
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSourceLabelOperatorsRequest.retryConfiguration, specRetryConfiguration);
6813
7041
  if (this.logger)
6814
7042
  retrier.logger = this.logger;
6815
7043
  const request = yield oci_common_1.composeRequest({
@@ -6857,10 +7085,11 @@ class LogAnalyticsClient {
6857
7085
  /**
6858
7086
  * Lists the functions that could be used to enrich log entries based on meaningful information extracted from the log fields.
6859
7087
  *
7088
+ * This operation does not retry by default if the user has not defined a retry configuration.
6860
7089
  * @param ListSourceMetaFunctionsRequest
6861
7090
  * @return ListSourceMetaFunctionsResponse
6862
7091
  * @throws OciError when an error occurs
6863
- * @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.
7092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
6864
7093
  */
6865
7094
  listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
6866
7095
  return __awaiter(this, void 0, void 0, function* () {
@@ -6879,7 +7108,8 @@ class LogAnalyticsClient {
6879
7108
  "Content-Type": common.Constants.APPLICATION_JSON,
6880
7109
  "opc-request-id": listSourceMetaFunctionsRequest.opcRequestId
6881
7110
  };
6882
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSourceMetaFunctionsRequest.retryConfiguration);
7111
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7112
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSourceMetaFunctionsRequest.retryConfiguration, specRetryConfiguration);
6883
7113
  if (this.logger)
6884
7114
  retrier.logger = this.logger;
6885
7115
  const request = yield oci_common_1.composeRequest({
@@ -6927,10 +7157,11 @@ class LogAnalyticsClient {
6927
7157
  /**
6928
7158
  * Lists the source patterns for the source with the specified name.
6929
7159
  *
7160
+ * This operation does not retry by default if the user has not defined a retry configuration.
6930
7161
  * @param ListSourcePatternsRequest
6931
7162
  * @return ListSourcePatternsResponse
6932
7163
  * @throws OciError when an error occurs
6933
- * @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.
7164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
6934
7165
  */
6935
7166
  listSourcePatterns(listSourcePatternsRequest) {
6936
7167
  return __awaiter(this, void 0, void 0, function* () {
@@ -6951,7 +7182,8 @@ class LogAnalyticsClient {
6951
7182
  "Content-Type": common.Constants.APPLICATION_JSON,
6952
7183
  "opc-request-id": listSourcePatternsRequest.opcRequestId
6953
7184
  };
6954
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSourcePatternsRequest.retryConfiguration);
7185
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7186
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSourcePatternsRequest.retryConfiguration, specRetryConfiguration);
6955
7187
  if (this.logger)
6956
7188
  retrier.logger = this.logger;
6957
7189
  const request = yield oci_common_1.composeRequest({
@@ -6999,10 +7231,11 @@ class LogAnalyticsClient {
6999
7231
  /**
7000
7232
  * 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.
7001
7233
  *
7234
+ * This operation does not retry by default if the user has not defined a retry configuration.
7002
7235
  * @param ListSourcesRequest
7003
7236
  * @return ListSourcesResponse
7004
7237
  * @throws OciError when an error occurs
7005
- * @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.
7238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
7006
7239
  */
7007
7240
  listSources(listSourcesRequest) {
7008
7241
  return __awaiter(this, void 0, void 0, function* () {
@@ -7028,7 +7261,8 @@ class LogAnalyticsClient {
7028
7261
  "Content-Type": common.Constants.APPLICATION_JSON,
7029
7262
  "opc-request-id": listSourcesRequest.opcRequestId
7030
7263
  };
7031
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSourcesRequest.retryConfiguration);
7264
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7265
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSourcesRequest.retryConfiguration, specRetryConfiguration);
7032
7266
  if (this.logger)
7033
7267
  retrier.logger = this.logger;
7034
7268
  const request = yield oci_common_1.composeRequest({
@@ -7075,10 +7309,11 @@ class LogAnalyticsClient {
7075
7309
  }
7076
7310
  /**
7077
7311
  * This API returns the list of work request errors if any.
7312
+ * This operation does not retry by default if the user has not defined a retry configuration.
7078
7313
  * @param ListStorageWorkRequestErrorsRequest
7079
7314
  * @return ListStorageWorkRequestErrorsResponse
7080
7315
  * @throws OciError when an error occurs
7081
- * @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.
7316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
7082
7317
  */
7083
7318
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
7084
7319
  return __awaiter(this, void 0, void 0, function* () {
@@ -7099,7 +7334,8 @@ class LogAnalyticsClient {
7099
7334
  "Content-Type": common.Constants.APPLICATION_JSON,
7100
7335
  "opc-request-id": listStorageWorkRequestErrorsRequest.opcRequestId
7101
7336
  };
7102
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listStorageWorkRequestErrorsRequest.retryConfiguration);
7337
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7338
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listStorageWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
7103
7339
  if (this.logger)
7104
7340
  retrier.logger = this.logger;
7105
7341
  const request = yield oci_common_1.composeRequest({
@@ -7147,10 +7383,11 @@ class LogAnalyticsClient {
7147
7383
  /**
7148
7384
  * This API lists storage work requests. Use query parameters to narrow down or sort the result list.
7149
7385
  *
7386
+ * This operation does not retry by default if the user has not defined a retry configuration.
7150
7387
  * @param ListStorageWorkRequestsRequest
7151
7388
  * @return ListStorageWorkRequestsResponse
7152
7389
  * @throws OciError when an error occurs
7153
- * @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.
7390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
7154
7391
  */
7155
7392
  listStorageWorkRequests(listStorageWorkRequestsRequest) {
7156
7393
  return __awaiter(this, void 0, void 0, function* () {
@@ -7176,7 +7413,8 @@ class LogAnalyticsClient {
7176
7413
  "Content-Type": common.Constants.APPLICATION_JSON,
7177
7414
  "opc-request-id": listStorageWorkRequestsRequest.opcRequestId
7178
7415
  };
7179
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listStorageWorkRequestsRequest.retryConfiguration);
7416
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7417
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listStorageWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
7180
7418
  if (this.logger)
7181
7419
  retrier.logger = this.logger;
7182
7420
  const request = yield oci_common_1.composeRequest({
@@ -7223,10 +7461,11 @@ class LogAnalyticsClient {
7223
7461
  }
7224
7462
  /**
7225
7463
  * Gets list of character encodings which are supported by on-demand upload.
7464
+ * This operation does not retry by default if the user has not defined a retry configuration.
7226
7465
  * @param ListSupportedCharEncodingsRequest
7227
7466
  * @return ListSupportedCharEncodingsResponse
7228
7467
  * @throws OciError when an error occurs
7229
- * @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.
7468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
7230
7469
  */
7231
7470
  listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
7232
7471
  return __awaiter(this, void 0, void 0, function* () {
@@ -7243,7 +7482,8 @@ class LogAnalyticsClient {
7243
7482
  "Content-Type": common.Constants.APPLICATION_JSON,
7244
7483
  "opc-request-id": listSupportedCharEncodingsRequest.opcRequestId
7245
7484
  };
7246
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSupportedCharEncodingsRequest.retryConfiguration);
7485
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7486
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSupportedCharEncodingsRequest.retryConfiguration, specRetryConfiguration);
7247
7487
  if (this.logger)
7248
7488
  retrier.logger = this.logger;
7249
7489
  const request = yield oci_common_1.composeRequest({
@@ -7290,10 +7530,11 @@ class LogAnalyticsClient {
7290
7530
  }
7291
7531
  /**
7292
7532
  * Gets list of timezones which are supported by on-demand upload.
7533
+ * This operation does not retry by default if the user has not defined a retry configuration.
7293
7534
  * @param ListSupportedTimezonesRequest
7294
7535
  * @return ListSupportedTimezonesResponse
7295
7536
  * @throws OciError when an error occurs
7296
- * @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.
7537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
7297
7538
  */
7298
7539
  listSupportedTimezones(listSupportedTimezonesRequest) {
7299
7540
  return __awaiter(this, void 0, void 0, function* () {
@@ -7310,7 +7551,8 @@ class LogAnalyticsClient {
7310
7551
  "Content-Type": common.Constants.APPLICATION_JSON,
7311
7552
  "opc-request-id": listSupportedTimezonesRequest.opcRequestId
7312
7553
  };
7313
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSupportedTimezonesRequest.retryConfiguration);
7554
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7555
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSupportedTimezonesRequest.retryConfiguration, specRetryConfiguration);
7314
7556
  if (this.logger)
7315
7557
  retrier.logger = this.logger;
7316
7558
  const request = yield oci_common_1.composeRequest({
@@ -7357,10 +7599,11 @@ class LogAnalyticsClient {
7357
7599
  }
7358
7600
  /**
7359
7601
  * Gets list of files in an upload along with its processing state.
7602
+ * This operation does not retry by default if the user has not defined a retry configuration.
7360
7603
  * @param ListUploadFilesRequest
7361
7604
  * @return ListUploadFilesResponse
7362
7605
  * @throws OciError when an error occurs
7363
- * @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.
7606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
7364
7607
  */
7365
7608
  listUploadFiles(listUploadFilesRequest) {
7366
7609
  return __awaiter(this, void 0, void 0, function* () {
@@ -7382,7 +7625,8 @@ class LogAnalyticsClient {
7382
7625
  "Content-Type": common.Constants.APPLICATION_JSON,
7383
7626
  "opc-request-id": listUploadFilesRequest.opcRequestId
7384
7627
  };
7385
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listUploadFilesRequest.retryConfiguration);
7628
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7629
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listUploadFilesRequest.retryConfiguration, specRetryConfiguration);
7386
7630
  if (this.logger)
7387
7631
  retrier.logger = this.logger;
7388
7632
  const request = yield oci_common_1.composeRequest({
@@ -7424,10 +7668,11 @@ class LogAnalyticsClient {
7424
7668
  }
7425
7669
  /**
7426
7670
  * Gets list of warnings in an upload caused by incorrect configuration.
7671
+ * This operation does not retry by default if the user has not defined a retry configuration.
7427
7672
  * @param ListUploadWarningsRequest
7428
7673
  * @return ListUploadWarningsResponse
7429
7674
  * @throws OciError when an error occurs
7430
- * @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.
7675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
7431
7676
  */
7432
7677
  listUploadWarnings(listUploadWarningsRequest) {
7433
7678
  return __awaiter(this, void 0, void 0, function* () {
@@ -7445,7 +7690,8 @@ class LogAnalyticsClient {
7445
7690
  "Content-Type": common.Constants.APPLICATION_JSON,
7446
7691
  "opc-request-id": listUploadWarningsRequest.opcRequestId
7447
7692
  };
7448
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listUploadWarningsRequest.retryConfiguration);
7693
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7694
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listUploadWarningsRequest.retryConfiguration, specRetryConfiguration);
7449
7695
  if (this.logger)
7450
7696
  retrier.logger = this.logger;
7451
7697
  const request = yield oci_common_1.composeRequest({
@@ -7489,10 +7735,11 @@ class LogAnalyticsClient {
7489
7735
  * Gets a list of all On-demand uploads.
7490
7736
  * To use this and other API operations, you must be authorized in an IAM policy.
7491
7737
  *
7738
+ * This operation does not retry by default if the user has not defined a retry configuration.
7492
7739
  * @param ListUploadsRequest
7493
7740
  * @return ListUploadsResponse
7494
7741
  * @throws OciError when an error occurs
7495
- * @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.
7742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
7496
7743
  */
7497
7744
  listUploads(listUploadsRequest) {
7498
7745
  return __awaiter(this, void 0, void 0, function* () {
@@ -7514,7 +7761,8 @@ class LogAnalyticsClient {
7514
7761
  "Content-Type": common.Constants.APPLICATION_JSON,
7515
7762
  "opc-request-id": listUploadsRequest.opcRequestId
7516
7763
  };
7517
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listUploadsRequest.retryConfiguration);
7764
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7765
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listUploadsRequest.retryConfiguration, specRetryConfiguration);
7518
7766
  if (this.logger)
7519
7767
  retrier.logger = this.logger;
7520
7768
  const request = yield oci_common_1.composeRequest({
@@ -7562,10 +7810,11 @@ class LogAnalyticsClient {
7562
7810
  /**
7563
7811
  * 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.
7564
7812
  *
7813
+ * This operation does not retry by default if the user has not defined a retry configuration.
7565
7814
  * @param ListWarningsRequest
7566
7815
  * @return ListWarningsResponse
7567
7816
  * @throws OciError when an error occurs
7568
- * @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.
7817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
7569
7818
  */
7570
7819
  listWarnings(listWarningsRequest) {
7571
7820
  return __awaiter(this, void 0, void 0, function* () {
@@ -7595,7 +7844,8 @@ class LogAnalyticsClient {
7595
7844
  "Content-Type": common.Constants.APPLICATION_JSON,
7596
7845
  "opc-request-id": listWarningsRequest.opcRequestId
7597
7846
  };
7598
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWarningsRequest.retryConfiguration);
7847
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7848
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWarningsRequest.retryConfiguration, specRetryConfiguration);
7599
7849
  if (this.logger)
7600
7850
  retrier.logger = this.logger;
7601
7851
  const request = yield oci_common_1.composeRequest({
@@ -7643,10 +7893,11 @@ class LogAnalyticsClient {
7643
7893
  /**
7644
7894
  * Return a (paginated) list of errors for a given work request.
7645
7895
  *
7896
+ * This operation does not retry by default if the user has not defined a retry configuration.
7646
7897
  * @param ListWorkRequestErrorsRequest
7647
7898
  * @return ListWorkRequestErrorsResponse
7648
7899
  * @throws OciError when an error occurs
7649
- * @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.
7900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7650
7901
  */
7651
7902
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
7652
7903
  return __awaiter(this, void 0, void 0, function* () {
@@ -7664,7 +7915,8 @@ class LogAnalyticsClient {
7664
7915
  "Content-Type": common.Constants.APPLICATION_JSON,
7665
7916
  "opc-request-id": listWorkRequestErrorsRequest.opcRequestId
7666
7917
  };
7667
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestErrorsRequest.retryConfiguration);
7918
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7919
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
7668
7920
  if (this.logger)
7669
7921
  retrier.logger = this.logger;
7670
7922
  const request = yield oci_common_1.composeRequest({
@@ -7707,10 +7959,11 @@ class LogAnalyticsClient {
7707
7959
  /**
7708
7960
  * Return a (paginated) list of logs for a given work request.
7709
7961
  *
7962
+ * This operation does not retry by default if the user has not defined a retry configuration.
7710
7963
  * @param ListWorkRequestLogsRequest
7711
7964
  * @return ListWorkRequestLogsResponse
7712
7965
  * @throws OciError when an error occurs
7713
- * @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.
7966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
7714
7967
  */
7715
7968
  listWorkRequestLogs(listWorkRequestLogsRequest) {
7716
7969
  return __awaiter(this, void 0, void 0, function* () {
@@ -7728,7 +7981,8 @@ class LogAnalyticsClient {
7728
7981
  "Content-Type": common.Constants.APPLICATION_JSON,
7729
7982
  "opc-request-id": listWorkRequestLogsRequest.opcRequestId
7730
7983
  };
7731
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestLogsRequest.retryConfiguration);
7984
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7985
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
7732
7986
  if (this.logger)
7733
7987
  retrier.logger = this.logger;
7734
7988
  const request = yield oci_common_1.composeRequest({
@@ -7771,10 +8025,11 @@ class LogAnalyticsClient {
7771
8025
  /**
7772
8026
  * Lists the work requests in a compartment.
7773
8027
  *
8028
+ * This operation does not retry by default if the user has not defined a retry configuration.
7774
8029
  * @param ListWorkRequestsRequest
7775
8030
  * @return ListWorkRequestsResponse
7776
8031
  * @throws OciError when an error occurs
7777
- * @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.
8032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
7778
8033
  */
7779
8034
  listWorkRequests(listWorkRequestsRequest) {
7780
8035
  return __awaiter(this, void 0, void 0, function* () {
@@ -7792,7 +8047,8 @@ class LogAnalyticsClient {
7792
8047
  "Content-Type": common.Constants.APPLICATION_JSON,
7793
8048
  "opc-request-id": listWorkRequestsRequest.opcRequestId
7794
8049
  };
7795
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestsRequest.retryConfiguration);
8050
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8051
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
7796
8052
  if (this.logger)
7797
8053
  retrier.logger = this.logger;
7798
8054
  const request = yield oci_common_1.composeRequest({
@@ -7834,10 +8090,11 @@ class LogAnalyticsClient {
7834
8090
  }
7835
8091
  /**
7836
8092
  * Off-boards a tenant from Logging Analytics
8093
+ * This operation does not retry by default if the user has not defined a retry configuration.
7837
8094
  * @param OffboardNamespaceRequest
7838
8095
  * @return OffboardNamespaceResponse
7839
8096
  * @throws OciError when an error occurs
7840
- * @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.
8097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
7841
8098
  */
7842
8099
  offboardNamespace(offboardNamespaceRequest) {
7843
8100
  return __awaiter(this, void 0, void 0, function* () {
@@ -7852,7 +8109,8 @@ class LogAnalyticsClient {
7852
8109
  "opc-request-id": offboardNamespaceRequest.opcRequestId,
7853
8110
  "opc-retry-token": offboardNamespaceRequest.opcRetryToken
7854
8111
  };
7855
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, offboardNamespaceRequest.retryConfiguration);
8112
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8113
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, offboardNamespaceRequest.retryConfiguration, specRetryConfiguration);
7856
8114
  if (this.logger)
7857
8115
  retrier.logger = this.logger;
7858
8116
  const request = yield oci_common_1.composeRequest({
@@ -7891,10 +8149,11 @@ class LogAnalyticsClient {
7891
8149
  /**
7892
8150
  * On-boards a tenant to Logging Analytics.
7893
8151
  *
8152
+ * This operation does not retry by default if the user has not defined a retry configuration.
7894
8153
  * @param OnboardNamespaceRequest
7895
8154
  * @return OnboardNamespaceResponse
7896
8155
  * @throws OciError when an error occurs
7897
- * @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.
8156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
7898
8157
  */
7899
8158
  onboardNamespace(onboardNamespaceRequest) {
7900
8159
  return __awaiter(this, void 0, void 0, function* () {
@@ -7909,7 +8168,8 @@ class LogAnalyticsClient {
7909
8168
  "opc-retry-token": onboardNamespaceRequest.opcRetryToken,
7910
8169
  "opc-request-id": onboardNamespaceRequest.opcRequestId
7911
8170
  };
7912
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, onboardNamespaceRequest.retryConfiguration);
8171
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8172
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, onboardNamespaceRequest.retryConfiguration, specRetryConfiguration);
7913
8173
  if (this.logger)
7914
8174
  retrier.logger = this.logger;
7915
8175
  const request = yield oci_common_1.composeRequest({
@@ -7947,10 +8207,11 @@ class LogAnalyticsClient {
7947
8207
  }
7948
8208
  /**
7949
8209
  * Describe query
8210
+ * This operation does not retry by default if the user has not defined a retry configuration.
7950
8211
  * @param ParseQueryRequest
7951
8212
  * @return ParseQueryResponse
7952
8213
  * @throws OciError when an error occurs
7953
- * @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.
8214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
7954
8215
  */
7955
8216
  parseQuery(parseQueryRequest) {
7956
8217
  return __awaiter(this, void 0, void 0, function* () {
@@ -7964,7 +8225,8 @@ class LogAnalyticsClient {
7964
8225
  "Content-Type": common.Constants.APPLICATION_JSON,
7965
8226
  "opc-request-id": parseQueryRequest.opcRequestId
7966
8227
  };
7967
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, parseQueryRequest.retryConfiguration);
8228
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8229
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, parseQueryRequest.retryConfiguration, specRetryConfiguration);
7968
8230
  if (this.logger)
7969
8231
  retrier.logger = this.logger;
7970
8232
  const request = yield oci_common_1.composeRequest({
@@ -8003,10 +8265,11 @@ class LogAnalyticsClient {
8003
8265
  /**
8004
8266
  * Pause the scheduled task specified by {scheduledTaskId}.
8005
8267
  *
8268
+ * This operation does not retry by default if the user has not defined a retry configuration.
8006
8269
  * @param PauseScheduledTaskRequest
8007
8270
  * @return PauseScheduledTaskResponse
8008
8271
  * @throws OciError when an error occurs
8009
- * @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.
8272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
8010
8273
  */
8011
8274
  pauseScheduledTask(pauseScheduledTaskRequest) {
8012
8275
  return __awaiter(this, void 0, void 0, function* () {
@@ -8022,7 +8285,8 @@ class LogAnalyticsClient {
8022
8285
  "if-match": pauseScheduledTaskRequest.ifMatch,
8023
8286
  "opc-request-id": pauseScheduledTaskRequest.opcRequestId
8024
8287
  };
8025
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, pauseScheduledTaskRequest.retryConfiguration);
8288
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8289
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, pauseScheduledTaskRequest.retryConfiguration, specRetryConfiguration);
8026
8290
  if (this.logger)
8027
8291
  retrier.logger = this.logger;
8028
8292
  const request = yield oci_common_1.composeRequest({
@@ -8066,10 +8330,11 @@ class LogAnalyticsClient {
8066
8330
  * This API submits a work request to purge data. Only data from log groups that the user has permission to delete
8067
8331
  * will be purged. To purge all data, the user must have permission to all log groups.
8068
8332
  *
8333
+ * This operation does not retry by default if the user has not defined a retry configuration.
8069
8334
  * @param PurgeStorageDataRequest
8070
8335
  * @return PurgeStorageDataResponse
8071
8336
  * @throws OciError when an error occurs
8072
- * @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.
8337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
8073
8338
  */
8074
8339
  purgeStorageData(purgeStorageDataRequest) {
8075
8340
  return __awaiter(this, void 0, void 0, function* () {
@@ -8085,7 +8350,8 @@ class LogAnalyticsClient {
8085
8350
  "opc-retry-token": purgeStorageDataRequest.opcRetryToken,
8086
8351
  "if-match": purgeStorageDataRequest.ifMatch
8087
8352
  };
8088
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, purgeStorageDataRequest.retryConfiguration);
8353
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8354
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, purgeStorageDataRequest.retryConfiguration, specRetryConfiguration);
8089
8355
  if (this.logger)
8090
8356
  retrier.logger = this.logger;
8091
8357
  const request = yield oci_common_1.composeRequest({
@@ -8129,10 +8395,11 @@ class LogAnalyticsClient {
8129
8395
  }
8130
8396
  /**
8131
8397
  * 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.
8398
+ * This operation does not retry by default if the user has not defined a retry configuration.
8132
8399
  * @param PutQueryWorkRequestBackgroundRequest
8133
8400
  * @return PutQueryWorkRequestBackgroundResponse
8134
8401
  * @throws OciError when an error occurs
8135
- * @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.
8402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
8136
8403
  */
8137
8404
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
8138
8405
  return __awaiter(this, void 0, void 0, function* () {
@@ -8148,7 +8415,8 @@ class LogAnalyticsClient {
8148
8415
  "opc-request-id": putQueryWorkRequestBackgroundRequest.opcRequestId,
8149
8416
  "if-match": putQueryWorkRequestBackgroundRequest.ifMatch
8150
8417
  };
8151
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, putQueryWorkRequestBackgroundRequest.retryConfiguration);
8418
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8419
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, putQueryWorkRequestBackgroundRequest.retryConfiguration, specRetryConfiguration);
8152
8420
  if (this.logger)
8153
8421
  retrier.logger = this.logger;
8154
8422
  const request = yield oci_common_1.composeRequest({
@@ -8191,10 +8459,11 @@ class LogAnalyticsClient {
8191
8459
  /**
8192
8460
  * 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.
8193
8461
  *
8462
+ * This operation does not retry by default if the user has not defined a retry configuration.
8194
8463
  * @param QueryRequest
8195
8464
  * @return QueryResponse
8196
8465
  * @throws OciError when an error occurs
8197
- * @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.
8466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/Query.ts.html |here} to see how to use Query API.
8198
8467
  */
8199
8468
  query(queryRequest) {
8200
8469
  return __awaiter(this, void 0, void 0, function* () {
@@ -8211,7 +8480,8 @@ class LogAnalyticsClient {
8211
8480
  "Content-Type": common.Constants.APPLICATION_JSON,
8212
8481
  "opc-request-id": queryRequest.opcRequestId
8213
8482
  };
8214
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, queryRequest.retryConfiguration);
8483
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8484
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, queryRequest.retryConfiguration, specRetryConfiguration);
8215
8485
  if (this.logger)
8216
8486
  retrier.logger = this.logger;
8217
8487
  const request = yield oci_common_1.composeRequest({
@@ -8270,10 +8540,11 @@ class LogAnalyticsClient {
8270
8540
  /**
8271
8541
  * This API submits a work request to recall archived data based on time interval and data type.
8272
8542
  *
8543
+ * This operation does not retry by default if the user has not defined a retry configuration.
8273
8544
  * @param RecallArchivedDataRequest
8274
8545
  * @return RecallArchivedDataResponse
8275
8546
  * @throws OciError when an error occurs
8276
- * @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.
8547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
8277
8548
  */
8278
8549
  recallArchivedData(recallArchivedDataRequest) {
8279
8550
  return __awaiter(this, void 0, void 0, function* () {
@@ -8289,7 +8560,8 @@ class LogAnalyticsClient {
8289
8560
  "opc-retry-token": recallArchivedDataRequest.opcRetryToken,
8290
8561
  "if-match": recallArchivedDataRequest.ifMatch
8291
8562
  };
8292
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, recallArchivedDataRequest.retryConfiguration);
8563
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8564
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, recallArchivedDataRequest.retryConfiguration, specRetryConfiguration);
8293
8565
  if (this.logger)
8294
8566
  retrier.logger = this.logger;
8295
8567
  const request = yield oci_common_1.composeRequest({
@@ -8334,10 +8606,11 @@ class LogAnalyticsClient {
8334
8606
  /**
8335
8607
  * 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.
8336
8608
  *
8609
+ * This operation does not retry by default if the user has not defined a retry configuration.
8337
8610
  * @param RegisterLookupRequest
8338
8611
  * @return RegisterLookupResponse
8339
8612
  * @throws OciError when an error occurs
8340
- * @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.
8613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
8341
8614
  */
8342
8615
  registerLookup(registerLookupRequest) {
8343
8616
  return __awaiter(this, void 0, void 0, function* () {
@@ -8358,7 +8631,8 @@ class LogAnalyticsClient {
8358
8631
  "opc-request-id": registerLookupRequest.opcRequestId,
8359
8632
  "expect": registerLookupRequest.expect
8360
8633
  };
8361
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, registerLookupRequest.retryConfiguration);
8634
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8635
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, registerLookupRequest.retryConfiguration, specRetryConfiguration);
8362
8636
  if (this.logger)
8363
8637
  retrier.logger = this.logger;
8364
8638
  const request = yield oci_common_1.composeRequest({
@@ -8403,10 +8677,11 @@ class LogAnalyticsClient {
8403
8677
  /**
8404
8678
  * This API submits a work request to release recalled data based on time interval and data type.
8405
8679
  *
8680
+ * This operation does not retry by default if the user has not defined a retry configuration.
8406
8681
  * @param ReleaseRecalledDataRequest
8407
8682
  * @return ReleaseRecalledDataResponse
8408
8683
  * @throws OciError when an error occurs
8409
- * @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.
8684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
8410
8685
  */
8411
8686
  releaseRecalledData(releaseRecalledDataRequest) {
8412
8687
  return __awaiter(this, void 0, void 0, function* () {
@@ -8422,7 +8697,8 @@ class LogAnalyticsClient {
8422
8697
  "opc-retry-token": releaseRecalledDataRequest.opcRetryToken,
8423
8698
  "if-match": releaseRecalledDataRequest.ifMatch
8424
8699
  };
8425
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, releaseRecalledDataRequest.retryConfiguration);
8700
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8701
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, releaseRecalledDataRequest.retryConfiguration, specRetryConfiguration);
8426
8702
  if (this.logger)
8427
8703
  retrier.logger = this.logger;
8428
8704
  const request = yield oci_common_1.composeRequest({
@@ -8466,10 +8742,11 @@ class LogAnalyticsClient {
8466
8742
  }
8467
8743
  /**
8468
8744
  * Delete association between input source log analytics entity and destination entities.
8745
+ * This operation does not retry by default if the user has not defined a retry configuration.
8469
8746
  * @param RemoveEntityAssociationsRequest
8470
8747
  * @return RemoveEntityAssociationsResponse
8471
8748
  * @throws OciError when an error occurs
8472
- * @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.
8749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
8473
8750
  */
8474
8751
  removeEntityAssociations(removeEntityAssociationsRequest) {
8475
8752
  return __awaiter(this, void 0, void 0, function* () {
@@ -8486,7 +8763,8 @@ class LogAnalyticsClient {
8486
8763
  "opc-request-id": removeEntityAssociationsRequest.opcRequestId,
8487
8764
  "opc-retry-token": removeEntityAssociationsRequest.opcRetryToken
8488
8765
  };
8489
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removeEntityAssociationsRequest.retryConfiguration);
8766
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8767
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeEntityAssociationsRequest.retryConfiguration, specRetryConfiguration);
8490
8768
  if (this.logger)
8491
8769
  retrier.logger = this.logger;
8492
8770
  const request = yield oci_common_1.composeRequest({
@@ -8521,10 +8799,11 @@ class LogAnalyticsClient {
8521
8799
  /**
8522
8800
  * Removes the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
8523
8801
  *
8802
+ * This operation does not retry by default if the user has not defined a retry configuration.
8524
8803
  * @param RemovePreferencesRequest
8525
8804
  * @return RemovePreferencesResponse
8526
8805
  * @throws OciError when an error occurs
8527
- * @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.
8806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
8528
8807
  */
8529
8808
  removePreferences(removePreferencesRequest) {
8530
8809
  return __awaiter(this, void 0, void 0, function* () {
@@ -8539,7 +8818,8 @@ class LogAnalyticsClient {
8539
8818
  "opc-retry-token": removePreferencesRequest.opcRetryToken,
8540
8819
  "opc-request-id": removePreferencesRequest.opcRequestId
8541
8820
  };
8542
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removePreferencesRequest.retryConfiguration);
8821
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8822
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removePreferencesRequest.retryConfiguration, specRetryConfiguration);
8543
8823
  if (this.logger)
8544
8824
  retrier.logger = this.logger;
8545
8825
  const request = yield oci_common_1.composeRequest({
@@ -8574,10 +8854,11 @@ class LogAnalyticsClient {
8574
8854
  /**
8575
8855
  * Remove one or more event types from a source.
8576
8856
  *
8857
+ * This operation does not retry by default if the user has not defined a retry configuration.
8577
8858
  * @param RemoveSourceEventTypesRequest
8578
8859
  * @return RemoveSourceEventTypesResponse
8579
8860
  * @throws OciError when an error occurs
8580
- * @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.
8861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
8581
8862
  */
8582
8863
  removeSourceEventTypes(removeSourceEventTypesRequest) {
8583
8864
  return __awaiter(this, void 0, void 0, function* () {
@@ -8593,7 +8874,8 @@ class LogAnalyticsClient {
8593
8874
  "opc-retry-token": removeSourceEventTypesRequest.opcRetryToken,
8594
8875
  "opc-request-id": removeSourceEventTypesRequest.opcRequestId
8595
8876
  };
8596
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removeSourceEventTypesRequest.retryConfiguration);
8877
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8878
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeSourceEventTypesRequest.retryConfiguration, specRetryConfiguration);
8597
8879
  if (this.logger)
8598
8880
  retrier.logger = this.logger;
8599
8881
  const request = yield oci_common_1.composeRequest({
@@ -8628,10 +8910,11 @@ class LogAnalyticsClient {
8628
8910
  /**
8629
8911
  * Resume the scheduled task specified by {scheduledTaskId}.
8630
8912
  *
8913
+ * This operation does not retry by default if the user has not defined a retry configuration.
8631
8914
  * @param ResumeScheduledTaskRequest
8632
8915
  * @return ResumeScheduledTaskResponse
8633
8916
  * @throws OciError when an error occurs
8634
- * @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.
8917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
8635
8918
  */
8636
8919
  resumeScheduledTask(resumeScheduledTaskRequest) {
8637
8920
  return __awaiter(this, void 0, void 0, function* () {
@@ -8647,7 +8930,8 @@ class LogAnalyticsClient {
8647
8930
  "if-match": resumeScheduledTaskRequest.ifMatch,
8648
8931
  "opc-request-id": resumeScheduledTaskRequest.opcRequestId
8649
8932
  };
8650
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, resumeScheduledTaskRequest.retryConfiguration);
8933
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8934
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, resumeScheduledTaskRequest.retryConfiguration, specRetryConfiguration);
8651
8935
  if (this.logger)
8652
8936
  retrier.logger = this.logger;
8653
8937
  const request = yield oci_common_1.composeRequest({
@@ -8692,10 +8976,11 @@ class LogAnalyticsClient {
8692
8976
  * The ScheduledTask taskType must be ACCELERATION.
8693
8977
  * Optionally specify time range (timeStart and timeEnd). The default is all time.
8694
8978
  *
8979
+ * This operation does not retry by default if the user has not defined a retry configuration.
8695
8980
  * @param RunRequest
8696
8981
  * @return RunResponse
8697
8982
  * @throws OciError when an error occurs
8698
- * @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.
8983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/Run.ts.html |here} to see how to use Run API.
8699
8984
  */
8700
8985
  run(runRequest) {
8701
8986
  return __awaiter(this, void 0, void 0, function* () {
@@ -8714,7 +8999,8 @@ class LogAnalyticsClient {
8714
8999
  "opc-request-id": runRequest.opcRequestId,
8715
9000
  "opc-retry-token": runRequest.opcRetryToken
8716
9001
  };
8717
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, runRequest.retryConfiguration);
9002
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9003
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, runRequest.retryConfiguration, specRetryConfiguration);
8718
9004
  if (this.logger)
8719
9005
  retrier.logger = this.logger;
8720
9006
  const request = yield oci_common_1.composeRequest({
@@ -8750,10 +9036,11 @@ class LogAnalyticsClient {
8750
9036
  * While processing there could be reasons a payload cannot be processed (mismatched structure, corrupted archive format, etc),
8751
9037
  * if configured the payload would be uploaded to the bucket for verification.
8752
9038
  *
9039
+ * This operation does not retry by default if the user has not defined a retry configuration.
8753
9040
  * @param SetUnprocessedDataBucketRequest
8754
9041
  * @return SetUnprocessedDataBucketResponse
8755
9042
  * @throws OciError when an error occurs
8756
- * @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.
9043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
8757
9044
  */
8758
9045
  setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
8759
9046
  return __awaiter(this, void 0, void 0, function* () {
@@ -8770,7 +9057,8 @@ class LogAnalyticsClient {
8770
9057
  "Content-Type": common.Constants.APPLICATION_JSON,
8771
9058
  "opc-request-id": setUnprocessedDataBucketRequest.opcRequestId
8772
9059
  };
8773
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, setUnprocessedDataBucketRequest.retryConfiguration);
9060
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9061
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, setUnprocessedDataBucketRequest.retryConfiguration, specRetryConfiguration);
8774
9062
  if (this.logger)
8775
9063
  retrier.logger = this.logger;
8776
9064
  const request = yield oci_common_1.composeRequest({
@@ -8807,10 +9095,11 @@ class LogAnalyticsClient {
8807
9095
  }
8808
9096
  /**
8809
9097
  * Returns a context specific list of either commands, fields, or values to append to the end of the specified query string if applicable.
9098
+ * This operation does not retry by default if the user has not defined a retry configuration.
8810
9099
  * @param SuggestRequest
8811
9100
  * @return SuggestResponse
8812
9101
  * @throws OciError when an error occurs
8813
- * @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.
9102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
8814
9103
  */
8815
9104
  suggest(suggestRequest) {
8816
9105
  return __awaiter(this, void 0, void 0, function* () {
@@ -8824,7 +9113,8 @@ class LogAnalyticsClient {
8824
9113
  "Content-Type": common.Constants.APPLICATION_JSON,
8825
9114
  "opc-request-id": suggestRequest.opcRequestId
8826
9115
  };
8827
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, suggestRequest.retryConfiguration);
9116
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9117
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, suggestRequest.retryConfiguration, specRetryConfiguration);
8828
9118
  if (this.logger)
8829
9119
  retrier.logger = this.logger;
8830
9120
  const request = yield oci_common_1.composeRequest({
@@ -8863,10 +9153,11 @@ class LogAnalyticsClient {
8863
9153
  /**
8864
9154
  * 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.
8865
9155
  *
9156
+ * This operation does not retry by default if the user has not defined a retry configuration.
8866
9157
  * @param SuppressWarningRequest
8867
9158
  * @return SuppressWarningResponse
8868
9159
  * @throws OciError when an error occurs
8869
- * @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.
9160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
8870
9161
  */
8871
9162
  suppressWarning(suppressWarningRequest) {
8872
9163
  return __awaiter(this, void 0, void 0, function* () {
@@ -8883,7 +9174,8 @@ class LogAnalyticsClient {
8883
9174
  "opc-retry-token": suppressWarningRequest.opcRetryToken,
8884
9175
  "opc-request-id": suppressWarningRequest.opcRequestId
8885
9176
  };
8886
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, suppressWarningRequest.retryConfiguration);
9177
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9178
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, suppressWarningRequest.retryConfiguration, specRetryConfiguration);
8887
9179
  if (this.logger)
8888
9180
  retrier.logger = this.logger;
8889
9181
  const request = yield oci_common_1.composeRequest({
@@ -8918,10 +9210,11 @@ class LogAnalyticsClient {
8918
9210
  /**
8919
9211
  * Tests the parser definition against the specified example content to ensure fields are successfully extracted.
8920
9212
  *
9213
+ * This operation does not retry by default if the user has not defined a retry configuration.
8921
9214
  * @param TestParserRequest
8922
9215
  * @return TestParserResponse
8923
9216
  * @throws OciError when an error occurs
8924
- * @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.
9217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
8925
9218
  */
8926
9219
  testParser(testParserRequest) {
8927
9220
  return __awaiter(this, void 0, void 0, function* () {
@@ -8939,7 +9232,8 @@ class LogAnalyticsClient {
8939
9232
  "opc-retry-token": testParserRequest.opcRetryToken,
8940
9233
  "opc-request-id": testParserRequest.opcRequestId
8941
9234
  };
8942
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, testParserRequest.retryConfiguration);
9235
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9236
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, testParserRequest.retryConfiguration, specRetryConfiguration);
8943
9237
  if (this.logger)
8944
9238
  retrier.logger = this.logger;
8945
9239
  const request = yield oci_common_1.composeRequest({
@@ -8978,10 +9272,11 @@ class LogAnalyticsClient {
8978
9272
  /**
8979
9273
  * 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.
8980
9274
  *
9275
+ * This operation does not retry by default if the user has not defined a retry configuration.
8981
9276
  * @param UnsuppressWarningRequest
8982
9277
  * @return UnsuppressWarningResponse
8983
9278
  * @throws OciError when an error occurs
8984
- * @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.
9279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
8985
9280
  */
8986
9281
  unsuppressWarning(unsuppressWarningRequest) {
8987
9282
  return __awaiter(this, void 0, void 0, function* () {
@@ -8998,7 +9293,8 @@ class LogAnalyticsClient {
8998
9293
  "opc-retry-token": unsuppressWarningRequest.opcRetryToken,
8999
9294
  "opc-request-id": unsuppressWarningRequest.opcRequestId
9000
9295
  };
9001
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, unsuppressWarningRequest.retryConfiguration);
9296
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9297
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, unsuppressWarningRequest.retryConfiguration, specRetryConfiguration);
9002
9298
  if (this.logger)
9003
9299
  retrier.logger = this.logger;
9004
9300
  const request = yield oci_common_1.composeRequest({
@@ -9032,10 +9328,11 @@ class LogAnalyticsClient {
9032
9328
  }
9033
9329
  /**
9034
9330
  * Update log analytics enterprise manager bridge with the given id.
9331
+ * This operation does not retry by default if the user has not defined a retry configuration.
9035
9332
  * @param UpdateLogAnalyticsEmBridgeRequest
9036
9333
  * @return UpdateLogAnalyticsEmBridgeResponse
9037
9334
  * @throws OciError when an error occurs
9038
- * @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.
9335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
9039
9336
  */
9040
9337
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
9041
9338
  return __awaiter(this, void 0, void 0, function* () {
@@ -9051,7 +9348,8 @@ class LogAnalyticsClient {
9051
9348
  "if-match": updateLogAnalyticsEmBridgeRequest.ifMatch,
9052
9349
  "opc-request-id": updateLogAnalyticsEmBridgeRequest.opcRequestId
9053
9350
  };
9054
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLogAnalyticsEmBridgeRequest.retryConfiguration);
9351
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9352
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLogAnalyticsEmBridgeRequest.retryConfiguration, specRetryConfiguration);
9055
9353
  if (this.logger)
9056
9354
  retrier.logger = this.logger;
9057
9355
  const request = yield oci_common_1.composeRequest({
@@ -9094,10 +9392,11 @@ class LogAnalyticsClient {
9094
9392
  }
9095
9393
  /**
9096
9394
  * Update the log analytics entity with the given id.
9395
+ * This operation does not retry by default if the user has not defined a retry configuration.
9097
9396
  * @param UpdateLogAnalyticsEntityRequest
9098
9397
  * @return UpdateLogAnalyticsEntityResponse
9099
9398
  * @throws OciError when an error occurs
9100
- * @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.
9399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
9101
9400
  */
9102
9401
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
9103
9402
  return __awaiter(this, void 0, void 0, function* () {
@@ -9113,7 +9412,8 @@ class LogAnalyticsClient {
9113
9412
  "if-match": updateLogAnalyticsEntityRequest.ifMatch,
9114
9413
  "opc-request-id": updateLogAnalyticsEntityRequest.opcRequestId
9115
9414
  };
9116
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLogAnalyticsEntityRequest.retryConfiguration);
9415
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9416
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLogAnalyticsEntityRequest.retryConfiguration, specRetryConfiguration);
9117
9417
  if (this.logger)
9118
9418
  retrier.logger = this.logger;
9119
9419
  const request = yield oci_common_1.composeRequest({
@@ -9156,10 +9456,11 @@ class LogAnalyticsClient {
9156
9456
  }
9157
9457
  /**
9158
9458
  * Update custom log analytics entity type. Out of box entity types cannot be udpated.
9459
+ * This operation does not retry by default if the user has not defined a retry configuration.
9159
9460
  * @param UpdateLogAnalyticsEntityTypeRequest
9160
9461
  * @return UpdateLogAnalyticsEntityTypeResponse
9161
9462
  * @throws OciError when an error occurs
9162
- * @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.
9463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
9163
9464
  */
9164
9465
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
9165
9466
  return __awaiter(this, void 0, void 0, function* () {
@@ -9175,7 +9476,8 @@ class LogAnalyticsClient {
9175
9476
  "opc-request-id": updateLogAnalyticsEntityTypeRequest.opcRequestId,
9176
9477
  "if-match": updateLogAnalyticsEntityTypeRequest.ifMatch
9177
9478
  };
9178
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLogAnalyticsEntityTypeRequest.retryConfiguration);
9479
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9480
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLogAnalyticsEntityTypeRequest.retryConfiguration, specRetryConfiguration);
9179
9481
  if (this.logger)
9180
9482
  retrier.logger = this.logger;
9181
9483
  const request = yield oci_common_1.composeRequest({
@@ -9210,10 +9512,11 @@ class LogAnalyticsClient {
9210
9512
  /**
9211
9513
  * Updates the specified log group's display name, description, defined tags, and free-form tags.
9212
9514
  *
9515
+ * This operation does not retry by default if the user has not defined a retry configuration.
9213
9516
  * @param UpdateLogAnalyticsLogGroupRequest
9214
9517
  * @return UpdateLogAnalyticsLogGroupResponse
9215
9518
  * @throws OciError when an error occurs
9216
- * @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.
9519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
9217
9520
  */
9218
9521
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
9219
9522
  return __awaiter(this, void 0, void 0, function* () {
@@ -9229,7 +9532,8 @@ class LogAnalyticsClient {
9229
9532
  "if-match": updateLogAnalyticsLogGroupRequest.ifMatch,
9230
9533
  "opc-request-id": updateLogAnalyticsLogGroupRequest.opcRequestId
9231
9534
  };
9232
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLogAnalyticsLogGroupRequest.retryConfiguration);
9535
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9536
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLogAnalyticsLogGroupRequest.retryConfiguration, specRetryConfiguration);
9233
9537
  if (this.logger)
9234
9538
  retrier.logger = this.logger;
9235
9539
  const request = yield oci_common_1.composeRequest({
@@ -9272,10 +9576,11 @@ class LogAnalyticsClient {
9272
9576
  }
9273
9577
  /**
9274
9578
  * Updates configuration of the object collection rule for the given id.
9579
+ * This operation does not retry by default if the user has not defined a retry configuration.
9275
9580
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
9276
9581
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
9277
9582
  * @throws OciError when an error occurs
9278
- * @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.
9583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
9279
9584
  */
9280
9585
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
9281
9586
  return __awaiter(this, void 0, void 0, function* () {
@@ -9291,7 +9596,8 @@ class LogAnalyticsClient {
9291
9596
  "if-match": updateLogAnalyticsObjectCollectionRuleRequest.ifMatch,
9292
9597
  "opc-request-id": updateLogAnalyticsObjectCollectionRuleRequest.opcRequestId
9293
9598
  };
9294
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLogAnalyticsObjectCollectionRuleRequest.retryConfiguration);
9599
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9600
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLogAnalyticsObjectCollectionRuleRequest.retryConfiguration, specRetryConfiguration);
9295
9601
  if (this.logger)
9296
9602
  retrier.logger = this.logger;
9297
9603
  const request = yield oci_common_1.composeRequest({
@@ -9335,10 +9641,11 @@ class LogAnalyticsClient {
9335
9641
  /**
9336
9642
  * Updates the metadata of the specified lookup, such as the lookup description.
9337
9643
  *
9644
+ * This operation does not retry by default if the user has not defined a retry configuration.
9338
9645
  * @param UpdateLookupRequest
9339
9646
  * @return UpdateLookupResponse
9340
9647
  * @throws OciError when an error occurs
9341
- * @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.
9648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
9342
9649
  */
9343
9650
  updateLookup(updateLookupRequest) {
9344
9651
  return __awaiter(this, void 0, void 0, function* () {
@@ -9355,7 +9662,8 @@ class LogAnalyticsClient {
9355
9662
  "opc-request-id": updateLookupRequest.opcRequestId,
9356
9663
  "if-match": updateLookupRequest.ifMatch
9357
9664
  };
9358
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLookupRequest.retryConfiguration);
9665
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9666
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLookupRequest.retryConfiguration, specRetryConfiguration);
9359
9667
  if (this.logger)
9360
9668
  retrier.logger = this.logger;
9361
9669
  const request = yield oci_common_1.composeRequest({
@@ -9399,10 +9707,11 @@ class LogAnalyticsClient {
9399
9707
  /**
9400
9708
  * Updates the lookup content. The csv file containing the content to be updated is passed in as binary data in the request.
9401
9709
  *
9710
+ * This operation does not retry by default if the user has not defined a retry configuration.
9402
9711
  * @param UpdateLookupDataRequest
9403
9712
  * @return UpdateLookupDataResponse
9404
9713
  * @throws OciError when an error occurs
9405
- * @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.
9714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
9406
9715
  */
9407
9716
  updateLookupData(updateLookupDataRequest) {
9408
9717
  return __awaiter(this, void 0, void 0, function* () {
@@ -9422,7 +9731,8 @@ class LogAnalyticsClient {
9422
9731
  "if-match": updateLookupDataRequest.ifMatch,
9423
9732
  "expect": updateLookupDataRequest.expect
9424
9733
  };
9425
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateLookupDataRequest.retryConfiguration);
9734
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9735
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLookupDataRequest.retryConfiguration, specRetryConfiguration);
9426
9736
  if (this.logger)
9427
9737
  retrier.logger = this.logger;
9428
9738
  const request = yield oci_common_1.composeRequest({
@@ -9463,10 +9773,11 @@ class LogAnalyticsClient {
9463
9773
  /**
9464
9774
  * Updates the tenant preferences. Currently, only \"DEFAULT_HOMEPAGE\" is supported.
9465
9775
  *
9776
+ * This operation does not retry by default if the user has not defined a retry configuration.
9466
9777
  * @param UpdatePreferencesRequest
9467
9778
  * @return UpdatePreferencesResponse
9468
9779
  * @throws OciError when an error occurs
9469
- * @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.
9780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
9470
9781
  */
9471
9782
  updatePreferences(updatePreferencesRequest) {
9472
9783
  return __awaiter(this, void 0, void 0, function* () {
@@ -9481,7 +9792,8 @@ class LogAnalyticsClient {
9481
9792
  "opc-retry-token": updatePreferencesRequest.opcRetryToken,
9482
9793
  "opc-request-id": updatePreferencesRequest.opcRequestId
9483
9794
  };
9484
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updatePreferencesRequest.retryConfiguration);
9795
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9796
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePreferencesRequest.retryConfiguration, specRetryConfiguration);
9485
9797
  if (this.logger)
9486
9798
  retrier.logger = this.logger;
9487
9799
  const request = yield oci_common_1.composeRequest({
@@ -9515,10 +9827,11 @@ class LogAnalyticsClient {
9515
9827
  }
9516
9828
  /**
9517
9829
  * Update the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
9830
+ * This operation does not retry by default if the user has not defined a retry configuration.
9518
9831
  * @param UpdateScheduledTaskRequest
9519
9832
  * @return UpdateScheduledTaskResponse
9520
9833
  * @throws OciError when an error occurs
9521
- * @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.
9834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
9522
9835
  */
9523
9836
  updateScheduledTask(updateScheduledTaskRequest) {
9524
9837
  return __awaiter(this, void 0, void 0, function* () {
@@ -9534,7 +9847,8 @@ class LogAnalyticsClient {
9534
9847
  "opc-request-id": updateScheduledTaskRequest.opcRequestId,
9535
9848
  "if-match": updateScheduledTaskRequest.ifMatch
9536
9849
  };
9537
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateScheduledTaskRequest.retryConfiguration);
9850
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9851
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateScheduledTaskRequest.retryConfiguration, specRetryConfiguration);
9538
9852
  if (this.logger)
9539
9853
  retrier.logger = this.logger;
9540
9854
  const request = yield oci_common_1.composeRequest({
@@ -9578,10 +9892,11 @@ class LogAnalyticsClient {
9578
9892
  /**
9579
9893
  * This API updates the archiving configuration
9580
9894
  *
9895
+ * This operation does not retry by default if the user has not defined a retry configuration.
9581
9896
  * @param UpdateStorageRequest
9582
9897
  * @return UpdateStorageResponse
9583
9898
  * @throws OciError when an error occurs
9584
- * @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.
9899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
9585
9900
  */
9586
9901
  updateStorage(updateStorageRequest) {
9587
9902
  return __awaiter(this, void 0, void 0, function* () {
@@ -9596,7 +9911,8 @@ class LogAnalyticsClient {
9596
9911
  "opc-request-id": updateStorageRequest.opcRequestId,
9597
9912
  "if-match": updateStorageRequest.ifMatch
9598
9913
  };
9599
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateStorageRequest.retryConfiguration);
9914
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9915
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateStorageRequest.retryConfiguration, specRetryConfiguration);
9600
9916
  if (this.logger)
9601
9917
  retrier.logger = this.logger;
9602
9918
  const request = yield oci_common_1.composeRequest({
@@ -9640,10 +9956,11 @@ class LogAnalyticsClient {
9640
9956
  /**
9641
9957
  * Accepts log events for processing by Logging Analytics.
9642
9958
  *
9959
+ * This operation does not retry by default if the user has not defined a retry configuration.
9643
9960
  * @param UploadLogEventsFileRequest
9644
9961
  * @return UploadLogEventsFileResponse
9645
9962
  * @throws OciError when an error occurs
9646
- * @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.
9963
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
9647
9964
  */
9648
9965
  uploadLogEventsFile(uploadLogEventsFileRequest) {
9649
9966
  return __awaiter(this, void 0, void 0, function* () {
@@ -9663,7 +9980,8 @@ class LogAnalyticsClient {
9663
9980
  "opc-retry-token": uploadLogEventsFileRequest.opcRetryToken,
9664
9981
  "expect": uploadLogEventsFileRequest.expect
9665
9982
  };
9666
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, uploadLogEventsFileRequest.retryConfiguration);
9983
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
9984
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, uploadLogEventsFileRequest.retryConfiguration, specRetryConfiguration);
9667
9985
  if (this.logger)
9668
9986
  retrier.logger = this.logger;
9669
9987
  const request = yield oci_common_1.composeRequest({
@@ -9709,10 +10027,11 @@ class LogAnalyticsClient {
9709
10027
  /**
9710
10028
  * Accepts log data for processing by Logging Analytics.
9711
10029
  *
10030
+ * This operation does not retry by default if the user has not defined a retry configuration.
9712
10031
  * @param UploadLogFileRequest
9713
10032
  * @return UploadLogFileResponse
9714
10033
  * @throws OciError when an error occurs
9715
- * @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.
10034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
9716
10035
  */
9717
10036
  uploadLogFile(uploadLogFileRequest) {
9718
10037
  return __awaiter(this, void 0, void 0, function* () {
@@ -9741,7 +10060,8 @@ class LogAnalyticsClient {
9741
10060
  "opc-retry-token": uploadLogFileRequest.opcRetryToken,
9742
10061
  "expect": uploadLogFileRequest.expect
9743
10062
  };
9744
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, uploadLogFileRequest.retryConfiguration);
10063
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10064
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, uploadLogFileRequest.retryConfiguration, specRetryConfiguration);
9745
10065
  if (this.logger)
9746
10066
  retrier.logger = this.logger;
9747
10067
  const request = yield oci_common_1.composeRequest({
@@ -9791,10 +10111,11 @@ class LogAnalyticsClient {
9791
10111
  /**
9792
10112
  * Creates or updates associations between sources and entities. All entities should belong to the specified input compartment.
9793
10113
  *
10114
+ * This operation does not retry by default if the user has not defined a retry configuration.
9794
10115
  * @param UpsertAssociationsRequest
9795
10116
  * @return UpsertAssociationsResponse
9796
10117
  * @throws OciError when an error occurs
9797
- * @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.
10118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
9798
10119
  */
9799
10120
  upsertAssociations(upsertAssociationsRequest) {
9800
10121
  return __awaiter(this, void 0, void 0, function* () {
@@ -9811,7 +10132,8 @@ class LogAnalyticsClient {
9811
10132
  "opc-retry-token": upsertAssociationsRequest.opcRetryToken,
9812
10133
  "opc-request-id": upsertAssociationsRequest.opcRequestId
9813
10134
  };
9814
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, upsertAssociationsRequest.retryConfiguration);
10135
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10136
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, upsertAssociationsRequest.retryConfiguration, specRetryConfiguration);
9815
10137
  if (this.logger)
9816
10138
  retrier.logger = this.logger;
9817
10139
  const request = yield oci_common_1.composeRequest({
@@ -9851,10 +10173,11 @@ class LogAnalyticsClient {
9851
10173
  /**
9852
10174
  * 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.
9853
10175
  *
10176
+ * This operation does not retry by default if the user has not defined a retry configuration.
9854
10177
  * @param UpsertFieldRequest
9855
10178
  * @return UpsertFieldResponse
9856
10179
  * @throws OciError when an error occurs
9857
- * @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.
10180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
9858
10181
  */
9859
10182
  upsertField(upsertFieldRequest) {
9860
10183
  return __awaiter(this, void 0, void 0, function* () {
@@ -9870,7 +10193,8 @@ class LogAnalyticsClient {
9870
10193
  "opc-request-id": upsertFieldRequest.opcRequestId,
9871
10194
  "if-match": upsertFieldRequest.ifMatch
9872
10195
  };
9873
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, upsertFieldRequest.retryConfiguration);
10196
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10197
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, upsertFieldRequest.retryConfiguration, specRetryConfiguration);
9874
10198
  if (this.logger)
9875
10199
  retrier.logger = this.logger;
9876
10200
  const request = yield oci_common_1.composeRequest({
@@ -9914,10 +10238,11 @@ class LogAnalyticsClient {
9914
10238
  /**
9915
10239
  * 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.
9916
10240
  *
10241
+ * This operation does not retry by default if the user has not defined a retry configuration.
9917
10242
  * @param UpsertLabelRequest
9918
10243
  * @return UpsertLabelResponse
9919
10244
  * @throws OciError when an error occurs
9920
- * @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.
10245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
9921
10246
  */
9922
10247
  upsertLabel(upsertLabelRequest) {
9923
10248
  return __awaiter(this, void 0, void 0, function* () {
@@ -9933,7 +10258,8 @@ class LogAnalyticsClient {
9933
10258
  "opc-request-id": upsertLabelRequest.opcRequestId,
9934
10259
  "if-match": upsertLabelRequest.ifMatch
9935
10260
  };
9936
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, upsertLabelRequest.retryConfiguration);
10261
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10262
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, upsertLabelRequest.retryConfiguration, specRetryConfiguration);
9937
10263
  if (this.logger)
9938
10264
  retrier.logger = this.logger;
9939
10265
  const request = yield oci_common_1.composeRequest({
@@ -9977,10 +10303,11 @@ class LogAnalyticsClient {
9977
10303
  /**
9978
10304
  * Creates or updates a parser, which defines how fields are extracted from a log entry.
9979
10305
  *
10306
+ * This operation does not retry by default if the user has not defined a retry configuration.
9980
10307
  * @param UpsertParserRequest
9981
10308
  * @return UpsertParserResponse
9982
10309
  * @throws OciError when an error occurs
9983
- * @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.
10310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
9984
10311
  */
9985
10312
  upsertParser(upsertParserRequest) {
9986
10313
  return __awaiter(this, void 0, void 0, function* () {
@@ -9996,7 +10323,8 @@ class LogAnalyticsClient {
9996
10323
  "opc-request-id": upsertParserRequest.opcRequestId,
9997
10324
  "if-match": upsertParserRequest.ifMatch
9998
10325
  };
9999
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, upsertParserRequest.retryConfiguration);
10326
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10327
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, upsertParserRequest.retryConfiguration, specRetryConfiguration);
10000
10328
  if (this.logger)
10001
10329
  retrier.logger = this.logger;
10002
10330
  const request = yield oci_common_1.composeRequest({
@@ -10040,10 +10368,11 @@ class LogAnalyticsClient {
10040
10368
  /**
10041
10369
  * Creates or updates a log source. You may also specify parsers, labels, extended fields etc., for the source.
10042
10370
  *
10371
+ * This operation does not retry by default if the user has not defined a retry configuration.
10043
10372
  * @param UpsertSourceRequest
10044
10373
  * @return UpsertSourceResponse
10045
10374
  * @throws OciError when an error occurs
10046
- * @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.
10375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
10047
10376
  */
10048
10377
  upsertSource(upsertSourceRequest) {
10049
10378
  return __awaiter(this, void 0, void 0, function* () {
@@ -10063,7 +10392,8 @@ class LogAnalyticsClient {
10063
10392
  "opc-request-id": upsertSourceRequest.opcRequestId,
10064
10393
  "if-match": upsertSourceRequest.ifMatch
10065
10394
  };
10066
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, upsertSourceRequest.retryConfiguration);
10395
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10396
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, upsertSourceRequest.retryConfiguration, specRetryConfiguration);
10067
10397
  if (this.logger)
10068
10398
  retrier.logger = this.logger;
10069
10399
  const request = yield oci_common_1.composeRequest({
@@ -10107,10 +10437,11 @@ class LogAnalyticsClient {
10107
10437
  /**
10108
10438
  * 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.
10109
10439
  *
10440
+ * This operation does not retry by default if the user has not defined a retry configuration.
10110
10441
  * @param ValidateAssociationParametersRequest
10111
10442
  * @return ValidateAssociationParametersResponse
10112
10443
  * @throws OciError when an error occurs
10113
- * @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.
10444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
10114
10445
  */
10115
10446
  validateAssociationParameters(validateAssociationParametersRequest) {
10116
10447
  return __awaiter(this, void 0, void 0, function* () {
@@ -10130,7 +10461,8 @@ class LogAnalyticsClient {
10130
10461
  "opc-retry-token": validateAssociationParametersRequest.opcRetryToken,
10131
10462
  "opc-request-id": validateAssociationParametersRequest.opcRequestId
10132
10463
  };
10133
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, validateAssociationParametersRequest.retryConfiguration);
10464
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10465
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateAssociationParametersRequest.retryConfiguration, specRetryConfiguration);
10134
10466
  if (this.logger)
10135
10467
  retrier.logger = this.logger;
10136
10468
  const request = yield oci_common_1.composeRequest({
@@ -10173,10 +10505,11 @@ class LogAnalyticsClient {
10173
10505
  }
10174
10506
  /**
10175
10507
  * Validates a log file to check whether it is eligible to be uploaded or not.
10508
+ * This operation does not retry by default if the user has not defined a retry configuration.
10176
10509
  * @param ValidateFileRequest
10177
10510
  * @return ValidateFileResponse
10178
10511
  * @throws OciError when an error occurs
10179
- * @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.
10512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
10180
10513
  */
10181
10514
  validateFile(validateFileRequest) {
10182
10515
  return __awaiter(this, void 0, void 0, function* () {
@@ -10193,7 +10526,8 @@ class LogAnalyticsClient {
10193
10526
  "Content-Type": common.Constants.APPLICATION_JSON,
10194
10527
  "opc-request-id": validateFileRequest.opcRequestId
10195
10528
  };
10196
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, validateFileRequest.retryConfiguration);
10529
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10530
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateFileRequest.retryConfiguration, specRetryConfiguration);
10197
10531
  if (this.logger)
10198
10532
  retrier.logger = this.logger;
10199
10533
  const request = yield oci_common_1.composeRequest({
@@ -10231,10 +10565,11 @@ class LogAnalyticsClient {
10231
10565
  /**
10232
10566
  * Checks if the specified input is a valid log source definition.
10233
10567
  *
10568
+ * This operation does not retry by default if the user has not defined a retry configuration.
10234
10569
  * @param ValidateSourceRequest
10235
10570
  * @return ValidateSourceResponse
10236
10571
  * @throws OciError when an error occurs
10237
- * @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.
10572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
10238
10573
  */
10239
10574
  validateSource(validateSourceRequest) {
10240
10575
  return __awaiter(this, void 0, void 0, function* () {
@@ -10253,7 +10588,8 @@ class LogAnalyticsClient {
10253
10588
  "opc-retry-token": validateSourceRequest.opcRetryToken,
10254
10589
  "opc-request-id": validateSourceRequest.opcRequestId
10255
10590
  };
10256
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, validateSourceRequest.retryConfiguration);
10591
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10592
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateSourceRequest.retryConfiguration, specRetryConfiguration);
10257
10593
  if (this.logger)
10258
10594
  retrier.logger = this.logger;
10259
10595
  const request = yield oci_common_1.composeRequest({
@@ -10292,10 +10628,11 @@ class LogAnalyticsClient {
10292
10628
  /**
10293
10629
  * Checks if the specified input contains valid extended field definitions against the provided example content.
10294
10630
  *
10631
+ * This operation does not retry by default if the user has not defined a retry configuration.
10295
10632
  * @param ValidateSourceExtendedFieldDetailsRequest
10296
10633
  * @return ValidateSourceExtendedFieldDetailsResponse
10297
10634
  * @throws OciError when an error occurs
10298
- * @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.
10635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
10299
10636
  */
10300
10637
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
10301
10638
  return __awaiter(this, void 0, void 0, function* () {
@@ -10310,7 +10647,8 @@ class LogAnalyticsClient {
10310
10647
  "opc-retry-token": validateSourceExtendedFieldDetailsRequest.opcRetryToken,
10311
10648
  "opc-request-id": validateSourceExtendedFieldDetailsRequest.opcRequestId
10312
10649
  };
10313
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, validateSourceExtendedFieldDetailsRequest.retryConfiguration);
10650
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10651
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateSourceExtendedFieldDetailsRequest.retryConfiguration, specRetryConfiguration);
10314
10652
  if (this.logger)
10315
10653
  retrier.logger = this.logger;
10316
10654
  const request = yield oci_common_1.composeRequest({
@@ -10348,10 +10686,11 @@ class LogAnalyticsClient {
10348
10686
  }
10349
10687
  /**
10350
10688
  * Validates the source mapping for a given file and provides match status and the parsed representation of log data.
10689
+ * This operation does not retry by default if the user has not defined a retry configuration.
10351
10690
  * @param ValidateSourceMappingRequest
10352
10691
  * @return ValidateSourceMappingResponse
10353
10692
  * @throws OciError when an error occurs
10354
- * @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.
10693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
10355
10694
  */
10356
10695
  validateSourceMapping(validateSourceMappingRequest) {
10357
10696
  return __awaiter(this, void 0, void 0, function* () {
@@ -10369,7 +10708,8 @@ class LogAnalyticsClient {
10369
10708
  "Content-Type": common.Constants.APPLICATION_JSON,
10370
10709
  "opc-request-id": validateSourceMappingRequest.opcRequestId
10371
10710
  };
10372
- const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, validateSourceMappingRequest.retryConfiguration);
10711
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
10712
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateSourceMappingRequest.retryConfiguration, specRetryConfiguration);
10373
10713
  if (this.logger)
10374
10714
  retrier.logger = this.logger;
10375
10715
  const request = yield oci_common_1.composeRequest({