oci-loganalytics 2.46.0 → 2.48.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 (226) hide show
  1. package/lib/client.d.ts +201 -182
  2. package/lib/client.js +308 -182
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/assign-encryption-key-details.d.ts +32 -0
  5. package/lib/model/assign-encryption-key-details.js +30 -0
  6. package/lib/model/assign-encryption-key-details.js.map +1 -0
  7. package/lib/model/encryption-key-info-collection.d.ts +28 -0
  8. package/lib/model/encryption-key-info-collection.js +62 -0
  9. package/lib/model/encryption-key-info-collection.js.map +1 -0
  10. package/lib/model/encryption-key-info-summary.d.ts +35 -0
  11. package/lib/model/encryption-key-info-summary.js +30 -0
  12. package/lib/model/encryption-key-info-summary.js.map +1 -0
  13. package/lib/model/encryption-key-source.d.ts +30 -0
  14. package/lib/model/encryption-key-source.js +41 -0
  15. package/lib/model/encryption-key-source.js.map +1 -0
  16. package/lib/model/encryption-key-type.d.ts +31 -0
  17. package/lib/model/encryption-key-type.js +42 -0
  18. package/lib/model/encryption-key-type.js.map +1 -0
  19. package/lib/model/index.d.ts +10 -0
  20. package/lib/model/index.js +18 -8
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/storage-operation-type.d.ts +2 -0
  23. package/lib/model/storage-operation-type.js +2 -0
  24. package/lib/model/storage-operation-type.js.map +1 -1
  25. package/lib/model/storage-work-request-summary.d.ts +12 -3
  26. package/lib/model/storage-work-request-summary.js.map +1 -1
  27. package/lib/model/storage-work-request.d.ts +12 -3
  28. package/lib/model/storage-work-request.js.map +1 -1
  29. package/lib/request/add-entity-association-request.d.ts +1 -1
  30. package/lib/request/add-source-event-types-request.d.ts +1 -1
  31. package/lib/request/append-lookup-data-request.d.ts +1 -1
  32. package/lib/request/assign-encryption-key-request.d.ts +50 -0
  33. package/lib/request/assign-encryption-key-request.js +15 -0
  34. package/lib/request/assign-encryption-key-request.js.map +1 -0
  35. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  36. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  37. package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
  38. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  39. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  40. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  41. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  42. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  43. package/lib/request/clean-request.d.ts +1 -1
  44. package/lib/request/compare-content-request.d.ts +1 -1
  45. package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
  46. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  47. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  48. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  49. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  50. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  51. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  52. package/lib/request/delete-associations-request.d.ts +1 -1
  53. package/lib/request/delete-field-request.d.ts +1 -1
  54. package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
  55. package/lib/request/delete-label-request.d.ts +1 -1
  56. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  57. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  58. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  59. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  60. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  61. package/lib/request/delete-lookup-request.d.ts +1 -1
  62. package/lib/request/delete-parser-request.d.ts +1 -1
  63. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  64. package/lib/request/delete-source-request.d.ts +1 -1
  65. package/lib/request/delete-upload-file-request.d.ts +1 -1
  66. package/lib/request/delete-upload-request.d.ts +1 -1
  67. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  68. package/lib/request/disable-archiving-request.d.ts +1 -1
  69. package/lib/request/disable-auto-association-request.d.ts +1 -1
  70. package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
  71. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  72. package/lib/request/enable-archiving-request.d.ts +1 -1
  73. package/lib/request/enable-auto-association-request.d.ts +1 -1
  74. package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
  75. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  76. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  77. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  78. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  79. package/lib/request/export-custom-content-request.d.ts +1 -1
  80. package/lib/request/export-query-result-request.d.ts +1 -1
  81. package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
  82. package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
  83. package/lib/request/filter-request.d.ts +1 -1
  84. package/lib/request/get-association-summary-request.d.ts +1 -1
  85. package/lib/request/get-category-request.d.ts +1 -1
  86. package/lib/request/get-column-names-request.d.ts +1 -1
  87. package/lib/request/get-config-work-request-request.d.ts +1 -1
  88. package/lib/request/get-field-request.d.ts +1 -1
  89. package/lib/request/get-fields-summary-request.d.ts +1 -1
  90. package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
  91. package/lib/request/get-label-request.d.ts +1 -1
  92. package/lib/request/get-label-summary-request.d.ts +1 -1
  93. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  94. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  95. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  96. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  97. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  98. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  99. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  100. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  101. package/lib/request/get-log-sets-count-request.d.ts +1 -1
  102. package/lib/request/get-lookup-request.d.ts +1 -1
  103. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  104. package/lib/request/get-namespace-request.d.ts +1 -1
  105. package/lib/request/get-parser-request.d.ts +1 -1
  106. package/lib/request/get-parser-summary-request.d.ts +1 -1
  107. package/lib/request/get-preferences-request.d.ts +1 -1
  108. package/lib/request/get-query-result-request.d.ts +1 -1
  109. package/lib/request/get-query-work-request-request.d.ts +1 -1
  110. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  111. package/lib/request/get-source-request.d.ts +1 -1
  112. package/lib/request/get-source-summary-request.d.ts +1 -1
  113. package/lib/request/get-storage-request.d.ts +1 -1
  114. package/lib/request/get-storage-usage-request.d.ts +1 -1
  115. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  116. package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
  117. package/lib/request/get-upload-request.d.ts +1 -1
  118. package/lib/request/get-work-request-request.d.ts +1 -1
  119. package/lib/request/import-custom-content-request.d.ts +1 -1
  120. package/lib/request/index.d.ts +4 -0
  121. package/lib/request/index.js.map +1 -1
  122. package/lib/request/list-associable-entities-request.d.ts +1 -1
  123. package/lib/request/list-associated-entities-request.d.ts +1 -1
  124. package/lib/request/list-auto-associations-request.d.ts +1 -1
  125. package/lib/request/list-categories-request.d.ts +1 -1
  126. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  127. package/lib/request/list-encryption-key-info-request.d.ts +27 -0
  128. package/lib/request/list-encryption-key-info-request.js +15 -0
  129. package/lib/request/list-encryption-key-info-request.js.map +1 -0
  130. package/lib/request/list-entity-associations-request.d.ts +1 -1
  131. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  132. package/lib/request/list-fields-request.d.ts +1 -1
  133. package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
  134. package/lib/request/list-label-priorities-request.d.ts +1 -1
  135. package/lib/request/list-label-source-details-request.d.ts +1 -1
  136. package/lib/request/list-labels-request.d.ts +1 -1
  137. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  138. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  139. package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
  140. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  141. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  142. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  143. package/lib/request/list-log-sets-request.d.ts +1 -1
  144. package/lib/request/list-lookups-request.d.ts +1 -1
  145. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  146. package/lib/request/list-namespaces-request.d.ts +1 -1
  147. package/lib/request/list-parser-functions-request.d.ts +1 -1
  148. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  149. package/lib/request/list-parsers-request.d.ts +1 -1
  150. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  151. package/lib/request/list-recalled-data-request.d.ts +1 -1
  152. package/lib/request/list-resource-categories-request.d.ts +1 -1
  153. package/lib/request/list-rules-request.d.ts +1 -1
  154. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  155. package/lib/request/list-source-associations-request.d.ts +1 -1
  156. package/lib/request/list-source-event-types-request.d.ts +1 -1
  157. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  158. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  159. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  160. package/lib/request/list-source-patterns-request.d.ts +1 -1
  161. package/lib/request/list-sources-request.d.ts +1 -1
  162. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  163. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  164. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  165. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  166. package/lib/request/list-upload-files-request.d.ts +1 -1
  167. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  168. package/lib/request/list-uploads-request.d.ts +1 -1
  169. package/lib/request/list-warnings-request.d.ts +1 -1
  170. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  171. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  172. package/lib/request/list-work-requests-request.d.ts +1 -1
  173. package/lib/request/offboard-namespace-request.d.ts +1 -1
  174. package/lib/request/onboard-namespace-request.d.ts +1 -1
  175. package/lib/request/parse-query-request.d.ts +1 -1
  176. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  177. package/lib/request/purge-storage-data-request.d.ts +1 -1
  178. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  179. package/lib/request/query-request.d.ts +1 -1
  180. package/lib/request/recall-archived-data-request.d.ts +1 -1
  181. package/lib/request/register-lookup-request.d.ts +1 -1
  182. package/lib/request/release-recalled-data-request.d.ts +1 -1
  183. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  184. package/lib/request/remove-preferences-request.d.ts +1 -1
  185. package/lib/request/remove-resource-categories-request.d.ts +1 -1
  186. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  187. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  188. package/lib/request/run-request.d.ts +1 -1
  189. package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
  190. package/lib/request/suggest-request.d.ts +1 -1
  191. package/lib/request/suppress-warning-request.d.ts +1 -1
  192. package/lib/request/test-parser-request.d.ts +1 -1
  193. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  194. package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
  195. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  196. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  197. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  198. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  199. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  200. package/lib/request/update-lookup-data-request.d.ts +1 -1
  201. package/lib/request/update-lookup-request.d.ts +1 -1
  202. package/lib/request/update-preferences-request.d.ts +1 -1
  203. package/lib/request/update-resource-categories-request.d.ts +1 -1
  204. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  205. package/lib/request/update-storage-request.d.ts +1 -1
  206. package/lib/request/upload-log-events-file-request.d.ts +1 -1
  207. package/lib/request/upload-log-file-request.d.ts +1 -1
  208. package/lib/request/upsert-associations-request.d.ts +1 -1
  209. package/lib/request/upsert-field-request.d.ts +1 -1
  210. package/lib/request/upsert-label-request.d.ts +1 -1
  211. package/lib/request/upsert-parser-request.d.ts +1 -1
  212. package/lib/request/upsert-source-request.d.ts +1 -1
  213. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  214. package/lib/request/validate-file-request.d.ts +1 -1
  215. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  216. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  217. package/lib/request/validate-source-request.d.ts +1 -1
  218. package/lib/request/verify-request.d.ts +1 -1
  219. package/lib/response/assign-encryption-key-response.d.ts +29 -0
  220. package/lib/response/assign-encryption-key-response.js +15 -0
  221. package/lib/response/assign-encryption-key-response.js.map +1 -0
  222. package/lib/response/index.d.ts +4 -0
  223. package/lib/response/list-encryption-key-info-response.d.ts +24 -0
  224. package/lib/response/list-encryption-key-info-response.js +15 -0
  225. package/lib/response/list-encryption-key-info-response.js.map +1 -0
  226. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -157,7 +157,7 @@ class LogAnalyticsClient {
157
157
  * @param AddEntityAssociationRequest
158
158
  * @return AddEntityAssociationResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
161
161
  */
162
162
  addEntityAssociation(addEntityAssociationRequest) {
163
163
  return __awaiter(this, void 0, void 0, function* () {
@@ -216,7 +216,7 @@ class LogAnalyticsClient {
216
216
  * @param AddSourceEventTypesRequest
217
217
  * @return AddSourceEventTypesResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
220
220
  */
221
221
  addSourceEventTypes(addSourceEventTypesRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -274,7 +274,7 @@ class LogAnalyticsClient {
274
274
  * @param AppendLookupDataRequest
275
275
  * @return AppendLookupDataResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
278
278
  */
279
279
  appendLookupData(appendLookupDataRequest) {
280
280
  return __awaiter(this, void 0, void 0, function* () {
@@ -335,6 +335,74 @@ class LogAnalyticsClient {
335
335
  }
336
336
  });
337
337
  }
338
+ /**
339
+ * This API submits a work request to assign customer encryption key.
340
+ *
341
+ * This operation does not retry by default if the user has not defined a retry configuration.
342
+ * @param AssignEncryptionKeyRequest
343
+ * @return AssignEncryptionKeyResponse
344
+ * @throws OciError when an error occurs
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
346
+ */
347
+ assignEncryptionKey(assignEncryptionKeyRequest) {
348
+ return __awaiter(this, void 0, void 0, function* () {
349
+ if (this.logger)
350
+ this.logger.debug("Calling operation LogAnalyticsClient#assignEncryptionKey.");
351
+ const operationName = "assignEncryptionKey";
352
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/AssignEncryptionKey";
353
+ const pathParams = {
354
+ "{namespaceName}": assignEncryptionKeyRequest.namespaceName
355
+ };
356
+ const queryParams = {};
357
+ let headerParams = {
358
+ "Content-Type": common.Constants.APPLICATION_JSON,
359
+ "opc-request-id": assignEncryptionKeyRequest.opcRequestId,
360
+ "opc-retry-token": assignEncryptionKeyRequest.opcRetryToken,
361
+ "if-match": assignEncryptionKeyRequest.ifMatch
362
+ };
363
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
364
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, assignEncryptionKeyRequest.retryConfiguration, specRetryConfiguration);
365
+ if (this.logger)
366
+ retrier.logger = this.logger;
367
+ const request = yield oci_common_1.composeRequest({
368
+ baseEndpoint: this._endpoint,
369
+ defaultHeaders: this._defaultHeaders,
370
+ path: "/namespaces/{namespaceName}/storage/actions/assignEncryptionKey",
371
+ method: "POST",
372
+ bodyContent: common.ObjectSerializer.serialize(assignEncryptionKeyRequest.assignEncryptionKeyDetails, "AssignEncryptionKeyDetails", model.AssignEncryptionKeyDetails.getJsonObj),
373
+ pathParams: pathParams,
374
+ headerParams: headerParams,
375
+ queryParams: queryParams
376
+ });
377
+ try {
378
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
379
+ const sdkResponse = oci_common_1.composeResponse({
380
+ responseObject: {},
381
+ responseHeaders: [
382
+ {
383
+ value: response.headers.get("opc-request-id"),
384
+ key: "opcRequestId",
385
+ dataType: "string"
386
+ },
387
+ {
388
+ value: response.headers.get("opc-work-request-id"),
389
+ key: "opcWorkRequestId",
390
+ dataType: "string"
391
+ },
392
+ {
393
+ value: response.headers.get("location"),
394
+ key: "location",
395
+ dataType: "string"
396
+ }
397
+ ]
398
+ });
399
+ return sdkResponse;
400
+ }
401
+ catch (err) {
402
+ throw err;
403
+ }
404
+ });
405
+ }
338
406
  /**
339
407
  * Lists basic information about a specified set of labels in batch.
340
408
  *
@@ -342,7 +410,7 @@ class LogAnalyticsClient {
342
410
  * @param BatchGetBasicInfoRequest
343
411
  * @return BatchGetBasicInfoResponse
344
412
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
346
414
  */
347
415
  batchGetBasicInfo(batchGetBasicInfoRequest) {
348
416
  return __awaiter(this, void 0, void 0, function* () {
@@ -417,7 +485,7 @@ class LogAnalyticsClient {
417
485
  * @param CancelQueryWorkRequestRequest
418
486
  * @return CancelQueryWorkRequestResponse
419
487
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
421
489
  */
422
490
  cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
423
491
  return __awaiter(this, void 0, void 0, function* () {
@@ -474,7 +542,7 @@ class LogAnalyticsClient {
474
542
  * @param ChangeIngestTimeRuleCompartmentRequest
475
543
  * @return ChangeIngestTimeRuleCompartmentResponse
476
544
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
478
546
  */
479
547
  changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest) {
480
548
  return __awaiter(this, void 0, void 0, function* () {
@@ -532,7 +600,7 @@ class LogAnalyticsClient {
532
600
  * @param ChangeLogAnalyticsEmBridgeCompartmentRequest
533
601
  * @return ChangeLogAnalyticsEmBridgeCompartmentResponse
534
602
  * @throws OciError when an error occurs
535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
536
604
  */
537
605
  changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
538
606
  return __awaiter(this, void 0, void 0, function* () {
@@ -590,7 +658,7 @@ class LogAnalyticsClient {
590
658
  * @param ChangeLogAnalyticsEntityCompartmentRequest
591
659
  * @return ChangeLogAnalyticsEntityCompartmentResponse
592
660
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
594
662
  */
595
663
  changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
596
664
  return __awaiter(this, void 0, void 0, function* () {
@@ -649,7 +717,7 @@ class LogAnalyticsClient {
649
717
  * @param ChangeLogAnalyticsLogGroupCompartmentRequest
650
718
  * @return ChangeLogAnalyticsLogGroupCompartmentResponse
651
719
  * @throws OciError when an error occurs
652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
653
721
  */
654
722
  changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
655
723
  return __awaiter(this, void 0, void 0, function* () {
@@ -707,7 +775,7 @@ class LogAnalyticsClient {
707
775
  * @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
708
776
  * @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
709
777
  * @throws OciError when an error occurs
710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
711
779
  */
712
780
  changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
713
781
  return __awaiter(this, void 0, void 0, function* () {
@@ -765,7 +833,7 @@ class LogAnalyticsClient {
765
833
  * @param ChangeScheduledTaskCompartmentRequest
766
834
  * @return ChangeScheduledTaskCompartmentResponse
767
835
  * @throws OciError when an error occurs
768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
769
837
  */
770
838
  changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
771
839
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +893,7 @@ class LogAnalyticsClient {
825
893
  * @param CleanRequest
826
894
  * @return CleanResponse
827
895
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
829
897
  */
830
898
  clean(cleanRequest) {
831
899
  return __awaiter(this, void 0, void 0, function* () {
@@ -885,7 +953,7 @@ class LogAnalyticsClient {
885
953
  * @param CompareContentRequest
886
954
  * @return CompareContentResponse
887
955
  * @throws OciError when an error occurs
888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
889
957
  */
890
958
  compareContent(compareContentRequest) {
891
959
  return __awaiter(this, void 0, void 0, function* () {
@@ -945,7 +1013,7 @@ class LogAnalyticsClient {
945
1013
  * @param CreateIngestTimeRuleRequest
946
1014
  * @return CreateIngestTimeRuleResponse
947
1015
  * @throws OciError when an error occurs
948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
1016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
949
1017
  */
950
1018
  createIngestTimeRule(createIngestTimeRuleRequest) {
951
1019
  return __awaiter(this, void 0, void 0, function* () {
@@ -1010,7 +1078,7 @@ class LogAnalyticsClient {
1010
1078
  * @param CreateLogAnalyticsEmBridgeRequest
1011
1079
  * @return CreateLogAnalyticsEmBridgeResponse
1012
1080
  * @throws OciError when an error occurs
1013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
1081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
1014
1082
  */
1015
1083
  createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
1016
1084
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1143,7 @@ class LogAnalyticsClient {
1075
1143
  * @param CreateLogAnalyticsEntityRequest
1076
1144
  * @return CreateLogAnalyticsEntityResponse
1077
1145
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
1079
1147
  */
1080
1148
  createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
1081
1149
  return __awaiter(this, void 0, void 0, function* () {
@@ -1140,7 +1208,7 @@ class LogAnalyticsClient {
1140
1208
  * @param CreateLogAnalyticsEntityTypeRequest
1141
1209
  * @return CreateLogAnalyticsEntityTypeResponse
1142
1210
  * @throws OciError when an error occurs
1143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
1211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
1144
1212
  */
1145
1213
  createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
1146
1214
  return __awaiter(this, void 0, void 0, function* () {
@@ -1197,7 +1265,7 @@ class LogAnalyticsClient {
1197
1265
  * @param CreateLogAnalyticsLogGroupRequest
1198
1266
  * @return CreateLogAnalyticsLogGroupResponse
1199
1267
  * @throws OciError when an error occurs
1200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
1268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
1201
1269
  */
1202
1270
  createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
1203
1271
  return __awaiter(this, void 0, void 0, function* () {
@@ -1262,7 +1330,7 @@ class LogAnalyticsClient {
1262
1330
  * @param CreateLogAnalyticsObjectCollectionRuleRequest
1263
1331
  * @return CreateLogAnalyticsObjectCollectionRuleResponse
1264
1332
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1266
1334
  */
1267
1335
  createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
1268
1336
  return __awaiter(this, void 0, void 0, function* () {
@@ -1326,7 +1394,7 @@ class LogAnalyticsClient {
1326
1394
  * @param CreateScheduledTaskRequest
1327
1395
  * @return CreateScheduledTaskResponse
1328
1396
  * @throws OciError when an error occurs
1329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1330
1398
  */
1331
1399
  createScheduledTask(createScheduledTaskRequest) {
1332
1400
  return __awaiter(this, void 0, void 0, function* () {
@@ -1392,7 +1460,7 @@ class LogAnalyticsClient {
1392
1460
  * @param DeleteAssociationsRequest
1393
1461
  * @return DeleteAssociationsResponse
1394
1462
  * @throws OciError when an error occurs
1395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1396
1464
  */
1397
1465
  deleteAssociations(deleteAssociationsRequest) {
1398
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1454,7 +1522,7 @@ class LogAnalyticsClient {
1454
1522
  * @param DeleteFieldRequest
1455
1523
  * @return DeleteFieldResponse
1456
1524
  * @throws OciError when an error occurs
1457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1458
1526
  */
1459
1527
  deleteField(deleteFieldRequest) {
1460
1528
  return __awaiter(this, void 0, void 0, function* () {
@@ -1512,7 +1580,7 @@ class LogAnalyticsClient {
1512
1580
  * @param DeleteIngestTimeRuleRequest
1513
1581
  * @return DeleteIngestTimeRuleResponse
1514
1582
  * @throws OciError when an error occurs
1515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
1583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
1516
1584
  */
1517
1585
  deleteIngestTimeRule(deleteIngestTimeRuleRequest) {
1518
1586
  return __awaiter(this, void 0, void 0, function* () {
@@ -1569,7 +1637,7 @@ class LogAnalyticsClient {
1569
1637
  * @param DeleteLabelRequest
1570
1638
  * @return DeleteLabelResponse
1571
1639
  * @throws OciError when an error occurs
1572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1573
1641
  */
1574
1642
  deleteLabel(deleteLabelRequest) {
1575
1643
  return __awaiter(this, void 0, void 0, function* () {
@@ -1626,7 +1694,7 @@ class LogAnalyticsClient {
1626
1694
  * @param DeleteLogAnalyticsEmBridgeRequest
1627
1695
  * @return DeleteLogAnalyticsEmBridgeResponse
1628
1696
  * @throws OciError when an error occurs
1629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1630
1698
  */
1631
1699
  deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
1632
1700
  return __awaiter(this, void 0, void 0, function* () {
@@ -1682,7 +1750,7 @@ class LogAnalyticsClient {
1682
1750
  * @param DeleteLogAnalyticsEntityRequest
1683
1751
  * @return DeleteLogAnalyticsEntityResponse
1684
1752
  * @throws OciError when an error occurs
1685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1686
1754
  */
1687
1755
  deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
1688
1756
  return __awaiter(this, void 0, void 0, function* () {
@@ -1738,7 +1806,7 @@ class LogAnalyticsClient {
1738
1806
  * @param DeleteLogAnalyticsEntityTypeRequest
1739
1807
  * @return DeleteLogAnalyticsEntityTypeResponse
1740
1808
  * @throws OciError when an error occurs
1741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1742
1810
  */
1743
1811
  deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
1744
1812
  return __awaiter(this, void 0, void 0, function* () {
@@ -1795,7 +1863,7 @@ class LogAnalyticsClient {
1795
1863
  * @param DeleteLogAnalyticsLogGroupRequest
1796
1864
  * @return DeleteLogAnalyticsLogGroupResponse
1797
1865
  * @throws OciError when an error occurs
1798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1799
1867
  */
1800
1868
  deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
1801
1869
  return __awaiter(this, void 0, void 0, function* () {
@@ -1853,7 +1921,7 @@ class LogAnalyticsClient {
1853
1921
  * @param DeleteLogAnalyticsObjectCollectionRuleRequest
1854
1922
  * @return DeleteLogAnalyticsObjectCollectionRuleResponse
1855
1923
  * @throws OciError when an error occurs
1856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1857
1925
  */
1858
1926
  deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
1859
1927
  return __awaiter(this, void 0, void 0, function* () {
@@ -1910,7 +1978,7 @@ class LogAnalyticsClient {
1910
1978
  * @param DeleteLookupRequest
1911
1979
  * @return DeleteLookupResponse
1912
1980
  * @throws OciError when an error occurs
1913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
1981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
1914
1982
  */
1915
1983
  deleteLookup(deleteLookupRequest) {
1916
1984
  return __awaiter(this, void 0, void 0, function* () {
@@ -1975,7 +2043,7 @@ class LogAnalyticsClient {
1975
2043
  * @param DeleteParserRequest
1976
2044
  * @return DeleteParserResponse
1977
2045
  * @throws OciError when an error occurs
1978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
2046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
1979
2047
  */
1980
2048
  deleteParser(deleteParserRequest) {
1981
2049
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2100,7 @@ class LogAnalyticsClient {
2032
2100
  * @param DeleteScheduledTaskRequest
2033
2101
  * @return DeleteScheduledTaskResponse
2034
2102
  * @throws OciError when an error occurs
2035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
2103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
2036
2104
  */
2037
2105
  deleteScheduledTask(deleteScheduledTaskRequest) {
2038
2106
  return __awaiter(this, void 0, void 0, function* () {
@@ -2089,7 +2157,7 @@ class LogAnalyticsClient {
2089
2157
  * @param DeleteSourceRequest
2090
2158
  * @return DeleteSourceResponse
2091
2159
  * @throws OciError when an error occurs
2092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
2160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
2093
2161
  */
2094
2162
  deleteSource(deleteSourceRequest) {
2095
2163
  return __awaiter(this, void 0, void 0, function* () {
@@ -2148,7 +2216,7 @@ class LogAnalyticsClient {
2148
2216
  * @param DeleteUploadRequest
2149
2217
  * @return DeleteUploadResponse
2150
2218
  * @throws OciError when an error occurs
2151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
2219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
2152
2220
  */
2153
2221
  deleteUpload(deleteUploadRequest) {
2154
2222
  return __awaiter(this, void 0, void 0, function* () {
@@ -2216,7 +2284,7 @@ class LogAnalyticsClient {
2216
2284
  * @param DeleteUploadFileRequest
2217
2285
  * @return DeleteUploadFileResponse
2218
2286
  * @throws OciError when an error occurs
2219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
2287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
2220
2288
  */
2221
2289
  deleteUploadFile(deleteUploadFileRequest) {
2222
2290
  return __awaiter(this, void 0, void 0, function* () {
@@ -2283,7 +2351,7 @@ class LogAnalyticsClient {
2283
2351
  * @param DeleteUploadWarningRequest
2284
2352
  * @return DeleteUploadWarningResponse
2285
2353
  * @throws OciError when an error occurs
2286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
2354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
2287
2355
  */
2288
2356
  deleteUploadWarning(deleteUploadWarningRequest) {
2289
2357
  return __awaiter(this, void 0, void 0, function* () {
@@ -2340,7 +2408,7 @@ class LogAnalyticsClient {
2340
2408
  * @param DisableArchivingRequest
2341
2409
  * @return DisableArchivingResponse
2342
2410
  * @throws OciError when an error occurs
2343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
2411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
2344
2412
  */
2345
2413
  disableArchiving(disableArchivingRequest) {
2346
2414
  return __awaiter(this, void 0, void 0, function* () {
@@ -2407,7 +2475,7 @@ class LogAnalyticsClient {
2407
2475
  * @param DisableAutoAssociationRequest
2408
2476
  * @return DisableAutoAssociationResponse
2409
2477
  * @throws OciError when an error occurs
2410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2411
2479
  */
2412
2480
  disableAutoAssociation(disableAutoAssociationRequest) {
2413
2481
  return __awaiter(this, void 0, void 0, function* () {
@@ -2470,7 +2538,7 @@ class LogAnalyticsClient {
2470
2538
  * @param DisableIngestTimeRuleRequest
2471
2539
  * @return DisableIngestTimeRuleResponse
2472
2540
  * @throws OciError when an error occurs
2473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
2541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
2474
2542
  */
2475
2543
  disableIngestTimeRule(disableIngestTimeRuleRequest) {
2476
2544
  return __awaiter(this, void 0, void 0, function* () {
@@ -2532,7 +2600,7 @@ class LogAnalyticsClient {
2532
2600
  * @param DisableSourceEventTypesRequest
2533
2601
  * @return DisableSourceEventTypesResponse
2534
2602
  * @throws OciError when an error occurs
2535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2536
2604
  */
2537
2605
  disableSourceEventTypes(disableSourceEventTypesRequest) {
2538
2606
  return __awaiter(this, void 0, void 0, function* () {
@@ -2590,7 +2658,7 @@ class LogAnalyticsClient {
2590
2658
  * @param EnableArchivingRequest
2591
2659
  * @return EnableArchivingResponse
2592
2660
  * @throws OciError when an error occurs
2593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2594
2662
  */
2595
2663
  enableArchiving(enableArchivingRequest) {
2596
2664
  return __awaiter(this, void 0, void 0, function* () {
@@ -2657,7 +2725,7 @@ class LogAnalyticsClient {
2657
2725
  * @param EnableAutoAssociationRequest
2658
2726
  * @return EnableAutoAssociationResponse
2659
2727
  * @throws OciError when an error occurs
2660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2661
2729
  */
2662
2730
  enableAutoAssociation(enableAutoAssociationRequest) {
2663
2731
  return __awaiter(this, void 0, void 0, function* () {
@@ -2720,7 +2788,7 @@ class LogAnalyticsClient {
2720
2788
  * @param EnableIngestTimeRuleRequest
2721
2789
  * @return EnableIngestTimeRuleResponse
2722
2790
  * @throws OciError when an error occurs
2723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
2791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
2724
2792
  */
2725
2793
  enableIngestTimeRule(enableIngestTimeRuleRequest) {
2726
2794
  return __awaiter(this, void 0, void 0, function* () {
@@ -2782,7 +2850,7 @@ class LogAnalyticsClient {
2782
2850
  * @param EnableSourceEventTypesRequest
2783
2851
  * @return EnableSourceEventTypesResponse
2784
2852
  * @throws OciError when an error occurs
2785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2786
2854
  */
2787
2855
  enableSourceEventTypes(enableSourceEventTypesRequest) {
2788
2856
  return __awaiter(this, void 0, void 0, function* () {
@@ -2840,7 +2908,7 @@ class LogAnalyticsClient {
2840
2908
  * @param EstimatePurgeDataSizeRequest
2841
2909
  * @return EstimatePurgeDataSizeResponse
2842
2910
  * @throws OciError when an error occurs
2843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2844
2912
  */
2845
2913
  estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
2846
2914
  return __awaiter(this, void 0, void 0, function* () {
@@ -2907,7 +2975,7 @@ class LogAnalyticsClient {
2907
2975
  * @param EstimateRecallDataSizeRequest
2908
2976
  * @return EstimateRecallDataSizeResponse
2909
2977
  * @throws OciError when an error occurs
2910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
2978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
2911
2979
  */
2912
2980
  estimateRecallDataSize(estimateRecallDataSizeRequest) {
2913
2981
  return __awaiter(this, void 0, void 0, function* () {
@@ -2967,7 +3035,7 @@ class LogAnalyticsClient {
2967
3035
  * @param EstimateReleaseDataSizeRequest
2968
3036
  * @return EstimateReleaseDataSizeResponse
2969
3037
  * @throws OciError when an error occurs
2970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
3038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
2971
3039
  */
2972
3040
  estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
2973
3041
  return __awaiter(this, void 0, void 0, function* () {
@@ -3027,7 +3095,7 @@ class LogAnalyticsClient {
3027
3095
  * @param ExportCustomContentRequest
3028
3096
  * @return ExportCustomContentResponse
3029
3097
  * @throws OciError when an error occurs
3030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
3098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
3031
3099
  */
3032
3100
  exportCustomContent(exportCustomContentRequest) {
3033
3101
  return __awaiter(this, void 0, void 0, function* () {
@@ -3086,7 +3154,7 @@ class LogAnalyticsClient {
3086
3154
  * @param ExportQueryResultRequest
3087
3155
  * @return ExportQueryResultResponse
3088
3156
  * @throws OciError when an error occurs
3089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
3157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
3090
3158
  */
3091
3159
  exportQueryResult(exportQueryResultRequest) {
3092
3160
  return __awaiter(this, void 0, void 0, function* () {
@@ -3145,7 +3213,7 @@ class LogAnalyticsClient {
3145
3213
  * @param ExtractStructuredLogFieldPathsRequest
3146
3214
  * @return ExtractStructuredLogFieldPathsResponse
3147
3215
  * @throws OciError when an error occurs
3148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
3216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
3149
3217
  */
3150
3218
  extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
3151
3219
  return __awaiter(this, void 0, void 0, function* () {
@@ -3208,7 +3276,7 @@ class LogAnalyticsClient {
3208
3276
  * @param ExtractStructuredLogHeaderPathsRequest
3209
3277
  * @return ExtractStructuredLogHeaderPathsResponse
3210
3278
  * @throws OciError when an error occurs
3211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
3279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
3212
3280
  */
3213
3281
  extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
3214
3282
  return __awaiter(this, void 0, void 0, function* () {
@@ -3270,7 +3338,7 @@ class LogAnalyticsClient {
3270
3338
  * @param FilterRequest
3271
3339
  * @return FilterResponse
3272
3340
  * @throws OciError when an error occurs
3273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
3341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
3274
3342
  */
3275
3343
  filter(filterRequest) {
3276
3344
  return __awaiter(this, void 0, void 0, function* () {
@@ -3330,7 +3398,7 @@ class LogAnalyticsClient {
3330
3398
  * @param GetAssociationSummaryRequest
3331
3399
  * @return GetAssociationSummaryResponse
3332
3400
  * @throws OciError when an error occurs
3333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
3401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
3334
3402
  */
3335
3403
  getAssociationSummary(getAssociationSummaryRequest) {
3336
3404
  return __awaiter(this, void 0, void 0, function* () {
@@ -3391,7 +3459,7 @@ class LogAnalyticsClient {
3391
3459
  * @param GetCategoryRequest
3392
3460
  * @return GetCategoryResponse
3393
3461
  * @throws OciError when an error occurs
3394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
3462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
3395
3463
  */
3396
3464
  getCategory(getCategoryRequest) {
3397
3465
  return __awaiter(this, void 0, void 0, function* () {
@@ -3451,7 +3519,7 @@ class LogAnalyticsClient {
3451
3519
  * @param GetColumnNamesRequest
3452
3520
  * @return GetColumnNamesResponse
3453
3521
  * @throws OciError when an error occurs
3454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
3522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
3455
3523
  */
3456
3524
  getColumnNames(getColumnNamesRequest) {
3457
3525
  return __awaiter(this, void 0, void 0, function* () {
@@ -3513,7 +3581,7 @@ class LogAnalyticsClient {
3513
3581
  * @param GetConfigWorkRequestRequest
3514
3582
  * @return GetConfigWorkRequestResponse
3515
3583
  * @throws OciError when an error occurs
3516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
3584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
3517
3585
  */
3518
3586
  getConfigWorkRequest(getConfigWorkRequestRequest) {
3519
3587
  return __awaiter(this, void 0, void 0, function* () {
@@ -3573,7 +3641,7 @@ class LogAnalyticsClient {
3573
3641
  * @param GetFieldRequest
3574
3642
  * @return GetFieldResponse
3575
3643
  * @throws OciError when an error occurs
3576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
3644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
3577
3645
  */
3578
3646
  getField(getFieldRequest) {
3579
3647
  return __awaiter(this, void 0, void 0, function* () {
@@ -3638,7 +3706,7 @@ class LogAnalyticsClient {
3638
3706
  * @param GetFieldsSummaryRequest
3639
3707
  * @return GetFieldsSummaryResponse
3640
3708
  * @throws OciError when an error occurs
3641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
3709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
3642
3710
  */
3643
3711
  getFieldsSummary(getFieldsSummaryRequest) {
3644
3712
  return __awaiter(this, void 0, void 0, function* () {
@@ -3699,7 +3767,7 @@ class LogAnalyticsClient {
3699
3767
  * @param GetIngestTimeRuleRequest
3700
3768
  * @return GetIngestTimeRuleResponse
3701
3769
  * @throws OciError when an error occurs
3702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
3770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
3703
3771
  */
3704
3772
  getIngestTimeRule(getIngestTimeRuleRequest) {
3705
3773
  return __awaiter(this, void 0, void 0, function* () {
@@ -3764,7 +3832,7 @@ class LogAnalyticsClient {
3764
3832
  * @param GetLabelRequest
3765
3833
  * @return GetLabelResponse
3766
3834
  * @throws OciError when an error occurs
3767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3835
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3768
3836
  */
3769
3837
  getLabel(getLabelRequest) {
3770
3838
  return __awaiter(this, void 0, void 0, function* () {
@@ -3829,7 +3897,7 @@ class LogAnalyticsClient {
3829
3897
  * @param GetLabelSummaryRequest
3830
3898
  * @return GetLabelSummaryResponse
3831
3899
  * @throws OciError when an error occurs
3832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3833
3901
  */
3834
3902
  getLabelSummary(getLabelSummaryRequest) {
3835
3903
  return __awaiter(this, void 0, void 0, function* () {
@@ -3887,7 +3955,7 @@ class LogAnalyticsClient {
3887
3955
  * @param GetLogAnalyticsEmBridgeRequest
3888
3956
  * @return GetLogAnalyticsEmBridgeResponse
3889
3957
  * @throws OciError when an error occurs
3890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3891
3959
  */
3892
3960
  getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
3893
3961
  return __awaiter(this, void 0, void 0, function* () {
@@ -3951,7 +4019,7 @@ class LogAnalyticsClient {
3951
4019
  * @param GetLogAnalyticsEmBridgeSummaryRequest
3952
4020
  * @return GetLogAnalyticsEmBridgeSummaryResponse
3953
4021
  * @throws OciError when an error occurs
3954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
4022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
3955
4023
  */
3956
4024
  getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
3957
4025
  return __awaiter(this, void 0, void 0, function* () {
@@ -4011,7 +4079,7 @@ class LogAnalyticsClient {
4011
4079
  * @param GetLogAnalyticsEntitiesSummaryRequest
4012
4080
  * @return GetLogAnalyticsEntitiesSummaryResponse
4013
4081
  * @throws OciError when an error occurs
4014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
4082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
4015
4083
  */
4016
4084
  getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
4017
4085
  return __awaiter(this, void 0, void 0, function* () {
@@ -4071,7 +4139,7 @@ class LogAnalyticsClient {
4071
4139
  * @param GetLogAnalyticsEntityRequest
4072
4140
  * @return GetLogAnalyticsEntityResponse
4073
4141
  * @throws OciError when an error occurs
4074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
4142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
4075
4143
  */
4076
4144
  getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
4077
4145
  return __awaiter(this, void 0, void 0, function* () {
@@ -4135,7 +4203,7 @@ class LogAnalyticsClient {
4135
4203
  * @param GetLogAnalyticsEntityTypeRequest
4136
4204
  * @return GetLogAnalyticsEntityTypeResponse
4137
4205
  * @throws OciError when an error occurs
4138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
4206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
4139
4207
  */
4140
4208
  getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
4141
4209
  return __awaiter(this, void 0, void 0, function* () {
@@ -4200,7 +4268,7 @@ class LogAnalyticsClient {
4200
4268
  * @param GetLogAnalyticsLogGroupRequest
4201
4269
  * @return GetLogAnalyticsLogGroupResponse
4202
4270
  * @throws OciError when an error occurs
4203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
4271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
4204
4272
  */
4205
4273
  getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
4206
4274
  return __awaiter(this, void 0, void 0, function* () {
@@ -4265,7 +4333,7 @@ class LogAnalyticsClient {
4265
4333
  * @param GetLogAnalyticsLogGroupsSummaryRequest
4266
4334
  * @return GetLogAnalyticsLogGroupsSummaryResponse
4267
4335
  * @throws OciError when an error occurs
4268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
4336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
4269
4337
  */
4270
4338
  getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
4271
4339
  return __awaiter(this, void 0, void 0, function* () {
@@ -4325,7 +4393,7 @@ class LogAnalyticsClient {
4325
4393
  * @param GetLogAnalyticsObjectCollectionRuleRequest
4326
4394
  * @return GetLogAnalyticsObjectCollectionRuleResponse
4327
4395
  * @throws OciError when an error occurs
4328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
4396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
4329
4397
  */
4330
4398
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
4331
4399
  return __awaiter(this, void 0, void 0, function* () {
@@ -4390,7 +4458,7 @@ class LogAnalyticsClient {
4390
4458
  * @param GetLogSetsCountRequest
4391
4459
  * @return GetLogSetsCountResponse
4392
4460
  * @throws OciError when an error occurs
4393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
4461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
4394
4462
  */
4395
4463
  getLogSetsCount(getLogSetsCountRequest) {
4396
4464
  return __awaiter(this, void 0, void 0, function* () {
@@ -4449,7 +4517,7 @@ class LogAnalyticsClient {
4449
4517
  * @param GetLookupRequest
4450
4518
  * @return GetLookupResponse
4451
4519
  * @throws OciError when an error occurs
4452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
4520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
4453
4521
  */
4454
4522
  getLookup(getLookupRequest) {
4455
4523
  return __awaiter(this, void 0, void 0, function* () {
@@ -4513,7 +4581,7 @@ class LogAnalyticsClient {
4513
4581
  * @param GetLookupSummaryRequest
4514
4582
  * @return GetLookupSummaryResponse
4515
4583
  * @throws OciError when an error occurs
4516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
4584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
4517
4585
  */
4518
4586
  getLookupSummary(getLookupSummaryRequest) {
4519
4587
  return __awaiter(this, void 0, void 0, function* () {
@@ -4572,7 +4640,7 @@ class LogAnalyticsClient {
4572
4640
  * @param GetNamespaceRequest
4573
4641
  * @return GetNamespaceResponse
4574
4642
  * @throws OciError when an error occurs
4575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4576
4644
  */
4577
4645
  getNamespace(getNamespaceRequest) {
4578
4646
  return __awaiter(this, void 0, void 0, function* () {
@@ -4636,7 +4704,7 @@ class LogAnalyticsClient {
4636
4704
  * @param GetParserRequest
4637
4705
  * @return GetParserResponse
4638
4706
  * @throws OciError when an error occurs
4639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
4707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
4640
4708
  */
4641
4709
  getParser(getParserRequest) {
4642
4710
  return __awaiter(this, void 0, void 0, function* () {
@@ -4701,7 +4769,7 @@ class LogAnalyticsClient {
4701
4769
  * @param GetParserSummaryRequest
4702
4770
  * @return GetParserSummaryResponse
4703
4771
  * @throws OciError when an error occurs
4704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
4772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
4705
4773
  */
4706
4774
  getParserSummary(getParserSummaryRequest) {
4707
4775
  return __awaiter(this, void 0, void 0, function* () {
@@ -4760,7 +4828,7 @@ class LogAnalyticsClient {
4760
4828
  * @param GetPreferencesRequest
4761
4829
  * @return GetPreferencesResponse
4762
4830
  * @throws OciError when an error occurs
4763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
4831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
4764
4832
  */
4765
4833
  getPreferences(getPreferencesRequest) {
4766
4834
  return __awaiter(this, void 0, void 0, function* () {
@@ -4835,7 +4903,7 @@ class LogAnalyticsClient {
4835
4903
  * @param GetQueryResultRequest
4836
4904
  * @return GetQueryResultResponse
4837
4905
  * @throws OciError when an error occurs
4838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4839
4907
  */
4840
4908
  getQueryResult(getQueryResultRequest) {
4841
4909
  return __awaiter(this, void 0, void 0, function* () {
@@ -4915,7 +4983,7 @@ class LogAnalyticsClient {
4915
4983
  * @param GetQueryWorkRequestRequest
4916
4984
  * @return GetQueryWorkRequestResponse
4917
4985
  * @throws OciError when an error occurs
4918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
4986
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
4919
4987
  */
4920
4988
  getQueryWorkRequest(getQueryWorkRequestRequest) {
4921
4989
  return __awaiter(this, void 0, void 0, function* () {
@@ -4984,7 +5052,7 @@ class LogAnalyticsClient {
4984
5052
  * @param GetScheduledTaskRequest
4985
5053
  * @return GetScheduledTaskResponse
4986
5054
  * @throws OciError when an error occurs
4987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
5055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
4988
5056
  */
4989
5057
  getScheduledTask(getScheduledTaskRequest) {
4990
5058
  return __awaiter(this, void 0, void 0, function* () {
@@ -5049,7 +5117,7 @@ class LogAnalyticsClient {
5049
5117
  * @param GetSourceRequest
5050
5118
  * @return GetSourceResponse
5051
5119
  * @throws OciError when an error occurs
5052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
5120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
5053
5121
  */
5054
5122
  getSource(getSourceRequest) {
5055
5123
  return __awaiter(this, void 0, void 0, function* () {
@@ -5116,7 +5184,7 @@ class LogAnalyticsClient {
5116
5184
  * @param GetSourceSummaryRequest
5117
5185
  * @return GetSourceSummaryResponse
5118
5186
  * @throws OciError when an error occurs
5119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
5187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
5120
5188
  */
5121
5189
  getSourceSummary(getSourceSummaryRequest) {
5122
5190
  return __awaiter(this, void 0, void 0, function* () {
@@ -5175,7 +5243,7 @@ class LogAnalyticsClient {
5175
5243
  * @param GetStorageRequest
5176
5244
  * @return GetStorageResponse
5177
5245
  * @throws OciError when an error occurs
5178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
5246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
5179
5247
  */
5180
5248
  getStorage(getStorageRequest) {
5181
5249
  return __awaiter(this, void 0, void 0, function* () {
@@ -5240,7 +5308,7 @@ class LogAnalyticsClient {
5240
5308
  * @param GetStorageUsageRequest
5241
5309
  * @return GetStorageUsageResponse
5242
5310
  * @throws OciError when an error occurs
5243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
5311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
5244
5312
  */
5245
5313
  getStorageUsage(getStorageUsageRequest) {
5246
5314
  return __awaiter(this, void 0, void 0, function* () {
@@ -5300,7 +5368,7 @@ class LogAnalyticsClient {
5300
5368
  * @param GetStorageWorkRequestRequest
5301
5369
  * @return GetStorageWorkRequestResponse
5302
5370
  * @throws OciError when an error occurs
5303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
5371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
5304
5372
  */
5305
5373
  getStorageWorkRequest(getStorageWorkRequestRequest) {
5306
5374
  return __awaiter(this, void 0, void 0, function* () {
@@ -5370,7 +5438,7 @@ class LogAnalyticsClient {
5370
5438
  * @param GetUnprocessedDataBucketRequest
5371
5439
  * @return GetUnprocessedDataBucketResponse
5372
5440
  * @throws OciError when an error occurs
5373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
5441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
5374
5442
  */
5375
5443
  getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
5376
5444
  return __awaiter(this, void 0, void 0, function* () {
@@ -5428,7 +5496,7 @@ class LogAnalyticsClient {
5428
5496
  * @param GetUploadRequest
5429
5497
  * @return GetUploadResponse
5430
5498
  * @throws OciError when an error occurs
5431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
5499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
5432
5500
  */
5433
5501
  getUpload(getUploadRequest) {
5434
5502
  return __awaiter(this, void 0, void 0, function* () {
@@ -5492,7 +5560,7 @@ class LogAnalyticsClient {
5492
5560
  * @param GetWorkRequestRequest
5493
5561
  * @return GetWorkRequestResponse
5494
5562
  * @throws OciError when an error occurs
5495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5496
5564
  */
5497
5565
  getWorkRequest(getWorkRequestRequest) {
5498
5566
  return __awaiter(this, void 0, void 0, function* () {
@@ -5557,7 +5625,7 @@ class LogAnalyticsClient {
5557
5625
  * @param ImportCustomContentRequest
5558
5626
  * @return ImportCustomContentResponse
5559
5627
  * @throws OciError when an error occurs
5560
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
5628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
5561
5629
  */
5562
5630
  importCustomContent(importCustomContentRequest) {
5563
5631
  return __awaiter(this, void 0, void 0, function* () {
@@ -5621,7 +5689,7 @@ class LogAnalyticsClient {
5621
5689
  * @param ListAssociableEntitiesRequest
5622
5690
  * @return ListAssociableEntitiesResponse
5623
5691
  * @throws OciError when an error occurs
5624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
5692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
5625
5693
  */
5626
5694
  listAssociableEntities(listAssociableEntitiesRequest) {
5627
5695
  return __awaiter(this, void 0, void 0, function* () {
@@ -5699,7 +5767,7 @@ class LogAnalyticsClient {
5699
5767
  * @param ListAssociatedEntitiesRequest
5700
5768
  * @return ListAssociatedEntitiesResponse
5701
5769
  * @throws OciError when an error occurs
5702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
5770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
5703
5771
  */
5704
5772
  listAssociatedEntities(listAssociatedEntitiesRequest) {
5705
5773
  return __awaiter(this, void 0, void 0, function* () {
@@ -5777,7 +5845,7 @@ class LogAnalyticsClient {
5777
5845
  * @param ListAutoAssociationsRequest
5778
5846
  * @return ListAutoAssociationsResponse
5779
5847
  * @throws OciError when an error occurs
5780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
5848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
5781
5849
  */
5782
5850
  listAutoAssociations(listAutoAssociationsRequest) {
5783
5851
  return __awaiter(this, void 0, void 0, function* () {
@@ -5852,7 +5920,7 @@ class LogAnalyticsClient {
5852
5920
  * @param ListCategoriesRequest
5853
5921
  * @return ListCategoriesResponse
5854
5922
  * @throws OciError when an error occurs
5855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
5923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
5856
5924
  */
5857
5925
  listCategories(listCategoriesRequest) {
5858
5926
  return __awaiter(this, void 0, void 0, function* () {
@@ -5929,7 +5997,7 @@ class LogAnalyticsClient {
5929
5997
  * @param ListConfigWorkRequestsRequest
5930
5998
  * @return ListConfigWorkRequestsResponse
5931
5999
  * @throws OciError when an error occurs
5932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
6000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
5933
6001
  */
5934
6002
  listConfigWorkRequests(listConfigWorkRequestsRequest) {
5935
6003
  return __awaiter(this, void 0, void 0, function* () {
@@ -5996,13 +6064,71 @@ class LogAnalyticsClient {
5996
6064
  }
5997
6065
  });
5998
6066
  }
6067
+ /**
6068
+ * This API returns the list of customer owned encryption key info.
6069
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
6070
+ * @param ListEncryptionKeyInfoRequest
6071
+ * @return ListEncryptionKeyInfoResponse
6072
+ * @throws OciError when an error occurs
6073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
6074
+ */
6075
+ listEncryptionKeyInfo(listEncryptionKeyInfoRequest) {
6076
+ return __awaiter(this, void 0, void 0, function* () {
6077
+ if (this.logger)
6078
+ this.logger.debug("Calling operation LogAnalyticsClient#listEncryptionKeyInfo.");
6079
+ const operationName = "listEncryptionKeyInfo";
6080
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/Storage/ListEncryptionKeyInfo";
6081
+ const pathParams = {
6082
+ "{namespaceName}": listEncryptionKeyInfoRequest.namespaceName
6083
+ };
6084
+ const queryParams = {};
6085
+ let headerParams = {
6086
+ "Content-Type": common.Constants.APPLICATION_JSON,
6087
+ "opc-request-id": listEncryptionKeyInfoRequest.opcRequestId
6088
+ };
6089
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6090
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEncryptionKeyInfoRequest.retryConfiguration, specRetryConfiguration);
6091
+ if (this.logger)
6092
+ retrier.logger = this.logger;
6093
+ const request = yield oci_common_1.composeRequest({
6094
+ baseEndpoint: this._endpoint,
6095
+ defaultHeaders: this._defaultHeaders,
6096
+ path: "/namespaces/{namespaceName}/storage/encryptionKeyInfo",
6097
+ method: "GET",
6098
+ pathParams: pathParams,
6099
+ headerParams: headerParams,
6100
+ queryParams: queryParams
6101
+ });
6102
+ try {
6103
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
6104
+ const sdkResponse = oci_common_1.composeResponse({
6105
+ responseObject: {},
6106
+ body: yield response.json(),
6107
+ bodyKey: "encryptionKeyInfoCollection",
6108
+ bodyModel: model.EncryptionKeyInfoCollection,
6109
+ type: "model.EncryptionKeyInfoCollection",
6110
+ responseHeaders: [
6111
+ {
6112
+ value: response.headers.get("opc-request-id"),
6113
+ key: "opcRequestId",
6114
+ dataType: "string"
6115
+ }
6116
+ ]
6117
+ });
6118
+ return sdkResponse;
6119
+ }
6120
+ catch (err) {
6121
+ throw err;
6122
+ }
6123
+ });
6124
+ }
5999
6125
  /**
6000
6126
  * Return a list of log analytics entities associated with input source log analytics entity.
6001
6127
  * This operation does not retry by default if the user has not defined a retry configuration.
6002
6128
  * @param ListEntityAssociationsRequest
6003
6129
  * @return ListEntityAssociationsResponse
6004
6130
  * @throws OciError when an error occurs
6005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
6131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
6006
6132
  */
6007
6133
  listEntityAssociations(listEntityAssociationsRequest) {
6008
6134
  return __awaiter(this, void 0, void 0, function* () {
@@ -6073,7 +6199,7 @@ class LogAnalyticsClient {
6073
6199
  * @param ListEntitySourceAssociationsRequest
6074
6200
  * @return ListEntitySourceAssociationsResponse
6075
6201
  * @throws OciError when an error occurs
6076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
6202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
6077
6203
  */
6078
6204
  listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
6079
6205
  return __awaiter(this, void 0, void 0, function* () {
@@ -6153,7 +6279,7 @@ class LogAnalyticsClient {
6153
6279
  * @param ListFieldsRequest
6154
6280
  * @return ListFieldsResponse
6155
6281
  * @throws OciError when an error occurs
6156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
6282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
6157
6283
  */
6158
6284
  listFields(listFieldsRequest) {
6159
6285
  return __awaiter(this, void 0, void 0, function* () {
@@ -6235,7 +6361,7 @@ class LogAnalyticsClient {
6235
6361
  * @param ListIngestTimeRulesRequest
6236
6362
  * @return ListIngestTimeRulesResponse
6237
6363
  * @throws OciError when an error occurs
6238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
6364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
6239
6365
  */
6240
6366
  listIngestTimeRules(listIngestTimeRulesRequest) {
6241
6367
  return __awaiter(this, void 0, void 0, function* () {
@@ -6315,7 +6441,7 @@ class LogAnalyticsClient {
6315
6441
  * @param ListLabelPrioritiesRequest
6316
6442
  * @return ListLabelPrioritiesResponse
6317
6443
  * @throws OciError when an error occurs
6318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
6444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
6319
6445
  */
6320
6446
  listLabelPriorities(listLabelPrioritiesRequest) {
6321
6447
  return __awaiter(this, void 0, void 0, function* () {
@@ -6387,7 +6513,7 @@ class LogAnalyticsClient {
6387
6513
  * @param ListLabelSourceDetailsRequest
6388
6514
  * @return ListLabelSourceDetailsResponse
6389
6515
  * @throws OciError when an error occurs
6390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
6516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
6391
6517
  */
6392
6518
  listLabelSourceDetails(listLabelSourceDetailsRequest) {
6393
6519
  return __awaiter(this, void 0, void 0, function* () {
@@ -6462,7 +6588,7 @@ class LogAnalyticsClient {
6462
6588
  * @param ListLabelsRequest
6463
6589
  * @return ListLabelsResponse
6464
6590
  * @throws OciError when an error occurs
6465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
6591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
6466
6592
  */
6467
6593
  listLabels(listLabelsRequest) {
6468
6594
  return __awaiter(this, void 0, void 0, function* () {
@@ -6541,7 +6667,7 @@ class LogAnalyticsClient {
6541
6667
  * @param ListLogAnalyticsEmBridgesRequest
6542
6668
  * @return ListLogAnalyticsEmBridgesResponse
6543
6669
  * @throws OciError when an error occurs
6544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
6670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
6545
6671
  */
6546
6672
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
6547
6673
  return __awaiter(this, void 0, void 0, function* () {
@@ -6614,7 +6740,7 @@ class LogAnalyticsClient {
6614
6740
  * @param ListLogAnalyticsEntitiesRequest
6615
6741
  * @return ListLogAnalyticsEntitiesResponse
6616
6742
  * @throws OciError when an error occurs
6617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
6743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
6618
6744
  */
6619
6745
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
6620
6746
  return __awaiter(this, void 0, void 0, function* () {
@@ -6695,7 +6821,7 @@ class LogAnalyticsClient {
6695
6821
  * @param ListLogAnalyticsEntityTopologyRequest
6696
6822
  * @return ListLogAnalyticsEntityTopologyResponse
6697
6823
  * @throws OciError when an error occurs
6698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
6824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
6699
6825
  */
6700
6826
  listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest) {
6701
6827
  return __awaiter(this, void 0, void 0, function* () {
@@ -6765,7 +6891,7 @@ class LogAnalyticsClient {
6765
6891
  * @param ListLogAnalyticsEntityTypesRequest
6766
6892
  * @return ListLogAnalyticsEntityTypesResponse
6767
6893
  * @throws OciError when an error occurs
6768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
6894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
6769
6895
  */
6770
6896
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
6771
6897
  return __awaiter(this, void 0, void 0, function* () {
@@ -6838,7 +6964,7 @@ class LogAnalyticsClient {
6838
6964
  * @param ListLogAnalyticsLogGroupsRequest
6839
6965
  * @return ListLogAnalyticsLogGroupsResponse
6840
6966
  * @throws OciError when an error occurs
6841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
6967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
6842
6968
  */
6843
6969
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
6844
6970
  return __awaiter(this, void 0, void 0, function* () {
@@ -6913,7 +7039,7 @@ class LogAnalyticsClient {
6913
7039
  * @param ListLogAnalyticsObjectCollectionRulesRequest
6914
7040
  * @return ListLogAnalyticsObjectCollectionRulesResponse
6915
7041
  * @throws OciError when an error occurs
6916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
7042
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
6917
7043
  */
6918
7044
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
6919
7045
  return __awaiter(this, void 0, void 0, function* () {
@@ -6985,7 +7111,7 @@ class LogAnalyticsClient {
6985
7111
  * @param ListLogSetsRequest
6986
7112
  * @return ListLogSetsResponse
6987
7113
  * @throws OciError when an error occurs
6988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
7114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
6989
7115
  */
6990
7116
  listLogSets(listLogSetsRequest) {
6991
7117
  return __awaiter(this, void 0, void 0, function* () {
@@ -7054,7 +7180,7 @@ class LogAnalyticsClient {
7054
7180
  * @param ListLookupsRequest
7055
7181
  * @return ListLookupsResponse
7056
7182
  * @throws OciError when an error occurs
7057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
7183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
7058
7184
  */
7059
7185
  listLookups(listLookupsRequest) {
7060
7186
  return __awaiter(this, void 0, void 0, function* () {
@@ -7134,7 +7260,7 @@ class LogAnalyticsClient {
7134
7260
  * @param ListMetaSourceTypesRequest
7135
7261
  * @return ListMetaSourceTypesResponse
7136
7262
  * @throws OciError when an error occurs
7137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
7263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
7138
7264
  */
7139
7265
  listMetaSourceTypes(listMetaSourceTypesRequest) {
7140
7266
  return __awaiter(this, void 0, void 0, function* () {
@@ -7209,7 +7335,7 @@ class LogAnalyticsClient {
7209
7335
  * @param ListNamespacesRequest
7210
7336
  * @return ListNamespacesResponse
7211
7337
  * @throws OciError when an error occurs
7212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7213
7339
  */
7214
7340
  listNamespaces(listNamespacesRequest) {
7215
7341
  return __awaiter(this, void 0, void 0, function* () {
@@ -7268,7 +7394,7 @@ class LogAnalyticsClient {
7268
7394
  * @param ListParserFunctionsRequest
7269
7395
  * @return ListParserFunctionsResponse
7270
7396
  * @throws OciError when an error occurs
7271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
7397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
7272
7398
  */
7273
7399
  listParserFunctions(listParserFunctionsRequest) {
7274
7400
  return __awaiter(this, void 0, void 0, function* () {
@@ -7343,7 +7469,7 @@ class LogAnalyticsClient {
7343
7469
  * @param ListParserMetaPluginsRequest
7344
7470
  * @return ListParserMetaPluginsResponse
7345
7471
  * @throws OciError when an error occurs
7346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
7472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
7347
7473
  */
7348
7474
  listParserMetaPlugins(listParserMetaPluginsRequest) {
7349
7475
  return __awaiter(this, void 0, void 0, function* () {
@@ -7417,7 +7543,7 @@ class LogAnalyticsClient {
7417
7543
  * @param ListParsersRequest
7418
7544
  * @return ListParsersResponse
7419
7545
  * @throws OciError when an error occurs
7420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
7546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
7421
7547
  */
7422
7548
  listParsers(listParsersRequest) {
7423
7549
  return __awaiter(this, void 0, void 0, function* () {
@@ -7497,7 +7623,7 @@ class LogAnalyticsClient {
7497
7623
  * @param ListQueryWorkRequestsRequest
7498
7624
  * @return ListQueryWorkRequestsResponse
7499
7625
  * @throws OciError when an error occurs
7500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
7626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
7501
7627
  */
7502
7628
  listQueryWorkRequests(listQueryWorkRequestsRequest) {
7503
7629
  return __awaiter(this, void 0, void 0, function* () {
@@ -7573,7 +7699,7 @@ class LogAnalyticsClient {
7573
7699
  * @param ListRecalledDataRequest
7574
7700
  * @return ListRecalledDataResponse
7575
7701
  * @throws OciError when an error occurs
7576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
7702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
7577
7703
  */
7578
7704
  listRecalledData(listRecalledDataRequest) {
7579
7705
  return __awaiter(this, void 0, void 0, function* () {
@@ -7650,7 +7776,7 @@ class LogAnalyticsClient {
7650
7776
  * @param ListResourceCategoriesRequest
7651
7777
  * @return ListResourceCategoriesResponse
7652
7778
  * @throws OciError when an error occurs
7653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
7779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
7654
7780
  */
7655
7781
  listResourceCategories(listResourceCategoriesRequest) {
7656
7782
  return __awaiter(this, void 0, void 0, function* () {
@@ -7727,7 +7853,7 @@ class LogAnalyticsClient {
7727
7853
  * @param ListRulesRequest
7728
7854
  * @return ListRulesResponse
7729
7855
  * @throws OciError when an error occurs
7730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
7856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
7731
7857
  */
7732
7858
  listRules(listRulesRequest) {
7733
7859
  return __awaiter(this, void 0, void 0, function* () {
@@ -7804,7 +7930,7 @@ class LogAnalyticsClient {
7804
7930
  * @param ListScheduledTasksRequest
7805
7931
  * @return ListScheduledTasksResponse
7806
7932
  * @throws OciError when an error occurs
7807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
7933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
7808
7934
  */
7809
7935
  listScheduledTasks(listScheduledTasksRequest) {
7810
7936
  return __awaiter(this, void 0, void 0, function* () {
@@ -7883,7 +8009,7 @@ class LogAnalyticsClient {
7883
8009
  * @param ListSourceAssociationsRequest
7884
8010
  * @return ListSourceAssociationsResponse
7885
8011
  * @throws OciError when an error occurs
7886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
8012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
7887
8013
  */
7888
8014
  listSourceAssociations(listSourceAssociationsRequest) {
7889
8015
  return __awaiter(this, void 0, void 0, function* () {
@@ -7962,7 +8088,7 @@ class LogAnalyticsClient {
7962
8088
  * @param ListSourceEventTypesRequest
7963
8089
  * @return ListSourceEventTypesResponse
7964
8090
  * @throws OciError when an error occurs
7965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
8091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
7966
8092
  */
7967
8093
  listSourceEventTypes(listSourceEventTypesRequest) {
7968
8094
  return __awaiter(this, void 0, void 0, function* () {
@@ -8040,7 +8166,7 @@ class LogAnalyticsClient {
8040
8166
  * @param ListSourceExtendedFieldDefinitionsRequest
8041
8167
  * @return ListSourceExtendedFieldDefinitionsResponse
8042
8168
  * @throws OciError when an error occurs
8043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
8169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
8044
8170
  */
8045
8171
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
8046
8172
  return __awaiter(this, void 0, void 0, function* () {
@@ -8115,7 +8241,7 @@ class LogAnalyticsClient {
8115
8241
  * @param ListSourceLabelOperatorsRequest
8116
8242
  * @return ListSourceLabelOperatorsResponse
8117
8243
  * @throws OciError when an error occurs
8118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
8244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
8119
8245
  */
8120
8246
  listSourceLabelOperators(listSourceLabelOperatorsRequest) {
8121
8247
  return __awaiter(this, void 0, void 0, function* () {
@@ -8189,7 +8315,7 @@ class LogAnalyticsClient {
8189
8315
  * @param ListSourceMetaFunctionsRequest
8190
8316
  * @return ListSourceMetaFunctionsResponse
8191
8317
  * @throws OciError when an error occurs
8192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
8318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
8193
8319
  */
8194
8320
  listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
8195
8321
  return __awaiter(this, void 0, void 0, function* () {
@@ -8263,7 +8389,7 @@ class LogAnalyticsClient {
8263
8389
  * @param ListSourcePatternsRequest
8264
8390
  * @return ListSourcePatternsResponse
8265
8391
  * @throws OciError when an error occurs
8266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
8392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
8267
8393
  */
8268
8394
  listSourcePatterns(listSourcePatternsRequest) {
8269
8395
  return __awaiter(this, void 0, void 0, function* () {
@@ -8339,7 +8465,7 @@ class LogAnalyticsClient {
8339
8465
  * @param ListSourcesRequest
8340
8466
  * @return ListSourcesResponse
8341
8467
  * @throws OciError when an error occurs
8342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
8468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
8343
8469
  */
8344
8470
  listSources(listSourcesRequest) {
8345
8471
  return __awaiter(this, void 0, void 0, function* () {
@@ -8420,7 +8546,7 @@ class LogAnalyticsClient {
8420
8546
  * @param ListStorageWorkRequestErrorsRequest
8421
8547
  * @return ListStorageWorkRequestErrorsResponse
8422
8548
  * @throws OciError when an error occurs
8423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
8549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
8424
8550
  */
8425
8551
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
8426
8552
  return __awaiter(this, void 0, void 0, function* () {
@@ -8496,7 +8622,7 @@ class LogAnalyticsClient {
8496
8622
  * @param ListStorageWorkRequestsRequest
8497
8623
  * @return ListStorageWorkRequestsResponse
8498
8624
  * @throws OciError when an error occurs
8499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
8625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
8500
8626
  */
8501
8627
  listStorageWorkRequests(listStorageWorkRequestsRequest) {
8502
8628
  return __awaiter(this, void 0, void 0, function* () {
@@ -8576,7 +8702,7 @@ class LogAnalyticsClient {
8576
8702
  * @param ListSupportedCharEncodingsRequest
8577
8703
  * @return ListSupportedCharEncodingsResponse
8578
8704
  * @throws OciError when an error occurs
8579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
8705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
8580
8706
  */
8581
8707
  listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
8582
8708
  return __awaiter(this, void 0, void 0, function* () {
@@ -8647,7 +8773,7 @@ class LogAnalyticsClient {
8647
8773
  * @param ListSupportedTimezonesRequest
8648
8774
  * @return ListSupportedTimezonesResponse
8649
8775
  * @throws OciError when an error occurs
8650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
8776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
8651
8777
  */
8652
8778
  listSupportedTimezones(listSupportedTimezonesRequest) {
8653
8779
  return __awaiter(this, void 0, void 0, function* () {
@@ -8718,7 +8844,7 @@ class LogAnalyticsClient {
8718
8844
  * @param ListUploadFilesRequest
8719
8845
  * @return ListUploadFilesResponse
8720
8846
  * @throws OciError when an error occurs
8721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
8847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
8722
8848
  */
8723
8849
  listUploadFiles(listUploadFilesRequest) {
8724
8850
  return __awaiter(this, void 0, void 0, function* () {
@@ -8789,7 +8915,7 @@ class LogAnalyticsClient {
8789
8915
  * @param ListUploadWarningsRequest
8790
8916
  * @return ListUploadWarningsResponse
8791
8917
  * @throws OciError when an error occurs
8792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
8918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
8793
8919
  */
8794
8920
  listUploadWarnings(listUploadWarningsRequest) {
8795
8921
  return __awaiter(this, void 0, void 0, function* () {
@@ -8858,7 +8984,7 @@ class LogAnalyticsClient {
8858
8984
  * @param ListUploadsRequest
8859
8985
  * @return ListUploadsResponse
8860
8986
  * @throws OciError when an error occurs
8861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
8987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
8862
8988
  */
8863
8989
  listUploads(listUploadsRequest) {
8864
8990
  return __awaiter(this, void 0, void 0, function* () {
@@ -8935,7 +9061,7 @@ class LogAnalyticsClient {
8935
9061
  * @param ListWarningsRequest
8936
9062
  * @return ListWarningsResponse
8937
9063
  * @throws OciError when an error occurs
8938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
9064
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
8939
9065
  */
8940
9066
  listWarnings(listWarningsRequest) {
8941
9067
  return __awaiter(this, void 0, void 0, function* () {
@@ -9020,7 +9146,7 @@ class LogAnalyticsClient {
9020
9146
  * @param ListWorkRequestErrorsRequest
9021
9147
  * @return ListWorkRequestErrorsResponse
9022
9148
  * @throws OciError when an error occurs
9023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
9149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
9024
9150
  */
9025
9151
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
9026
9152
  return __awaiter(this, void 0, void 0, function* () {
@@ -9088,7 +9214,7 @@ class LogAnalyticsClient {
9088
9214
  * @param ListWorkRequestLogsRequest
9089
9215
  * @return ListWorkRequestLogsResponse
9090
9216
  * @throws OciError when an error occurs
9091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
9217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
9092
9218
  */
9093
9219
  listWorkRequestLogs(listWorkRequestLogsRequest) {
9094
9220
  return __awaiter(this, void 0, void 0, function* () {
@@ -9156,7 +9282,7 @@ class LogAnalyticsClient {
9156
9282
  * @param ListWorkRequestsRequest
9157
9283
  * @return ListWorkRequestsResponse
9158
9284
  * @throws OciError when an error occurs
9159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
9285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
9160
9286
  */
9161
9287
  listWorkRequests(listWorkRequestsRequest) {
9162
9288
  return __awaiter(this, void 0, void 0, function* () {
@@ -9223,7 +9349,7 @@ class LogAnalyticsClient {
9223
9349
  * @param OffboardNamespaceRequest
9224
9350
  * @return OffboardNamespaceResponse
9225
9351
  * @throws OciError when an error occurs
9226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
9352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
9227
9353
  */
9228
9354
  offboardNamespace(offboardNamespaceRequest) {
9229
9355
  return __awaiter(this, void 0, void 0, function* () {
@@ -9284,7 +9410,7 @@ class LogAnalyticsClient {
9284
9410
  * @param OnboardNamespaceRequest
9285
9411
  * @return OnboardNamespaceResponse
9286
9412
  * @throws OciError when an error occurs
9287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
9413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
9288
9414
  */
9289
9415
  onboardNamespace(onboardNamespaceRequest) {
9290
9416
  return __awaiter(this, void 0, void 0, function* () {
@@ -9344,7 +9470,7 @@ class LogAnalyticsClient {
9344
9470
  * @param ParseQueryRequest
9345
9471
  * @return ParseQueryResponse
9346
9472
  * @throws OciError when an error occurs
9347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
9473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
9348
9474
  */
9349
9475
  parseQuery(parseQueryRequest) {
9350
9476
  return __awaiter(this, void 0, void 0, function* () {
@@ -9404,7 +9530,7 @@ class LogAnalyticsClient {
9404
9530
  * @param PauseScheduledTaskRequest
9405
9531
  * @return PauseScheduledTaskResponse
9406
9532
  * @throws OciError when an error occurs
9407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
9533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
9408
9534
  */
9409
9535
  pauseScheduledTask(pauseScheduledTaskRequest) {
9410
9536
  return __awaiter(this, void 0, void 0, function* () {
@@ -9471,7 +9597,7 @@ class LogAnalyticsClient {
9471
9597
  * @param PurgeStorageDataRequest
9472
9598
  * @return PurgeStorageDataResponse
9473
9599
  * @throws OciError when an error occurs
9474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
9600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
9475
9601
  */
9476
9602
  purgeStorageData(purgeStorageDataRequest) {
9477
9603
  return __awaiter(this, void 0, void 0, function* () {
@@ -9538,7 +9664,7 @@ class LogAnalyticsClient {
9538
9664
  * @param PutQueryWorkRequestBackgroundRequest
9539
9665
  * @return PutQueryWorkRequestBackgroundResponse
9540
9666
  * @throws OciError when an error occurs
9541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
9667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
9542
9668
  */
9543
9669
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
9544
9670
  return __awaiter(this, void 0, void 0, function* () {
@@ -9604,7 +9730,7 @@ class LogAnalyticsClient {
9604
9730
  * @param QueryRequest
9605
9731
  * @return QueryResponse
9606
9732
  * @throws OciError when an error occurs
9607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/Query.ts.html |here} to see how to use Query API.
9733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/Query.ts.html |here} to see how to use Query API.
9608
9734
  */
9609
9735
  query(queryRequest) {
9610
9736
  return __awaiter(this, void 0, void 0, function* () {
@@ -9687,7 +9813,7 @@ class LogAnalyticsClient {
9687
9813
  * @param RecallArchivedDataRequest
9688
9814
  * @return RecallArchivedDataResponse
9689
9815
  * @throws OciError when an error occurs
9690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
9816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
9691
9817
  */
9692
9818
  recallArchivedData(recallArchivedDataRequest) {
9693
9819
  return __awaiter(this, void 0, void 0, function* () {
@@ -9755,7 +9881,7 @@ class LogAnalyticsClient {
9755
9881
  * @param RegisterLookupRequest
9756
9882
  * @return RegisterLookupResponse
9757
9883
  * @throws OciError when an error occurs
9758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
9884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
9759
9885
  */
9760
9886
  registerLookup(registerLookupRequest) {
9761
9887
  return __awaiter(this, void 0, void 0, function* () {
@@ -9828,7 +9954,7 @@ class LogAnalyticsClient {
9828
9954
  * @param ReleaseRecalledDataRequest
9829
9955
  * @return ReleaseRecalledDataResponse
9830
9956
  * @throws OciError when an error occurs
9831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
9957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
9832
9958
  */
9833
9959
  releaseRecalledData(releaseRecalledDataRequest) {
9834
9960
  return __awaiter(this, void 0, void 0, function* () {
@@ -9895,7 +10021,7 @@ class LogAnalyticsClient {
9895
10021
  * @param RemoveEntityAssociationsRequest
9896
10022
  * @return RemoveEntityAssociationsResponse
9897
10023
  * @throws OciError when an error occurs
9898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
10024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
9899
10025
  */
9900
10026
  removeEntityAssociations(removeEntityAssociationsRequest) {
9901
10027
  return __awaiter(this, void 0, void 0, function* () {
@@ -9954,7 +10080,7 @@ class LogAnalyticsClient {
9954
10080
  * @param RemovePreferencesRequest
9955
10081
  * @return RemovePreferencesResponse
9956
10082
  * @throws OciError when an error occurs
9957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
10083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
9958
10084
  */
9959
10085
  removePreferences(removePreferencesRequest) {
9960
10086
  return __awaiter(this, void 0, void 0, function* () {
@@ -10011,7 +10137,7 @@ class LogAnalyticsClient {
10011
10137
  * @param RemoveResourceCategoriesRequest
10012
10138
  * @return RemoveResourceCategoriesResponse
10013
10139
  * @throws OciError when an error occurs
10014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
10140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
10015
10141
  */
10016
10142
  removeResourceCategories(removeResourceCategoriesRequest) {
10017
10143
  return __awaiter(this, void 0, void 0, function* () {
@@ -10067,7 +10193,7 @@ class LogAnalyticsClient {
10067
10193
  * @param RemoveSourceEventTypesRequest
10068
10194
  * @return RemoveSourceEventTypesResponse
10069
10195
  * @throws OciError when an error occurs
10070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
10196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
10071
10197
  */
10072
10198
  removeSourceEventTypes(removeSourceEventTypesRequest) {
10073
10199
  return __awaiter(this, void 0, void 0, function* () {
@@ -10125,7 +10251,7 @@ class LogAnalyticsClient {
10125
10251
  * @param ResumeScheduledTaskRequest
10126
10252
  * @return ResumeScheduledTaskResponse
10127
10253
  * @throws OciError when an error occurs
10128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
10254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
10129
10255
  */
10130
10256
  resumeScheduledTask(resumeScheduledTaskRequest) {
10131
10257
  return __awaiter(this, void 0, void 0, function* () {
@@ -10193,7 +10319,7 @@ class LogAnalyticsClient {
10193
10319
  * @param RunRequest
10194
10320
  * @return RunResponse
10195
10321
  * @throws OciError when an error occurs
10196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/Run.ts.html |here} to see how to use Run API.
10322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/Run.ts.html |here} to see how to use Run API.
10197
10323
  */
10198
10324
  run(runRequest) {
10199
10325
  return __awaiter(this, void 0, void 0, function* () {
@@ -10255,7 +10381,7 @@ class LogAnalyticsClient {
10255
10381
  * @param SetUnprocessedDataBucketRequest
10256
10382
  * @return SetUnprocessedDataBucketResponse
10257
10383
  * @throws OciError when an error occurs
10258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
10384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
10259
10385
  */
10260
10386
  setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
10261
10387
  return __awaiter(this, void 0, void 0, function* () {
@@ -10316,7 +10442,7 @@ class LogAnalyticsClient {
10316
10442
  * @param SuggestRequest
10317
10443
  * @return SuggestResponse
10318
10444
  * @throws OciError when an error occurs
10319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
10445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
10320
10446
  */
10321
10447
  suggest(suggestRequest) {
10322
10448
  return __awaiter(this, void 0, void 0, function* () {
@@ -10376,7 +10502,7 @@ class LogAnalyticsClient {
10376
10502
  * @param SuppressWarningRequest
10377
10503
  * @return SuppressWarningResponse
10378
10504
  * @throws OciError when an error occurs
10379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
10505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
10380
10506
  */
10381
10507
  suppressWarning(suppressWarningRequest) {
10382
10508
  return __awaiter(this, void 0, void 0, function* () {
@@ -10435,7 +10561,7 @@ class LogAnalyticsClient {
10435
10561
  * @param TestParserRequest
10436
10562
  * @return TestParserResponse
10437
10563
  * @throws OciError when an error occurs
10438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
10564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
10439
10565
  */
10440
10566
  testParser(testParserRequest) {
10441
10567
  return __awaiter(this, void 0, void 0, function* () {
@@ -10499,7 +10625,7 @@ class LogAnalyticsClient {
10499
10625
  * @param UnsuppressWarningRequest
10500
10626
  * @return UnsuppressWarningResponse
10501
10627
  * @throws OciError when an error occurs
10502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
10628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
10503
10629
  */
10504
10630
  unsuppressWarning(unsuppressWarningRequest) {
10505
10631
  return __awaiter(this, void 0, void 0, function* () {
@@ -10558,7 +10684,7 @@ class LogAnalyticsClient {
10558
10684
  * @param UpdateIngestTimeRuleRequest
10559
10685
  * @return UpdateIngestTimeRuleResponse
10560
10686
  * @throws OciError when an error occurs
10561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
10687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
10562
10688
  */
10563
10689
  updateIngestTimeRule(updateIngestTimeRuleRequest) {
10564
10690
  return __awaiter(this, void 0, void 0, function* () {
@@ -10624,7 +10750,7 @@ class LogAnalyticsClient {
10624
10750
  * @param UpdateLogAnalyticsEmBridgeRequest
10625
10751
  * @return UpdateLogAnalyticsEmBridgeResponse
10626
10752
  * @throws OciError when an error occurs
10627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
10753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
10628
10754
  */
10629
10755
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
10630
10756
  return __awaiter(this, void 0, void 0, function* () {
@@ -10690,7 +10816,7 @@ class LogAnalyticsClient {
10690
10816
  * @param UpdateLogAnalyticsEntityRequest
10691
10817
  * @return UpdateLogAnalyticsEntityResponse
10692
10818
  * @throws OciError when an error occurs
10693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
10819
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
10694
10820
  */
10695
10821
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
10696
10822
  return __awaiter(this, void 0, void 0, function* () {
@@ -10756,7 +10882,7 @@ class LogAnalyticsClient {
10756
10882
  * @param UpdateLogAnalyticsEntityTypeRequest
10757
10883
  * @return UpdateLogAnalyticsEntityTypeResponse
10758
10884
  * @throws OciError when an error occurs
10759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
10885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
10760
10886
  */
10761
10887
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
10762
10888
  return __awaiter(this, void 0, void 0, function* () {
@@ -10814,7 +10940,7 @@ class LogAnalyticsClient {
10814
10940
  * @param UpdateLogAnalyticsLogGroupRequest
10815
10941
  * @return UpdateLogAnalyticsLogGroupResponse
10816
10942
  * @throws OciError when an error occurs
10817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
10943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
10818
10944
  */
10819
10945
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
10820
10946
  return __awaiter(this, void 0, void 0, function* () {
@@ -10880,7 +11006,7 @@ class LogAnalyticsClient {
10880
11006
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
10881
11007
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
10882
11008
  * @throws OciError when an error occurs
10883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
11009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
10884
11010
  */
10885
11011
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
10886
11012
  return __awaiter(this, void 0, void 0, function* () {
@@ -10947,7 +11073,7 @@ class LogAnalyticsClient {
10947
11073
  * @param UpdateLookupRequest
10948
11074
  * @return UpdateLookupResponse
10949
11075
  * @throws OciError when an error occurs
10950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
11076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
10951
11077
  */
10952
11078
  updateLookup(updateLookupRequest) {
10953
11079
  return __awaiter(this, void 0, void 0, function* () {
@@ -11015,7 +11141,7 @@ class LogAnalyticsClient {
11015
11141
  * @param UpdateLookupDataRequest
11016
11142
  * @return UpdateLookupDataResponse
11017
11143
  * @throws OciError when an error occurs
11018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
11144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
11019
11145
  */
11020
11146
  updateLookupData(updateLookupDataRequest) {
11021
11147
  return __awaiter(this, void 0, void 0, function* () {
@@ -11083,7 +11209,7 @@ class LogAnalyticsClient {
11083
11209
  * @param UpdatePreferencesRequest
11084
11210
  * @return UpdatePreferencesResponse
11085
11211
  * @throws OciError when an error occurs
11086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
11212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
11087
11213
  */
11088
11214
  updatePreferences(updatePreferencesRequest) {
11089
11215
  return __awaiter(this, void 0, void 0, function* () {
@@ -11140,7 +11266,7 @@ class LogAnalyticsClient {
11140
11266
  * @param UpdateResourceCategoriesRequest
11141
11267
  * @return UpdateResourceCategoriesResponse
11142
11268
  * @throws OciError when an error occurs
11143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
11269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
11144
11270
  */
11145
11271
  updateResourceCategories(updateResourceCategoriesRequest) {
11146
11272
  return __awaiter(this, void 0, void 0, function* () {
@@ -11195,7 +11321,7 @@ class LogAnalyticsClient {
11195
11321
  * @param UpdateScheduledTaskRequest
11196
11322
  * @return UpdateScheduledTaskResponse
11197
11323
  * @throws OciError when an error occurs
11198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
11324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
11199
11325
  */
11200
11326
  updateScheduledTask(updateScheduledTaskRequest) {
11201
11327
  return __awaiter(this, void 0, void 0, function* () {
@@ -11262,7 +11388,7 @@ class LogAnalyticsClient {
11262
11388
  * @param UpdateStorageRequest
11263
11389
  * @return UpdateStorageResponse
11264
11390
  * @throws OciError when an error occurs
11265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
11391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
11266
11392
  */
11267
11393
  updateStorage(updateStorageRequest) {
11268
11394
  return __awaiter(this, void 0, void 0, function* () {
@@ -11328,7 +11454,7 @@ class LogAnalyticsClient {
11328
11454
  * @param UploadLogEventsFileRequest
11329
11455
  * @return UploadLogEventsFileResponse
11330
11456
  * @throws OciError when an error occurs
11331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
11457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
11332
11458
  */
11333
11459
  uploadLogEventsFile(uploadLogEventsFileRequest) {
11334
11460
  return __awaiter(this, void 0, void 0, function* () {
@@ -11401,7 +11527,7 @@ class LogAnalyticsClient {
11401
11527
  * @param UploadLogFileRequest
11402
11528
  * @return UploadLogFileResponse
11403
11529
  * @throws OciError when an error occurs
11404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
11530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
11405
11531
  */
11406
11532
  uploadLogFile(uploadLogFileRequest) {
11407
11533
  return __awaiter(this, void 0, void 0, function* () {
@@ -11487,7 +11613,7 @@ class LogAnalyticsClient {
11487
11613
  * @param UpsertAssociationsRequest
11488
11614
  * @return UpsertAssociationsResponse
11489
11615
  * @throws OciError when an error occurs
11490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
11616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
11491
11617
  */
11492
11618
  upsertAssociations(upsertAssociationsRequest) {
11493
11619
  return __awaiter(this, void 0, void 0, function* () {
@@ -11551,7 +11677,7 @@ class LogAnalyticsClient {
11551
11677
  * @param UpsertFieldRequest
11552
11678
  * @return UpsertFieldResponse
11553
11679
  * @throws OciError when an error occurs
11554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
11680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
11555
11681
  */
11556
11682
  upsertField(upsertFieldRequest) {
11557
11683
  return __awaiter(this, void 0, void 0, function* () {
@@ -11618,7 +11744,7 @@ class LogAnalyticsClient {
11618
11744
  * @param UpsertLabelRequest
11619
11745
  * @return UpsertLabelResponse
11620
11746
  * @throws OciError when an error occurs
11621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
11747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
11622
11748
  */
11623
11749
  upsertLabel(upsertLabelRequest) {
11624
11750
  return __awaiter(this, void 0, void 0, function* () {
@@ -11685,7 +11811,7 @@ class LogAnalyticsClient {
11685
11811
  * @param UpsertParserRequest
11686
11812
  * @return UpsertParserResponse
11687
11813
  * @throws OciError when an error occurs
11688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
11814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
11689
11815
  */
11690
11816
  upsertParser(upsertParserRequest) {
11691
11817
  return __awaiter(this, void 0, void 0, function* () {
@@ -11752,7 +11878,7 @@ class LogAnalyticsClient {
11752
11878
  * @param UpsertSourceRequest
11753
11879
  * @return UpsertSourceResponse
11754
11880
  * @throws OciError when an error occurs
11755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
11881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
11756
11882
  */
11757
11883
  upsertSource(upsertSourceRequest) {
11758
11884
  return __awaiter(this, void 0, void 0, function* () {
@@ -11823,7 +11949,7 @@ class LogAnalyticsClient {
11823
11949
  * @param ValidateAssociationParametersRequest
11824
11950
  * @return ValidateAssociationParametersResponse
11825
11951
  * @throws OciError when an error occurs
11826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
11952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
11827
11953
  */
11828
11954
  validateAssociationParameters(validateAssociationParametersRequest) {
11829
11955
  return __awaiter(this, void 0, void 0, function* () {
@@ -11893,7 +12019,7 @@ class LogAnalyticsClient {
11893
12019
  * @param ValidateFileRequest
11894
12020
  * @return ValidateFileResponse
11895
12021
  * @throws OciError when an error occurs
11896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
12022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
11897
12023
  */
11898
12024
  validateFile(validateFileRequest) {
11899
12025
  return __awaiter(this, void 0, void 0, function* () {
@@ -11955,7 +12081,7 @@ class LogAnalyticsClient {
11955
12081
  * @param ValidateSourceRequest
11956
12082
  * @return ValidateSourceResponse
11957
12083
  * @throws OciError when an error occurs
11958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
12084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
11959
12085
  */
11960
12086
  validateSource(validateSourceRequest) {
11961
12087
  return __awaiter(this, void 0, void 0, function* () {
@@ -12020,7 +12146,7 @@ class LogAnalyticsClient {
12020
12146
  * @param ValidateSourceExtendedFieldDetailsRequest
12021
12147
  * @return ValidateSourceExtendedFieldDetailsResponse
12022
12148
  * @throws OciError when an error occurs
12023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
12149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
12024
12150
  */
12025
12151
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
12026
12152
  return __awaiter(this, void 0, void 0, function* () {
@@ -12080,7 +12206,7 @@ class LogAnalyticsClient {
12080
12206
  * @param ValidateSourceMappingRequest
12081
12207
  * @return ValidateSourceMappingResponse
12082
12208
  * @throws OciError when an error occurs
12083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
12209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
12084
12210
  */
12085
12211
  validateSourceMapping(validateSourceMappingRequest) {
12086
12212
  return __awaiter(this, void 0, void 0, function* () {
@@ -12146,7 +12272,7 @@ class LogAnalyticsClient {
12146
12272
  * @param VerifyRequest
12147
12273
  * @return VerifyResponse
12148
12274
  * @throws OciError when an error occurs
12149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
12275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
12150
12276
  */
12151
12277
  verify(verifyRequest) {
12152
12278
  return __awaiter(this, void 0, void 0, function* () {