oci-loganalytics 2.79.1 → 2.81.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 (221) hide show
  1. package/lib/client.d.ts +195 -194
  2. package/lib/client.js +973 -389
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/abstract-column.js +4 -2
  5. package/lib/model/abstract-column.js.map +1 -1
  6. package/lib/model/abstract-command-descriptor.js +4 -2
  7. package/lib/model/abstract-command-descriptor.js.map +1 -1
  8. package/lib/model/abstract-field.js +4 -2
  9. package/lib/model/abstract-field.js.map +1 -1
  10. package/lib/model/action.js +4 -2
  11. package/lib/model/action.js.map +1 -1
  12. package/lib/model/argument.js +4 -2
  13. package/lib/model/argument.js.map +1 -1
  14. package/lib/model/create-scheduled-task-details.js +4 -2
  15. package/lib/model/create-scheduled-task-details.js.map +1 -1
  16. package/lib/model/ingest-time-rule-action.js +4 -2
  17. package/lib/model/ingest-time-rule-action.js.map +1 -1
  18. package/lib/model/ingest-time-rule-condition.js +4 -2
  19. package/lib/model/ingest-time-rule-condition.js.map +1 -1
  20. package/lib/model/log-analytics-endpoint.js +4 -2
  21. package/lib/model/log-analytics-endpoint.js.map +1 -1
  22. package/lib/model/schedule.js +4 -2
  23. package/lib/model/schedule.js.map +1 -1
  24. package/lib/model/scheduled-task.js +4 -2
  25. package/lib/model/scheduled-task.js.map +1 -1
  26. package/lib/model/update-scheduled-task-details.js +4 -2
  27. package/lib/model/update-scheduled-task-details.js.map +1 -1
  28. package/lib/request/add-entity-association-request.d.ts +1 -1
  29. package/lib/request/add-source-event-types-request.d.ts +1 -1
  30. package/lib/request/append-lookup-data-request.d.ts +1 -1
  31. package/lib/request/assign-encryption-key-request.d.ts +1 -1
  32. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  33. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  34. package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
  35. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  36. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  37. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  38. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  39. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  40. package/lib/request/clean-request.d.ts +1 -1
  41. package/lib/request/compare-content-request.d.ts +1 -1
  42. package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
  43. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  44. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  45. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  46. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  47. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  48. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  49. package/lib/request/delete-associations-request.d.ts +1 -1
  50. package/lib/request/delete-field-request.d.ts +1 -1
  51. package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
  52. package/lib/request/delete-label-request.d.ts +1 -1
  53. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  54. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  55. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  56. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  57. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  58. package/lib/request/delete-lookup-request.d.ts +1 -1
  59. package/lib/request/delete-parser-request.d.ts +1 -1
  60. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  61. package/lib/request/delete-source-request.d.ts +1 -1
  62. package/lib/request/delete-upload-file-request.d.ts +1 -1
  63. package/lib/request/delete-upload-request.d.ts +1 -1
  64. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  65. package/lib/request/disable-archiving-request.d.ts +1 -1
  66. package/lib/request/disable-auto-association-request.d.ts +1 -1
  67. package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
  68. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  69. package/lib/request/enable-archiving-request.d.ts +1 -1
  70. package/lib/request/enable-auto-association-request.d.ts +1 -1
  71. package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
  72. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  73. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  74. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  75. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  76. package/lib/request/export-custom-content-request.d.ts +1 -1
  77. package/lib/request/export-query-result-request.d.ts +1 -1
  78. package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
  79. package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
  80. package/lib/request/filter-request.d.ts +1 -1
  81. package/lib/request/get-association-summary-request.d.ts +1 -1
  82. package/lib/request/get-category-request.d.ts +1 -1
  83. package/lib/request/get-column-names-request.d.ts +1 -1
  84. package/lib/request/get-config-work-request-request.d.ts +1 -1
  85. package/lib/request/get-field-request.d.ts +1 -1
  86. package/lib/request/get-fields-summary-request.d.ts +1 -1
  87. package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
  88. package/lib/request/get-label-request.d.ts +1 -1
  89. package/lib/request/get-label-summary-request.d.ts +1 -1
  90. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  91. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  92. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  93. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  94. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  95. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  96. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  97. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  98. package/lib/request/get-log-sets-count-request.d.ts +1 -1
  99. package/lib/request/get-lookup-request.d.ts +1 -1
  100. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  101. package/lib/request/get-namespace-request.d.ts +1 -1
  102. package/lib/request/get-parser-request.d.ts +1 -1
  103. package/lib/request/get-parser-summary-request.d.ts +1 -1
  104. package/lib/request/get-preferences-request.d.ts +1 -1
  105. package/lib/request/get-query-result-request.d.ts +1 -1
  106. package/lib/request/get-query-work-request-request.d.ts +1 -1
  107. package/lib/request/get-recall-count-request.d.ts +1 -1
  108. package/lib/request/get-recalled-data-size-request.d.ts +1 -1
  109. package/lib/request/get-rules-summary-request.d.ts +1 -1
  110. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  111. package/lib/request/get-source-request.d.ts +1 -1
  112. package/lib/request/get-source-summary-request.d.ts +1 -1
  113. package/lib/request/get-storage-request.d.ts +1 -1
  114. package/lib/request/get-storage-usage-request.d.ts +1 -1
  115. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  116. package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
  117. package/lib/request/get-upload-request.d.ts +1 -1
  118. package/lib/request/get-work-request-request.d.ts +1 -1
  119. package/lib/request/import-custom-content-request.d.ts +1 -1
  120. package/lib/request/list-associable-entities-request.d.ts +1 -1
  121. package/lib/request/list-associated-entities-request.d.ts +1 -1
  122. package/lib/request/list-auto-associations-request.d.ts +1 -1
  123. package/lib/request/list-categories-request.d.ts +1 -1
  124. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  125. package/lib/request/list-effective-properties-request.d.ts +1 -1
  126. package/lib/request/list-encryption-key-info-request.d.ts +1 -1
  127. package/lib/request/list-entity-associations-request.d.ts +1 -1
  128. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  129. package/lib/request/list-fields-request.d.ts +1 -1
  130. package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
  131. package/lib/request/list-label-priorities-request.d.ts +1 -1
  132. package/lib/request/list-label-source-details-request.d.ts +1 -1
  133. package/lib/request/list-labels-request.d.ts +1 -1
  134. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  135. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  136. package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
  137. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  138. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  139. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  140. package/lib/request/list-log-sets-request.d.ts +1 -1
  141. package/lib/request/list-lookups-request.d.ts +1 -1
  142. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  143. package/lib/request/list-namespaces-request.d.ts +1 -1
  144. package/lib/request/list-overlapping-recalls-request.d.ts +1 -1
  145. package/lib/request/list-parser-functions-request.d.ts +1 -1
  146. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  147. package/lib/request/list-parsers-request.d.ts +1 -1
  148. package/lib/request/list-properties-metadata-request.d.ts +1 -1
  149. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  150. package/lib/request/list-recalled-data-request.d.ts +1 -1
  151. package/lib/request/list-resource-categories-request.d.ts +1 -1
  152. package/lib/request/list-rules-request.d.ts +1 -1
  153. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  154. package/lib/request/list-source-associations-request.d.ts +1 -1
  155. package/lib/request/list-source-event-types-request.d.ts +1 -1
  156. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  157. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  158. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  159. package/lib/request/list-source-patterns-request.d.ts +1 -1
  160. package/lib/request/list-sources-request.d.ts +1 -1
  161. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  162. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  163. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  164. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  165. package/lib/request/list-upload-files-request.d.ts +1 -1
  166. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  167. package/lib/request/list-uploads-request.d.ts +1 -1
  168. package/lib/request/list-warnings-request.d.ts +1 -1
  169. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  170. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  171. package/lib/request/list-work-requests-request.d.ts +1 -1
  172. package/lib/request/offboard-namespace-request.d.ts +1 -1
  173. package/lib/request/onboard-namespace-request.d.ts +1 -1
  174. package/lib/request/parse-query-request.d.ts +1 -1
  175. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  176. package/lib/request/purge-storage-data-request.d.ts +1 -1
  177. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  178. package/lib/request/query-request.d.ts +1 -1
  179. package/lib/request/recall-archived-data-request.d.ts +1 -1
  180. package/lib/request/register-lookup-request.d.ts +1 -1
  181. package/lib/request/release-recalled-data-request.d.ts +1 -1
  182. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  183. package/lib/request/remove-preferences-request.d.ts +1 -1
  184. package/lib/request/remove-resource-categories-request.d.ts +1 -1
  185. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  186. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  187. package/lib/request/run-request.d.ts +1 -1
  188. package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
  189. package/lib/request/suggest-request.d.ts +1 -1
  190. package/lib/request/suppress-warning-request.d.ts +1 -1
  191. package/lib/request/test-parser-request.d.ts +1 -1
  192. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  193. package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
  194. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  195. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  196. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  197. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  198. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  199. package/lib/request/update-lookup-data-request.d.ts +1 -1
  200. package/lib/request/update-lookup-request.d.ts +1 -1
  201. package/lib/request/update-preferences-request.d.ts +1 -1
  202. package/lib/request/update-resource-categories-request.d.ts +1 -1
  203. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  204. package/lib/request/update-storage-request.d.ts +1 -1
  205. package/lib/request/upload-discovery-data-request.d.ts +1 -1
  206. package/lib/request/upload-log-events-file-request.d.ts +1 -1
  207. package/lib/request/upload-log-file-request.d.ts +1 -1
  208. package/lib/request/upsert-associations-request.d.ts +1 -1
  209. package/lib/request/upsert-field-request.d.ts +1 -1
  210. package/lib/request/upsert-label-request.d.ts +1 -1
  211. package/lib/request/upsert-parser-request.d.ts +1 -1
  212. package/lib/request/upsert-source-request.d.ts +1 -1
  213. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  214. package/lib/request/validate-endpoint-request.d.ts +1 -1
  215. package/lib/request/validate-file-request.d.ts +1 -1
  216. package/lib/request/validate-label-condition-request.d.ts +1 -1
  217. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  218. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  219. package/lib/request/validate-source-request.d.ts +1 -1
  220. package/lib/request/verify-request.d.ts +1 -1
  221. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -24,7 +24,7 @@ export declare enum LogAnalyticsApiKeys {
24
24
  export declare class LogAnalyticsClient {
25
25
  protected static serviceEndpointTemplate: string;
26
26
  protected static endpointServiceName: string;
27
- protected "_realmSpecificEndpointTemplateEnabled": boolean;
27
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
28
28
  protected "_endpoint": string;
29
29
  protected "_defaultHeaders": any;
30
30
  protected "_waiters": LogAnalyticsWaiter;
@@ -47,6 +47,7 @@ export declare class LogAnalyticsClient {
47
47
  * @param endpoint The endpoint of the service.
48
48
  */
49
49
  set endpoint(endpoint: string);
50
+ get logger(): import("oci-common/lib/log").Logger;
50
51
  /**
51
52
  * Determines whether realm specific endpoint should be used or not.
52
53
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -91,7 +92,7 @@ export declare class LogAnalyticsClient {
91
92
  * @param AddEntityAssociationRequest
92
93
  * @return AddEntityAssociationResponse
93
94
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/AddEntityAssociation.ts.html |here} to see how to use AddEntityAssociation API.
95
96
  */
96
97
  addEntityAssociation(addEntityAssociationRequest: requests.AddEntityAssociationRequest): Promise<responses.AddEntityAssociationResponse>;
97
98
  /**
@@ -101,7 +102,7 @@ export declare class LogAnalyticsClient {
101
102
  * @param AddSourceEventTypesRequest
102
103
  * @return AddSourceEventTypesResponse
103
104
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/AddSourceEventTypes.ts.html |here} to see how to use AddSourceEventTypes API.
105
106
  */
106
107
  addSourceEventTypes(addSourceEventTypesRequest: requests.AddSourceEventTypesRequest): Promise<responses.AddSourceEventTypesResponse>;
107
108
  /**
@@ -111,7 +112,7 @@ export declare class LogAnalyticsClient {
111
112
  * @param AppendLookupDataRequest
112
113
  * @return AppendLookupDataResponse
113
114
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/AppendLookupData.ts.html |here} to see how to use AppendLookupData API.
115
116
  */
116
117
  appendLookupData(appendLookupDataRequest: requests.AppendLookupDataRequest): Promise<responses.AppendLookupDataResponse>;
117
118
  /**
@@ -121,7 +122,7 @@ export declare class LogAnalyticsClient {
121
122
  * @param AssignEncryptionKeyRequest
122
123
  * @return AssignEncryptionKeyResponse
123
124
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/AssignEncryptionKey.ts.html |here} to see how to use AssignEncryptionKey API.
125
126
  */
126
127
  assignEncryptionKey(assignEncryptionKeyRequest: requests.AssignEncryptionKeyRequest): Promise<responses.AssignEncryptionKeyResponse>;
127
128
  /**
@@ -131,7 +132,7 @@ export declare class LogAnalyticsClient {
131
132
  * @param BatchGetBasicInfoRequest
132
133
  * @return BatchGetBasicInfoResponse
133
134
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/BatchGetBasicInfo.ts.html |here} to see how to use BatchGetBasicInfo API.
135
136
  */
136
137
  batchGetBasicInfo(batchGetBasicInfoRequest: requests.BatchGetBasicInfoRequest): Promise<responses.BatchGetBasicInfoResponse>;
137
138
  /**
@@ -140,7 +141,7 @@ export declare class LogAnalyticsClient {
140
141
  * @param CancelQueryWorkRequestRequest
141
142
  * @return CancelQueryWorkRequestResponse
142
143
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CancelQueryWorkRequest.ts.html |here} to see how to use CancelQueryWorkRequest API.
144
145
  */
145
146
  cancelQueryWorkRequest(cancelQueryWorkRequestRequest: requests.CancelQueryWorkRequestRequest): Promise<responses.CancelQueryWorkRequestResponse>;
146
147
  /**
@@ -150,7 +151,7 @@ export declare class LogAnalyticsClient {
150
151
  * @param ChangeIngestTimeRuleCompartmentRequest
151
152
  * @return ChangeIngestTimeRuleCompartmentResponse
152
153
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ChangeIngestTimeRuleCompartment.ts.html |here} to see how to use ChangeIngestTimeRuleCompartment API.
154
155
  */
155
156
  changeIngestTimeRuleCompartment(changeIngestTimeRuleCompartmentRequest: requests.ChangeIngestTimeRuleCompartmentRequest): Promise<responses.ChangeIngestTimeRuleCompartmentResponse>;
156
157
  /**
@@ -159,7 +160,7 @@ export declare class LogAnalyticsClient {
159
160
  * @param ChangeLogAnalyticsEmBridgeCompartmentRequest
160
161
  * @return ChangeLogAnalyticsEmBridgeCompartmentResponse
161
162
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ChangeLogAnalyticsEmBridgeCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEmBridgeCompartment API.
163
164
  */
164
165
  changeLogAnalyticsEmBridgeCompartment(changeLogAnalyticsEmBridgeCompartmentRequest: requests.ChangeLogAnalyticsEmBridgeCompartmentRequest): Promise<responses.ChangeLogAnalyticsEmBridgeCompartmentResponse>;
165
166
  /**
@@ -168,7 +169,7 @@ export declare class LogAnalyticsClient {
168
169
  * @param ChangeLogAnalyticsEntityCompartmentRequest
169
170
  * @return ChangeLogAnalyticsEntityCompartmentResponse
170
171
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ChangeLogAnalyticsEntityCompartment.ts.html |here} to see how to use ChangeLogAnalyticsEntityCompartment API.
172
173
  */
173
174
  changeLogAnalyticsEntityCompartment(changeLogAnalyticsEntityCompartmentRequest: requests.ChangeLogAnalyticsEntityCompartmentRequest): Promise<responses.ChangeLogAnalyticsEntityCompartmentResponse>;
174
175
  /**
@@ -178,7 +179,7 @@ export declare class LogAnalyticsClient {
178
179
  * @param ChangeLogAnalyticsLogGroupCompartmentRequest
179
180
  * @return ChangeLogAnalyticsLogGroupCompartmentResponse
180
181
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ChangeLogAnalyticsLogGroupCompartment.ts.html |here} to see how to use ChangeLogAnalyticsLogGroupCompartment API.
182
183
  */
183
184
  changeLogAnalyticsLogGroupCompartment(changeLogAnalyticsLogGroupCompartmentRequest: requests.ChangeLogAnalyticsLogGroupCompartmentRequest): Promise<responses.ChangeLogAnalyticsLogGroupCompartmentResponse>;
184
185
  /**
@@ -187,7 +188,7 @@ export declare class LogAnalyticsClient {
187
188
  * @param ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest
188
189
  * @return ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse
189
190
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ChangeLogAnalyticsObjectCollectionRuleCompartment.ts.html |here} to see how to use ChangeLogAnalyticsObjectCollectionRuleCompartment API.
191
192
  */
192
193
  changeLogAnalyticsObjectCollectionRuleCompartment(changeLogAnalyticsObjectCollectionRuleCompartmentRequest: requests.ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest): Promise<responses.ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse>;
193
194
  /**
@@ -197,7 +198,7 @@ export declare class LogAnalyticsClient {
197
198
  * @param ChangeScheduledTaskCompartmentRequest
198
199
  * @return ChangeScheduledTaskCompartmentResponse
199
200
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ChangeScheduledTaskCompartment.ts.html |here} to see how to use ChangeScheduledTaskCompartment API.
201
202
  */
202
203
  changeScheduledTaskCompartment(changeScheduledTaskCompartmentRequest: requests.ChangeScheduledTaskCompartmentRequest): Promise<responses.ChangeScheduledTaskCompartmentResponse>;
203
204
  /**
@@ -208,7 +209,7 @@ export declare class LogAnalyticsClient {
208
209
  * @param CleanRequest
209
210
  * @return CleanResponse
210
211
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/Clean.ts.html |here} to see how to use Clean API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/Clean.ts.html |here} to see how to use Clean API.
212
213
  */
213
214
  clean(cleanRequest: requests.CleanRequest): Promise<responses.CleanResponse>;
214
215
  /**
@@ -218,7 +219,7 @@ export declare class LogAnalyticsClient {
218
219
  * @param CompareContentRequest
219
220
  * @return CompareContentResponse
220
221
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CompareContent.ts.html |here} to see how to use CompareContent API.
222
223
  */
223
224
  compareContent(compareContentRequest: requests.CompareContentRequest): Promise<responses.CompareContentResponse>;
224
225
  /**
@@ -228,7 +229,7 @@ export declare class LogAnalyticsClient {
228
229
  * @param CreateIngestTimeRuleRequest
229
230
  * @return CreateIngestTimeRuleResponse
230
231
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CreateIngestTimeRule.ts.html |here} to see how to use CreateIngestTimeRule API.
232
233
  */
233
234
  createIngestTimeRule(createIngestTimeRuleRequest: requests.CreateIngestTimeRuleRequest): Promise<responses.CreateIngestTimeRuleResponse>;
234
235
  /**
@@ -237,7 +238,7 @@ export declare class LogAnalyticsClient {
237
238
  * @param CreateLogAnalyticsEmBridgeRequest
238
239
  * @return CreateLogAnalyticsEmBridgeResponse
239
240
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CreateLogAnalyticsEmBridge.ts.html |here} to see how to use CreateLogAnalyticsEmBridge API.
241
242
  */
242
243
  createLogAnalyticsEmBridge(createLogAnalyticsEmBridgeRequest: requests.CreateLogAnalyticsEmBridgeRequest): Promise<responses.CreateLogAnalyticsEmBridgeResponse>;
243
244
  /**
@@ -246,7 +247,7 @@ export declare class LogAnalyticsClient {
246
247
  * @param CreateLogAnalyticsEntityRequest
247
248
  * @return CreateLogAnalyticsEntityResponse
248
249
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CreateLogAnalyticsEntity.ts.html |here} to see how to use CreateLogAnalyticsEntity API.
250
251
  */
251
252
  createLogAnalyticsEntity(createLogAnalyticsEntityRequest: requests.CreateLogAnalyticsEntityRequest): Promise<responses.CreateLogAnalyticsEntityResponse>;
252
253
  /**
@@ -255,7 +256,7 @@ export declare class LogAnalyticsClient {
255
256
  * @param CreateLogAnalyticsEntityTypeRequest
256
257
  * @return CreateLogAnalyticsEntityTypeResponse
257
258
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CreateLogAnalyticsEntityType.ts.html |here} to see how to use CreateLogAnalyticsEntityType API.
259
260
  */
260
261
  createLogAnalyticsEntityType(createLogAnalyticsEntityTypeRequest: requests.CreateLogAnalyticsEntityTypeRequest): Promise<responses.CreateLogAnalyticsEntityTypeResponse>;
261
262
  /**
@@ -265,7 +266,7 @@ export declare class LogAnalyticsClient {
265
266
  * @param CreateLogAnalyticsLogGroupRequest
266
267
  * @return CreateLogAnalyticsLogGroupResponse
267
268
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CreateLogAnalyticsLogGroup.ts.html |here} to see how to use CreateLogAnalyticsLogGroup API.
269
270
  */
270
271
  createLogAnalyticsLogGroup(createLogAnalyticsLogGroupRequest: requests.CreateLogAnalyticsLogGroupRequest): Promise<responses.CreateLogAnalyticsLogGroupResponse>;
271
272
  /**
@@ -274,7 +275,7 @@ export declare class LogAnalyticsClient {
274
275
  * @param CreateLogAnalyticsObjectCollectionRuleRequest
275
276
  * @return CreateLogAnalyticsObjectCollectionRuleResponse
276
277
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CreateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use CreateLogAnalyticsObjectCollectionRule API.
278
279
  */
279
280
  createLogAnalyticsObjectCollectionRule(createLogAnalyticsObjectCollectionRuleRequest: requests.CreateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.CreateLogAnalyticsObjectCollectionRuleResponse>;
280
281
  /**
@@ -283,7 +284,7 @@ export declare class LogAnalyticsClient {
283
284
  * @param CreateScheduledTaskRequest
284
285
  * @return CreateScheduledTaskResponse
285
286
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/CreateScheduledTask.ts.html |here} to see how to use CreateScheduledTask API.
287
288
  */
288
289
  createScheduledTask(createScheduledTaskRequest: requests.CreateScheduledTaskRequest): Promise<responses.CreateScheduledTaskResponse>;
289
290
  /**
@@ -293,7 +294,7 @@ export declare class LogAnalyticsClient {
293
294
  * @param DeleteAssociationsRequest
294
295
  * @return DeleteAssociationsResponse
295
296
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteAssociations.ts.html |here} to see how to use DeleteAssociations API.
297
298
  */
298
299
  deleteAssociations(deleteAssociationsRequest: requests.DeleteAssociationsRequest): Promise<responses.DeleteAssociationsResponse>;
299
300
  /**
@@ -303,7 +304,7 @@ export declare class LogAnalyticsClient {
303
304
  * @param DeleteFieldRequest
304
305
  * @return DeleteFieldResponse
305
306
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteField.ts.html |here} to see how to use DeleteField API.
307
308
  */
308
309
  deleteField(deleteFieldRequest: requests.DeleteFieldRequest): Promise<responses.DeleteFieldResponse>;
309
310
  /**
@@ -313,7 +314,7 @@ export declare class LogAnalyticsClient {
313
314
  * @param DeleteIngestTimeRuleRequest
314
315
  * @return DeleteIngestTimeRuleResponse
315
316
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteIngestTimeRule.ts.html |here} to see how to use DeleteIngestTimeRule API.
317
318
  */
318
319
  deleteIngestTimeRule(deleteIngestTimeRuleRequest: requests.DeleteIngestTimeRuleRequest): Promise<responses.DeleteIngestTimeRuleResponse>;
319
320
  /**
@@ -323,7 +324,7 @@ export declare class LogAnalyticsClient {
323
324
  * @param DeleteLabelRequest
324
325
  * @return DeleteLabelResponse
325
326
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteLabel.ts.html |here} to see how to use DeleteLabel API.
327
328
  */
328
329
  deleteLabel(deleteLabelRequest: requests.DeleteLabelRequest): Promise<responses.DeleteLabelResponse>;
329
330
  /**
@@ -332,7 +333,7 @@ export declare class LogAnalyticsClient {
332
333
  * @param DeleteLogAnalyticsEmBridgeRequest
333
334
  * @return DeleteLogAnalyticsEmBridgeResponse
334
335
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteLogAnalyticsEmBridge.ts.html |here} to see how to use DeleteLogAnalyticsEmBridge API.
336
337
  */
337
338
  deleteLogAnalyticsEmBridge(deleteLogAnalyticsEmBridgeRequest: requests.DeleteLogAnalyticsEmBridgeRequest): Promise<responses.DeleteLogAnalyticsEmBridgeResponse>;
338
339
  /**
@@ -341,7 +342,7 @@ export declare class LogAnalyticsClient {
341
342
  * @param DeleteLogAnalyticsEntityRequest
342
343
  * @return DeleteLogAnalyticsEntityResponse
343
344
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteLogAnalyticsEntity.ts.html |here} to see how to use DeleteLogAnalyticsEntity API.
345
346
  */
346
347
  deleteLogAnalyticsEntity(deleteLogAnalyticsEntityRequest: requests.DeleteLogAnalyticsEntityRequest): Promise<responses.DeleteLogAnalyticsEntityResponse>;
347
348
  /**
@@ -350,7 +351,7 @@ export declare class LogAnalyticsClient {
350
351
  * @param DeleteLogAnalyticsEntityTypeRequest
351
352
  * @return DeleteLogAnalyticsEntityTypeResponse
352
353
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteLogAnalyticsEntityType.ts.html |here} to see how to use DeleteLogAnalyticsEntityType API.
354
355
  */
355
356
  deleteLogAnalyticsEntityType(deleteLogAnalyticsEntityTypeRequest: requests.DeleteLogAnalyticsEntityTypeRequest): Promise<responses.DeleteLogAnalyticsEntityTypeResponse>;
356
357
  /**
@@ -360,7 +361,7 @@ export declare class LogAnalyticsClient {
360
361
  * @param DeleteLogAnalyticsLogGroupRequest
361
362
  * @return DeleteLogAnalyticsLogGroupResponse
362
363
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteLogAnalyticsLogGroup.ts.html |here} to see how to use DeleteLogAnalyticsLogGroup API.
364
365
  */
365
366
  deleteLogAnalyticsLogGroup(deleteLogAnalyticsLogGroupRequest: requests.DeleteLogAnalyticsLogGroupRequest): Promise<responses.DeleteLogAnalyticsLogGroupResponse>;
366
367
  /**
@@ -371,7 +372,7 @@ export declare class LogAnalyticsClient {
371
372
  * @param DeleteLogAnalyticsObjectCollectionRuleRequest
372
373
  * @return DeleteLogAnalyticsObjectCollectionRuleResponse
373
374
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use DeleteLogAnalyticsObjectCollectionRule API.
375
376
  */
376
377
  deleteLogAnalyticsObjectCollectionRule(deleteLogAnalyticsObjectCollectionRuleRequest: requests.DeleteLogAnalyticsObjectCollectionRuleRequest): Promise<responses.DeleteLogAnalyticsObjectCollectionRuleResponse>;
377
378
  /**
@@ -381,7 +382,7 @@ export declare class LogAnalyticsClient {
381
382
  * @param DeleteLookupRequest
382
383
  * @return DeleteLookupResponse
383
384
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteLookup.ts.html |here} to see how to use DeleteLookup API.
385
386
  */
386
387
  deleteLookup(deleteLookupRequest: requests.DeleteLookupRequest): Promise<responses.DeleteLookupResponse>;
387
388
  /**
@@ -391,7 +392,7 @@ export declare class LogAnalyticsClient {
391
392
  * @param DeleteParserRequest
392
393
  * @return DeleteParserResponse
393
394
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteParser.ts.html |here} to see how to use DeleteParser API.
395
396
  */
396
397
  deleteParser(deleteParserRequest: requests.DeleteParserRequest): Promise<responses.DeleteParserResponse>;
397
398
  /**
@@ -400,7 +401,7 @@ export declare class LogAnalyticsClient {
400
401
  * @param DeleteScheduledTaskRequest
401
402
  * @return DeleteScheduledTaskResponse
402
403
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteScheduledTask.ts.html |here} to see how to use DeleteScheduledTask API.
404
405
  */
405
406
  deleteScheduledTask(deleteScheduledTaskRequest: requests.DeleteScheduledTaskRequest): Promise<responses.DeleteScheduledTaskResponse>;
406
407
  /**
@@ -410,7 +411,7 @@ export declare class LogAnalyticsClient {
410
411
  * @param DeleteSourceRequest
411
412
  * @return DeleteSourceResponse
412
413
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteSource.ts.html |here} to see how to use DeleteSource API.
414
415
  */
415
416
  deleteSource(deleteSourceRequest: requests.DeleteSourceRequest): Promise<responses.DeleteSourceResponse>;
416
417
  /**
@@ -421,7 +422,7 @@ export declare class LogAnalyticsClient {
421
422
  * @param DeleteUploadRequest
422
423
  * @return DeleteUploadResponse
423
424
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteUpload.ts.html |here} to see how to use DeleteUpload API.
425
426
  */
426
427
  deleteUpload(deleteUploadRequest: requests.DeleteUploadRequest): Promise<responses.DeleteUploadResponse>;
427
428
  /**
@@ -432,7 +433,7 @@ export declare class LogAnalyticsClient {
432
433
  * @param DeleteUploadFileRequest
433
434
  * @return DeleteUploadFileResponse
434
435
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteUploadFile.ts.html |here} to see how to use DeleteUploadFile API.
436
437
  */
437
438
  deleteUploadFile(deleteUploadFileRequest: requests.DeleteUploadFileRequest): Promise<responses.DeleteUploadFileResponse>;
438
439
  /**
@@ -442,7 +443,7 @@ export declare class LogAnalyticsClient {
442
443
  * @param DeleteUploadWarningRequest
443
444
  * @return DeleteUploadWarningResponse
444
445
  * @throws OciError when an error occurs
445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DeleteUploadWarning.ts.html |here} to see how to use DeleteUploadWarning API.
446
447
  */
447
448
  deleteUploadWarning(deleteUploadWarningRequest: requests.DeleteUploadWarningRequest): Promise<responses.DeleteUploadWarningResponse>;
448
449
  /**
@@ -452,7 +453,7 @@ export declare class LogAnalyticsClient {
452
453
  * @param DisableArchivingRequest
453
454
  * @return DisableArchivingResponse
454
455
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DisableArchiving.ts.html |here} to see how to use DisableArchiving API.
456
457
  */
457
458
  disableArchiving(disableArchivingRequest: requests.DisableArchivingRequest): Promise<responses.DisableArchivingResponse>;
458
459
  /**
@@ -464,7 +465,7 @@ export declare class LogAnalyticsClient {
464
465
  * @param DisableAutoAssociationRequest
465
466
  * @return DisableAutoAssociationResponse
466
467
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DisableAutoAssociation.ts.html |here} to see how to use DisableAutoAssociation API.
468
469
  */
469
470
  disableAutoAssociation(disableAutoAssociationRequest: requests.DisableAutoAssociationRequest): Promise<responses.DisableAutoAssociationResponse>;
470
471
  /**
@@ -474,7 +475,7 @@ export declare class LogAnalyticsClient {
474
475
  * @param DisableIngestTimeRuleRequest
475
476
  * @return DisableIngestTimeRuleResponse
476
477
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DisableIngestTimeRule.ts.html |here} to see how to use DisableIngestTimeRule API.
478
479
  */
479
480
  disableIngestTimeRule(disableIngestTimeRuleRequest: requests.DisableIngestTimeRuleRequest): Promise<responses.DisableIngestTimeRuleResponse>;
480
481
  /**
@@ -484,7 +485,7 @@ export declare class LogAnalyticsClient {
484
485
  * @param DisableSourceEventTypesRequest
485
486
  * @return DisableSourceEventTypesResponse
486
487
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/DisableSourceEventTypes.ts.html |here} to see how to use DisableSourceEventTypes API.
488
489
  */
489
490
  disableSourceEventTypes(disableSourceEventTypesRequest: requests.DisableSourceEventTypesRequest): Promise<responses.DisableSourceEventTypesResponse>;
490
491
  /**
@@ -494,7 +495,7 @@ export declare class LogAnalyticsClient {
494
495
  * @param EnableArchivingRequest
495
496
  * @return EnableArchivingResponse
496
497
  * @throws OciError when an error occurs
497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchiving API.
498
499
  */
499
500
  enableArchiving(enableArchivingRequest: requests.EnableArchivingRequest): Promise<responses.EnableArchivingResponse>;
500
501
  /**
@@ -506,7 +507,7 @@ export declare class LogAnalyticsClient {
506
507
  * @param EnableAutoAssociationRequest
507
508
  * @return EnableAutoAssociationResponse
508
509
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociation API.
510
511
  */
511
512
  enableAutoAssociation(enableAutoAssociationRequest: requests.EnableAutoAssociationRequest): Promise<responses.EnableAutoAssociationResponse>;
512
513
  /**
@@ -516,7 +517,7 @@ export declare class LogAnalyticsClient {
516
517
  * @param EnableIngestTimeRuleRequest
517
518
  * @return EnableIngestTimeRuleResponse
518
519
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRule API.
520
521
  */
521
522
  enableIngestTimeRule(enableIngestTimeRuleRequest: requests.EnableIngestTimeRuleRequest): Promise<responses.EnableIngestTimeRuleResponse>;
522
523
  /**
@@ -526,7 +527,7 @@ export declare class LogAnalyticsClient {
526
527
  * @param EnableSourceEventTypesRequest
527
528
  * @return EnableSourceEventTypesResponse
528
529
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypes API.
530
531
  */
531
532
  enableSourceEventTypes(enableSourceEventTypesRequest: requests.EnableSourceEventTypesRequest): Promise<responses.EnableSourceEventTypesResponse>;
532
533
  /**
@@ -536,7 +537,7 @@ export declare class LogAnalyticsClient {
536
537
  * @param EstimatePurgeDataSizeRequest
537
538
  * @return EstimatePurgeDataSizeResponse
538
539
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSize API.
540
541
  */
541
542
  estimatePurgeDataSize(estimatePurgeDataSizeRequest: requests.EstimatePurgeDataSizeRequest): Promise<responses.EstimatePurgeDataSizeResponse>;
542
543
  /**
@@ -546,7 +547,7 @@ export declare class LogAnalyticsClient {
546
547
  * @param EstimateRecallDataSizeRequest
547
548
  * @return EstimateRecallDataSizeResponse
548
549
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSize API.
550
551
  */
551
552
  estimateRecallDataSize(estimateRecallDataSizeRequest: requests.EstimateRecallDataSizeRequest): Promise<responses.EstimateRecallDataSizeResponse>;
552
553
  /**
@@ -556,7 +557,7 @@ export declare class LogAnalyticsClient {
556
557
  * @param EstimateReleaseDataSizeRequest
557
558
  * @return EstimateReleaseDataSizeResponse
558
559
  * @throws OciError when an error occurs
559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSize API.
560
561
  */
561
562
  estimateReleaseDataSize(estimateReleaseDataSizeRequest: requests.EstimateReleaseDataSizeRequest): Promise<responses.EstimateReleaseDataSizeResponse>;
562
563
  /**
@@ -566,7 +567,7 @@ export declare class LogAnalyticsClient {
566
567
  * @param ExportCustomContentRequest
567
568
  * @return ExportCustomContentResponse
568
569
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContent API.
570
571
  */
571
572
  exportCustomContent(exportCustomContentRequest: requests.ExportCustomContentRequest): Promise<responses.ExportCustomContentResponse>;
572
573
  /**
@@ -575,7 +576,7 @@ export declare class LogAnalyticsClient {
575
576
  * @param ExportQueryResultRequest
576
577
  * @return ExportQueryResultResponse
577
578
  * @throws OciError when an error occurs
578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResult API.
579
580
  */
580
581
  exportQueryResult(exportQueryResultRequest: requests.ExportQueryResultRequest): Promise<responses.ExportQueryResultResponse>;
581
582
  /**
@@ -585,7 +586,7 @@ export declare class LogAnalyticsClient {
585
586
  * @param ExtractStructuredLogFieldPathsRequest
586
587
  * @return ExtractStructuredLogFieldPathsResponse
587
588
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPaths API.
589
590
  */
590
591
  extractStructuredLogFieldPaths(extractStructuredLogFieldPathsRequest: requests.ExtractStructuredLogFieldPathsRequest): Promise<responses.ExtractStructuredLogFieldPathsResponse>;
591
592
  /**
@@ -595,7 +596,7 @@ export declare class LogAnalyticsClient {
595
596
  * @param ExtractStructuredLogHeaderPathsRequest
596
597
  * @return ExtractStructuredLogHeaderPathsResponse
597
598
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPaths API.
599
600
  */
600
601
  extractStructuredLogHeaderPaths(extractStructuredLogHeaderPathsRequest: requests.ExtractStructuredLogHeaderPathsRequest): Promise<responses.ExtractStructuredLogHeaderPathsResponse>;
601
602
  /**
@@ -604,7 +605,7 @@ export declare class LogAnalyticsClient {
604
605
  * @param FilterRequest
605
606
  * @return FilterResponse
606
607
  * @throws OciError when an error occurs
607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/Filter.ts.html |here} to see how to use Filter API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/Filter.ts.html |here} to see how to use Filter API.
608
609
  */
609
610
  filter(filterRequest: requests.FilterRequest): Promise<responses.FilterResponse>;
610
611
  /**
@@ -614,7 +615,7 @@ export declare class LogAnalyticsClient {
614
615
  * @param GetAssociationSummaryRequest
615
616
  * @return GetAssociationSummaryResponse
616
617
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummary API.
618
619
  */
619
620
  getAssociationSummary(getAssociationSummaryRequest: requests.GetAssociationSummaryRequest): Promise<responses.GetAssociationSummaryResponse>;
620
621
  /**
@@ -624,7 +625,7 @@ export declare class LogAnalyticsClient {
624
625
  * @param GetCategoryRequest
625
626
  * @return GetCategoryResponse
626
627
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategory API.
628
629
  */
629
630
  getCategory(getCategoryRequest: requests.GetCategoryRequest): Promise<responses.GetCategoryResponse>;
630
631
  /**
@@ -634,7 +635,7 @@ export declare class LogAnalyticsClient {
634
635
  * @param GetColumnNamesRequest
635
636
  * @return GetColumnNamesResponse
636
637
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNames API.
638
639
  */
639
640
  getColumnNames(getColumnNamesRequest: requests.GetColumnNamesRequest): Promise<responses.GetColumnNamesResponse>;
640
641
  /**
@@ -644,7 +645,7 @@ export declare class LogAnalyticsClient {
644
645
  * @param GetConfigWorkRequestRequest
645
646
  * @return GetConfigWorkRequestResponse
646
647
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequest API.
648
649
  */
649
650
  getConfigWorkRequest(getConfigWorkRequestRequest: requests.GetConfigWorkRequestRequest): Promise<responses.GetConfigWorkRequestResponse>;
650
651
  /**
@@ -654,7 +655,7 @@ export declare class LogAnalyticsClient {
654
655
  * @param GetFieldRequest
655
656
  * @return GetFieldResponse
656
657
  * @throws OciError when an error occurs
657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetField.ts.html |here} to see how to use GetField API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetField.ts.html |here} to see how to use GetField API.
658
659
  */
659
660
  getField(getFieldRequest: requests.GetFieldRequest): Promise<responses.GetFieldResponse>;
660
661
  /**
@@ -664,7 +665,7 @@ export declare class LogAnalyticsClient {
664
665
  * @param GetFieldsSummaryRequest
665
666
  * @return GetFieldsSummaryResponse
666
667
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummary API.
668
669
  */
669
670
  getFieldsSummary(getFieldsSummaryRequest: requests.GetFieldsSummaryRequest): Promise<responses.GetFieldsSummaryResponse>;
670
671
  /**
@@ -674,7 +675,7 @@ export declare class LogAnalyticsClient {
674
675
  * @param GetIngestTimeRuleRequest
675
676
  * @return GetIngestTimeRuleResponse
676
677
  * @throws OciError when an error occurs
677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRule API.
678
679
  */
679
680
  getIngestTimeRule(getIngestTimeRuleRequest: requests.GetIngestTimeRuleRequest): Promise<responses.GetIngestTimeRuleResponse>;
680
681
  /**
@@ -684,7 +685,7 @@ export declare class LogAnalyticsClient {
684
685
  * @param GetLabelRequest
685
686
  * @return GetLabelResponse
686
687
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabel API.
688
689
  */
689
690
  getLabel(getLabelRequest: requests.GetLabelRequest): Promise<responses.GetLabelResponse>;
690
691
  /**
@@ -694,7 +695,7 @@ export declare class LogAnalyticsClient {
694
695
  * @param GetLabelSummaryRequest
695
696
  * @return GetLabelSummaryResponse
696
697
  * @throws OciError when an error occurs
697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummary API.
698
699
  */
699
700
  getLabelSummary(getLabelSummaryRequest: requests.GetLabelSummaryRequest): Promise<responses.GetLabelSummaryResponse>;
700
701
  /**
@@ -703,7 +704,7 @@ export declare class LogAnalyticsClient {
703
704
  * @param GetLogAnalyticsEmBridgeRequest
704
705
  * @return GetLogAnalyticsEmBridgeResponse
705
706
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridge API.
707
708
  */
708
709
  getLogAnalyticsEmBridge(getLogAnalyticsEmBridgeRequest: requests.GetLogAnalyticsEmBridgeRequest): Promise<responses.GetLogAnalyticsEmBridgeResponse>;
709
710
  /**
@@ -712,7 +713,7 @@ export declare class LogAnalyticsClient {
712
713
  * @param GetLogAnalyticsEmBridgeSummaryRequest
713
714
  * @return GetLogAnalyticsEmBridgeSummaryResponse
714
715
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummary API.
716
717
  */
717
718
  getLogAnalyticsEmBridgeSummary(getLogAnalyticsEmBridgeSummaryRequest: requests.GetLogAnalyticsEmBridgeSummaryRequest): Promise<responses.GetLogAnalyticsEmBridgeSummaryResponse>;
718
719
  /**
@@ -721,7 +722,7 @@ export declare class LogAnalyticsClient {
721
722
  * @param GetLogAnalyticsEntitiesSummaryRequest
722
723
  * @return GetLogAnalyticsEntitiesSummaryResponse
723
724
  * @throws OciError when an error occurs
724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummary API.
725
726
  */
726
727
  getLogAnalyticsEntitiesSummary(getLogAnalyticsEntitiesSummaryRequest: requests.GetLogAnalyticsEntitiesSummaryRequest): Promise<responses.GetLogAnalyticsEntitiesSummaryResponse>;
727
728
  /**
@@ -730,7 +731,7 @@ export declare class LogAnalyticsClient {
730
731
  * @param GetLogAnalyticsEntityRequest
731
732
  * @return GetLogAnalyticsEntityResponse
732
733
  * @throws OciError when an error occurs
733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntity API.
734
735
  */
735
736
  getLogAnalyticsEntity(getLogAnalyticsEntityRequest: requests.GetLogAnalyticsEntityRequest): Promise<responses.GetLogAnalyticsEntityResponse>;
736
737
  /**
@@ -739,7 +740,7 @@ export declare class LogAnalyticsClient {
739
740
  * @param GetLogAnalyticsEntityTypeRequest
740
741
  * @return GetLogAnalyticsEntityTypeResponse
741
742
  * @throws OciError when an error occurs
742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityType API.
743
744
  */
744
745
  getLogAnalyticsEntityType(getLogAnalyticsEntityTypeRequest: requests.GetLogAnalyticsEntityTypeRequest): Promise<responses.GetLogAnalyticsEntityTypeResponse>;
745
746
  /**
@@ -749,7 +750,7 @@ export declare class LogAnalyticsClient {
749
750
  * @param GetLogAnalyticsLogGroupRequest
750
751
  * @return GetLogAnalyticsLogGroupResponse
751
752
  * @throws OciError when an error occurs
752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroup API.
753
754
  */
754
755
  getLogAnalyticsLogGroup(getLogAnalyticsLogGroupRequest: requests.GetLogAnalyticsLogGroupRequest): Promise<responses.GetLogAnalyticsLogGroupResponse>;
755
756
  /**
@@ -759,7 +760,7 @@ export declare class LogAnalyticsClient {
759
760
  * @param GetLogAnalyticsLogGroupsSummaryRequest
760
761
  * @return GetLogAnalyticsLogGroupsSummaryResponse
761
762
  * @throws OciError when an error occurs
762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummary API.
763
764
  */
764
765
  getLogAnalyticsLogGroupsSummary(getLogAnalyticsLogGroupsSummaryRequest: requests.GetLogAnalyticsLogGroupsSummaryRequest): Promise<responses.GetLogAnalyticsLogGroupsSummaryResponse>;
765
766
  /**
@@ -768,7 +769,7 @@ export declare class LogAnalyticsClient {
768
769
  * @param GetLogAnalyticsObjectCollectionRuleRequest
769
770
  * @return GetLogAnalyticsObjectCollectionRuleResponse
770
771
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRule API.
772
773
  */
773
774
  getLogAnalyticsObjectCollectionRule(getLogAnalyticsObjectCollectionRuleRequest: requests.GetLogAnalyticsObjectCollectionRuleRequest): Promise<responses.GetLogAnalyticsObjectCollectionRuleResponse>;
774
775
  /**
@@ -778,7 +779,7 @@ export declare class LogAnalyticsClient {
778
779
  * @param GetLogSetsCountRequest
779
780
  * @return GetLogSetsCountResponse
780
781
  * @throws OciError when an error occurs
781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCount API.
782
783
  */
783
784
  getLogSetsCount(getLogSetsCountRequest: requests.GetLogSetsCountRequest): Promise<responses.GetLogSetsCountResponse>;
784
785
  /**
@@ -788,7 +789,7 @@ export declare class LogAnalyticsClient {
788
789
  * @param GetLookupRequest
789
790
  * @return GetLookupResponse
790
791
  * @throws OciError when an error occurs
791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookup API.
792
793
  */
793
794
  getLookup(getLookupRequest: requests.GetLookupRequest): Promise<responses.GetLookupResponse>;
794
795
  /**
@@ -797,7 +798,7 @@ export declare class LogAnalyticsClient {
797
798
  * @param GetLookupSummaryRequest
798
799
  * @return GetLookupSummaryResponse
799
800
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummary API.
801
802
  */
802
803
  getLookupSummary(getLookupSummaryRequest: requests.GetLookupSummaryRequest): Promise<responses.GetLookupSummaryResponse>;
803
804
  /**
@@ -807,7 +808,7 @@ export declare class LogAnalyticsClient {
807
808
  * @param GetNamespaceRequest
808
809
  * @return GetNamespaceResponse
809
810
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespace API.
811
812
  */
812
813
  getNamespace(getNamespaceRequest: requests.GetNamespaceRequest): Promise<responses.GetNamespaceResponse>;
813
814
  /**
@@ -817,7 +818,7 @@ export declare class LogAnalyticsClient {
817
818
  * @param GetParserRequest
818
819
  * @return GetParserResponse
819
820
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetParser.ts.html |here} to see how to use GetParser API.
821
822
  */
822
823
  getParser(getParserRequest: requests.GetParserRequest): Promise<responses.GetParserResponse>;
823
824
  /**
@@ -827,7 +828,7 @@ export declare class LogAnalyticsClient {
827
828
  * @param GetParserSummaryRequest
828
829
  * @return GetParserSummaryResponse
829
830
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummary API.
831
832
  */
832
833
  getParserSummary(getParserSummaryRequest: requests.GetParserSummaryRequest): Promise<responses.GetParserSummaryResponse>;
833
834
  /**
@@ -837,7 +838,7 @@ export declare class LogAnalyticsClient {
837
838
  * @param GetPreferencesRequest
838
839
  * @return GetPreferencesResponse
839
840
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferences API.
841
842
  */
842
843
  getPreferences(getPreferencesRequest: requests.GetPreferencesRequest): Promise<responses.GetPreferencesResponse>;
843
844
  /**
@@ -848,7 +849,7 @@ export declare class LogAnalyticsClient {
848
849
  * @param GetQueryResultRequest
849
850
  * @return GetQueryResultResponse
850
851
  * @throws OciError when an error occurs
851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResult API.
852
853
  */
853
854
  getQueryResult(getQueryResultRequest: requests.GetQueryResultRequest): Promise<responses.GetQueryResultResponse>;
854
855
  /**
@@ -857,7 +858,7 @@ export declare class LogAnalyticsClient {
857
858
  * @param GetQueryWorkRequestRequest
858
859
  * @return GetQueryWorkRequestResponse
859
860
  * @throws OciError when an error occurs
860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequest API.
861
862
  */
862
863
  getQueryWorkRequest(getQueryWorkRequestRequest: requests.GetQueryWorkRequestRequest): Promise<responses.GetQueryWorkRequestResponse>;
863
864
  /**
@@ -867,7 +868,7 @@ export declare class LogAnalyticsClient {
867
868
  * @param GetRecallCountRequest
868
869
  * @return GetRecallCountResponse
869
870
  * @throws OciError when an error occurs
870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetRecallCount.ts.html |here} to see how to use GetRecallCount API.
871
872
  */
872
873
  getRecallCount(getRecallCountRequest: requests.GetRecallCountRequest): Promise<responses.GetRecallCountResponse>;
873
874
  /**
@@ -877,7 +878,7 @@ export declare class LogAnalyticsClient {
877
878
  * @param GetRecalledDataSizeRequest
878
879
  * @return GetRecalledDataSizeResponse
879
880
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetRecalledDataSize.ts.html |here} to see how to use GetRecalledDataSize API.
881
882
  */
882
883
  getRecalledDataSize(getRecalledDataSizeRequest: requests.GetRecalledDataSizeRequest): Promise<responses.GetRecalledDataSizeResponse>;
883
884
  /**
@@ -887,7 +888,7 @@ export declare class LogAnalyticsClient {
887
888
  * @param GetRulesSummaryRequest
888
889
  * @return GetRulesSummaryResponse
889
890
  * @throws OciError when an error occurs
890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetRulesSummary.ts.html |here} to see how to use GetRulesSummary API.
891
892
  */
892
893
  getRulesSummary(getRulesSummaryRequest: requests.GetRulesSummaryRequest): Promise<responses.GetRulesSummaryResponse>;
893
894
  /**
@@ -896,7 +897,7 @@ export declare class LogAnalyticsClient {
896
897
  * @param GetScheduledTaskRequest
897
898
  * @return GetScheduledTaskResponse
898
899
  * @throws OciError when an error occurs
899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTask API.
900
901
  */
901
902
  getScheduledTask(getScheduledTaskRequest: requests.GetScheduledTaskRequest): Promise<responses.GetScheduledTaskResponse>;
902
903
  /**
@@ -906,7 +907,7 @@ export declare class LogAnalyticsClient {
906
907
  * @param GetSourceRequest
907
908
  * @return GetSourceResponse
908
909
  * @throws OciError when an error occurs
909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetSource.ts.html |here} to see how to use GetSource API.
910
911
  */
911
912
  getSource(getSourceRequest: requests.GetSourceRequest): Promise<responses.GetSourceResponse>;
912
913
  /**
@@ -916,7 +917,7 @@ export declare class LogAnalyticsClient {
916
917
  * @param GetSourceSummaryRequest
917
918
  * @return GetSourceSummaryResponse
918
919
  * @throws OciError when an error occurs
919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummary API.
920
921
  */
921
922
  getSourceSummary(getSourceSummaryRequest: requests.GetSourceSummaryRequest): Promise<responses.GetSourceSummaryResponse>;
922
923
  /**
@@ -926,7 +927,7 @@ export declare class LogAnalyticsClient {
926
927
  * @param GetStorageRequest
927
928
  * @return GetStorageResponse
928
929
  * @throws OciError when an error occurs
929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorage API.
930
931
  */
931
932
  getStorage(getStorageRequest: requests.GetStorageRequest): Promise<responses.GetStorageResponse>;
932
933
  /**
@@ -937,7 +938,7 @@ export declare class LogAnalyticsClient {
937
938
  * @param GetStorageUsageRequest
938
939
  * @return GetStorageUsageResponse
939
940
  * @throws OciError when an error occurs
940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsage API.
941
942
  */
942
943
  getStorageUsage(getStorageUsageRequest: requests.GetStorageUsageRequest): Promise<responses.GetStorageUsageResponse>;
943
944
  /**
@@ -948,7 +949,7 @@ export declare class LogAnalyticsClient {
948
949
  * @param GetStorageWorkRequestRequest
949
950
  * @return GetStorageWorkRequestResponse
950
951
  * @throws OciError when an error occurs
951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequest API.
952
953
  */
953
954
  getStorageWorkRequest(getStorageWorkRequestRequest: requests.GetStorageWorkRequestRequest): Promise<responses.GetStorageWorkRequestResponse>;
954
955
  /**
@@ -958,7 +959,7 @@ export declare class LogAnalyticsClient {
958
959
  * @param GetUnprocessedDataBucketRequest
959
960
  * @return GetUnprocessedDataBucketResponse
960
961
  * @throws OciError when an error occurs
961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
962
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucket API.
962
963
  */
963
964
  getUnprocessedDataBucket(getUnprocessedDataBucketRequest: requests.GetUnprocessedDataBucketRequest): Promise<responses.GetUnprocessedDataBucketResponse>;
964
965
  /**
@@ -967,7 +968,7 @@ export declare class LogAnalyticsClient {
967
968
  * @param GetUploadRequest
968
969
  * @return GetUploadResponse
969
970
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUpload API.
971
972
  */
972
973
  getUpload(getUploadRequest: requests.GetUploadRequest): Promise<responses.GetUploadResponse>;
973
974
  /**
@@ -976,7 +977,7 @@ export declare class LogAnalyticsClient {
976
977
  * @param GetWorkRequestRequest
977
978
  * @return GetWorkRequestResponse
978
979
  * @throws OciError when an error occurs
979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
980
981
  */
981
982
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
982
983
  /**
@@ -986,7 +987,7 @@ export declare class LogAnalyticsClient {
986
987
  * @param ImportCustomContentRequest
987
988
  * @return ImportCustomContentResponse
988
989
  * @throws OciError when an error occurs
989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContent API.
990
991
  */
991
992
  importCustomContent(importCustomContentRequest: requests.ImportCustomContentRequest): Promise<responses.ImportCustomContentResponse>;
992
993
  /**
@@ -996,7 +997,7 @@ export declare class LogAnalyticsClient {
996
997
  * @param ListAssociableEntitiesRequest
997
998
  * @return ListAssociableEntitiesResponse
998
999
  * @throws OciError when an error occurs
999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntities API.
1000
1001
  */
1001
1002
  listAssociableEntities(listAssociableEntitiesRequest: requests.ListAssociableEntitiesRequest): Promise<responses.ListAssociableEntitiesResponse>;
1002
1003
  /**
@@ -1006,7 +1007,7 @@ export declare class LogAnalyticsClient {
1006
1007
  * @param ListAssociatedEntitiesRequest
1007
1008
  * @return ListAssociatedEntitiesResponse
1008
1009
  * @throws OciError when an error occurs
1009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
1010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntities API.
1010
1011
  */
1011
1012
  listAssociatedEntities(listAssociatedEntitiesRequest: requests.ListAssociatedEntitiesRequest): Promise<responses.ListAssociatedEntitiesResponse>;
1012
1013
  /**
@@ -1016,7 +1017,7 @@ export declare class LogAnalyticsClient {
1016
1017
  * @param ListAutoAssociationsRequest
1017
1018
  * @return ListAutoAssociationsResponse
1018
1019
  * @throws OciError when an error occurs
1019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociations API.
1020
1021
  */
1021
1022
  listAutoAssociations(listAutoAssociationsRequest: requests.ListAutoAssociationsRequest): Promise<responses.ListAutoAssociationsResponse>;
1022
1023
  /**
@@ -1026,7 +1027,7 @@ export declare class LogAnalyticsClient {
1026
1027
  * @param ListCategoriesRequest
1027
1028
  * @return ListCategoriesResponse
1028
1029
  * @throws OciError when an error occurs
1029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategories API.
1030
1031
  */
1031
1032
  listCategories(listCategoriesRequest: requests.ListCategoriesRequest): Promise<responses.ListCategoriesResponse>;
1032
1033
  /**
@@ -1036,7 +1037,7 @@ export declare class LogAnalyticsClient {
1036
1037
  * @param ListConfigWorkRequestsRequest
1037
1038
  * @return ListConfigWorkRequestsResponse
1038
1039
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
1040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequests API.
1040
1041
  */
1041
1042
  listConfigWorkRequests(listConfigWorkRequestsRequest: requests.ListConfigWorkRequestsRequest): Promise<responses.ListConfigWorkRequestsResponse>;
1042
1043
  /**
@@ -1046,7 +1047,7 @@ export declare class LogAnalyticsClient {
1046
1047
  * @param ListEffectivePropertiesRequest
1047
1048
  * @return ListEffectivePropertiesResponse
1048
1049
  * @throws OciError when an error occurs
1049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListEffectiveProperties.ts.html |here} to see how to use ListEffectiveProperties API.
1050
1051
  */
1051
1052
  listEffectiveProperties(listEffectivePropertiesRequest: requests.ListEffectivePropertiesRequest): Promise<responses.ListEffectivePropertiesResponse>;
1052
1053
  /**
@@ -1055,7 +1056,7 @@ export declare class LogAnalyticsClient {
1055
1056
  * @param ListEncryptionKeyInfoRequest
1056
1057
  * @return ListEncryptionKeyInfoResponse
1057
1058
  * @throws OciError when an error occurs
1058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
1059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListEncryptionKeyInfo.ts.html |here} to see how to use ListEncryptionKeyInfo API.
1059
1060
  */
1060
1061
  listEncryptionKeyInfo(listEncryptionKeyInfoRequest: requests.ListEncryptionKeyInfoRequest): Promise<responses.ListEncryptionKeyInfoResponse>;
1061
1062
  /**
@@ -1064,7 +1065,7 @@ export declare class LogAnalyticsClient {
1064
1065
  * @param ListEntityAssociationsRequest
1065
1066
  * @return ListEntityAssociationsResponse
1066
1067
  * @throws OciError when an error occurs
1067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
1068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListEntityAssociations.ts.html |here} to see how to use ListEntityAssociations API.
1068
1069
  */
1069
1070
  listEntityAssociations(listEntityAssociationsRequest: requests.ListEntityAssociationsRequest): Promise<responses.ListEntityAssociationsResponse>;
1070
1071
  /**
@@ -1074,7 +1075,7 @@ export declare class LogAnalyticsClient {
1074
1075
  * @param ListEntitySourceAssociationsRequest
1075
1076
  * @return ListEntitySourceAssociationsResponse
1076
1077
  * @throws OciError when an error occurs
1077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
1078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListEntitySourceAssociations.ts.html |here} to see how to use ListEntitySourceAssociations API.
1078
1079
  */
1079
1080
  listEntitySourceAssociations(listEntitySourceAssociationsRequest: requests.ListEntitySourceAssociationsRequest): Promise<responses.ListEntitySourceAssociationsResponse>;
1080
1081
  /**
@@ -1084,7 +1085,7 @@ export declare class LogAnalyticsClient {
1084
1085
  * @param ListFieldsRequest
1085
1086
  * @return ListFieldsResponse
1086
1087
  * @throws OciError when an error occurs
1087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
1088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListFields.ts.html |here} to see how to use ListFields API.
1088
1089
  */
1089
1090
  listFields(listFieldsRequest: requests.ListFieldsRequest): Promise<responses.ListFieldsResponse>;
1090
1091
  /**
@@ -1094,7 +1095,7 @@ export declare class LogAnalyticsClient {
1094
1095
  * @param ListIngestTimeRulesRequest
1095
1096
  * @return ListIngestTimeRulesResponse
1096
1097
  * @throws OciError when an error occurs
1097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
1098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListIngestTimeRules.ts.html |here} to see how to use ListIngestTimeRules API.
1098
1099
  */
1099
1100
  listIngestTimeRules(listIngestTimeRulesRequest: requests.ListIngestTimeRulesRequest): Promise<responses.ListIngestTimeRulesResponse>;
1100
1101
  /**
@@ -1104,7 +1105,7 @@ export declare class LogAnalyticsClient {
1104
1105
  * @param ListLabelPrioritiesRequest
1105
1106
  * @return ListLabelPrioritiesResponse
1106
1107
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLabelPriorities.ts.html |here} to see how to use ListLabelPriorities API.
1108
1109
  */
1109
1110
  listLabelPriorities(listLabelPrioritiesRequest: requests.ListLabelPrioritiesRequest): Promise<responses.ListLabelPrioritiesResponse>;
1110
1111
  /**
@@ -1114,7 +1115,7 @@ export declare class LogAnalyticsClient {
1114
1115
  * @param ListLabelSourceDetailsRequest
1115
1116
  * @return ListLabelSourceDetailsResponse
1116
1117
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
1118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLabelSourceDetails.ts.html |here} to see how to use ListLabelSourceDetails API.
1118
1119
  */
1119
1120
  listLabelSourceDetails(listLabelSourceDetailsRequest: requests.ListLabelSourceDetailsRequest): Promise<responses.ListLabelSourceDetailsResponse>;
1120
1121
  /**
@@ -1124,7 +1125,7 @@ export declare class LogAnalyticsClient {
1124
1125
  * @param ListLabelsRequest
1125
1126
  * @return ListLabelsResponse
1126
1127
  * @throws OciError when an error occurs
1127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLabels.ts.html |here} to see how to use ListLabels API.
1128
1129
  */
1129
1130
  listLabels(listLabelsRequest: requests.ListLabelsRequest): Promise<responses.ListLabelsResponse>;
1130
1131
  /**
@@ -1133,7 +1134,7 @@ export declare class LogAnalyticsClient {
1133
1134
  * @param ListLogAnalyticsEmBridgesRequest
1134
1135
  * @return ListLogAnalyticsEmBridgesResponse
1135
1136
  * @throws OciError when an error occurs
1136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
1137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLogAnalyticsEmBridges.ts.html |here} to see how to use ListLogAnalyticsEmBridges API.
1137
1138
  */
1138
1139
  listLogAnalyticsEmBridges(listLogAnalyticsEmBridgesRequest: requests.ListLogAnalyticsEmBridgesRequest): Promise<responses.ListLogAnalyticsEmBridgesResponse>;
1139
1140
  /**
@@ -1142,7 +1143,7 @@ export declare class LogAnalyticsClient {
1142
1143
  * @param ListLogAnalyticsEntitiesRequest
1143
1144
  * @return ListLogAnalyticsEntitiesResponse
1144
1145
  * @throws OciError when an error occurs
1145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLogAnalyticsEntities.ts.html |here} to see how to use ListLogAnalyticsEntities API.
1146
1147
  */
1147
1148
  listLogAnalyticsEntities(listLogAnalyticsEntitiesRequest: requests.ListLogAnalyticsEntitiesRequest): Promise<responses.ListLogAnalyticsEntitiesResponse>;
1148
1149
  /**
@@ -1151,7 +1152,7 @@ export declare class LogAnalyticsClient {
1151
1152
  * @param ListLogAnalyticsEntityTopologyRequest
1152
1153
  * @return ListLogAnalyticsEntityTopologyResponse
1153
1154
  * @throws OciError when an error occurs
1154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
1155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLogAnalyticsEntityTopology.ts.html |here} to see how to use ListLogAnalyticsEntityTopology API.
1155
1156
  */
1156
1157
  listLogAnalyticsEntityTopology(listLogAnalyticsEntityTopologyRequest: requests.ListLogAnalyticsEntityTopologyRequest): Promise<responses.ListLogAnalyticsEntityTopologyResponse>;
1157
1158
  /**
@@ -1160,7 +1161,7 @@ export declare class LogAnalyticsClient {
1160
1161
  * @param ListLogAnalyticsEntityTypesRequest
1161
1162
  * @return ListLogAnalyticsEntityTypesResponse
1162
1163
  * @throws OciError when an error occurs
1163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
1164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLogAnalyticsEntityTypes.ts.html |here} to see how to use ListLogAnalyticsEntityTypes API.
1164
1165
  */
1165
1166
  listLogAnalyticsEntityTypes(listLogAnalyticsEntityTypesRequest: requests.ListLogAnalyticsEntityTypesRequest): Promise<responses.ListLogAnalyticsEntityTypesResponse>;
1166
1167
  /**
@@ -1170,7 +1171,7 @@ export declare class LogAnalyticsClient {
1170
1171
  * @param ListLogAnalyticsLogGroupsRequest
1171
1172
  * @return ListLogAnalyticsLogGroupsResponse
1172
1173
  * @throws OciError when an error occurs
1173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
1174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroups API.
1174
1175
  */
1175
1176
  listLogAnalyticsLogGroups(listLogAnalyticsLogGroupsRequest: requests.ListLogAnalyticsLogGroupsRequest): Promise<responses.ListLogAnalyticsLogGroupsResponse>;
1176
1177
  /**
@@ -1179,7 +1180,7 @@ export declare class LogAnalyticsClient {
1179
1180
  * @param ListLogAnalyticsObjectCollectionRulesRequest
1180
1181
  * @return ListLogAnalyticsObjectCollectionRulesResponse
1181
1182
  * @throws OciError when an error occurs
1182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRules API.
1183
1184
  */
1184
1185
  listLogAnalyticsObjectCollectionRules(listLogAnalyticsObjectCollectionRulesRequest: requests.ListLogAnalyticsObjectCollectionRulesRequest): Promise<responses.ListLogAnalyticsObjectCollectionRulesResponse>;
1185
1186
  /**
@@ -1189,7 +1190,7 @@ export declare class LogAnalyticsClient {
1189
1190
  * @param ListLogSetsRequest
1190
1191
  * @return ListLogSetsResponse
1191
1192
  * @throws OciError when an error occurs
1192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
1193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSets API.
1193
1194
  */
1194
1195
  listLogSets(listLogSetsRequest: requests.ListLogSetsRequest): Promise<responses.ListLogSetsResponse>;
1195
1196
  /**
@@ -1199,7 +1200,7 @@ export declare class LogAnalyticsClient {
1199
1200
  * @param ListLookupsRequest
1200
1201
  * @return ListLookupsResponse
1201
1202
  * @throws OciError when an error occurs
1202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
1203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookups API.
1203
1204
  */
1204
1205
  listLookups(listLookupsRequest: requests.ListLookupsRequest): Promise<responses.ListLookupsResponse>;
1205
1206
  /**
@@ -1209,7 +1210,7 @@ export declare class LogAnalyticsClient {
1209
1210
  * @param ListMetaSourceTypesRequest
1210
1211
  * @return ListMetaSourceTypesResponse
1211
1212
  * @throws OciError when an error occurs
1212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
1213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypes API.
1213
1214
  */
1214
1215
  listMetaSourceTypes(listMetaSourceTypesRequest: requests.ListMetaSourceTypesRequest): Promise<responses.ListMetaSourceTypesResponse>;
1215
1216
  /**
@@ -1220,7 +1221,7 @@ export declare class LogAnalyticsClient {
1220
1221
  * @param ListNamespacesRequest
1221
1222
  * @return ListNamespacesResponse
1222
1223
  * @throws OciError when an error occurs
1223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
1224
1225
  */
1225
1226
  listNamespaces(listNamespacesRequest: requests.ListNamespacesRequest): Promise<responses.ListNamespacesResponse>;
1226
1227
  /**
@@ -1230,7 +1231,7 @@ export declare class LogAnalyticsClient {
1230
1231
  * @param ListOverlappingRecallsRequest
1231
1232
  * @return ListOverlappingRecallsResponse
1232
1233
  * @throws OciError when an error occurs
1233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
1234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListOverlappingRecalls.ts.html |here} to see how to use ListOverlappingRecalls API.
1234
1235
  */
1235
1236
  listOverlappingRecalls(listOverlappingRecallsRequest: requests.ListOverlappingRecallsRequest): Promise<responses.ListOverlappingRecallsResponse>;
1236
1237
  /**
@@ -1240,7 +1241,7 @@ export declare class LogAnalyticsClient {
1240
1241
  * @param ListParserFunctionsRequest
1241
1242
  * @return ListParserFunctionsResponse
1242
1243
  * @throws OciError when an error occurs
1243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctions API.
1244
1245
  */
1245
1246
  listParserFunctions(listParserFunctionsRequest: requests.ListParserFunctionsRequest): Promise<responses.ListParserFunctionsResponse>;
1246
1247
  /**
@@ -1250,7 +1251,7 @@ export declare class LogAnalyticsClient {
1250
1251
  * @param ListParserMetaPluginsRequest
1251
1252
  * @return ListParserMetaPluginsResponse
1252
1253
  * @throws OciError when an error occurs
1253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
1254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPlugins API.
1254
1255
  */
1255
1256
  listParserMetaPlugins(listParserMetaPluginsRequest: requests.ListParserMetaPluginsRequest): Promise<responses.ListParserMetaPluginsResponse>;
1256
1257
  /**
@@ -1260,7 +1261,7 @@ export declare class LogAnalyticsClient {
1260
1261
  * @param ListParsersRequest
1261
1262
  * @return ListParsersResponse
1262
1263
  * @throws OciError when an error occurs
1263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
1264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsers API.
1264
1265
  */
1265
1266
  listParsers(listParsersRequest: requests.ListParsersRequest): Promise<responses.ListParsersResponse>;
1266
1267
  /**
@@ -1270,7 +1271,7 @@ export declare class LogAnalyticsClient {
1270
1271
  * @param ListPropertiesMetadataRequest
1271
1272
  * @return ListPropertiesMetadataResponse
1272
1273
  * @throws OciError when an error occurs
1273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
1274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListPropertiesMetadata.ts.html |here} to see how to use ListPropertiesMetadata API.
1274
1275
  */
1275
1276
  listPropertiesMetadata(listPropertiesMetadataRequest: requests.ListPropertiesMetadataRequest): Promise<responses.ListPropertiesMetadataResponse>;
1276
1277
  /**
@@ -1279,7 +1280,7 @@ export declare class LogAnalyticsClient {
1279
1280
  * @param ListQueryWorkRequestsRequest
1280
1281
  * @return ListQueryWorkRequestsResponse
1281
1282
  * @throws OciError when an error occurs
1282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
1283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequests API.
1283
1284
  */
1284
1285
  listQueryWorkRequests(listQueryWorkRequestsRequest: requests.ListQueryWorkRequestsRequest): Promise<responses.ListQueryWorkRequestsResponse>;
1285
1286
  /**
@@ -1289,7 +1290,7 @@ export declare class LogAnalyticsClient {
1289
1290
  * @param ListRecalledDataRequest
1290
1291
  * @return ListRecalledDataResponse
1291
1292
  * @throws OciError when an error occurs
1292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
1293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledData API.
1293
1294
  */
1294
1295
  listRecalledData(listRecalledDataRequest: requests.ListRecalledDataRequest): Promise<responses.ListRecalledDataResponse>;
1295
1296
  /**
@@ -1300,7 +1301,7 @@ export declare class LogAnalyticsClient {
1300
1301
  * @param ListResourceCategoriesRequest
1301
1302
  * @return ListResourceCategoriesResponse
1302
1303
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
1304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListResourceCategories.ts.html |here} to see how to use ListResourceCategories API.
1304
1305
  */
1305
1306
  listResourceCategories(listResourceCategoriesRequest: requests.ListResourceCategoriesRequest): Promise<responses.ListResourceCategoriesResponse>;
1306
1307
  /**
@@ -1310,7 +1311,7 @@ export declare class LogAnalyticsClient {
1310
1311
  * @param ListRulesRequest
1311
1312
  * @return ListRulesResponse
1312
1313
  * @throws OciError when an error occurs
1313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
1314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListRules.ts.html |here} to see how to use ListRules API.
1314
1315
  */
1315
1316
  listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
1316
1317
  /**
@@ -1319,7 +1320,7 @@ export declare class LogAnalyticsClient {
1319
1320
  * @param ListScheduledTasksRequest
1320
1321
  * @return ListScheduledTasksResponse
1321
1322
  * @throws OciError when an error occurs
1322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
1323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasks API.
1323
1324
  */
1324
1325
  listScheduledTasks(listScheduledTasksRequest: requests.ListScheduledTasksRequest): Promise<responses.ListScheduledTasksResponse>;
1325
1326
  /**
@@ -1329,7 +1330,7 @@ export declare class LogAnalyticsClient {
1329
1330
  * @param ListSourceAssociationsRequest
1330
1331
  * @return ListSourceAssociationsResponse
1331
1332
  * @throws OciError when an error occurs
1332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
1333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociations API.
1333
1334
  */
1334
1335
  listSourceAssociations(listSourceAssociationsRequest: requests.ListSourceAssociationsRequest): Promise<responses.ListSourceAssociationsResponse>;
1335
1336
  /**
@@ -1339,7 +1340,7 @@ export declare class LogAnalyticsClient {
1339
1340
  * @param ListSourceEventTypesRequest
1340
1341
  * @return ListSourceEventTypesResponse
1341
1342
  * @throws OciError when an error occurs
1342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
1343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypes API.
1343
1344
  */
1344
1345
  listSourceEventTypes(listSourceEventTypesRequest: requests.ListSourceEventTypesRequest): Promise<responses.ListSourceEventTypesResponse>;
1345
1346
  /**
@@ -1349,7 +1350,7 @@ export declare class LogAnalyticsClient {
1349
1350
  * @param ListSourceExtendedFieldDefinitionsRequest
1350
1351
  * @return ListSourceExtendedFieldDefinitionsResponse
1351
1352
  * @throws OciError when an error occurs
1352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
1353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitions API.
1353
1354
  */
1354
1355
  listSourceExtendedFieldDefinitions(listSourceExtendedFieldDefinitionsRequest: requests.ListSourceExtendedFieldDefinitionsRequest): Promise<responses.ListSourceExtendedFieldDefinitionsResponse>;
1355
1356
  /**
@@ -1359,7 +1360,7 @@ export declare class LogAnalyticsClient {
1359
1360
  * @param ListSourceLabelOperatorsRequest
1360
1361
  * @return ListSourceLabelOperatorsResponse
1361
1362
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
1363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperators API.
1363
1364
  */
1364
1365
  listSourceLabelOperators(listSourceLabelOperatorsRequest: requests.ListSourceLabelOperatorsRequest): Promise<responses.ListSourceLabelOperatorsResponse>;
1365
1366
  /**
@@ -1369,7 +1370,7 @@ export declare class LogAnalyticsClient {
1369
1370
  * @param ListSourceMetaFunctionsRequest
1370
1371
  * @return ListSourceMetaFunctionsResponse
1371
1372
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctions API.
1373
1374
  */
1374
1375
  listSourceMetaFunctions(listSourceMetaFunctionsRequest: requests.ListSourceMetaFunctionsRequest): Promise<responses.ListSourceMetaFunctionsResponse>;
1375
1376
  /**
@@ -1379,7 +1380,7 @@ export declare class LogAnalyticsClient {
1379
1380
  * @param ListSourcePatternsRequest
1380
1381
  * @return ListSourcePatternsResponse
1381
1382
  * @throws OciError when an error occurs
1382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
1383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatterns API.
1383
1384
  */
1384
1385
  listSourcePatterns(listSourcePatternsRequest: requests.ListSourcePatternsRequest): Promise<responses.ListSourcePatternsResponse>;
1385
1386
  /**
@@ -1389,7 +1390,7 @@ export declare class LogAnalyticsClient {
1389
1390
  * @param ListSourcesRequest
1390
1391
  * @return ListSourcesResponse
1391
1392
  * @throws OciError when an error occurs
1392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
1393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSources.ts.html |here} to see how to use ListSources API.
1393
1394
  */
1394
1395
  listSources(listSourcesRequest: requests.ListSourcesRequest): Promise<responses.ListSourcesResponse>;
1395
1396
  /**
@@ -1398,7 +1399,7 @@ export declare class LogAnalyticsClient {
1398
1399
  * @param ListStorageWorkRequestErrorsRequest
1399
1400
  * @return ListStorageWorkRequestErrorsResponse
1400
1401
  * @throws OciError when an error occurs
1401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
1402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrors API.
1402
1403
  */
1403
1404
  listStorageWorkRequestErrors(listStorageWorkRequestErrorsRequest: requests.ListStorageWorkRequestErrorsRequest): Promise<responses.ListStorageWorkRequestErrorsResponse>;
1404
1405
  /**
@@ -1408,7 +1409,7 @@ export declare class LogAnalyticsClient {
1408
1409
  * @param ListStorageWorkRequestsRequest
1409
1410
  * @return ListStorageWorkRequestsResponse
1410
1411
  * @throws OciError when an error occurs
1411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
1412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequests API.
1412
1413
  */
1413
1414
  listStorageWorkRequests(listStorageWorkRequestsRequest: requests.ListStorageWorkRequestsRequest): Promise<responses.ListStorageWorkRequestsResponse>;
1414
1415
  /**
@@ -1417,7 +1418,7 @@ export declare class LogAnalyticsClient {
1417
1418
  * @param ListSupportedCharEncodingsRequest
1418
1419
  * @return ListSupportedCharEncodingsResponse
1419
1420
  * @throws OciError when an error occurs
1420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
1421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodings API.
1421
1422
  */
1422
1423
  listSupportedCharEncodings(listSupportedCharEncodingsRequest: requests.ListSupportedCharEncodingsRequest): Promise<responses.ListSupportedCharEncodingsResponse>;
1423
1424
  /**
@@ -1426,7 +1427,7 @@ export declare class LogAnalyticsClient {
1426
1427
  * @param ListSupportedTimezonesRequest
1427
1428
  * @return ListSupportedTimezonesResponse
1428
1429
  * @throws OciError when an error occurs
1429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
1430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezones API.
1430
1431
  */
1431
1432
  listSupportedTimezones(listSupportedTimezonesRequest: requests.ListSupportedTimezonesRequest): Promise<responses.ListSupportedTimezonesResponse>;
1432
1433
  /**
@@ -1435,7 +1436,7 @@ export declare class LogAnalyticsClient {
1435
1436
  * @param ListUploadFilesRequest
1436
1437
  * @return ListUploadFilesResponse
1437
1438
  * @throws OciError when an error occurs
1438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
1439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFiles API.
1439
1440
  */
1440
1441
  listUploadFiles(listUploadFilesRequest: requests.ListUploadFilesRequest): Promise<responses.ListUploadFilesResponse>;
1441
1442
  /**
@@ -1444,7 +1445,7 @@ export declare class LogAnalyticsClient {
1444
1445
  * @param ListUploadWarningsRequest
1445
1446
  * @return ListUploadWarningsResponse
1446
1447
  * @throws OciError when an error occurs
1447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
1448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarnings API.
1448
1449
  */
1449
1450
  listUploadWarnings(listUploadWarningsRequest: requests.ListUploadWarningsRequest): Promise<responses.ListUploadWarningsResponse>;
1450
1451
  /**
@@ -1455,7 +1456,7 @@ export declare class LogAnalyticsClient {
1455
1456
  * @param ListUploadsRequest
1456
1457
  * @return ListUploadsResponse
1457
1458
  * @throws OciError when an error occurs
1458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
1459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploads API.
1459
1460
  */
1460
1461
  listUploads(listUploadsRequest: requests.ListUploadsRequest): Promise<responses.ListUploadsResponse>;
1461
1462
  /**
@@ -1465,7 +1466,7 @@ export declare class LogAnalyticsClient {
1465
1466
  * @param ListWarningsRequest
1466
1467
  * @return ListWarningsResponse
1467
1468
  * @throws OciError when an error occurs
1468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
1469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarnings API.
1469
1470
  */
1470
1471
  listWarnings(listWarningsRequest: requests.ListWarningsRequest): Promise<responses.ListWarningsResponse>;
1471
1472
  /**
@@ -1475,7 +1476,7 @@ export declare class LogAnalyticsClient {
1475
1476
  * @param ListWorkRequestErrorsRequest
1476
1477
  * @return ListWorkRequestErrorsResponse
1477
1478
  * @throws OciError when an error occurs
1478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1479
1480
  */
1480
1481
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1481
1482
  /**
@@ -1485,7 +1486,7 @@ export declare class LogAnalyticsClient {
1485
1486
  * @param ListWorkRequestLogsRequest
1486
1487
  * @return ListWorkRequestLogsResponse
1487
1488
  * @throws OciError when an error occurs
1488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1489
1490
  */
1490
1491
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1491
1492
  /**
@@ -1495,7 +1496,7 @@ export declare class LogAnalyticsClient {
1495
1496
  * @param ListWorkRequestsRequest
1496
1497
  * @return ListWorkRequestsResponse
1497
1498
  * @throws OciError when an error occurs
1498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1499
1500
  */
1500
1501
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1501
1502
  /**
@@ -1504,7 +1505,7 @@ export declare class LogAnalyticsClient {
1504
1505
  * @param OffboardNamespaceRequest
1505
1506
  * @return OffboardNamespaceResponse
1506
1507
  * @throws OciError when an error occurs
1507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
1508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespace API.
1508
1509
  */
1509
1510
  offboardNamespace(offboardNamespaceRequest: requests.OffboardNamespaceRequest): Promise<responses.OffboardNamespaceResponse>;
1510
1511
  /**
@@ -1514,7 +1515,7 @@ export declare class LogAnalyticsClient {
1514
1515
  * @param OnboardNamespaceRequest
1515
1516
  * @return OnboardNamespaceResponse
1516
1517
  * @throws OciError when an error occurs
1517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
1518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespace API.
1518
1519
  */
1519
1520
  onboardNamespace(onboardNamespaceRequest: requests.OnboardNamespaceRequest): Promise<responses.OnboardNamespaceResponse>;
1520
1521
  /**
@@ -1523,7 +1524,7 @@ export declare class LogAnalyticsClient {
1523
1524
  * @param ParseQueryRequest
1524
1525
  * @return ParseQueryResponse
1525
1526
  * @throws OciError when an error occurs
1526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQuery API.
1527
1528
  */
1528
1529
  parseQuery(parseQueryRequest: requests.ParseQueryRequest): Promise<responses.ParseQueryResponse>;
1529
1530
  /**
@@ -1533,7 +1534,7 @@ export declare class LogAnalyticsClient {
1533
1534
  * @param PauseScheduledTaskRequest
1534
1535
  * @return PauseScheduledTaskResponse
1535
1536
  * @throws OciError when an error occurs
1536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
1537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTask API.
1537
1538
  */
1538
1539
  pauseScheduledTask(pauseScheduledTaskRequest: requests.PauseScheduledTaskRequest): Promise<responses.PauseScheduledTaskResponse>;
1539
1540
  /**
@@ -1544,7 +1545,7 @@ export declare class LogAnalyticsClient {
1544
1545
  * @param PurgeStorageDataRequest
1545
1546
  * @return PurgeStorageDataResponse
1546
1547
  * @throws OciError when an error occurs
1547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
1548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageData API.
1548
1549
  */
1549
1550
  purgeStorageData(purgeStorageDataRequest: requests.PurgeStorageDataRequest): Promise<responses.PurgeStorageDataResponse>;
1550
1551
  /**
@@ -1553,7 +1554,7 @@ export declare class LogAnalyticsClient {
1553
1554
  * @param PutQueryWorkRequestBackgroundRequest
1554
1555
  * @return PutQueryWorkRequestBackgroundResponse
1555
1556
  * @throws OciError when an error occurs
1556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
1557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackground API.
1557
1558
  */
1558
1559
  putQueryWorkRequestBackground(putQueryWorkRequestBackgroundRequest: requests.PutQueryWorkRequestBackgroundRequest): Promise<responses.PutQueryWorkRequestBackgroundResponse>;
1559
1560
  /**
@@ -1563,7 +1564,7 @@ export declare class LogAnalyticsClient {
1563
1564
  * @param QueryRequest
1564
1565
  * @return QueryResponse
1565
1566
  * @throws OciError when an error occurs
1566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/Query.ts.html |here} to see how to use Query API.
1567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/Query.ts.html |here} to see how to use Query API.
1567
1568
  */
1568
1569
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
1569
1570
  /**
@@ -1573,7 +1574,7 @@ export declare class LogAnalyticsClient {
1573
1574
  * @param RecallArchivedDataRequest
1574
1575
  * @return RecallArchivedDataResponse
1575
1576
  * @throws OciError when an error occurs
1576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
1577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedData API.
1577
1578
  */
1578
1579
  recallArchivedData(recallArchivedDataRequest: requests.RecallArchivedDataRequest): Promise<responses.RecallArchivedDataResponse>;
1579
1580
  /**
@@ -1583,7 +1584,7 @@ export declare class LogAnalyticsClient {
1583
1584
  * @param RegisterLookupRequest
1584
1585
  * @return RegisterLookupResponse
1585
1586
  * @throws OciError when an error occurs
1586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
1587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookup API.
1587
1588
  */
1588
1589
  registerLookup(registerLookupRequest: requests.RegisterLookupRequest): Promise<responses.RegisterLookupResponse>;
1589
1590
  /**
@@ -1593,7 +1594,7 @@ export declare class LogAnalyticsClient {
1593
1594
  * @param ReleaseRecalledDataRequest
1594
1595
  * @return ReleaseRecalledDataResponse
1595
1596
  * @throws OciError when an error occurs
1596
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
1597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledData API.
1597
1598
  */
1598
1599
  releaseRecalledData(releaseRecalledDataRequest: requests.ReleaseRecalledDataRequest): Promise<responses.ReleaseRecalledDataResponse>;
1599
1600
  /**
@@ -1602,7 +1603,7 @@ export declare class LogAnalyticsClient {
1602
1603
  * @param RemoveEntityAssociationsRequest
1603
1604
  * @return RemoveEntityAssociationsResponse
1604
1605
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
1606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociations API.
1606
1607
  */
1607
1608
  removeEntityAssociations(removeEntityAssociationsRequest: requests.RemoveEntityAssociationsRequest): Promise<responses.RemoveEntityAssociationsResponse>;
1608
1609
  /**
@@ -1612,7 +1613,7 @@ export declare class LogAnalyticsClient {
1612
1613
  * @param RemovePreferencesRequest
1613
1614
  * @return RemovePreferencesResponse
1614
1615
  * @throws OciError when an error occurs
1615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
1616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferences API.
1616
1617
  */
1617
1618
  removePreferences(removePreferencesRequest: requests.RemovePreferencesRequest): Promise<responses.RemovePreferencesResponse>;
1618
1619
  /**
@@ -1622,7 +1623,7 @@ export declare class LogAnalyticsClient {
1622
1623
  * @param RemoveResourceCategoriesRequest
1623
1624
  * @return RemoveResourceCategoriesResponse
1624
1625
  * @throws OciError when an error occurs
1625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
1626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/RemoveResourceCategories.ts.html |here} to see how to use RemoveResourceCategories API.
1626
1627
  */
1627
1628
  removeResourceCategories(removeResourceCategoriesRequest: requests.RemoveResourceCategoriesRequest): Promise<responses.RemoveResourceCategoriesResponse>;
1628
1629
  /**
@@ -1632,7 +1633,7 @@ export declare class LogAnalyticsClient {
1632
1633
  * @param RemoveSourceEventTypesRequest
1633
1634
  * @return RemoveSourceEventTypesResponse
1634
1635
  * @throws OciError when an error occurs
1635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
1636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypes API.
1636
1637
  */
1637
1638
  removeSourceEventTypes(removeSourceEventTypesRequest: requests.RemoveSourceEventTypesRequest): Promise<responses.RemoveSourceEventTypesResponse>;
1638
1639
  /**
@@ -1642,7 +1643,7 @@ export declare class LogAnalyticsClient {
1642
1643
  * @param ResumeScheduledTaskRequest
1643
1644
  * @return ResumeScheduledTaskResponse
1644
1645
  * @throws OciError when an error occurs
1645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
1646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTask API.
1646
1647
  */
1647
1648
  resumeScheduledTask(resumeScheduledTaskRequest: requests.ResumeScheduledTaskRequest): Promise<responses.ResumeScheduledTaskResponse>;
1648
1649
  /**
@@ -1654,7 +1655,7 @@ export declare class LogAnalyticsClient {
1654
1655
  * @param RunRequest
1655
1656
  * @return RunResponse
1656
1657
  * @throws OciError when an error occurs
1657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/Run.ts.html |here} to see how to use Run API.
1658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/Run.ts.html |here} to see how to use Run API.
1658
1659
  */
1659
1660
  run(runRequest: requests.RunRequest): Promise<responses.RunResponse>;
1660
1661
  /**
@@ -1666,7 +1667,7 @@ export declare class LogAnalyticsClient {
1666
1667
  * @param SetUnprocessedDataBucketRequest
1667
1668
  * @return SetUnprocessedDataBucketResponse
1668
1669
  * @throws OciError when an error occurs
1669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
1670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucket API.
1670
1671
  */
1671
1672
  setUnprocessedDataBucket(setUnprocessedDataBucketRequest: requests.SetUnprocessedDataBucketRequest): Promise<responses.SetUnprocessedDataBucketResponse>;
1672
1673
  /**
@@ -1675,7 +1676,7 @@ export declare class LogAnalyticsClient {
1675
1676
  * @param SuggestRequest
1676
1677
  * @return SuggestResponse
1677
1678
  * @throws OciError when an error occurs
1678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
1679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/Suggest.ts.html |here} to see how to use Suggest API.
1679
1680
  */
1680
1681
  suggest(suggestRequest: requests.SuggestRequest): Promise<responses.SuggestResponse>;
1681
1682
  /**
@@ -1685,7 +1686,7 @@ export declare class LogAnalyticsClient {
1685
1686
  * @param SuppressWarningRequest
1686
1687
  * @return SuppressWarningResponse
1687
1688
  * @throws OciError when an error occurs
1688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
1689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarning API.
1689
1690
  */
1690
1691
  suppressWarning(suppressWarningRequest: requests.SuppressWarningRequest): Promise<responses.SuppressWarningResponse>;
1691
1692
  /**
@@ -1695,7 +1696,7 @@ export declare class LogAnalyticsClient {
1695
1696
  * @param TestParserRequest
1696
1697
  * @return TestParserResponse
1697
1698
  * @throws OciError when an error occurs
1698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
1699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/TestParser.ts.html |here} to see how to use TestParser API.
1699
1700
  */
1700
1701
  testParser(testParserRequest: requests.TestParserRequest): Promise<responses.TestParserResponse>;
1701
1702
  /**
@@ -1705,7 +1706,7 @@ export declare class LogAnalyticsClient {
1705
1706
  * @param UnsuppressWarningRequest
1706
1707
  * @return UnsuppressWarningResponse
1707
1708
  * @throws OciError when an error occurs
1708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
1709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarning API.
1709
1710
  */
1710
1711
  unsuppressWarning(unsuppressWarningRequest: requests.UnsuppressWarningRequest): Promise<responses.UnsuppressWarningResponse>;
1711
1712
  /**
@@ -1715,7 +1716,7 @@ export declare class LogAnalyticsClient {
1715
1716
  * @param UpdateIngestTimeRuleRequest
1716
1717
  * @return UpdateIngestTimeRuleResponse
1717
1718
  * @throws OciError when an error occurs
1718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
1719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRule API.
1719
1720
  */
1720
1721
  updateIngestTimeRule(updateIngestTimeRuleRequest: requests.UpdateIngestTimeRuleRequest): Promise<responses.UpdateIngestTimeRuleResponse>;
1721
1722
  /**
@@ -1724,7 +1725,7 @@ export declare class LogAnalyticsClient {
1724
1725
  * @param UpdateLogAnalyticsEmBridgeRequest
1725
1726
  * @return UpdateLogAnalyticsEmBridgeResponse
1726
1727
  * @throws OciError when an error occurs
1727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
1728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridge API.
1728
1729
  */
1729
1730
  updateLogAnalyticsEmBridge(updateLogAnalyticsEmBridgeRequest: requests.UpdateLogAnalyticsEmBridgeRequest): Promise<responses.UpdateLogAnalyticsEmBridgeResponse>;
1730
1731
  /**
@@ -1733,7 +1734,7 @@ export declare class LogAnalyticsClient {
1733
1734
  * @param UpdateLogAnalyticsEntityRequest
1734
1735
  * @return UpdateLogAnalyticsEntityResponse
1735
1736
  * @throws OciError when an error occurs
1736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
1737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntity API.
1737
1738
  */
1738
1739
  updateLogAnalyticsEntity(updateLogAnalyticsEntityRequest: requests.UpdateLogAnalyticsEntityRequest): Promise<responses.UpdateLogAnalyticsEntityResponse>;
1739
1740
  /**
@@ -1742,7 +1743,7 @@ export declare class LogAnalyticsClient {
1742
1743
  * @param UpdateLogAnalyticsEntityTypeRequest
1743
1744
  * @return UpdateLogAnalyticsEntityTypeResponse
1744
1745
  * @throws OciError when an error occurs
1745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
1746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityType API.
1746
1747
  */
1747
1748
  updateLogAnalyticsEntityType(updateLogAnalyticsEntityTypeRequest: requests.UpdateLogAnalyticsEntityTypeRequest): Promise<responses.UpdateLogAnalyticsEntityTypeResponse>;
1748
1749
  /**
@@ -1752,7 +1753,7 @@ export declare class LogAnalyticsClient {
1752
1753
  * @param UpdateLogAnalyticsLogGroupRequest
1753
1754
  * @return UpdateLogAnalyticsLogGroupResponse
1754
1755
  * @throws OciError when an error occurs
1755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
1756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroup API.
1756
1757
  */
1757
1758
  updateLogAnalyticsLogGroup(updateLogAnalyticsLogGroupRequest: requests.UpdateLogAnalyticsLogGroupRequest): Promise<responses.UpdateLogAnalyticsLogGroupResponse>;
1758
1759
  /**
@@ -1761,7 +1762,7 @@ export declare class LogAnalyticsClient {
1761
1762
  * @param UpdateLogAnalyticsObjectCollectionRuleRequest
1762
1763
  * @return UpdateLogAnalyticsObjectCollectionRuleResponse
1763
1764
  * @throws OciError when an error occurs
1764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
1765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRule API.
1765
1766
  */
1766
1767
  updateLogAnalyticsObjectCollectionRule(updateLogAnalyticsObjectCollectionRuleRequest: requests.UpdateLogAnalyticsObjectCollectionRuleRequest): Promise<responses.UpdateLogAnalyticsObjectCollectionRuleResponse>;
1767
1768
  /**
@@ -1771,7 +1772,7 @@ export declare class LogAnalyticsClient {
1771
1772
  * @param UpdateLookupRequest
1772
1773
  * @return UpdateLookupResponse
1773
1774
  * @throws OciError when an error occurs
1774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
1775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookup API.
1775
1776
  */
1776
1777
  updateLookup(updateLookupRequest: requests.UpdateLookupRequest): Promise<responses.UpdateLookupResponse>;
1777
1778
  /**
@@ -1781,7 +1782,7 @@ export declare class LogAnalyticsClient {
1781
1782
  * @param UpdateLookupDataRequest
1782
1783
  * @return UpdateLookupDataResponse
1783
1784
  * @throws OciError when an error occurs
1784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
1785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupData API.
1785
1786
  */
1786
1787
  updateLookupData(updateLookupDataRequest: requests.UpdateLookupDataRequest): Promise<responses.UpdateLookupDataResponse>;
1787
1788
  /**
@@ -1791,7 +1792,7 @@ export declare class LogAnalyticsClient {
1791
1792
  * @param UpdatePreferencesRequest
1792
1793
  * @return UpdatePreferencesResponse
1793
1794
  * @throws OciError when an error occurs
1794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
1795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferences API.
1795
1796
  */
1796
1797
  updatePreferences(updatePreferencesRequest: requests.UpdatePreferencesRequest): Promise<responses.UpdatePreferencesResponse>;
1797
1798
  /**
@@ -1801,7 +1802,7 @@ export declare class LogAnalyticsClient {
1801
1802
  * @param UpdateResourceCategoriesRequest
1802
1803
  * @return UpdateResourceCategoriesResponse
1803
1804
  * @throws OciError when an error occurs
1804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
1805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategories API.
1805
1806
  */
1806
1807
  updateResourceCategories(updateResourceCategoriesRequest: requests.UpdateResourceCategoriesRequest): Promise<responses.UpdateResourceCategoriesResponse>;
1807
1808
  /**
@@ -1810,7 +1811,7 @@ export declare class LogAnalyticsClient {
1810
1811
  * @param UpdateScheduledTaskRequest
1811
1812
  * @return UpdateScheduledTaskResponse
1812
1813
  * @throws OciError when an error occurs
1813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
1814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTask API.
1814
1815
  */
1815
1816
  updateScheduledTask(updateScheduledTaskRequest: requests.UpdateScheduledTaskRequest): Promise<responses.UpdateScheduledTaskResponse>;
1816
1817
  /**
@@ -1820,7 +1821,7 @@ export declare class LogAnalyticsClient {
1820
1821
  * @param UpdateStorageRequest
1821
1822
  * @return UpdateStorageResponse
1822
1823
  * @throws OciError when an error occurs
1823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
1824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorage API.
1824
1825
  */
1825
1826
  updateStorage(updateStorageRequest: requests.UpdateStorageRequest): Promise<responses.UpdateStorageResponse>;
1826
1827
  /**
@@ -1830,7 +1831,7 @@ export declare class LogAnalyticsClient {
1830
1831
  * @param UploadDiscoveryDataRequest
1831
1832
  * @return UploadDiscoveryDataResponse
1832
1833
  * @throws OciError when an error occurs
1833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UploadDiscoveryData.ts.html |here} to see how to use UploadDiscoveryData API.
1834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UploadDiscoveryData.ts.html |here} to see how to use UploadDiscoveryData API.
1834
1835
  */
1835
1836
  uploadDiscoveryData(uploadDiscoveryDataRequest: requests.UploadDiscoveryDataRequest): Promise<responses.UploadDiscoveryDataResponse>;
1836
1837
  /**
@@ -1840,7 +1841,7 @@ export declare class LogAnalyticsClient {
1840
1841
  * @param UploadLogEventsFileRequest
1841
1842
  * @return UploadLogEventsFileResponse
1842
1843
  * @throws OciError when an error occurs
1843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
1844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFile API.
1844
1845
  */
1845
1846
  uploadLogEventsFile(uploadLogEventsFileRequest: requests.UploadLogEventsFileRequest): Promise<responses.UploadLogEventsFileResponse>;
1846
1847
  /**
@@ -1850,7 +1851,7 @@ export declare class LogAnalyticsClient {
1850
1851
  * @param UploadLogFileRequest
1851
1852
  * @return UploadLogFileResponse
1852
1853
  * @throws OciError when an error occurs
1853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
1854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFile API.
1854
1855
  */
1855
1856
  uploadLogFile(uploadLogFileRequest: requests.UploadLogFileRequest): Promise<responses.UploadLogFileResponse>;
1856
1857
  /**
@@ -1860,7 +1861,7 @@ export declare class LogAnalyticsClient {
1860
1861
  * @param UpsertAssociationsRequest
1861
1862
  * @return UpsertAssociationsResponse
1862
1863
  * @throws OciError when an error occurs
1863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
1864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociations API.
1864
1865
  */
1865
1866
  upsertAssociations(upsertAssociationsRequest: requests.UpsertAssociationsRequest): Promise<responses.UpsertAssociationsResponse>;
1866
1867
  /**
@@ -1870,7 +1871,7 @@ export declare class LogAnalyticsClient {
1870
1871
  * @param UpsertFieldRequest
1871
1872
  * @return UpsertFieldResponse
1872
1873
  * @throws OciError when an error occurs
1873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
1874
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertField API.
1874
1875
  */
1875
1876
  upsertField(upsertFieldRequest: requests.UpsertFieldRequest): Promise<responses.UpsertFieldResponse>;
1876
1877
  /**
@@ -1880,7 +1881,7 @@ export declare class LogAnalyticsClient {
1880
1881
  * @param UpsertLabelRequest
1881
1882
  * @return UpsertLabelResponse
1882
1883
  * @throws OciError when an error occurs
1883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
1884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabel API.
1884
1885
  */
1885
1886
  upsertLabel(upsertLabelRequest: requests.UpsertLabelRequest): Promise<responses.UpsertLabelResponse>;
1886
1887
  /**
@@ -1890,7 +1891,7 @@ export declare class LogAnalyticsClient {
1890
1891
  * @param UpsertParserRequest
1891
1892
  * @return UpsertParserResponse
1892
1893
  * @throws OciError when an error occurs
1893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
1894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParser API.
1894
1895
  */
1895
1896
  upsertParser(upsertParserRequest: requests.UpsertParserRequest): Promise<responses.UpsertParserResponse>;
1896
1897
  /**
@@ -1900,7 +1901,7 @@ export declare class LogAnalyticsClient {
1900
1901
  * @param UpsertSourceRequest
1901
1902
  * @return UpsertSourceResponse
1902
1903
  * @throws OciError when an error occurs
1903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
1904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSource API.
1904
1905
  */
1905
1906
  upsertSource(upsertSourceRequest: requests.UpsertSourceRequest): Promise<responses.UpsertSourceResponse>;
1906
1907
  /**
@@ -1910,7 +1911,7 @@ export declare class LogAnalyticsClient {
1910
1911
  * @param ValidateAssociationParametersRequest
1911
1912
  * @return ValidateAssociationParametersResponse
1912
1913
  * @throws OciError when an error occurs
1913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
1914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParameters API.
1914
1915
  */
1915
1916
  validateAssociationParameters(validateAssociationParametersRequest: requests.ValidateAssociationParametersRequest): Promise<responses.ValidateAssociationParametersResponse>;
1916
1917
  /**
@@ -1920,7 +1921,7 @@ export declare class LogAnalyticsClient {
1920
1921
  * @param ValidateEndpointRequest
1921
1922
  * @return ValidateEndpointResponse
1922
1923
  * @throws OciError when an error occurs
1923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
1924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpoint API.
1924
1925
  */
1925
1926
  validateEndpoint(validateEndpointRequest: requests.ValidateEndpointRequest): Promise<responses.ValidateEndpointResponse>;
1926
1927
  /**
@@ -1929,7 +1930,7 @@ export declare class LogAnalyticsClient {
1929
1930
  * @param ValidateFileRequest
1930
1931
  * @return ValidateFileResponse
1931
1932
  * @throws OciError when an error occurs
1932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
1933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFile API.
1933
1934
  */
1934
1935
  validateFile(validateFileRequest: requests.ValidateFileRequest): Promise<responses.ValidateFileResponse>;
1935
1936
  /**
@@ -1943,7 +1944,7 @@ export declare class LogAnalyticsClient {
1943
1944
  * @param ValidateLabelConditionRequest
1944
1945
  * @return ValidateLabelConditionResponse
1945
1946
  * @throws OciError when an error occurs
1946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
1947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelCondition API.
1947
1948
  */
1948
1949
  validateLabelCondition(validateLabelConditionRequest: requests.ValidateLabelConditionRequest): Promise<responses.ValidateLabelConditionResponse>;
1949
1950
  /**
@@ -1953,7 +1954,7 @@ export declare class LogAnalyticsClient {
1953
1954
  * @param ValidateSourceRequest
1954
1955
  * @return ValidateSourceResponse
1955
1956
  * @throws OciError when an error occurs
1956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
1957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSource API.
1957
1958
  */
1958
1959
  validateSource(validateSourceRequest: requests.ValidateSourceRequest): Promise<responses.ValidateSourceResponse>;
1959
1960
  /**
@@ -1963,7 +1964,7 @@ export declare class LogAnalyticsClient {
1963
1964
  * @param ValidateSourceExtendedFieldDetailsRequest
1964
1965
  * @return ValidateSourceExtendedFieldDetailsResponse
1965
1966
  * @throws OciError when an error occurs
1966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
1967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetails API.
1967
1968
  */
1968
1969
  validateSourceExtendedFieldDetails(validateSourceExtendedFieldDetailsRequest: requests.ValidateSourceExtendedFieldDetailsRequest): Promise<responses.ValidateSourceExtendedFieldDetailsResponse>;
1969
1970
  /**
@@ -1972,7 +1973,7 @@ export declare class LogAnalyticsClient {
1972
1973
  * @param ValidateSourceMappingRequest
1973
1974
  * @return ValidateSourceMappingResponse
1974
1975
  * @throws OciError when an error occurs
1975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
1976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMapping API.
1976
1977
  */
1977
1978
  validateSourceMapping(validateSourceMappingRequest: requests.ValidateSourceMappingRequest): Promise<responses.ValidateSourceMappingResponse>;
1978
1979
  /**
@@ -1985,7 +1986,7 @@ export declare class LogAnalyticsClient {
1985
1986
  * @param VerifyRequest
1986
1987
  * @return VerifyResponse
1987
1988
  * @throws OciError when an error occurs
1988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/loganalytics/Verify.ts.html |here} to see how to use Verify API.
1989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/loganalytics/Verify.ts.html |here} to see how to use Verify API.
1989
1990
  */
1990
1991
  verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
1991
1992
  }