oci-loganalytics 2.46.0 → 2.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/lib/client.d.ts +201 -182
  2. package/lib/client.js +308 -182
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/assign-encryption-key-details.d.ts +32 -0
  5. package/lib/model/assign-encryption-key-details.js +30 -0
  6. package/lib/model/assign-encryption-key-details.js.map +1 -0
  7. package/lib/model/encryption-key-info-collection.d.ts +28 -0
  8. package/lib/model/encryption-key-info-collection.js +62 -0
  9. package/lib/model/encryption-key-info-collection.js.map +1 -0
  10. package/lib/model/encryption-key-info-summary.d.ts +35 -0
  11. package/lib/model/encryption-key-info-summary.js +30 -0
  12. package/lib/model/encryption-key-info-summary.js.map +1 -0
  13. package/lib/model/encryption-key-source.d.ts +30 -0
  14. package/lib/model/encryption-key-source.js +41 -0
  15. package/lib/model/encryption-key-source.js.map +1 -0
  16. package/lib/model/encryption-key-type.d.ts +31 -0
  17. package/lib/model/encryption-key-type.js +42 -0
  18. package/lib/model/encryption-key-type.js.map +1 -0
  19. package/lib/model/index.d.ts +10 -0
  20. package/lib/model/index.js +18 -8
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/storage-operation-type.d.ts +2 -0
  23. package/lib/model/storage-operation-type.js +2 -0
  24. package/lib/model/storage-operation-type.js.map +1 -1
  25. package/lib/model/storage-work-request-summary.d.ts +12 -3
  26. package/lib/model/storage-work-request-summary.js.map +1 -1
  27. package/lib/model/storage-work-request.d.ts +12 -3
  28. package/lib/model/storage-work-request.js.map +1 -1
  29. package/lib/request/add-entity-association-request.d.ts +1 -1
  30. package/lib/request/add-source-event-types-request.d.ts +1 -1
  31. package/lib/request/append-lookup-data-request.d.ts +1 -1
  32. package/lib/request/assign-encryption-key-request.d.ts +50 -0
  33. package/lib/request/assign-encryption-key-request.js +15 -0
  34. package/lib/request/assign-encryption-key-request.js.map +1 -0
  35. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  36. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  37. package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
  38. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  39. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  40. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  41. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  42. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  43. package/lib/request/clean-request.d.ts +1 -1
  44. package/lib/request/compare-content-request.d.ts +1 -1
  45. package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
  46. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  47. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  48. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  49. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  50. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  51. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  52. package/lib/request/delete-associations-request.d.ts +1 -1
  53. package/lib/request/delete-field-request.d.ts +1 -1
  54. package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
  55. package/lib/request/delete-label-request.d.ts +1 -1
  56. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  57. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  58. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  59. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  60. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  61. package/lib/request/delete-lookup-request.d.ts +1 -1
  62. package/lib/request/delete-parser-request.d.ts +1 -1
  63. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  64. package/lib/request/delete-source-request.d.ts +1 -1
  65. package/lib/request/delete-upload-file-request.d.ts +1 -1
  66. package/lib/request/delete-upload-request.d.ts +1 -1
  67. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  68. package/lib/request/disable-archiving-request.d.ts +1 -1
  69. package/lib/request/disable-auto-association-request.d.ts +1 -1
  70. package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
  71. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  72. package/lib/request/enable-archiving-request.d.ts +1 -1
  73. package/lib/request/enable-auto-association-request.d.ts +1 -1
  74. package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
  75. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  76. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  77. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  78. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  79. package/lib/request/export-custom-content-request.d.ts +1 -1
  80. package/lib/request/export-query-result-request.d.ts +1 -1
  81. package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
  82. package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
  83. package/lib/request/filter-request.d.ts +1 -1
  84. package/lib/request/get-association-summary-request.d.ts +1 -1
  85. package/lib/request/get-category-request.d.ts +1 -1
  86. package/lib/request/get-column-names-request.d.ts +1 -1
  87. package/lib/request/get-config-work-request-request.d.ts +1 -1
  88. package/lib/request/get-field-request.d.ts +1 -1
  89. package/lib/request/get-fields-summary-request.d.ts +1 -1
  90. package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
  91. package/lib/request/get-label-request.d.ts +1 -1
  92. package/lib/request/get-label-summary-request.d.ts +1 -1
  93. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  94. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  95. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  96. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  97. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  98. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  99. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  100. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  101. package/lib/request/get-log-sets-count-request.d.ts +1 -1
  102. package/lib/request/get-lookup-request.d.ts +1 -1
  103. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  104. package/lib/request/get-namespace-request.d.ts +1 -1
  105. package/lib/request/get-parser-request.d.ts +1 -1
  106. package/lib/request/get-parser-summary-request.d.ts +1 -1
  107. package/lib/request/get-preferences-request.d.ts +1 -1
  108. package/lib/request/get-query-result-request.d.ts +1 -1
  109. package/lib/request/get-query-work-request-request.d.ts +1 -1
  110. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  111. package/lib/request/get-source-request.d.ts +1 -1
  112. package/lib/request/get-source-summary-request.d.ts +1 -1
  113. package/lib/request/get-storage-request.d.ts +1 -1
  114. package/lib/request/get-storage-usage-request.d.ts +1 -1
  115. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  116. package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
  117. package/lib/request/get-upload-request.d.ts +1 -1
  118. package/lib/request/get-work-request-request.d.ts +1 -1
  119. package/lib/request/import-custom-content-request.d.ts +1 -1
  120. package/lib/request/index.d.ts +4 -0
  121. package/lib/request/index.js.map +1 -1
  122. package/lib/request/list-associable-entities-request.d.ts +1 -1
  123. package/lib/request/list-associated-entities-request.d.ts +1 -1
  124. package/lib/request/list-auto-associations-request.d.ts +1 -1
  125. package/lib/request/list-categories-request.d.ts +1 -1
  126. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  127. package/lib/request/list-encryption-key-info-request.d.ts +27 -0
  128. package/lib/request/list-encryption-key-info-request.js +15 -0
  129. package/lib/request/list-encryption-key-info-request.js.map +1 -0
  130. package/lib/request/list-entity-associations-request.d.ts +1 -1
  131. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  132. package/lib/request/list-fields-request.d.ts +1 -1
  133. package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
  134. package/lib/request/list-label-priorities-request.d.ts +1 -1
  135. package/lib/request/list-label-source-details-request.d.ts +1 -1
  136. package/lib/request/list-labels-request.d.ts +1 -1
  137. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  138. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  139. package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
  140. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  141. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  142. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  143. package/lib/request/list-log-sets-request.d.ts +1 -1
  144. package/lib/request/list-lookups-request.d.ts +1 -1
  145. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  146. package/lib/request/list-namespaces-request.d.ts +1 -1
  147. package/lib/request/list-parser-functions-request.d.ts +1 -1
  148. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  149. package/lib/request/list-parsers-request.d.ts +1 -1
  150. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  151. package/lib/request/list-recalled-data-request.d.ts +1 -1
  152. package/lib/request/list-resource-categories-request.d.ts +1 -1
  153. package/lib/request/list-rules-request.d.ts +1 -1
  154. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  155. package/lib/request/list-source-associations-request.d.ts +1 -1
  156. package/lib/request/list-source-event-types-request.d.ts +1 -1
  157. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  158. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  159. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  160. package/lib/request/list-source-patterns-request.d.ts +1 -1
  161. package/lib/request/list-sources-request.d.ts +1 -1
  162. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  163. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  164. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  165. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  166. package/lib/request/list-upload-files-request.d.ts +1 -1
  167. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  168. package/lib/request/list-uploads-request.d.ts +1 -1
  169. package/lib/request/list-warnings-request.d.ts +1 -1
  170. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  171. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  172. package/lib/request/list-work-requests-request.d.ts +1 -1
  173. package/lib/request/offboard-namespace-request.d.ts +1 -1
  174. package/lib/request/onboard-namespace-request.d.ts +1 -1
  175. package/lib/request/parse-query-request.d.ts +1 -1
  176. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  177. package/lib/request/purge-storage-data-request.d.ts +1 -1
  178. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  179. package/lib/request/query-request.d.ts +1 -1
  180. package/lib/request/recall-archived-data-request.d.ts +1 -1
  181. package/lib/request/register-lookup-request.d.ts +1 -1
  182. package/lib/request/release-recalled-data-request.d.ts +1 -1
  183. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  184. package/lib/request/remove-preferences-request.d.ts +1 -1
  185. package/lib/request/remove-resource-categories-request.d.ts +1 -1
  186. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  187. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  188. package/lib/request/run-request.d.ts +1 -1
  189. package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
  190. package/lib/request/suggest-request.d.ts +1 -1
  191. package/lib/request/suppress-warning-request.d.ts +1 -1
  192. package/lib/request/test-parser-request.d.ts +1 -1
  193. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  194. package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
  195. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  196. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  197. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  198. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  199. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  200. package/lib/request/update-lookup-data-request.d.ts +1 -1
  201. package/lib/request/update-lookup-request.d.ts +1 -1
  202. package/lib/request/update-preferences-request.d.ts +1 -1
  203. package/lib/request/update-resource-categories-request.d.ts +1 -1
  204. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  205. package/lib/request/update-storage-request.d.ts +1 -1
  206. package/lib/request/upload-log-events-file-request.d.ts +1 -1
  207. package/lib/request/upload-log-file-request.d.ts +1 -1
  208. package/lib/request/upsert-associations-request.d.ts +1 -1
  209. package/lib/request/upsert-field-request.d.ts +1 -1
  210. package/lib/request/upsert-label-request.d.ts +1 -1
  211. package/lib/request/upsert-parser-request.d.ts +1 -1
  212. package/lib/request/upsert-source-request.d.ts +1 -1
  213. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  214. package/lib/request/validate-file-request.d.ts +1 -1
  215. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  216. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  217. package/lib/request/validate-source-request.d.ts +1 -1
  218. package/lib/request/verify-request.d.ts +1 -1
  219. package/lib/response/assign-encryption-key-response.d.ts +29 -0
  220. package/lib/response/assign-encryption-key-response.js +15 -0
  221. package/lib/response/assign-encryption-key-response.js.map +1 -0
  222. package/lib/response/index.d.ts +4 -0
  223. package/lib/response/list-encryption-key-info-response.d.ts +24 -0
  224. package/lib/response/list-encryption-key-info-response.js +15 -0
  225. package/lib/response/list-encryption-key-info-response.js.map +1 -0
  226. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchivingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableArchiving.ts.html |here} to see how to use EnableArchivingRequest.
16
16
  */
17
17
  export interface EnableArchivingRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableAutoAssociation.ts.html |here} to see how to use EnableAutoAssociationRequest.
17
17
  */
18
18
  export interface EnableAutoAssociationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableIngestTimeRule.ts.html |here} to see how to use EnableIngestTimeRuleRequest.
16
16
  */
17
17
  export interface EnableIngestTimeRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EnableSourceEventTypes.ts.html |here} to see how to use EnableSourceEventTypesRequest.
17
17
  */
18
18
  export interface EnableSourceEventTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSizeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EstimatePurgeDataSize.ts.html |here} to see how to use EstimatePurgeDataSizeRequest.
17
17
  */
18
18
  export interface EstimatePurgeDataSizeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSizeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EstimateRecallDataSize.ts.html |here} to see how to use EstimateRecallDataSizeRequest.
17
17
  */
18
18
  export interface EstimateRecallDataSizeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSizeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/EstimateReleaseDataSize.ts.html |here} to see how to use EstimateReleaseDataSizeRequest.
17
17
  */
18
18
  export interface EstimateReleaseDataSizeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExportCustomContent.ts.html |here} to see how to use ExportCustomContentRequest.
17
17
  */
18
18
  export interface ExportCustomContentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResultRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExportQueryResult.ts.html |here} to see how to use ExportQueryResultRequest.
17
17
  */
18
18
  export interface ExportQueryResultRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPathsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExtractStructuredLogFieldPaths.ts.html |here} to see how to use ExtractStructuredLogFieldPathsRequest.
17
17
  */
18
18
  export interface ExtractStructuredLogFieldPathsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPathsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ExtractStructuredLogHeaderPaths.ts.html |here} to see how to use ExtractStructuredLogHeaderPathsRequest.
17
17
  */
18
18
  export interface ExtractStructuredLogHeaderPathsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/Filter.ts.html |here} to see how to use FilterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/Filter.ts.html |here} to see how to use FilterRequest.
17
17
  */
18
18
  export interface FilterRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetAssociationSummary.ts.html |here} to see how to use GetAssociationSummaryRequest.
16
16
  */
17
17
  export interface GetAssociationSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetCategory.ts.html |here} to see how to use GetCategoryRequest.
16
16
  */
17
17
  export interface GetCategoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNamesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetColumnNames.ts.html |here} to see how to use GetColumnNamesRequest.
16
16
  */
17
17
  export interface GetColumnNamesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetConfigWorkRequest.ts.html |here} to see how to use GetConfigWorkRequestRequest.
16
16
  */
17
17
  export interface GetConfigWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetField.ts.html |here} to see how to use GetFieldRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetField.ts.html |here} to see how to use GetFieldRequest.
16
16
  */
17
17
  export interface GetFieldRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetFieldsSummary.ts.html |here} to see how to use GetFieldsSummaryRequest.
16
16
  */
17
17
  export interface GetFieldsSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetIngestTimeRule.ts.html |here} to see how to use GetIngestTimeRuleRequest.
16
16
  */
17
17
  export interface GetIngestTimeRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLabel.ts.html |here} to see how to use GetLabelRequest.
16
16
  */
17
17
  export interface GetLabelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLabelSummary.ts.html |here} to see how to use GetLabelSummaryRequest.
16
16
  */
17
17
  export interface GetLabelSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridgeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEmBridge.ts.html |here} to see how to use GetLogAnalyticsEmBridgeRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsEmBridgeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEmBridgeSummary.ts.html |here} to see how to use GetLogAnalyticsEmBridgeSummaryRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsEmBridgeSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEntitiesSummary.ts.html |here} to see how to use GetLogAnalyticsEntitiesSummaryRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsEntitiesSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEntity.ts.html |here} to see how to use GetLogAnalyticsEntityRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsEntityRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityTypeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsEntityType.ts.html |here} to see how to use GetLogAnalyticsEntityTypeRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsEntityTypeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsLogGroup.ts.html |here} to see how to use GetLogAnalyticsLogGroupRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsLogGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsLogGroupsSummary.ts.html |here} to see how to use GetLogAnalyticsLogGroupsSummaryRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsLogGroupsSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use GetLogAnalyticsObjectCollectionRuleRequest.
16
16
  */
17
17
  export interface GetLogAnalyticsObjectCollectionRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCountRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLogSetsCount.ts.html |here} to see how to use GetLogSetsCountRequest.
16
16
  */
17
17
  export interface GetLogSetsCountRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLookup.ts.html |here} to see how to use GetLookupRequest.
16
16
  */
17
17
  export interface GetLookupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetLookupSummary.ts.html |here} to see how to use GetLookupSummaryRequest.
16
16
  */
17
17
  export interface GetLookupSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetNamespace.ts.html |here} to see how to use GetNamespaceRequest.
16
16
  */
17
17
  export interface GetNamespaceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetParser.ts.html |here} to see how to use GetParserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetParser.ts.html |here} to see how to use GetParserRequest.
16
16
  */
17
17
  export interface GetParserRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetParserSummary.ts.html |here} to see how to use GetParserSummaryRequest.
16
16
  */
17
17
  export interface GetParserSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferencesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetPreferences.ts.html |here} to see how to use GetPreferencesRequest.
16
16
  */
17
17
  export interface GetPreferencesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetQueryResult.ts.html |here} to see how to use GetQueryResultRequest.
16
16
  */
17
17
  export interface GetQueryResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetQueryWorkRequest.ts.html |here} to see how to use GetQueryWorkRequestRequest.
16
16
  */
17
17
  export interface GetQueryWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTaskRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetScheduledTask.ts.html |here} to see how to use GetScheduledTaskRequest.
16
16
  */
17
17
  export interface GetScheduledTaskRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetSource.ts.html |here} to see how to use GetSourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetSource.ts.html |here} to see how to use GetSourceRequest.
16
16
  */
17
17
  export interface GetSourceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummaryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetSourceSummary.ts.html |here} to see how to use GetSourceSummaryRequest.
16
16
  */
17
17
  export interface GetSourceSummaryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetStorage.ts.html |here} to see how to use GetStorageRequest.
16
16
  */
17
17
  export interface GetStorageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetStorageUsage.ts.html |here} to see how to use GetStorageUsageRequest.
16
16
  */
17
17
  export interface GetStorageUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetStorageWorkRequest.ts.html |here} to see how to use GetStorageWorkRequestRequest.
16
16
  */
17
17
  export interface GetStorageWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucketRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetUnprocessedDataBucket.ts.html |here} to see how to use GetUnprocessedDataBucketRequest.
16
16
  */
17
17
  export interface GetUnprocessedDataBucketRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUploadRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetUpload.ts.html |here} to see how to use GetUploadRequest.
16
16
  */
17
17
  export interface GetUploadRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContentRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ImportCustomContent.ts.html |here} to see how to use ImportCustomContentRequest.
18
18
  */
19
19
  export interface ImportCustomContentRequest extends common.BaseRequest {
20
20
  /**
@@ -17,6 +17,8 @@ import * as AddSourceEventTypesRequest from "./add-source-event-types-request";
17
17
  export import AddSourceEventTypesRequest = AddSourceEventTypesRequest.AddSourceEventTypesRequest;
18
18
  import * as AppendLookupDataRequest from "./append-lookup-data-request";
19
19
  export import AppendLookupDataRequest = AppendLookupDataRequest.AppendLookupDataRequest;
20
+ import * as AssignEncryptionKeyRequest from "./assign-encryption-key-request";
21
+ export import AssignEncryptionKeyRequest = AssignEncryptionKeyRequest.AssignEncryptionKeyRequest;
20
22
  import * as BatchGetBasicInfoRequest from "./batch-get-basic-info-request";
21
23
  export import BatchGetBasicInfoRequest = BatchGetBasicInfoRequest.BatchGetBasicInfoRequest;
22
24
  import * as CancelQueryWorkRequestRequest from "./cancel-query-work-request-request";
@@ -197,6 +199,8 @@ import * as ListCategoriesRequest from "./list-categories-request";
197
199
  export import ListCategoriesRequest = ListCategoriesRequest.ListCategoriesRequest;
198
200
  import * as ListConfigWorkRequestsRequest from "./list-config-work-requests-request";
199
201
  export import ListConfigWorkRequestsRequest = ListConfigWorkRequestsRequest.ListConfigWorkRequestsRequest;
202
+ import * as ListEncryptionKeyInfoRequest from "./list-encryption-key-info-request";
203
+ export import ListEncryptionKeyInfoRequest = ListEncryptionKeyInfoRequest.ListEncryptionKeyInfoRequest;
200
204
  import * as ListEntityAssociationsRequest from "./list-entity-associations-request";
201
205
  export import ListEntityAssociationsRequest = ListEntityAssociationsRequest.ListEntityAssociationsRequest;
202
206
  import * as ListEntitySourceAssociationsRequest from "./list-entity-source-associations-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListAssociableEntities.ts.html |here} to see how to use ListAssociableEntitiesRequest.
16
16
  */
17
17
  export interface ListAssociableEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListAssociatedEntities.ts.html |here} to see how to use ListAssociatedEntitiesRequest.
16
16
  */
17
17
  export interface ListAssociatedEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListAutoAssociations.ts.html |here} to see how to use ListAutoAssociationsRequest.
16
16
  */
17
17
  export interface ListAutoAssociationsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListCategories.ts.html |here} to see how to use ListCategoriesRequest.
16
16
  */
17
17
  export interface ListCategoriesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.46.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/loganalytics/ListConfigWorkRequests.ts.html |here} to see how to use ListConfigWorkRequestsRequest.
16
16
  */
17
17
  export interface ListConfigWorkRequestsRequest extends common.BaseRequest {
18
18
  /**