oci-loganalytics 2.74.0 → 2.75.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 (208) hide show
  1. package/lib/client.d.ts +202 -192
  2. package/lib/client.js +265 -192
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/export-details.d.ts +7 -8
  5. package/lib/model/export-details.js.map +1 -1
  6. package/lib/request/add-entity-association-request.d.ts +1 -1
  7. package/lib/request/add-source-event-types-request.d.ts +1 -1
  8. package/lib/request/append-lookup-data-request.d.ts +1 -1
  9. package/lib/request/assign-encryption-key-request.d.ts +1 -1
  10. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  11. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  12. package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
  13. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  14. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  15. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  16. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  17. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  18. package/lib/request/clean-request.d.ts +1 -1
  19. package/lib/request/compare-content-request.d.ts +1 -1
  20. package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
  21. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  22. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  23. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  24. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  25. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  26. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  27. package/lib/request/delete-associations-request.d.ts +1 -1
  28. package/lib/request/delete-field-request.d.ts +1 -1
  29. package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
  30. package/lib/request/delete-label-request.d.ts +1 -1
  31. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  32. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  33. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  34. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  35. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  36. package/lib/request/delete-lookup-request.d.ts +1 -1
  37. package/lib/request/delete-parser-request.d.ts +1 -1
  38. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  39. package/lib/request/delete-source-request.d.ts +1 -1
  40. package/lib/request/delete-upload-file-request.d.ts +1 -1
  41. package/lib/request/delete-upload-request.d.ts +1 -1
  42. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  43. package/lib/request/disable-archiving-request.d.ts +1 -1
  44. package/lib/request/disable-auto-association-request.d.ts +1 -1
  45. package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
  46. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  47. package/lib/request/enable-archiving-request.d.ts +1 -1
  48. package/lib/request/enable-auto-association-request.d.ts +1 -1
  49. package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
  50. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  51. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  52. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  53. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  54. package/lib/request/export-custom-content-request.d.ts +1 -1
  55. package/lib/request/export-query-result-request.d.ts +1 -1
  56. package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
  57. package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
  58. package/lib/request/filter-request.d.ts +1 -1
  59. package/lib/request/get-association-summary-request.d.ts +1 -1
  60. package/lib/request/get-category-request.d.ts +1 -1
  61. package/lib/request/get-column-names-request.d.ts +1 -1
  62. package/lib/request/get-config-work-request-request.d.ts +1 -1
  63. package/lib/request/get-field-request.d.ts +1 -1
  64. package/lib/request/get-fields-summary-request.d.ts +1 -1
  65. package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
  66. package/lib/request/get-label-request.d.ts +1 -1
  67. package/lib/request/get-label-summary-request.d.ts +1 -1
  68. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  69. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  70. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  71. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  72. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  73. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  74. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  75. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  76. package/lib/request/get-log-sets-count-request.d.ts +1 -1
  77. package/lib/request/get-lookup-request.d.ts +1 -1
  78. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  79. package/lib/request/get-namespace-request.d.ts +1 -1
  80. package/lib/request/get-parser-request.d.ts +1 -1
  81. package/lib/request/get-parser-summary-request.d.ts +1 -1
  82. package/lib/request/get-preferences-request.d.ts +1 -1
  83. package/lib/request/get-query-result-request.d.ts +1 -1
  84. package/lib/request/get-query-work-request-request.d.ts +1 -1
  85. package/lib/request/get-recall-count-request.d.ts +1 -1
  86. package/lib/request/get-recalled-data-size-request.d.ts +1 -1
  87. package/lib/request/get-rules-summary-request.d.ts +1 -1
  88. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  89. package/lib/request/get-source-request.d.ts +1 -1
  90. package/lib/request/get-source-summary-request.d.ts +1 -1
  91. package/lib/request/get-storage-request.d.ts +1 -1
  92. package/lib/request/get-storage-usage-request.d.ts +1 -1
  93. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  94. package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
  95. package/lib/request/get-upload-request.d.ts +1 -1
  96. package/lib/request/get-work-request-request.d.ts +1 -1
  97. package/lib/request/import-custom-content-request.d.ts +1 -1
  98. package/lib/request/index.d.ts +2 -0
  99. package/lib/request/index.js +3 -1
  100. package/lib/request/index.js.map +1 -1
  101. package/lib/request/list-associable-entities-request.d.ts +1 -1
  102. package/lib/request/list-associated-entities-request.d.ts +1 -1
  103. package/lib/request/list-auto-associations-request.d.ts +1 -1
  104. package/lib/request/list-categories-request.d.ts +1 -1
  105. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  106. package/lib/request/list-effective-properties-request.d.ts +1 -1
  107. package/lib/request/list-encryption-key-info-request.d.ts +1 -1
  108. package/lib/request/list-entity-associations-request.d.ts +1 -1
  109. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  110. package/lib/request/list-fields-request.d.ts +1 -1
  111. package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
  112. package/lib/request/list-label-priorities-request.d.ts +1 -1
  113. package/lib/request/list-label-source-details-request.d.ts +1 -1
  114. package/lib/request/list-labels-request.d.ts +1 -1
  115. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  116. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  117. package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
  118. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  119. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  120. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  121. package/lib/request/list-log-sets-request.d.ts +1 -1
  122. package/lib/request/list-lookups-request.d.ts +1 -1
  123. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  124. package/lib/request/list-namespaces-request.d.ts +1 -1
  125. package/lib/request/list-overlapping-recalls-request.d.ts +1 -1
  126. package/lib/request/list-parser-functions-request.d.ts +1 -1
  127. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  128. package/lib/request/list-parsers-request.d.ts +1 -1
  129. package/lib/request/list-properties-metadata-request.d.ts +1 -1
  130. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  131. package/lib/request/list-recalled-data-request.d.ts +1 -1
  132. package/lib/request/list-resource-categories-request.d.ts +1 -1
  133. package/lib/request/list-rules-request.d.ts +1 -1
  134. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  135. package/lib/request/list-source-associations-request.d.ts +1 -1
  136. package/lib/request/list-source-event-types-request.d.ts +1 -1
  137. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  138. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  139. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  140. package/lib/request/list-source-patterns-request.d.ts +1 -1
  141. package/lib/request/list-sources-request.d.ts +1 -1
  142. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  143. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  144. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  145. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  146. package/lib/request/list-upload-files-request.d.ts +1 -1
  147. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  148. package/lib/request/list-uploads-request.d.ts +1 -1
  149. package/lib/request/list-warnings-request.d.ts +1 -1
  150. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  151. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  152. package/lib/request/list-work-requests-request.d.ts +1 -1
  153. package/lib/request/offboard-namespace-request.d.ts +1 -1
  154. package/lib/request/onboard-namespace-request.d.ts +1 -1
  155. package/lib/request/parse-query-request.d.ts +1 -1
  156. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  157. package/lib/request/purge-storage-data-request.d.ts +1 -1
  158. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  159. package/lib/request/query-request.d.ts +1 -1
  160. package/lib/request/recall-archived-data-request.d.ts +1 -1
  161. package/lib/request/register-lookup-request.d.ts +1 -1
  162. package/lib/request/release-recalled-data-request.d.ts +1 -1
  163. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  164. package/lib/request/remove-preferences-request.d.ts +1 -1
  165. package/lib/request/remove-resource-categories-request.d.ts +1 -1
  166. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  167. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  168. package/lib/request/run-request.d.ts +1 -1
  169. package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
  170. package/lib/request/suggest-request.d.ts +1 -1
  171. package/lib/request/suppress-warning-request.d.ts +1 -1
  172. package/lib/request/test-parser-request.d.ts +1 -1
  173. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  174. package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
  175. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  176. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  177. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  178. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  179. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  180. package/lib/request/update-lookup-data-request.d.ts +1 -1
  181. package/lib/request/update-lookup-request.d.ts +1 -1
  182. package/lib/request/update-preferences-request.d.ts +1 -1
  183. package/lib/request/update-resource-categories-request.d.ts +1 -1
  184. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  185. package/lib/request/update-storage-request.d.ts +1 -1
  186. package/lib/request/upload-discovery-data-request.d.ts +75 -0
  187. package/lib/request/upload-discovery-data-request.js +24 -0
  188. package/lib/request/upload-discovery-data-request.js.map +1 -0
  189. package/lib/request/upload-log-events-file-request.d.ts +1 -1
  190. package/lib/request/upload-log-file-request.d.ts +1 -1
  191. package/lib/request/upsert-associations-request.d.ts +1 -1
  192. package/lib/request/upsert-field-request.d.ts +1 -1
  193. package/lib/request/upsert-label-request.d.ts +1 -1
  194. package/lib/request/upsert-parser-request.d.ts +1 -1
  195. package/lib/request/upsert-source-request.d.ts +1 -1
  196. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  197. package/lib/request/validate-endpoint-request.d.ts +1 -1
  198. package/lib/request/validate-file-request.d.ts +1 -1
  199. package/lib/request/validate-label-condition-request.d.ts +1 -1
  200. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  201. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  202. package/lib/request/validate-source-request.d.ts +1 -1
  203. package/lib/request/verify-request.d.ts +1 -1
  204. package/lib/response/index.d.ts +2 -0
  205. package/lib/response/upload-discovery-data-response.d.ts +27 -0
  206. package/lib/response/upload-discovery-data-response.js +15 -0
  207. package/lib/response/upload-discovery-data-response.js.map +1 -0
  208. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -184,7 +184,7 @@ class LogAnalyticsClient {
184
184
  * @param AddEntityAssociationRequest
185
185
  * @return AddEntityAssociationResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
188
188
  */
189
189
  addEntityAssociation(addEntityAssociationRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +243,7 @@ class LogAnalyticsClient {
243
243
  * @param AddSourceEventTypesRequest
244
244
  * @return AddSourceEventTypesResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
247
247
  */
248
248
  addSourceEventTypes(addSourceEventTypesRequest) {
249
249
  return __awaiter(this, void 0, void 0, function* () {
@@ -301,7 +301,7 @@ class LogAnalyticsClient {
301
301
  * @param AppendLookupDataRequest
302
302
  * @return AppendLookupDataResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
305
305
  */
306
306
  appendLookupData(appendLookupDataRequest) {
307
307
  return __awaiter(this, void 0, void 0, function* () {
@@ -369,7 +369,7 @@ class LogAnalyticsClient {
369
369
  * @param AssignEncryptionKeyRequest
370
370
  * @return AssignEncryptionKeyResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
373
373
  */
374
374
  assignEncryptionKey(assignEncryptionKeyRequest) {
375
375
  return __awaiter(this, void 0, void 0, function* () {
@@ -437,7 +437,7 @@ class LogAnalyticsClient {
437
437
  * @param BatchGetBasicInfoRequest
438
438
  * @return BatchGetBasicInfoResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
441
441
  */
442
442
  batchGetBasicInfo(batchGetBasicInfoRequest) {
443
443
  return __awaiter(this, void 0, void 0, function* () {
@@ -512,7 +512,7 @@ class LogAnalyticsClient {
512
512
  * @param CancelQueryWorkRequestRequest
513
513
  * @return CancelQueryWorkRequestResponse
514
514
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
516
516
  */
517
517
  cancelQueryWorkRequest(cancelQueryWorkRequestRequest) {
518
518
  return __awaiter(this, void 0, void 0, function* () {
@@ -569,7 +569,7 @@ class LogAnalyticsClient {
569
569
  * @param ChangeIngestTimeRuleCompartmentRequest
570
570
  * @return ChangeIngestTimeRuleCompartmentResponse
571
571
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
573
573
  */
574
574
  changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest) {
575
575
  return __awaiter(this, void 0, void 0, function* () {
@@ -627,7 +627,7 @@ class LogAnalyticsClient {
627
627
  * @param ChangeLogAnalyticsEmBridgeCompartmentRequest
628
628
  * @return ChangeLogAnalyticsEmBridgeCompartmentResponse
629
629
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
631
631
  */
632
632
  changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest) {
633
633
  return __awaiter(this, void 0, void 0, function* () {
@@ -685,7 +685,7 @@ class LogAnalyticsClient {
685
685
  * @param ChangeLogAnalyticsEntityCompartmentRequest
686
686
  * @return ChangeLogAnalyticsEntityCompartmentResponse
687
687
  * @throws OciError when an error occurs
688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
689
689
  */
690
690
  changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest) {
691
691
  return __awaiter(this, void 0, void 0, function* () {
@@ -744,7 +744,7 @@ class LogAnalyticsClient {
744
744
  * @param ChangeLogAnalyticsLogGroupCompartmentRequest
745
745
  * @return ChangeLogAnalyticsLogGroupCompartmentResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
748
748
  */
749
749
  changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest) {
750
750
  return __awaiter(this, void 0, void 0, function* () {
@@ -802,7 +802,7 @@ class LogAnalyticsClient {
802
802
  * @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
803
803
  * @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
804
804
  * @throws OciError when an error occurs
805
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
806
806
  */
807
807
  changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest) {
808
808
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,7 +860,7 @@ class LogAnalyticsClient {
860
860
  * @param ChangeScheduledTaskCompartmentRequest
861
861
  * @return ChangeScheduledTaskCompartmentResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
864
864
  */
865
865
  changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest) {
866
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -920,7 +920,7 @@ class LogAnalyticsClient {
920
920
  * @param CleanRequest
921
921
  * @return CleanResponse
922
922
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
924
924
  */
925
925
  clean(cleanRequest) {
926
926
  return __awaiter(this, void 0, void 0, function* () {
@@ -980,7 +980,7 @@ class LogAnalyticsClient {
980
980
  * @param CompareContentRequest
981
981
  * @return CompareContentResponse
982
982
  * @throws OciError when an error occurs
983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
984
984
  */
985
985
  compareContent(compareContentRequest) {
986
986
  return __awaiter(this, void 0, void 0, function* () {
@@ -1040,7 +1040,7 @@ class LogAnalyticsClient {
1040
1040
  * @param CreateIngestTimeRuleRequest
1041
1041
  * @return CreateIngestTimeRuleResponse
1042
1042
  * @throws OciError when an error occurs
1043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
1043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
1044
1044
  */
1045
1045
  createIngestTimeRule(createIngestTimeRuleRequest) {
1046
1046
  return __awaiter(this, void 0, void 0, function* () {
@@ -1105,7 +1105,7 @@ class LogAnalyticsClient {
1105
1105
  * @param CreateLogAnalyticsEmBridgeRequest
1106
1106
  * @return CreateLogAnalyticsEmBridgeResponse
1107
1107
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
1109
1109
  */
1110
1110
  createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest) {
1111
1111
  return __awaiter(this, void 0, void 0, function* () {
@@ -1170,7 +1170,7 @@ class LogAnalyticsClient {
1170
1170
  * @param CreateLogAnalyticsEntityRequest
1171
1171
  * @return CreateLogAnalyticsEntityResponse
1172
1172
  * @throws OciError when an error occurs
1173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
1173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
1174
1174
  */
1175
1175
  createLogAnalyticsEntity(createLogAnalyticsEntityRequest) {
1176
1176
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1235,7 @@ class LogAnalyticsClient {
1235
1235
  * @param CreateLogAnalyticsEntityTypeRequest
1236
1236
  * @return CreateLogAnalyticsEntityTypeResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
1239
1239
  */
1240
1240
  createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest) {
1241
1241
  return __awaiter(this, void 0, void 0, function* () {
@@ -1292,7 +1292,7 @@ class LogAnalyticsClient {
1292
1292
  * @param CreateLogAnalyticsLogGroupRequest
1293
1293
  * @return CreateLogAnalyticsLogGroupResponse
1294
1294
  * @throws OciError when an error occurs
1295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
1295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
1296
1296
  */
1297
1297
  createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest) {
1298
1298
  return __awaiter(this, void 0, void 0, function* () {
@@ -1357,7 +1357,7 @@ class LogAnalyticsClient {
1357
1357
  * @param CreateLogAnalyticsObjectCollectionRuleRequest
1358
1358
  * @return CreateLogAnalyticsObjectCollectionRuleResponse
1359
1359
  * @throws OciError when an error occurs
1360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
1361
1361
  */
1362
1362
  createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest) {
1363
1363
  return __awaiter(this, void 0, void 0, function* () {
@@ -1421,7 +1421,7 @@ class LogAnalyticsClient {
1421
1421
  * @param CreateScheduledTaskRequest
1422
1422
  * @return CreateScheduledTaskResponse
1423
1423
  * @throws OciError when an error occurs
1424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
1425
1425
  */
1426
1426
  createScheduledTask(createScheduledTaskRequest) {
1427
1427
  return __awaiter(this, void 0, void 0, function* () {
@@ -1487,7 +1487,7 @@ class LogAnalyticsClient {
1487
1487
  * @param DeleteAssociationsRequest
1488
1488
  * @return DeleteAssociationsResponse
1489
1489
  * @throws OciError when an error occurs
1490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
1491
1491
  */
1492
1492
  deleteAssociations(deleteAssociationsRequest) {
1493
1493
  return __awaiter(this, void 0, void 0, function* () {
@@ -1549,7 +1549,7 @@ class LogAnalyticsClient {
1549
1549
  * @param DeleteFieldRequest
1550
1550
  * @return DeleteFieldResponse
1551
1551
  * @throws OciError when an error occurs
1552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
1553
1553
  */
1554
1554
  deleteField(deleteFieldRequest) {
1555
1555
  return __awaiter(this, void 0, void 0, function* () {
@@ -1607,7 +1607,7 @@ class LogAnalyticsClient {
1607
1607
  * @param DeleteIngestTimeRuleRequest
1608
1608
  * @return DeleteIngestTimeRuleResponse
1609
1609
  * @throws OciError when an error occurs
1610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
1610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
1611
1611
  */
1612
1612
  deleteIngestTimeRule(deleteIngestTimeRuleRequest) {
1613
1613
  return __awaiter(this, void 0, void 0, function* () {
@@ -1664,7 +1664,7 @@ class LogAnalyticsClient {
1664
1664
  * @param DeleteLabelRequest
1665
1665
  * @return DeleteLabelResponse
1666
1666
  * @throws OciError when an error occurs
1667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
1668
1668
  */
1669
1669
  deleteLabel(deleteLabelRequest) {
1670
1670
  return __awaiter(this, void 0, void 0, function* () {
@@ -1721,7 +1721,7 @@ class LogAnalyticsClient {
1721
1721
  * @param DeleteLogAnalyticsEmBridgeRequest
1722
1722
  * @return DeleteLogAnalyticsEmBridgeResponse
1723
1723
  * @throws OciError when an error occurs
1724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
1725
1725
  */
1726
1726
  deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest) {
1727
1727
  return __awaiter(this, void 0, void 0, function* () {
@@ -1779,7 +1779,7 @@ class LogAnalyticsClient {
1779
1779
  * @param DeleteLogAnalyticsEntityRequest
1780
1780
  * @return DeleteLogAnalyticsEntityResponse
1781
1781
  * @throws OciError when an error occurs
1782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
1783
1783
  */
1784
1784
  deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest) {
1785
1785
  return __awaiter(this, void 0, void 0, function* () {
@@ -1835,7 +1835,7 @@ class LogAnalyticsClient {
1835
1835
  * @param DeleteLogAnalyticsEntityTypeRequest
1836
1836
  * @return DeleteLogAnalyticsEntityTypeResponse
1837
1837
  * @throws OciError when an error occurs
1838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
1839
1839
  */
1840
1840
  deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest) {
1841
1841
  return __awaiter(this, void 0, void 0, function* () {
@@ -1892,7 +1892,7 @@ class LogAnalyticsClient {
1892
1892
  * @param DeleteLogAnalyticsLogGroupRequest
1893
1893
  * @return DeleteLogAnalyticsLogGroupResponse
1894
1894
  * @throws OciError when an error occurs
1895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
1896
1896
  */
1897
1897
  deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest) {
1898
1898
  return __awaiter(this, void 0, void 0, function* () {
@@ -1950,7 +1950,7 @@ class LogAnalyticsClient {
1950
1950
  * @param DeleteLogAnalyticsObjectCollectionRuleRequest
1951
1951
  * @return DeleteLogAnalyticsObjectCollectionRuleResponse
1952
1952
  * @throws OciError when an error occurs
1953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
1954
1954
  */
1955
1955
  deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest) {
1956
1956
  return __awaiter(this, void 0, void 0, function* () {
@@ -2007,7 +2007,7 @@ class LogAnalyticsClient {
2007
2007
  * @param DeleteLookupRequest
2008
2008
  * @return DeleteLookupResponse
2009
2009
  * @throws OciError when an error occurs
2010
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
2010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
2011
2011
  */
2012
2012
  deleteLookup(deleteLookupRequest) {
2013
2013
  return __awaiter(this, void 0, void 0, function* () {
@@ -2072,7 +2072,7 @@ class LogAnalyticsClient {
2072
2072
  * @param DeleteParserRequest
2073
2073
  * @return DeleteParserResponse
2074
2074
  * @throws OciError when an error occurs
2075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
2075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
2076
2076
  */
2077
2077
  deleteParser(deleteParserRequest) {
2078
2078
  return __awaiter(this, void 0, void 0, function* () {
@@ -2129,7 +2129,7 @@ class LogAnalyticsClient {
2129
2129
  * @param DeleteScheduledTaskRequest
2130
2130
  * @return DeleteScheduledTaskResponse
2131
2131
  * @throws OciError when an error occurs
2132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
2132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
2133
2133
  */
2134
2134
  deleteScheduledTask(deleteScheduledTaskRequest) {
2135
2135
  return __awaiter(this, void 0, void 0, function* () {
@@ -2186,7 +2186,7 @@ class LogAnalyticsClient {
2186
2186
  * @param DeleteSourceRequest
2187
2187
  * @return DeleteSourceResponse
2188
2188
  * @throws OciError when an error occurs
2189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
2189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
2190
2190
  */
2191
2191
  deleteSource(deleteSourceRequest) {
2192
2192
  return __awaiter(this, void 0, void 0, function* () {
@@ -2245,7 +2245,7 @@ class LogAnalyticsClient {
2245
2245
  * @param DeleteUploadRequest
2246
2246
  * @return DeleteUploadResponse
2247
2247
  * @throws OciError when an error occurs
2248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
2248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
2249
2249
  */
2250
2250
  deleteUpload(deleteUploadRequest) {
2251
2251
  return __awaiter(this, void 0, void 0, function* () {
@@ -2313,7 +2313,7 @@ class LogAnalyticsClient {
2313
2313
  * @param DeleteUploadFileRequest
2314
2314
  * @return DeleteUploadFileResponse
2315
2315
  * @throws OciError when an error occurs
2316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
2316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
2317
2317
  */
2318
2318
  deleteUploadFile(deleteUploadFileRequest) {
2319
2319
  return __awaiter(this, void 0, void 0, function* () {
@@ -2380,7 +2380,7 @@ class LogAnalyticsClient {
2380
2380
  * @param DeleteUploadWarningRequest
2381
2381
  * @return DeleteUploadWarningResponse
2382
2382
  * @throws OciError when an error occurs
2383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
2383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
2384
2384
  */
2385
2385
  deleteUploadWarning(deleteUploadWarningRequest) {
2386
2386
  return __awaiter(this, void 0, void 0, function* () {
@@ -2437,7 +2437,7 @@ class LogAnalyticsClient {
2437
2437
  * @param DisableArchivingRequest
2438
2438
  * @return DisableArchivingResponse
2439
2439
  * @throws OciError when an error occurs
2440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
2440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
2441
2441
  */
2442
2442
  disableArchiving(disableArchivingRequest) {
2443
2443
  return __awaiter(this, void 0, void 0, function* () {
@@ -2504,7 +2504,7 @@ class LogAnalyticsClient {
2504
2504
  * @param DisableAutoAssociationRequest
2505
2505
  * @return DisableAutoAssociationResponse
2506
2506
  * @throws OciError when an error occurs
2507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
2508
2508
  */
2509
2509
  disableAutoAssociation(disableAutoAssociationRequest) {
2510
2510
  return __awaiter(this, void 0, void 0, function* () {
@@ -2567,7 +2567,7 @@ class LogAnalyticsClient {
2567
2567
  * @param DisableIngestTimeRuleRequest
2568
2568
  * @return DisableIngestTimeRuleResponse
2569
2569
  * @throws OciError when an error occurs
2570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
2570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
2571
2571
  */
2572
2572
  disableIngestTimeRule(disableIngestTimeRuleRequest) {
2573
2573
  return __awaiter(this, void 0, void 0, function* () {
@@ -2629,7 +2629,7 @@ class LogAnalyticsClient {
2629
2629
  * @param DisableSourceEventTypesRequest
2630
2630
  * @return DisableSourceEventTypesResponse
2631
2631
  * @throws OciError when an error occurs
2632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
2633
2633
  */
2634
2634
  disableSourceEventTypes(disableSourceEventTypesRequest) {
2635
2635
  return __awaiter(this, void 0, void 0, function* () {
@@ -2687,7 +2687,7 @@ class LogAnalyticsClient {
2687
2687
  * @param EnableArchivingRequest
2688
2688
  * @return EnableArchivingResponse
2689
2689
  * @throws OciError when an error occurs
2690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
2691
2691
  */
2692
2692
  enableArchiving(enableArchivingRequest) {
2693
2693
  return __awaiter(this, void 0, void 0, function* () {
@@ -2754,7 +2754,7 @@ class LogAnalyticsClient {
2754
2754
  * @param EnableAutoAssociationRequest
2755
2755
  * @return EnableAutoAssociationResponse
2756
2756
  * @throws OciError when an error occurs
2757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
2758
2758
  */
2759
2759
  enableAutoAssociation(enableAutoAssociationRequest) {
2760
2760
  return __awaiter(this, void 0, void 0, function* () {
@@ -2817,7 +2817,7 @@ class LogAnalyticsClient {
2817
2817
  * @param EnableIngestTimeRuleRequest
2818
2818
  * @return EnableIngestTimeRuleResponse
2819
2819
  * @throws OciError when an error occurs
2820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
2820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
2821
2821
  */
2822
2822
  enableIngestTimeRule(enableIngestTimeRuleRequest) {
2823
2823
  return __awaiter(this, void 0, void 0, function* () {
@@ -2879,7 +2879,7 @@ class LogAnalyticsClient {
2879
2879
  * @param EnableSourceEventTypesRequest
2880
2880
  * @return EnableSourceEventTypesResponse
2881
2881
  * @throws OciError when an error occurs
2882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
2883
2883
  */
2884
2884
  enableSourceEventTypes(enableSourceEventTypesRequest) {
2885
2885
  return __awaiter(this, void 0, void 0, function* () {
@@ -2937,7 +2937,7 @@ class LogAnalyticsClient {
2937
2937
  * @param EstimatePurgeDataSizeRequest
2938
2938
  * @return EstimatePurgeDataSizeResponse
2939
2939
  * @throws OciError when an error occurs
2940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
2941
2941
  */
2942
2942
  estimatePurgeDataSize(estimatePurgeDataSizeRequest) {
2943
2943
  return __awaiter(this, void 0, void 0, function* () {
@@ -3004,7 +3004,7 @@ class LogAnalyticsClient {
3004
3004
  * @param EstimateRecallDataSizeRequest
3005
3005
  * @return EstimateRecallDataSizeResponse
3006
3006
  * @throws OciError when an error occurs
3007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
3007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
3008
3008
  */
3009
3009
  estimateRecallDataSize(estimateRecallDataSizeRequest) {
3010
3010
  return __awaiter(this, void 0, void 0, function* () {
@@ -3064,7 +3064,7 @@ class LogAnalyticsClient {
3064
3064
  * @param EstimateReleaseDataSizeRequest
3065
3065
  * @return EstimateReleaseDataSizeResponse
3066
3066
  * @throws OciError when an error occurs
3067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
3067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
3068
3068
  */
3069
3069
  estimateReleaseDataSize(estimateReleaseDataSizeRequest) {
3070
3070
  return __awaiter(this, void 0, void 0, function* () {
@@ -3124,7 +3124,7 @@ class LogAnalyticsClient {
3124
3124
  * @param ExportCustomContentRequest
3125
3125
  * @return ExportCustomContentResponse
3126
3126
  * @throws OciError when an error occurs
3127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
3127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
3128
3128
  */
3129
3129
  exportCustomContent(exportCustomContentRequest) {
3130
3130
  return __awaiter(this, void 0, void 0, function* () {
@@ -3183,7 +3183,7 @@ class LogAnalyticsClient {
3183
3183
  * @param ExportQueryResultRequest
3184
3184
  * @return ExportQueryResultResponse
3185
3185
  * @throws OciError when an error occurs
3186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
3186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
3187
3187
  */
3188
3188
  exportQueryResult(exportQueryResultRequest) {
3189
3189
  return __awaiter(this, void 0, void 0, function* () {
@@ -3242,7 +3242,7 @@ class LogAnalyticsClient {
3242
3242
  * @param ExtractStructuredLogFieldPathsRequest
3243
3243
  * @return ExtractStructuredLogFieldPathsResponse
3244
3244
  * @throws OciError when an error occurs
3245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
3245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
3246
3246
  */
3247
3247
  extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest) {
3248
3248
  return __awaiter(this, void 0, void 0, function* () {
@@ -3305,7 +3305,7 @@ class LogAnalyticsClient {
3305
3305
  * @param ExtractStructuredLogHeaderPathsRequest
3306
3306
  * @return ExtractStructuredLogHeaderPathsResponse
3307
3307
  * @throws OciError when an error occurs
3308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
3308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
3309
3309
  */
3310
3310
  extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest) {
3311
3311
  return __awaiter(this, void 0, void 0, function* () {
@@ -3367,7 +3367,7 @@ class LogAnalyticsClient {
3367
3367
  * @param FilterRequest
3368
3368
  * @return FilterResponse
3369
3369
  * @throws OciError when an error occurs
3370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
3370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
3371
3371
  */
3372
3372
  filter(filterRequest) {
3373
3373
  return __awaiter(this, void 0, void 0, function* () {
@@ -3427,7 +3427,7 @@ class LogAnalyticsClient {
3427
3427
  * @param GetAssociationSummaryRequest
3428
3428
  * @return GetAssociationSummaryResponse
3429
3429
  * @throws OciError when an error occurs
3430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
3430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
3431
3431
  */
3432
3432
  getAssociationSummary(getAssociationSummaryRequest) {
3433
3433
  return __awaiter(this, void 0, void 0, function* () {
@@ -3488,7 +3488,7 @@ class LogAnalyticsClient {
3488
3488
  * @param GetCategoryRequest
3489
3489
  * @return GetCategoryResponse
3490
3490
  * @throws OciError when an error occurs
3491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
3491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
3492
3492
  */
3493
3493
  getCategory(getCategoryRequest) {
3494
3494
  return __awaiter(this, void 0, void 0, function* () {
@@ -3548,7 +3548,7 @@ class LogAnalyticsClient {
3548
3548
  * @param GetColumnNamesRequest
3549
3549
  * @return GetColumnNamesResponse
3550
3550
  * @throws OciError when an error occurs
3551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
3551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
3552
3552
  */
3553
3553
  getColumnNames(getColumnNamesRequest) {
3554
3554
  return __awaiter(this, void 0, void 0, function* () {
@@ -3610,7 +3610,7 @@ class LogAnalyticsClient {
3610
3610
  * @param GetConfigWorkRequestRequest
3611
3611
  * @return GetConfigWorkRequestResponse
3612
3612
  * @throws OciError when an error occurs
3613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
3613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
3614
3614
  */
3615
3615
  getConfigWorkRequest(getConfigWorkRequestRequest) {
3616
3616
  return __awaiter(this, void 0, void 0, function* () {
@@ -3670,7 +3670,7 @@ class LogAnalyticsClient {
3670
3670
  * @param GetFieldRequest
3671
3671
  * @return GetFieldResponse
3672
3672
  * @throws OciError when an error occurs
3673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
3673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
3674
3674
  */
3675
3675
  getField(getFieldRequest) {
3676
3676
  return __awaiter(this, void 0, void 0, function* () {
@@ -3735,7 +3735,7 @@ class LogAnalyticsClient {
3735
3735
  * @param GetFieldsSummaryRequest
3736
3736
  * @return GetFieldsSummaryResponse
3737
3737
  * @throws OciError when an error occurs
3738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
3738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
3739
3739
  */
3740
3740
  getFieldsSummary(getFieldsSummaryRequest) {
3741
3741
  return __awaiter(this, void 0, void 0, function* () {
@@ -3796,7 +3796,7 @@ class LogAnalyticsClient {
3796
3796
  * @param GetIngestTimeRuleRequest
3797
3797
  * @return GetIngestTimeRuleResponse
3798
3798
  * @throws OciError when an error occurs
3799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
3799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
3800
3800
  */
3801
3801
  getIngestTimeRule(getIngestTimeRuleRequest) {
3802
3802
  return __awaiter(this, void 0, void 0, function* () {
@@ -3861,7 +3861,7 @@ class LogAnalyticsClient {
3861
3861
  * @param GetLabelRequest
3862
3862
  * @return GetLabelResponse
3863
3863
  * @throws OciError when an error occurs
3864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
3865
3865
  */
3866
3866
  getLabel(getLabelRequest) {
3867
3867
  return __awaiter(this, void 0, void 0, function* () {
@@ -3926,7 +3926,7 @@ class LogAnalyticsClient {
3926
3926
  * @param GetLabelSummaryRequest
3927
3927
  * @return GetLabelSummaryResponse
3928
3928
  * @throws OciError when an error occurs
3929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
3930
3930
  */
3931
3931
  getLabelSummary(getLabelSummaryRequest) {
3932
3932
  return __awaiter(this, void 0, void 0, function* () {
@@ -3984,7 +3984,7 @@ class LogAnalyticsClient {
3984
3984
  * @param GetLogAnalyticsEmBridgeRequest
3985
3985
  * @return GetLogAnalyticsEmBridgeResponse
3986
3986
  * @throws OciError when an error occurs
3987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
3988
3988
  */
3989
3989
  getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest) {
3990
3990
  return __awaiter(this, void 0, void 0, function* () {
@@ -4048,7 +4048,7 @@ class LogAnalyticsClient {
4048
4048
  * @param GetLogAnalyticsEmBridgeSummaryRequest
4049
4049
  * @return GetLogAnalyticsEmBridgeSummaryResponse
4050
4050
  * @throws OciError when an error occurs
4051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
4051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
4052
4052
  */
4053
4053
  getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest) {
4054
4054
  return __awaiter(this, void 0, void 0, function* () {
@@ -4108,7 +4108,7 @@ class LogAnalyticsClient {
4108
4108
  * @param GetLogAnalyticsEntitiesSummaryRequest
4109
4109
  * @return GetLogAnalyticsEntitiesSummaryResponse
4110
4110
  * @throws OciError when an error occurs
4111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
4111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
4112
4112
  */
4113
4113
  getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest) {
4114
4114
  return __awaiter(this, void 0, void 0, function* () {
@@ -4168,7 +4168,7 @@ class LogAnalyticsClient {
4168
4168
  * @param GetLogAnalyticsEntityRequest
4169
4169
  * @return GetLogAnalyticsEntityResponse
4170
4170
  * @throws OciError when an error occurs
4171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
4171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
4172
4172
  */
4173
4173
  getLogAnalyticsEntity(getLogAnalyticsEntityRequest) {
4174
4174
  return __awaiter(this, void 0, void 0, function* () {
@@ -4232,7 +4232,7 @@ class LogAnalyticsClient {
4232
4232
  * @param GetLogAnalyticsEntityTypeRequest
4233
4233
  * @return GetLogAnalyticsEntityTypeResponse
4234
4234
  * @throws OciError when an error occurs
4235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
4235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
4236
4236
  */
4237
4237
  getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest) {
4238
4238
  return __awaiter(this, void 0, void 0, function* () {
@@ -4297,7 +4297,7 @@ class LogAnalyticsClient {
4297
4297
  * @param GetLogAnalyticsLogGroupRequest
4298
4298
  * @return GetLogAnalyticsLogGroupResponse
4299
4299
  * @throws OciError when an error occurs
4300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
4300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
4301
4301
  */
4302
4302
  getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest) {
4303
4303
  return __awaiter(this, void 0, void 0, function* () {
@@ -4362,7 +4362,7 @@ class LogAnalyticsClient {
4362
4362
  * @param GetLogAnalyticsLogGroupsSummaryRequest
4363
4363
  * @return GetLogAnalyticsLogGroupsSummaryResponse
4364
4364
  * @throws OciError when an error occurs
4365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
4365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
4366
4366
  */
4367
4367
  getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest) {
4368
4368
  return __awaiter(this, void 0, void 0, function* () {
@@ -4422,7 +4422,7 @@ class LogAnalyticsClient {
4422
4422
  * @param GetLogAnalyticsObjectCollectionRuleRequest
4423
4423
  * @return GetLogAnalyticsObjectCollectionRuleResponse
4424
4424
  * @throws OciError when an error occurs
4425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
4425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
4426
4426
  */
4427
4427
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest) {
4428
4428
  return __awaiter(this, void 0, void 0, function* () {
@@ -4487,7 +4487,7 @@ class LogAnalyticsClient {
4487
4487
  * @param GetLogSetsCountRequest
4488
4488
  * @return GetLogSetsCountResponse
4489
4489
  * @throws OciError when an error occurs
4490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
4490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
4491
4491
  */
4492
4492
  getLogSetsCount(getLogSetsCountRequest) {
4493
4493
  return __awaiter(this, void 0, void 0, function* () {
@@ -4546,7 +4546,7 @@ class LogAnalyticsClient {
4546
4546
  * @param GetLookupRequest
4547
4547
  * @return GetLookupResponse
4548
4548
  * @throws OciError when an error occurs
4549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
4549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
4550
4550
  */
4551
4551
  getLookup(getLookupRequest) {
4552
4552
  return __awaiter(this, void 0, void 0, function* () {
@@ -4610,7 +4610,7 @@ class LogAnalyticsClient {
4610
4610
  * @param GetLookupSummaryRequest
4611
4611
  * @return GetLookupSummaryResponse
4612
4612
  * @throws OciError when an error occurs
4613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
4613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
4614
4614
  */
4615
4615
  getLookupSummary(getLookupSummaryRequest) {
4616
4616
  return __awaiter(this, void 0, void 0, function* () {
@@ -4669,7 +4669,7 @@ class LogAnalyticsClient {
4669
4669
  * @param GetNamespaceRequest
4670
4670
  * @return GetNamespaceResponse
4671
4671
  * @throws OciError when an error occurs
4672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4673
4673
  */
4674
4674
  getNamespace(getNamespaceRequest) {
4675
4675
  return __awaiter(this, void 0, void 0, function* () {
@@ -4733,7 +4733,7 @@ class LogAnalyticsClient {
4733
4733
  * @param GetParserRequest
4734
4734
  * @return GetParserResponse
4735
4735
  * @throws OciError when an error occurs
4736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
4736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
4737
4737
  */
4738
4738
  getParser(getParserRequest) {
4739
4739
  return __awaiter(this, void 0, void 0, function* () {
@@ -4798,7 +4798,7 @@ class LogAnalyticsClient {
4798
4798
  * @param GetParserSummaryRequest
4799
4799
  * @return GetParserSummaryResponse
4800
4800
  * @throws OciError when an error occurs
4801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
4801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
4802
4802
  */
4803
4803
  getParserSummary(getParserSummaryRequest) {
4804
4804
  return __awaiter(this, void 0, void 0, function* () {
@@ -4857,7 +4857,7 @@ class LogAnalyticsClient {
4857
4857
  * @param GetPreferencesRequest
4858
4858
  * @return GetPreferencesResponse
4859
4859
  * @throws OciError when an error occurs
4860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
4860
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
4861
4861
  */
4862
4862
  getPreferences(getPreferencesRequest) {
4863
4863
  return __awaiter(this, void 0, void 0, function* () {
@@ -4932,7 +4932,7 @@ class LogAnalyticsClient {
4932
4932
  * @param GetQueryResultRequest
4933
4933
  * @return GetQueryResultResponse
4934
4934
  * @throws OciError when an error occurs
4935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
4936
4936
  */
4937
4937
  getQueryResult(getQueryResultRequest) {
4938
4938
  return __awaiter(this, void 0, void 0, function* () {
@@ -5012,7 +5012,7 @@ class LogAnalyticsClient {
5012
5012
  * @param GetQueryWorkRequestRequest
5013
5013
  * @return GetQueryWorkRequestResponse
5014
5014
  * @throws OciError when an error occurs
5015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
5015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
5016
5016
  */
5017
5017
  getQueryWorkRequest(getQueryWorkRequestRequest) {
5018
5018
  return __awaiter(this, void 0, void 0, function* () {
@@ -5082,7 +5082,7 @@ class LogAnalyticsClient {
5082
5082
  * @param GetRecallCountRequest
5083
5083
  * @return GetRecallCountResponse
5084
5084
  * @throws OciError when an error occurs
5085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
5085
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
5086
5086
  */
5087
5087
  getRecallCount(getRecallCountRequest) {
5088
5088
  return __awaiter(this, void 0, void 0, function* () {
@@ -5141,7 +5141,7 @@ class LogAnalyticsClient {
5141
5141
  * @param GetRecalledDataSizeRequest
5142
5142
  * @return GetRecalledDataSizeResponse
5143
5143
  * @throws OciError when an error occurs
5144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
5144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
5145
5145
  */
5146
5146
  getRecalledDataSize(getRecalledDataSizeRequest) {
5147
5147
  return __awaiter(this, void 0, void 0, function* () {
@@ -5213,7 +5213,7 @@ class LogAnalyticsClient {
5213
5213
  * @param GetRulesSummaryRequest
5214
5214
  * @return GetRulesSummaryResponse
5215
5215
  * @throws OciError when an error occurs
5216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
5216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
5217
5217
  */
5218
5218
  getRulesSummary(getRulesSummaryRequest) {
5219
5219
  return __awaiter(this, void 0, void 0, function* () {
@@ -5273,7 +5273,7 @@ class LogAnalyticsClient {
5273
5273
  * @param GetScheduledTaskRequest
5274
5274
  * @return GetScheduledTaskResponse
5275
5275
  * @throws OciError when an error occurs
5276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
5276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
5277
5277
  */
5278
5278
  getScheduledTask(getScheduledTaskRequest) {
5279
5279
  return __awaiter(this, void 0, void 0, function* () {
@@ -5338,7 +5338,7 @@ class LogAnalyticsClient {
5338
5338
  * @param GetSourceRequest
5339
5339
  * @return GetSourceResponse
5340
5340
  * @throws OciError when an error occurs
5341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
5341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
5342
5342
  */
5343
5343
  getSource(getSourceRequest) {
5344
5344
  return __awaiter(this, void 0, void 0, function* () {
@@ -5405,7 +5405,7 @@ class LogAnalyticsClient {
5405
5405
  * @param GetSourceSummaryRequest
5406
5406
  * @return GetSourceSummaryResponse
5407
5407
  * @throws OciError when an error occurs
5408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
5408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
5409
5409
  */
5410
5410
  getSourceSummary(getSourceSummaryRequest) {
5411
5411
  return __awaiter(this, void 0, void 0, function* () {
@@ -5464,7 +5464,7 @@ class LogAnalyticsClient {
5464
5464
  * @param GetStorageRequest
5465
5465
  * @return GetStorageResponse
5466
5466
  * @throws OciError when an error occurs
5467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
5467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
5468
5468
  */
5469
5469
  getStorage(getStorageRequest) {
5470
5470
  return __awaiter(this, void 0, void 0, function* () {
@@ -5529,7 +5529,7 @@ class LogAnalyticsClient {
5529
5529
  * @param GetStorageUsageRequest
5530
5530
  * @return GetStorageUsageResponse
5531
5531
  * @throws OciError when an error occurs
5532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
5532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
5533
5533
  */
5534
5534
  getStorageUsage(getStorageUsageRequest) {
5535
5535
  return __awaiter(this, void 0, void 0, function* () {
@@ -5589,7 +5589,7 @@ class LogAnalyticsClient {
5589
5589
  * @param GetStorageWorkRequestRequest
5590
5590
  * @return GetStorageWorkRequestResponse
5591
5591
  * @throws OciError when an error occurs
5592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
5592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
5593
5593
  */
5594
5594
  getStorageWorkRequest(getStorageWorkRequestRequest) {
5595
5595
  return __awaiter(this, void 0, void 0, function* () {
@@ -5659,7 +5659,7 @@ class LogAnalyticsClient {
5659
5659
  * @param GetUnprocessedDataBucketRequest
5660
5660
  * @return GetUnprocessedDataBucketResponse
5661
5661
  * @throws OciError when an error occurs
5662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
5662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
5663
5663
  */
5664
5664
  getUnprocessedDataBucket(getUnprocessedDataBucketRequest) {
5665
5665
  return __awaiter(this, void 0, void 0, function* () {
@@ -5717,7 +5717,7 @@ class LogAnalyticsClient {
5717
5717
  * @param GetUploadRequest
5718
5718
  * @return GetUploadResponse
5719
5719
  * @throws OciError when an error occurs
5720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
5720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
5721
5721
  */
5722
5722
  getUpload(getUploadRequest) {
5723
5723
  return __awaiter(this, void 0, void 0, function* () {
@@ -5781,7 +5781,7 @@ class LogAnalyticsClient {
5781
5781
  * @param GetWorkRequestRequest
5782
5782
  * @return GetWorkRequestResponse
5783
5783
  * @throws OciError when an error occurs
5784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5785
5785
  */
5786
5786
  getWorkRequest(getWorkRequestRequest) {
5787
5787
  return __awaiter(this, void 0, void 0, function* () {
@@ -5846,7 +5846,7 @@ class LogAnalyticsClient {
5846
5846
  * @param ImportCustomContentRequest
5847
5847
  * @return ImportCustomContentResponse
5848
5848
  * @throws OciError when an error occurs
5849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
5849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
5850
5850
  */
5851
5851
  importCustomContent(importCustomContentRequest) {
5852
5852
  return __awaiter(this, void 0, void 0, function* () {
@@ -5910,7 +5910,7 @@ class LogAnalyticsClient {
5910
5910
  * @param ListAssociableEntitiesRequest
5911
5911
  * @return ListAssociableEntitiesResponse
5912
5912
  * @throws OciError when an error occurs
5913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
5913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
5914
5914
  */
5915
5915
  listAssociableEntities(listAssociableEntitiesRequest) {
5916
5916
  return __awaiter(this, void 0, void 0, function* () {
@@ -5988,7 +5988,7 @@ class LogAnalyticsClient {
5988
5988
  * @param ListAssociatedEntitiesRequest
5989
5989
  * @return ListAssociatedEntitiesResponse
5990
5990
  * @throws OciError when an error occurs
5991
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
5991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
5992
5992
  */
5993
5993
  listAssociatedEntities(listAssociatedEntitiesRequest) {
5994
5994
  return __awaiter(this, void 0, void 0, function* () {
@@ -6066,7 +6066,7 @@ class LogAnalyticsClient {
6066
6066
  * @param ListAutoAssociationsRequest
6067
6067
  * @return ListAutoAssociationsResponse
6068
6068
  * @throws OciError when an error occurs
6069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
6069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
6070
6070
  */
6071
6071
  listAutoAssociations(listAutoAssociationsRequest) {
6072
6072
  return __awaiter(this, void 0, void 0, function* () {
@@ -6141,7 +6141,7 @@ class LogAnalyticsClient {
6141
6141
  * @param ListCategoriesRequest
6142
6142
  * @return ListCategoriesResponse
6143
6143
  * @throws OciError when an error occurs
6144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
6144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
6145
6145
  */
6146
6146
  listCategories(listCategoriesRequest) {
6147
6147
  return __awaiter(this, void 0, void 0, function* () {
@@ -6218,7 +6218,7 @@ class LogAnalyticsClient {
6218
6218
  * @param ListConfigWorkRequestsRequest
6219
6219
  * @return ListConfigWorkRequestsResponse
6220
6220
  * @throws OciError when an error occurs
6221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
6221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
6222
6222
  */
6223
6223
  listConfigWorkRequests(listConfigWorkRequestsRequest) {
6224
6224
  return __awaiter(this, void 0, void 0, function* () {
@@ -6292,7 +6292,7 @@ class LogAnalyticsClient {
6292
6292
  * @param ListEffectivePropertiesRequest
6293
6293
  * @return ListEffectivePropertiesResponse
6294
6294
  * @throws OciError when an error occurs
6295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
6295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
6296
6296
  */
6297
6297
  listEffectiveProperties(listEffectivePropertiesRequest) {
6298
6298
  return __awaiter(this, void 0, void 0, function* () {
@@ -6371,7 +6371,7 @@ class LogAnalyticsClient {
6371
6371
  * @param ListEncryptionKeyInfoRequest
6372
6372
  * @return ListEncryptionKeyInfoResponse
6373
6373
  * @throws OciError when an error occurs
6374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
6374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
6375
6375
  */
6376
6376
  listEncryptionKeyInfo(listEncryptionKeyInfoRequest) {
6377
6377
  return __awaiter(this, void 0, void 0, function* () {
@@ -6429,7 +6429,7 @@ class LogAnalyticsClient {
6429
6429
  * @param ListEntityAssociationsRequest
6430
6430
  * @return ListEntityAssociationsResponse
6431
6431
  * @throws OciError when an error occurs
6432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
6432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
6433
6433
  */
6434
6434
  listEntityAssociations(listEntityAssociationsRequest) {
6435
6435
  return __awaiter(this, void 0, void 0, function* () {
@@ -6500,7 +6500,7 @@ class LogAnalyticsClient {
6500
6500
  * @param ListEntitySourceAssociationsRequest
6501
6501
  * @return ListEntitySourceAssociationsResponse
6502
6502
  * @throws OciError when an error occurs
6503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
6503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
6504
6504
  */
6505
6505
  listEntitySourceAssociations(listEntitySourceAssociationsRequest) {
6506
6506
  return __awaiter(this, void 0, void 0, function* () {
@@ -6580,7 +6580,7 @@ class LogAnalyticsClient {
6580
6580
  * @param ListFieldsRequest
6581
6581
  * @return ListFieldsResponse
6582
6582
  * @throws OciError when an error occurs
6583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
6583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
6584
6584
  */
6585
6585
  listFields(listFieldsRequest) {
6586
6586
  return __awaiter(this, void 0, void 0, function* () {
@@ -6662,7 +6662,7 @@ class LogAnalyticsClient {
6662
6662
  * @param ListIngestTimeRulesRequest
6663
6663
  * @return ListIngestTimeRulesResponse
6664
6664
  * @throws OciError when an error occurs
6665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
6665
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
6666
6666
  */
6667
6667
  listIngestTimeRules(listIngestTimeRulesRequest) {
6668
6668
  return __awaiter(this, void 0, void 0, function* () {
@@ -6742,7 +6742,7 @@ class LogAnalyticsClient {
6742
6742
  * @param ListLabelPrioritiesRequest
6743
6743
  * @return ListLabelPrioritiesResponse
6744
6744
  * @throws OciError when an error occurs
6745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
6745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
6746
6746
  */
6747
6747
  listLabelPriorities(listLabelPrioritiesRequest) {
6748
6748
  return __awaiter(this, void 0, void 0, function* () {
@@ -6814,7 +6814,7 @@ class LogAnalyticsClient {
6814
6814
  * @param ListLabelSourceDetailsRequest
6815
6815
  * @return ListLabelSourceDetailsResponse
6816
6816
  * @throws OciError when an error occurs
6817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
6817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
6818
6818
  */
6819
6819
  listLabelSourceDetails(listLabelSourceDetailsRequest) {
6820
6820
  return __awaiter(this, void 0, void 0, function* () {
@@ -6889,7 +6889,7 @@ class LogAnalyticsClient {
6889
6889
  * @param ListLabelsRequest
6890
6890
  * @return ListLabelsResponse
6891
6891
  * @throws OciError when an error occurs
6892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
6892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
6893
6893
  */
6894
6894
  listLabels(listLabelsRequest) {
6895
6895
  return __awaiter(this, void 0, void 0, function* () {
@@ -6968,7 +6968,7 @@ class LogAnalyticsClient {
6968
6968
  * @param ListLogAnalyticsEmBridgesRequest
6969
6969
  * @return ListLogAnalyticsEmBridgesResponse
6970
6970
  * @throws OciError when an error occurs
6971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
6971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
6972
6972
  */
6973
6973
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest) {
6974
6974
  return __awaiter(this, void 0, void 0, function* () {
@@ -7041,7 +7041,7 @@ class LogAnalyticsClient {
7041
7041
  * @param ListLogAnalyticsEntitiesRequest
7042
7042
  * @return ListLogAnalyticsEntitiesResponse
7043
7043
  * @throws OciError when an error occurs
7044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
7044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
7045
7045
  */
7046
7046
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest) {
7047
7047
  return __awaiter(this, void 0, void 0, function* () {
@@ -7122,7 +7122,7 @@ class LogAnalyticsClient {
7122
7122
  * @param ListLogAnalyticsEntityTopologyRequest
7123
7123
  * @return ListLogAnalyticsEntityTopologyResponse
7124
7124
  * @throws OciError when an error occurs
7125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
7125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
7126
7126
  */
7127
7127
  listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest) {
7128
7128
  return __awaiter(this, void 0, void 0, function* () {
@@ -7192,7 +7192,7 @@ class LogAnalyticsClient {
7192
7192
  * @param ListLogAnalyticsEntityTypesRequest
7193
7193
  * @return ListLogAnalyticsEntityTypesResponse
7194
7194
  * @throws OciError when an error occurs
7195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
7195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
7196
7196
  */
7197
7197
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest) {
7198
7198
  return __awaiter(this, void 0, void 0, function* () {
@@ -7265,7 +7265,7 @@ class LogAnalyticsClient {
7265
7265
  * @param ListLogAnalyticsLogGroupsRequest
7266
7266
  * @return ListLogAnalyticsLogGroupsResponse
7267
7267
  * @throws OciError when an error occurs
7268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
7268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
7269
7269
  */
7270
7270
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest) {
7271
7271
  return __awaiter(this, void 0, void 0, function* () {
@@ -7340,7 +7340,7 @@ class LogAnalyticsClient {
7340
7340
  * @param ListLogAnalyticsObjectCollectionRulesRequest
7341
7341
  * @return ListLogAnalyticsObjectCollectionRulesResponse
7342
7342
  * @throws OciError when an error occurs
7343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
7343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
7344
7344
  */
7345
7345
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest) {
7346
7346
  return __awaiter(this, void 0, void 0, function* () {
@@ -7412,7 +7412,7 @@ class LogAnalyticsClient {
7412
7412
  * @param ListLogSetsRequest
7413
7413
  * @return ListLogSetsResponse
7414
7414
  * @throws OciError when an error occurs
7415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
7415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
7416
7416
  */
7417
7417
  listLogSets(listLogSetsRequest) {
7418
7418
  return __awaiter(this, void 0, void 0, function* () {
@@ -7481,7 +7481,7 @@ class LogAnalyticsClient {
7481
7481
  * @param ListLookupsRequest
7482
7482
  * @return ListLookupsResponse
7483
7483
  * @throws OciError when an error occurs
7484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
7484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
7485
7485
  */
7486
7486
  listLookups(listLookupsRequest) {
7487
7487
  return __awaiter(this, void 0, void 0, function* () {
@@ -7561,7 +7561,7 @@ class LogAnalyticsClient {
7561
7561
  * @param ListMetaSourceTypesRequest
7562
7562
  * @return ListMetaSourceTypesResponse
7563
7563
  * @throws OciError when an error occurs
7564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
7564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
7565
7565
  */
7566
7566
  listMetaSourceTypes(listMetaSourceTypesRequest) {
7567
7567
  return __awaiter(this, void 0, void 0, function* () {
@@ -7636,7 +7636,7 @@ class LogAnalyticsClient {
7636
7636
  * @param ListNamespacesRequest
7637
7637
  * @return ListNamespacesResponse
7638
7638
  * @throws OciError when an error occurs
7639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7640
7640
  */
7641
7641
  listNamespaces(listNamespacesRequest) {
7642
7642
  return __awaiter(this, void 0, void 0, function* () {
@@ -7695,7 +7695,7 @@ class LogAnalyticsClient {
7695
7695
  * @param ListOverlappingRecallsRequest
7696
7696
  * @return ListOverlappingRecallsResponse
7697
7697
  * @throws OciError when an error occurs
7698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
7698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
7699
7699
  */
7700
7700
  listOverlappingRecalls(listOverlappingRecallsRequest) {
7701
7701
  return __awaiter(this, void 0, void 0, function* () {
@@ -7771,7 +7771,7 @@ class LogAnalyticsClient {
7771
7771
  * @param ListParserFunctionsRequest
7772
7772
  * @return ListParserFunctionsResponse
7773
7773
  * @throws OciError when an error occurs
7774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
7774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
7775
7775
  */
7776
7776
  listParserFunctions(listParserFunctionsRequest) {
7777
7777
  return __awaiter(this, void 0, void 0, function* () {
@@ -7846,7 +7846,7 @@ class LogAnalyticsClient {
7846
7846
  * @param ListParserMetaPluginsRequest
7847
7847
  * @return ListParserMetaPluginsResponse
7848
7848
  * @throws OciError when an error occurs
7849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
7849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
7850
7850
  */
7851
7851
  listParserMetaPlugins(listParserMetaPluginsRequest) {
7852
7852
  return __awaiter(this, void 0, void 0, function* () {
@@ -7920,7 +7920,7 @@ class LogAnalyticsClient {
7920
7920
  * @param ListParsersRequest
7921
7921
  * @return ListParsersResponse
7922
7922
  * @throws OciError when an error occurs
7923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
7923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
7924
7924
  */
7925
7925
  listParsers(listParsersRequest) {
7926
7926
  return __awaiter(this, void 0, void 0, function* () {
@@ -8001,7 +8001,7 @@ class LogAnalyticsClient {
8001
8001
  * @param ListPropertiesMetadataRequest
8002
8002
  * @return ListPropertiesMetadataResponse
8003
8003
  * @throws OciError when an error occurs
8004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
8004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
8005
8005
  */
8006
8006
  listPropertiesMetadata(listPropertiesMetadataRequest) {
8007
8007
  return __awaiter(this, void 0, void 0, function* () {
@@ -8078,7 +8078,7 @@ class LogAnalyticsClient {
8078
8078
  * @param ListQueryWorkRequestsRequest
8079
8079
  * @return ListQueryWorkRequestsResponse
8080
8080
  * @throws OciError when an error occurs
8081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
8081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
8082
8082
  */
8083
8083
  listQueryWorkRequests(listQueryWorkRequestsRequest) {
8084
8084
  return __awaiter(this, void 0, void 0, function* () {
@@ -8154,7 +8154,7 @@ class LogAnalyticsClient {
8154
8154
  * @param ListRecalledDataRequest
8155
8155
  * @return ListRecalledDataResponse
8156
8156
  * @throws OciError when an error occurs
8157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
8157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
8158
8158
  */
8159
8159
  listRecalledData(listRecalledDataRequest) {
8160
8160
  return __awaiter(this, void 0, void 0, function* () {
@@ -8231,7 +8231,7 @@ class LogAnalyticsClient {
8231
8231
  * @param ListResourceCategoriesRequest
8232
8232
  * @return ListResourceCategoriesResponse
8233
8233
  * @throws OciError when an error occurs
8234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
8234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
8235
8235
  */
8236
8236
  listResourceCategories(listResourceCategoriesRequest) {
8237
8237
  return __awaiter(this, void 0, void 0, function* () {
@@ -8308,7 +8308,7 @@ class LogAnalyticsClient {
8308
8308
  * @param ListRulesRequest
8309
8309
  * @return ListRulesResponse
8310
8310
  * @throws OciError when an error occurs
8311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
8311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
8312
8312
  */
8313
8313
  listRules(listRulesRequest) {
8314
8314
  return __awaiter(this, void 0, void 0, function* () {
@@ -8385,7 +8385,7 @@ class LogAnalyticsClient {
8385
8385
  * @param ListScheduledTasksRequest
8386
8386
  * @return ListScheduledTasksResponse
8387
8387
  * @throws OciError when an error occurs
8388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
8388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
8389
8389
  */
8390
8390
  listScheduledTasks(listScheduledTasksRequest) {
8391
8391
  return __awaiter(this, void 0, void 0, function* () {
@@ -8464,7 +8464,7 @@ class LogAnalyticsClient {
8464
8464
  * @param ListSourceAssociationsRequest
8465
8465
  * @return ListSourceAssociationsResponse
8466
8466
  * @throws OciError when an error occurs
8467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
8467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
8468
8468
  */
8469
8469
  listSourceAssociations(listSourceAssociationsRequest) {
8470
8470
  return __awaiter(this, void 0, void 0, function* () {
@@ -8543,7 +8543,7 @@ class LogAnalyticsClient {
8543
8543
  * @param ListSourceEventTypesRequest
8544
8544
  * @return ListSourceEventTypesResponse
8545
8545
  * @throws OciError when an error occurs
8546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
8546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
8547
8547
  */
8548
8548
  listSourceEventTypes(listSourceEventTypesRequest) {
8549
8549
  return __awaiter(this, void 0, void 0, function* () {
@@ -8621,7 +8621,7 @@ class LogAnalyticsClient {
8621
8621
  * @param ListSourceExtendedFieldDefinitionsRequest
8622
8622
  * @return ListSourceExtendedFieldDefinitionsResponse
8623
8623
  * @throws OciError when an error occurs
8624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
8624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
8625
8625
  */
8626
8626
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest) {
8627
8627
  return __awaiter(this, void 0, void 0, function* () {
@@ -8696,7 +8696,7 @@ class LogAnalyticsClient {
8696
8696
  * @param ListSourceLabelOperatorsRequest
8697
8697
  * @return ListSourceLabelOperatorsResponse
8698
8698
  * @throws OciError when an error occurs
8699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
8699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
8700
8700
  */
8701
8701
  listSourceLabelOperators(listSourceLabelOperatorsRequest) {
8702
8702
  return __awaiter(this, void 0, void 0, function* () {
@@ -8770,7 +8770,7 @@ class LogAnalyticsClient {
8770
8770
  * @param ListSourceMetaFunctionsRequest
8771
8771
  * @return ListSourceMetaFunctionsResponse
8772
8772
  * @throws OciError when an error occurs
8773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
8773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
8774
8774
  */
8775
8775
  listSourceMetaFunctions(listSourceMetaFunctionsRequest) {
8776
8776
  return __awaiter(this, void 0, void 0, function* () {
@@ -8844,7 +8844,7 @@ class LogAnalyticsClient {
8844
8844
  * @param ListSourcePatternsRequest
8845
8845
  * @return ListSourcePatternsResponse
8846
8846
  * @throws OciError when an error occurs
8847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
8847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
8848
8848
  */
8849
8849
  listSourcePatterns(listSourcePatternsRequest) {
8850
8850
  return __awaiter(this, void 0, void 0, function* () {
@@ -8920,7 +8920,7 @@ class LogAnalyticsClient {
8920
8920
  * @param ListSourcesRequest
8921
8921
  * @return ListSourcesResponse
8922
8922
  * @throws OciError when an error occurs
8923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
8923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
8924
8924
  */
8925
8925
  listSources(listSourcesRequest) {
8926
8926
  return __awaiter(this, void 0, void 0, function* () {
@@ -9001,7 +9001,7 @@ class LogAnalyticsClient {
9001
9001
  * @param ListStorageWorkRequestErrorsRequest
9002
9002
  * @return ListStorageWorkRequestErrorsResponse
9003
9003
  * @throws OciError when an error occurs
9004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
9004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
9005
9005
  */
9006
9006
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest) {
9007
9007
  return __awaiter(this, void 0, void 0, function* () {
@@ -9077,7 +9077,7 @@ class LogAnalyticsClient {
9077
9077
  * @param ListStorageWorkRequestsRequest
9078
9078
  * @return ListStorageWorkRequestsResponse
9079
9079
  * @throws OciError when an error occurs
9080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
9080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
9081
9081
  */
9082
9082
  listStorageWorkRequests(listStorageWorkRequestsRequest) {
9083
9083
  return __awaiter(this, void 0, void 0, function* () {
@@ -9157,7 +9157,7 @@ class LogAnalyticsClient {
9157
9157
  * @param ListSupportedCharEncodingsRequest
9158
9158
  * @return ListSupportedCharEncodingsResponse
9159
9159
  * @throws OciError when an error occurs
9160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
9160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
9161
9161
  */
9162
9162
  listSupportedCharEncodings(listSupportedCharEncodingsRequest) {
9163
9163
  return __awaiter(this, void 0, void 0, function* () {
@@ -9228,7 +9228,7 @@ class LogAnalyticsClient {
9228
9228
  * @param ListSupportedTimezonesRequest
9229
9229
  * @return ListSupportedTimezonesResponse
9230
9230
  * @throws OciError when an error occurs
9231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
9231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
9232
9232
  */
9233
9233
  listSupportedTimezones(listSupportedTimezonesRequest) {
9234
9234
  return __awaiter(this, void 0, void 0, function* () {
@@ -9299,7 +9299,7 @@ class LogAnalyticsClient {
9299
9299
  * @param ListUploadFilesRequest
9300
9300
  * @return ListUploadFilesResponse
9301
9301
  * @throws OciError when an error occurs
9302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
9302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
9303
9303
  */
9304
9304
  listUploadFiles(listUploadFilesRequest) {
9305
9305
  return __awaiter(this, void 0, void 0, function* () {
@@ -9370,7 +9370,7 @@ class LogAnalyticsClient {
9370
9370
  * @param ListUploadWarningsRequest
9371
9371
  * @return ListUploadWarningsResponse
9372
9372
  * @throws OciError when an error occurs
9373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
9373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
9374
9374
  */
9375
9375
  listUploadWarnings(listUploadWarningsRequest) {
9376
9376
  return __awaiter(this, void 0, void 0, function* () {
@@ -9439,7 +9439,7 @@ class LogAnalyticsClient {
9439
9439
  * @param ListUploadsRequest
9440
9440
  * @return ListUploadsResponse
9441
9441
  * @throws OciError when an error occurs
9442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
9442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
9443
9443
  */
9444
9444
  listUploads(listUploadsRequest) {
9445
9445
  return __awaiter(this, void 0, void 0, function* () {
@@ -9516,7 +9516,7 @@ class LogAnalyticsClient {
9516
9516
  * @param ListWarningsRequest
9517
9517
  * @return ListWarningsResponse
9518
9518
  * @throws OciError when an error occurs
9519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
9519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
9520
9520
  */
9521
9521
  listWarnings(listWarningsRequest) {
9522
9522
  return __awaiter(this, void 0, void 0, function* () {
@@ -9601,7 +9601,7 @@ class LogAnalyticsClient {
9601
9601
  * @param ListWorkRequestErrorsRequest
9602
9602
  * @return ListWorkRequestErrorsResponse
9603
9603
  * @throws OciError when an error occurs
9604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
9604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
9605
9605
  */
9606
9606
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
9607
9607
  return __awaiter(this, void 0, void 0, function* () {
@@ -9669,7 +9669,7 @@ class LogAnalyticsClient {
9669
9669
  * @param ListWorkRequestLogsRequest
9670
9670
  * @return ListWorkRequestLogsResponse
9671
9671
  * @throws OciError when an error occurs
9672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
9672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
9673
9673
  */
9674
9674
  listWorkRequestLogs(listWorkRequestLogsRequest) {
9675
9675
  return __awaiter(this, void 0, void 0, function* () {
@@ -9737,7 +9737,7 @@ class LogAnalyticsClient {
9737
9737
  * @param ListWorkRequestsRequest
9738
9738
  * @return ListWorkRequestsResponse
9739
9739
  * @throws OciError when an error occurs
9740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
9740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
9741
9741
  */
9742
9742
  listWorkRequests(listWorkRequestsRequest) {
9743
9743
  return __awaiter(this, void 0, void 0, function* () {
@@ -9804,7 +9804,7 @@ class LogAnalyticsClient {
9804
9804
  * @param OffboardNamespaceRequest
9805
9805
  * @return OffboardNamespaceResponse
9806
9806
  * @throws OciError when an error occurs
9807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
9807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
9808
9808
  */
9809
9809
  offboardNamespace(offboardNamespaceRequest) {
9810
9810
  return __awaiter(this, void 0, void 0, function* () {
@@ -9865,7 +9865,7 @@ class LogAnalyticsClient {
9865
9865
  * @param OnboardNamespaceRequest
9866
9866
  * @return OnboardNamespaceResponse
9867
9867
  * @throws OciError when an error occurs
9868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
9868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
9869
9869
  */
9870
9870
  onboardNamespace(onboardNamespaceRequest) {
9871
9871
  return __awaiter(this, void 0, void 0, function* () {
@@ -9925,7 +9925,7 @@ class LogAnalyticsClient {
9925
9925
  * @param ParseQueryRequest
9926
9926
  * @return ParseQueryResponse
9927
9927
  * @throws OciError when an error occurs
9928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
9928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
9929
9929
  */
9930
9930
  parseQuery(parseQueryRequest) {
9931
9931
  return __awaiter(this, void 0, void 0, function* () {
@@ -9985,7 +9985,7 @@ class LogAnalyticsClient {
9985
9985
  * @param PauseScheduledTaskRequest
9986
9986
  * @return PauseScheduledTaskResponse
9987
9987
  * @throws OciError when an error occurs
9988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
9988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
9989
9989
  */
9990
9990
  pauseScheduledTask(pauseScheduledTaskRequest) {
9991
9991
  return __awaiter(this, void 0, void 0, function* () {
@@ -10052,7 +10052,7 @@ class LogAnalyticsClient {
10052
10052
  * @param PurgeStorageDataRequest
10053
10053
  * @return PurgeStorageDataResponse
10054
10054
  * @throws OciError when an error occurs
10055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
10055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
10056
10056
  */
10057
10057
  purgeStorageData(purgeStorageDataRequest) {
10058
10058
  return __awaiter(this, void 0, void 0, function* () {
@@ -10119,7 +10119,7 @@ class LogAnalyticsClient {
10119
10119
  * @param PutQueryWorkRequestBackgroundRequest
10120
10120
  * @return PutQueryWorkRequestBackgroundResponse
10121
10121
  * @throws OciError when an error occurs
10122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
10122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
10123
10123
  */
10124
10124
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest) {
10125
10125
  return __awaiter(this, void 0, void 0, function* () {
@@ -10185,7 +10185,7 @@ class LogAnalyticsClient {
10185
10185
  * @param QueryRequest
10186
10186
  * @return QueryResponse
10187
10187
  * @throws OciError when an error occurs
10188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/Query.ts.html |here} to see how to use Query API.
10188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/Query.ts.html |here} to see how to use Query API.
10189
10189
  */
10190
10190
  query(queryRequest) {
10191
10191
  return __awaiter(this, void 0, void 0, function* () {
@@ -10268,7 +10268,7 @@ class LogAnalyticsClient {
10268
10268
  * @param RecallArchivedDataRequest
10269
10269
  * @return RecallArchivedDataResponse
10270
10270
  * @throws OciError when an error occurs
10271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
10271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
10272
10272
  */
10273
10273
  recallArchivedData(recallArchivedDataRequest) {
10274
10274
  return __awaiter(this, void 0, void 0, function* () {
@@ -10345,7 +10345,7 @@ class LogAnalyticsClient {
10345
10345
  * @param RegisterLookupRequest
10346
10346
  * @return RegisterLookupResponse
10347
10347
  * @throws OciError when an error occurs
10348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
10348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
10349
10349
  */
10350
10350
  registerLookup(registerLookupRequest) {
10351
10351
  return __awaiter(this, void 0, void 0, function* () {
@@ -10418,7 +10418,7 @@ class LogAnalyticsClient {
10418
10418
  * @param ReleaseRecalledDataRequest
10419
10419
  * @return ReleaseRecalledDataResponse
10420
10420
  * @throws OciError when an error occurs
10421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
10421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
10422
10422
  */
10423
10423
  releaseRecalledData(releaseRecalledDataRequest) {
10424
10424
  return __awaiter(this, void 0, void 0, function* () {
@@ -10485,7 +10485,7 @@ class LogAnalyticsClient {
10485
10485
  * @param RemoveEntityAssociationsRequest
10486
10486
  * @return RemoveEntityAssociationsResponse
10487
10487
  * @throws OciError when an error occurs
10488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
10488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
10489
10489
  */
10490
10490
  removeEntityAssociations(removeEntityAssociationsRequest) {
10491
10491
  return __awaiter(this, void 0, void 0, function* () {
@@ -10544,7 +10544,7 @@ class LogAnalyticsClient {
10544
10544
  * @param RemovePreferencesRequest
10545
10545
  * @return RemovePreferencesResponse
10546
10546
  * @throws OciError when an error occurs
10547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
10547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
10548
10548
  */
10549
10549
  removePreferences(removePreferencesRequest) {
10550
10550
  return __awaiter(this, void 0, void 0, function* () {
@@ -10601,7 +10601,7 @@ class LogAnalyticsClient {
10601
10601
  * @param RemoveResourceCategoriesRequest
10602
10602
  * @return RemoveResourceCategoriesResponse
10603
10603
  * @throws OciError when an error occurs
10604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
10604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
10605
10605
  */
10606
10606
  removeResourceCategories(removeResourceCategoriesRequest) {
10607
10607
  return __awaiter(this, void 0, void 0, function* () {
@@ -10657,7 +10657,7 @@ class LogAnalyticsClient {
10657
10657
  * @param RemoveSourceEventTypesRequest
10658
10658
  * @return RemoveSourceEventTypesResponse
10659
10659
  * @throws OciError when an error occurs
10660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
10660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
10661
10661
  */
10662
10662
  removeSourceEventTypes(removeSourceEventTypesRequest) {
10663
10663
  return __awaiter(this, void 0, void 0, function* () {
@@ -10715,7 +10715,7 @@ class LogAnalyticsClient {
10715
10715
  * @param ResumeScheduledTaskRequest
10716
10716
  * @return ResumeScheduledTaskResponse
10717
10717
  * @throws OciError when an error occurs
10718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
10718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
10719
10719
  */
10720
10720
  resumeScheduledTask(resumeScheduledTaskRequest) {
10721
10721
  return __awaiter(this, void 0, void 0, function* () {
@@ -10783,7 +10783,7 @@ class LogAnalyticsClient {
10783
10783
  * @param RunRequest
10784
10784
  * @return RunResponse
10785
10785
  * @throws OciError when an error occurs
10786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/Run.ts.html |here} to see how to use Run API.
10786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/Run.ts.html |here} to see how to use Run API.
10787
10787
  */
10788
10788
  run(runRequest) {
10789
10789
  return __awaiter(this, void 0, void 0, function* () {
@@ -10845,7 +10845,7 @@ class LogAnalyticsClient {
10845
10845
  * @param SetUnprocessedDataBucketRequest
10846
10846
  * @return SetUnprocessedDataBucketResponse
10847
10847
  * @throws OciError when an error occurs
10848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
10848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
10849
10849
  */
10850
10850
  setUnprocessedDataBucket(setUnprocessedDataBucketRequest) {
10851
10851
  return __awaiter(this, void 0, void 0, function* () {
@@ -10906,7 +10906,7 @@ class LogAnalyticsClient {
10906
10906
  * @param SuggestRequest
10907
10907
  * @return SuggestResponse
10908
10908
  * @throws OciError when an error occurs
10909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
10909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
10910
10910
  */
10911
10911
  suggest(suggestRequest) {
10912
10912
  return __awaiter(this, void 0, void 0, function* () {
@@ -10966,7 +10966,7 @@ class LogAnalyticsClient {
10966
10966
  * @param SuppressWarningRequest
10967
10967
  * @return SuppressWarningResponse
10968
10968
  * @throws OciError when an error occurs
10969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
10969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
10970
10970
  */
10971
10971
  suppressWarning(suppressWarningRequest) {
10972
10972
  return __awaiter(this, void 0, void 0, function* () {
@@ -11025,7 +11025,7 @@ class LogAnalyticsClient {
11025
11025
  * @param TestParserRequest
11026
11026
  * @return TestParserResponse
11027
11027
  * @throws OciError when an error occurs
11028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
11028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
11029
11029
  */
11030
11030
  testParser(testParserRequest) {
11031
11031
  return __awaiter(this, void 0, void 0, function* () {
@@ -11089,7 +11089,7 @@ class LogAnalyticsClient {
11089
11089
  * @param UnsuppressWarningRequest
11090
11090
  * @return UnsuppressWarningResponse
11091
11091
  * @throws OciError when an error occurs
11092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
11092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
11093
11093
  */
11094
11094
  unsuppressWarning(unsuppressWarningRequest) {
11095
11095
  return __awaiter(this, void 0, void 0, function* () {
@@ -11148,7 +11148,7 @@ class LogAnalyticsClient {
11148
11148
  * @param UpdateIngestTimeRuleRequest
11149
11149
  * @return UpdateIngestTimeRuleResponse
11150
11150
  * @throws OciError when an error occurs
11151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
11151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
11152
11152
  */
11153
11153
  updateIngestTimeRule(updateIngestTimeRuleRequest) {
11154
11154
  return __awaiter(this, void 0, void 0, function* () {
@@ -11214,7 +11214,7 @@ class LogAnalyticsClient {
11214
11214
  * @param UpdateLogAnalyticsEmBridgeRequest
11215
11215
  * @return UpdateLogAnalyticsEmBridgeResponse
11216
11216
  * @throws OciError when an error occurs
11217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
11217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
11218
11218
  */
11219
11219
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest) {
11220
11220
  return __awaiter(this, void 0, void 0, function* () {
@@ -11280,7 +11280,7 @@ class LogAnalyticsClient {
11280
11280
  * @param UpdateLogAnalyticsEntityRequest
11281
11281
  * @return UpdateLogAnalyticsEntityResponse
11282
11282
  * @throws OciError when an error occurs
11283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
11283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
11284
11284
  */
11285
11285
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest) {
11286
11286
  return __awaiter(this, void 0, void 0, function* () {
@@ -11346,7 +11346,7 @@ class LogAnalyticsClient {
11346
11346
  * @param UpdateLogAnalyticsEntityTypeRequest
11347
11347
  * @return UpdateLogAnalyticsEntityTypeResponse
11348
11348
  * @throws OciError when an error occurs
11349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
11349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
11350
11350
  */
11351
11351
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest) {
11352
11352
  return __awaiter(this, void 0, void 0, function* () {
@@ -11404,7 +11404,7 @@ class LogAnalyticsClient {
11404
11404
  * @param UpdateLogAnalyticsLogGroupRequest
11405
11405
  * @return UpdateLogAnalyticsLogGroupResponse
11406
11406
  * @throws OciError when an error occurs
11407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
11407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
11408
11408
  */
11409
11409
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest) {
11410
11410
  return __awaiter(this, void 0, void 0, function* () {
@@ -11470,7 +11470,7 @@ class LogAnalyticsClient {
11470
11470
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
11471
11471
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
11472
11472
  * @throws OciError when an error occurs
11473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
11473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
11474
11474
  */
11475
11475
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest) {
11476
11476
  return __awaiter(this, void 0, void 0, function* () {
@@ -11537,7 +11537,7 @@ class LogAnalyticsClient {
11537
11537
  * @param UpdateLookupRequest
11538
11538
  * @return UpdateLookupResponse
11539
11539
  * @throws OciError when an error occurs
11540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
11540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
11541
11541
  */
11542
11542
  updateLookup(updateLookupRequest) {
11543
11543
  return __awaiter(this, void 0, void 0, function* () {
@@ -11605,7 +11605,7 @@ class LogAnalyticsClient {
11605
11605
  * @param UpdateLookupDataRequest
11606
11606
  * @return UpdateLookupDataResponse
11607
11607
  * @throws OciError when an error occurs
11608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
11608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
11609
11609
  */
11610
11610
  updateLookupData(updateLookupDataRequest) {
11611
11611
  return __awaiter(this, void 0, void 0, function* () {
@@ -11673,7 +11673,7 @@ class LogAnalyticsClient {
11673
11673
  * @param UpdatePreferencesRequest
11674
11674
  * @return UpdatePreferencesResponse
11675
11675
  * @throws OciError when an error occurs
11676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
11676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
11677
11677
  */
11678
11678
  updatePreferences(updatePreferencesRequest) {
11679
11679
  return __awaiter(this, void 0, void 0, function* () {
@@ -11730,7 +11730,7 @@ class LogAnalyticsClient {
11730
11730
  * @param UpdateResourceCategoriesRequest
11731
11731
  * @return UpdateResourceCategoriesResponse
11732
11732
  * @throws OciError when an error occurs
11733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
11733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
11734
11734
  */
11735
11735
  updateResourceCategories(updateResourceCategoriesRequest) {
11736
11736
  return __awaiter(this, void 0, void 0, function* () {
@@ -11785,7 +11785,7 @@ class LogAnalyticsClient {
11785
11785
  * @param UpdateScheduledTaskRequest
11786
11786
  * @return UpdateScheduledTaskResponse
11787
11787
  * @throws OciError when an error occurs
11788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
11788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
11789
11789
  */
11790
11790
  updateScheduledTask(updateScheduledTaskRequest) {
11791
11791
  return __awaiter(this, void 0, void 0, function* () {
@@ -11852,7 +11852,7 @@ class LogAnalyticsClient {
11852
11852
  * @param UpdateStorageRequest
11853
11853
  * @return UpdateStorageResponse
11854
11854
  * @throws OciError when an error occurs
11855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
11855
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
11856
11856
  */
11857
11857
  updateStorage(updateStorageRequest) {
11858
11858
  return __awaiter(this, void 0, void 0, function* () {
@@ -11911,6 +11911,79 @@ class LogAnalyticsClient {
11911
11911
  }
11912
11912
  });
11913
11913
  }
11914
+ /**
11915
+ * Accepts discovery data for processing by Logging Analytics.
11916
+ *
11917
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
11918
+ * @param UploadDiscoveryDataRequest
11919
+ * @return UploadDiscoveryDataResponse
11920
+ * @throws OciError when an error occurs
11921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UploadDiscoveryData.ts.html |here} to see how to use UploadDiscoveryData API.
11922
+ */
11923
+ uploadDiscoveryData(uploadDiscoveryDataRequest) {
11924
+ return __awaiter(this, void 0, void 0, function* () {
11925
+ if (this.logger)
11926
+ this.logger.debug("Calling operation LogAnalyticsClient#uploadDiscoveryData.");
11927
+ const operationName = "uploadDiscoveryData";
11928
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/logan-api-spec/20200601/LogAnalyticsEntity/UploadDiscoveryData";
11929
+ const pathParams = {
11930
+ "{namespaceName}": uploadDiscoveryDataRequest.namespaceName
11931
+ };
11932
+ const queryParams = {
11933
+ "discoveryDataType": uploadDiscoveryDataRequest.discoveryDataType,
11934
+ "payloadType": uploadDiscoveryDataRequest.payloadType
11935
+ };
11936
+ let headerParams = {
11937
+ "opc-request-id": uploadDiscoveryDataRequest.opcRequestId,
11938
+ "opc-meta-properties": uploadDiscoveryDataRequest.opcMetaProperties,
11939
+ "content-type": uploadDiscoveryDataRequest.contentType,
11940
+ "opc-retry-token": uploadDiscoveryDataRequest.opcRetryToken,
11941
+ "expect": uploadDiscoveryDataRequest.expect
11942
+ };
11943
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
11944
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, uploadDiscoveryDataRequest.retryConfiguration, specRetryConfiguration);
11945
+ if (this.logger)
11946
+ retrier.logger = this.logger;
11947
+ const request = yield oci_common_1.composeRequest({
11948
+ baseEndpoint: this._endpoint,
11949
+ defaultHeaders: this._defaultHeaders,
11950
+ path: "/namespaces/{namespaceName}/actions/uploadDiscoveryData",
11951
+ method: "POST",
11952
+ bodyContent: uploadDiscoveryDataRequest.uploadDiscoveryDataDetails,
11953
+ pathParams: pathParams,
11954
+ headerParams: headerParams,
11955
+ backupBinaryBody: retrier.backUpBinaryBody,
11956
+ queryParams: queryParams
11957
+ });
11958
+ try {
11959
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink, true);
11960
+ const sdkResponse = oci_common_1.composeResponse({
11961
+ responseObject: {},
11962
+ responseHeaders: [
11963
+ {
11964
+ value: response.headers.get("opc-request-id"),
11965
+ key: "opcRequestId",
11966
+ dataType: "string"
11967
+ },
11968
+ {
11969
+ value: response.headers.get("opc-object-id"),
11970
+ key: "opcObjectId",
11971
+ dataType: "string"
11972
+ },
11973
+ {
11974
+ value: response.headers.get("timeCreated"),
11975
+ key: "timeCreated",
11976
+ dataType: "Date"
11977
+ }
11978
+ ]
11979
+ });
11980
+ return sdkResponse;
11981
+ }
11982
+ catch (err) {
11983
+ throw err;
11984
+ }
11985
+ });
11986
+ }
11914
11987
  /**
11915
11988
  * Accepts log events for processing by Logging Analytics.
11916
11989
  *
@@ -11918,7 +11991,7 @@ class LogAnalyticsClient {
11918
11991
  * @param UploadLogEventsFileRequest
11919
11992
  * @return UploadLogEventsFileResponse
11920
11993
  * @throws OciError when an error occurs
11921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
11994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
11922
11995
  */
11923
11996
  uploadLogEventsFile(uploadLogEventsFileRequest) {
11924
11997
  return __awaiter(this, void 0, void 0, function* () {
@@ -11991,7 +12064,7 @@ class LogAnalyticsClient {
11991
12064
  * @param UploadLogFileRequest
11992
12065
  * @return UploadLogFileResponse
11993
12066
  * @throws OciError when an error occurs
11994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
12067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
11995
12068
  */
11996
12069
  uploadLogFile(uploadLogFileRequest) {
11997
12070
  return __awaiter(this, void 0, void 0, function* () {
@@ -12077,7 +12150,7 @@ class LogAnalyticsClient {
12077
12150
  * @param UpsertAssociationsRequest
12078
12151
  * @return UpsertAssociationsResponse
12079
12152
  * @throws OciError when an error occurs
12080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
12153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
12081
12154
  */
12082
12155
  upsertAssociations(upsertAssociationsRequest) {
12083
12156
  return __awaiter(this, void 0, void 0, function* () {
@@ -12141,7 +12214,7 @@ class LogAnalyticsClient {
12141
12214
  * @param UpsertFieldRequest
12142
12215
  * @return UpsertFieldResponse
12143
12216
  * @throws OciError when an error occurs
12144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
12217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
12145
12218
  */
12146
12219
  upsertField(upsertFieldRequest) {
12147
12220
  return __awaiter(this, void 0, void 0, function* () {
@@ -12208,7 +12281,7 @@ class LogAnalyticsClient {
12208
12281
  * @param UpsertLabelRequest
12209
12282
  * @return UpsertLabelResponse
12210
12283
  * @throws OciError when an error occurs
12211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
12284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
12212
12285
  */
12213
12286
  upsertLabel(upsertLabelRequest) {
12214
12287
  return __awaiter(this, void 0, void 0, function* () {
@@ -12275,7 +12348,7 @@ class LogAnalyticsClient {
12275
12348
  * @param UpsertParserRequest
12276
12349
  * @return UpsertParserResponse
12277
12350
  * @throws OciError when an error occurs
12278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
12351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
12279
12352
  */
12280
12353
  upsertParser(upsertParserRequest) {
12281
12354
  return __awaiter(this, void 0, void 0, function* () {
@@ -12342,7 +12415,7 @@ class LogAnalyticsClient {
12342
12415
  * @param UpsertSourceRequest
12343
12416
  * @return UpsertSourceResponse
12344
12417
  * @throws OciError when an error occurs
12345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
12418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
12346
12419
  */
12347
12420
  upsertSource(upsertSourceRequest) {
12348
12421
  return __awaiter(this, void 0, void 0, function* () {
@@ -12413,7 +12486,7 @@ class LogAnalyticsClient {
12413
12486
  * @param ValidateAssociationParametersRequest
12414
12487
  * @return ValidateAssociationParametersResponse
12415
12488
  * @throws OciError when an error occurs
12416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
12489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
12417
12490
  */
12418
12491
  validateAssociationParameters(validateAssociationParametersRequest) {
12419
12492
  return __awaiter(this, void 0, void 0, function* () {
@@ -12484,7 +12557,7 @@ class LogAnalyticsClient {
12484
12557
  * @param ValidateEndpointRequest
12485
12558
  * @return ValidateEndpointResponse
12486
12559
  * @throws OciError when an error occurs
12487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
12560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
12488
12561
  */
12489
12562
  validateEndpoint(validateEndpointRequest) {
12490
12563
  return __awaiter(this, void 0, void 0, function* () {
@@ -12543,7 +12616,7 @@ class LogAnalyticsClient {
12543
12616
  * @param ValidateFileRequest
12544
12617
  * @return ValidateFileResponse
12545
12618
  * @throws OciError when an error occurs
12546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
12619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
12547
12620
  */
12548
12621
  validateFile(validateFileRequest) {
12549
12622
  return __awaiter(this, void 0, void 0, function* () {
@@ -12609,7 +12682,7 @@ class LogAnalyticsClient {
12609
12682
  * @param ValidateLabelConditionRequest
12610
12683
  * @return ValidateLabelConditionResponse
12611
12684
  * @throws OciError when an error occurs
12612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
12685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
12613
12686
  */
12614
12687
  validateLabelCondition(validateLabelConditionRequest) {
12615
12688
  return __awaiter(this, void 0, void 0, function* () {
@@ -12669,7 +12742,7 @@ class LogAnalyticsClient {
12669
12742
  * @param ValidateSourceRequest
12670
12743
  * @return ValidateSourceResponse
12671
12744
  * @throws OciError when an error occurs
12672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
12745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
12673
12746
  */
12674
12747
  validateSource(validateSourceRequest) {
12675
12748
  return __awaiter(this, void 0, void 0, function* () {
@@ -12734,7 +12807,7 @@ class LogAnalyticsClient {
12734
12807
  * @param ValidateSourceExtendedFieldDetailsRequest
12735
12808
  * @return ValidateSourceExtendedFieldDetailsResponse
12736
12809
  * @throws OciError when an error occurs
12737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
12810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
12738
12811
  */
12739
12812
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest) {
12740
12813
  return __awaiter(this, void 0, void 0, function* () {
@@ -12794,7 +12867,7 @@ class LogAnalyticsClient {
12794
12867
  * @param ValidateSourceMappingRequest
12795
12868
  * @return ValidateSourceMappingResponse
12796
12869
  * @throws OciError when an error occurs
12797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
12870
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
12798
12871
  */
12799
12872
  validateSourceMapping(validateSourceMappingRequest) {
12800
12873
  return __awaiter(this, void 0, void 0, function* () {
@@ -12860,7 +12933,7 @@ class LogAnalyticsClient {
12860
12933
  * @param VerifyRequest
12861
12934
  * @return VerifyResponse
12862
12935
  * @throws OciError when an error occurs
12863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
12936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
12864
12937
  */
12865
12938
  verify(verifyRequest) {
12866
12939
  return __awaiter(this, void 0, void 0, function* () {