oci-loganalytics 2.5.0 → 2.6.1

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 (257) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +383 -159
  3. package/lib/client.js +1018 -325
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/abstract-column.d.ts +5 -0
  6. package/lib/model/abstract-column.js.map +1 -1
  7. package/lib/model/abstract-command-descriptor.js +4 -0
  8. package/lib/model/abstract-command-descriptor.js.map +1 -1
  9. package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +7 -0
  10. package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
  11. package/lib/model/extract-log-header-results.d.ts +4 -0
  12. package/lib/model/extract-log-header-results.js.map +1 -1
  13. package/lib/model/geo-stats-command-descriptor.d.ts +51 -0
  14. package/lib/model/geo-stats-command-descriptor.js +88 -0
  15. package/lib/model/geo-stats-command-descriptor.js.map +1 -0
  16. package/lib/model/highlight-groups-command-descriptor.d.ts +5 -0
  17. package/lib/model/highlight-groups-command-descriptor.js.map +1 -1
  18. package/lib/model/index.d.ts +12 -0
  19. package/lib/model/index.js +17 -5
  20. package/lib/model/index.js.map +1 -1
  21. package/lib/model/log-analytics-object-collection-rule-summary.d.ts +7 -0
  22. package/lib/model/log-analytics-object-collection-rule-summary.js.map +1 -1
  23. package/lib/model/log-analytics-object-collection-rule.d.ts +7 -0
  24. package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
  25. package/lib/model/log-analytics-parser-summary.d.ts +5 -0
  26. package/lib/model/log-analytics-parser-summary.js.map +1 -1
  27. package/lib/model/log-analytics-parser.d.ts +5 -0
  28. package/lib/model/log-analytics-parser.js.map +1 -1
  29. package/lib/model/log-analytics-preference-collection.d.ts +27 -0
  30. package/lib/model/log-analytics-preference-collection.js +62 -0
  31. package/lib/model/log-analytics-preference-collection.js.map +1 -0
  32. package/lib/model/log-analytics-preference-details.d.ts +27 -0
  33. package/lib/model/log-analytics-preference-details.js +62 -0
  34. package/lib/model/log-analytics-preference-details.js.map +1 -0
  35. package/lib/model/log-analytics-preference.d.ts +30 -0
  36. package/lib/model/log-analytics-preference.js +30 -0
  37. package/lib/model/log-analytics-preference.js.map +1 -0
  38. package/lib/model/log-analytics-source-function.d.ts +4 -0
  39. package/lib/model/log-analytics-source-function.js.map +1 -1
  40. package/lib/model/log-sets-count.d.ts +27 -0
  41. package/lib/model/log-sets-count.js +30 -0
  42. package/lib/model/log-sets-count.js.map +1 -0
  43. package/lib/model/test-parser-payload-details.d.ts +5 -0
  44. package/lib/model/test-parser-payload-details.js.map +1 -1
  45. package/lib/model/unprocessed-data-bucket.d.ts +44 -0
  46. package/lib/model/unprocessed-data-bucket.js +30 -0
  47. package/lib/model/unprocessed-data-bucket.js.map +1 -0
  48. package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +7 -0
  49. package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
  50. package/lib/model/upsert-log-analytics-parser-details.d.ts +5 -0
  51. package/lib/model/upsert-log-analytics-parser-details.js.map +1 -1
  52. package/lib/request/add-entity-association-request.d.ts +1 -1
  53. package/lib/request/add-source-event-types-request.d.ts +1 -1
  54. package/lib/request/append-lookup-data-request.d.ts +8 -1
  55. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  56. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  57. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  58. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  59. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  60. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  61. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  62. package/lib/request/clean-request.d.ts +1 -1
  63. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  64. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  65. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  66. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  67. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  68. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  69. package/lib/request/delete-associations-request.d.ts +1 -1
  70. package/lib/request/delete-field-request.d.ts +1 -1
  71. package/lib/request/delete-label-request.d.ts +1 -1
  72. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  73. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  74. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  75. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  76. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  77. package/lib/request/delete-lookup-request.d.ts +1 -1
  78. package/lib/request/delete-parser-request.d.ts +1 -1
  79. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  80. package/lib/request/delete-source-request.d.ts +1 -1
  81. package/lib/request/delete-upload-file-request.d.ts +1 -1
  82. package/lib/request/delete-upload-request.d.ts +1 -1
  83. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  84. package/lib/request/disable-archiving-request.d.ts +1 -1
  85. package/lib/request/disable-auto-association-request.d.ts +1 -1
  86. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  87. package/lib/request/enable-archiving-request.d.ts +1 -1
  88. package/lib/request/enable-auto-association-request.d.ts +1 -1
  89. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  90. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  91. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  92. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  93. package/lib/request/export-custom-content-request.d.ts +1 -1
  94. package/lib/request/export-query-result-request.d.ts +1 -1
  95. package/lib/request/extract-structured-log-field-paths-request.d.ts +4 -3
  96. package/lib/request/extract-structured-log-field-paths-request.js +1 -0
  97. package/lib/request/extract-structured-log-field-paths-request.js.map +1 -1
  98. package/lib/request/extract-structured-log-header-paths-request.d.ts +4 -3
  99. package/lib/request/extract-structured-log-header-paths-request.js +1 -0
  100. package/lib/request/extract-structured-log-header-paths-request.js.map +1 -1
  101. package/lib/request/filter-request.d.ts +1 -1
  102. package/lib/request/get-association-summary-request.d.ts +1 -1
  103. package/lib/request/get-column-names-request.d.ts +1 -1
  104. package/lib/request/get-config-work-request-request.d.ts +1 -1
  105. package/lib/request/get-field-request.d.ts +1 -1
  106. package/lib/request/get-fields-summary-request.d.ts +1 -1
  107. package/lib/request/get-label-request.d.ts +1 -1
  108. package/lib/request/get-label-summary-request.d.ts +1 -1
  109. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  110. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  111. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  112. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  113. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  114. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  115. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  116. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  117. package/lib/request/get-log-sets-count-request.d.ts +27 -0
  118. package/lib/request/get-log-sets-count-request.js +15 -0
  119. package/lib/request/get-log-sets-count-request.js.map +1 -0
  120. package/lib/request/get-lookup-request.d.ts +1 -1
  121. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  122. package/lib/request/get-namespace-request.d.ts +1 -1
  123. package/lib/request/get-parser-request.d.ts +1 -1
  124. package/lib/request/get-parser-summary-request.d.ts +1 -1
  125. package/lib/request/get-preferences-request.d.ts +53 -0
  126. package/lib/request/get-preferences-request.js +28 -0
  127. package/lib/request/get-preferences-request.js.map +1 -0
  128. package/lib/request/get-query-result-request.d.ts +1 -1
  129. package/lib/request/get-query-work-request-request.d.ts +1 -1
  130. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  131. package/lib/request/get-source-request.d.ts +1 -1
  132. package/lib/request/get-source-summary-request.d.ts +1 -1
  133. package/lib/request/get-storage-request.d.ts +1 -1
  134. package/lib/request/get-storage-usage-request.d.ts +1 -1
  135. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  136. package/lib/request/get-unprocessed-data-bucket-request.d.ts +27 -0
  137. package/lib/request/get-unprocessed-data-bucket-request.js +15 -0
  138. package/lib/request/get-unprocessed-data-bucket-request.js.map +1 -0
  139. package/lib/request/get-upload-request.d.ts +1 -1
  140. package/lib/request/get-work-request-request.d.ts +1 -1
  141. package/lib/request/import-custom-content-request.d.ts +8 -1
  142. package/lib/request/index.d.ts +12 -0
  143. package/lib/request/index.js +3 -1
  144. package/lib/request/index.js.map +1 -1
  145. package/lib/request/list-associable-entities-request.d.ts +1 -1
  146. package/lib/request/list-associated-entities-request.d.ts +1 -1
  147. package/lib/request/list-auto-associations-request.d.ts +1 -1
  148. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  149. package/lib/request/list-entity-associations-request.d.ts +1 -1
  150. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  151. package/lib/request/list-fields-request.d.ts +1 -1
  152. package/lib/request/list-label-priorities-request.d.ts +1 -1
  153. package/lib/request/list-label-source-details-request.d.ts +1 -1
  154. package/lib/request/list-labels-request.d.ts +1 -1
  155. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  156. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  157. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  158. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  159. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  160. package/lib/request/list-log-sets-request.d.ts +6 -1
  161. package/lib/request/list-log-sets-request.js.map +1 -1
  162. package/lib/request/list-lookups-request.d.ts +1 -1
  163. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  164. package/lib/request/list-namespaces-request.d.ts +1 -1
  165. package/lib/request/list-parser-functions-request.d.ts +1 -1
  166. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  167. package/lib/request/list-parsers-request.d.ts +1 -1
  168. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  169. package/lib/request/list-recalled-data-request.d.ts +1 -1
  170. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  171. package/lib/request/list-source-associations-request.d.ts +1 -1
  172. package/lib/request/list-source-event-types-request.d.ts +1 -1
  173. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  174. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  175. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  176. package/lib/request/list-source-patterns-request.d.ts +1 -1
  177. package/lib/request/list-sources-request.d.ts +1 -1
  178. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  179. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  180. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  181. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  182. package/lib/request/list-upload-files-request.d.ts +1 -1
  183. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  184. package/lib/request/list-uploads-request.d.ts +1 -1
  185. package/lib/request/list-warnings-request.d.ts +1 -1
  186. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  187. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  188. package/lib/request/list-work-requests-request.d.ts +1 -1
  189. package/lib/request/offboard-namespace-request.d.ts +1 -1
  190. package/lib/request/onboard-namespace-request.d.ts +1 -1
  191. package/lib/request/parse-query-request.d.ts +1 -1
  192. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  193. package/lib/request/purge-storage-data-request.d.ts +1 -1
  194. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  195. package/lib/request/query-request.d.ts +1 -1
  196. package/lib/request/recall-archived-data-request.d.ts +1 -1
  197. package/lib/request/register-lookup-request.d.ts +8 -1
  198. package/lib/request/register-lookup-request.js.map +1 -1
  199. package/lib/request/release-recalled-data-request.d.ts +1 -1
  200. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  201. package/lib/request/remove-preferences-request.d.ts +41 -0
  202. package/lib/request/remove-preferences-request.js +15 -0
  203. package/lib/request/remove-preferences-request.js.map +1 -0
  204. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  205. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  206. package/lib/request/run-request.d.ts +1 -1
  207. package/lib/request/set-unprocessed-data-bucket-request.d.ts +37 -0
  208. package/lib/request/set-unprocessed-data-bucket-request.js +15 -0
  209. package/lib/request/set-unprocessed-data-bucket-request.js.map +1 -0
  210. package/lib/request/suggest-request.d.ts +1 -1
  211. package/lib/request/suppress-warning-request.d.ts +1 -1
  212. package/lib/request/test-parser-request.d.ts +1 -1
  213. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  214. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  215. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  216. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  217. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  218. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  219. package/lib/request/update-lookup-data-request.d.ts +8 -1
  220. package/lib/request/update-lookup-request.d.ts +1 -1
  221. package/lib/request/update-preferences-request.d.ts +41 -0
  222. package/lib/request/update-preferences-request.js +15 -0
  223. package/lib/request/update-preferences-request.js.map +1 -0
  224. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  225. package/lib/request/update-storage-request.d.ts +1 -1
  226. package/lib/request/upload-log-events-file-request.d.ts +8 -1
  227. package/lib/request/upload-log-file-request.d.ts +8 -1
  228. package/lib/request/upsert-associations-request.d.ts +1 -1
  229. package/lib/request/upsert-field-request.d.ts +1 -1
  230. package/lib/request/upsert-label-request.d.ts +1 -1
  231. package/lib/request/upsert-parser-request.d.ts +1 -1
  232. package/lib/request/upsert-source-request.d.ts +1 -1
  233. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  234. package/lib/request/validate-file-request.d.ts +1 -1
  235. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  236. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  237. package/lib/request/validate-source-request.d.ts +1 -1
  238. package/lib/response/get-log-sets-count-response.d.ts +24 -0
  239. package/lib/response/get-log-sets-count-response.js +15 -0
  240. package/lib/response/get-log-sets-count-response.js.map +1 -0
  241. package/lib/response/get-preferences-response.d.ts +38 -0
  242. package/lib/response/get-preferences-response.js +15 -0
  243. package/lib/response/get-preferences-response.js.map +1 -0
  244. package/lib/response/get-unprocessed-data-bucket-response.d.ts +24 -0
  245. package/lib/response/get-unprocessed-data-bucket-response.js +15 -0
  246. package/lib/response/get-unprocessed-data-bucket-response.js.map +1 -0
  247. package/lib/response/index.d.ts +12 -0
  248. package/lib/response/remove-preferences-response.d.ts +19 -0
  249. package/lib/response/remove-preferences-response.js +15 -0
  250. package/lib/response/remove-preferences-response.js.map +1 -0
  251. package/lib/response/set-unprocessed-data-bucket-response.d.ts +24 -0
  252. package/lib/response/set-unprocessed-data-bucket-response.js +15 -0
  253. package/lib/response/set-unprocessed-data-bucket-response.js.map +1 -0
  254. package/lib/response/update-preferences-response.d.ts +19 -0
  255. package/lib/response/update-preferences-response.js +15 -0
  256. package/lib/response/update-preferences-response.js.map +1 -0
  257. 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.5.0/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogAnalyticsLogGroups.ts.html |here} to see how to use ListLogAnalyticsLogGroupsRequest.
16
16
  */
17
17
  export interface ListLogAnalyticsLogGroupsRequest 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.5.0/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRulesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogAnalyticsObjectCollectionRules.ts.html |here} to see how to use ListLogAnalyticsObjectCollectionRulesRequest.
17
17
  */
18
18
  export interface ListLogAnalyticsObjectCollectionRulesRequest 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.5.0/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLogSets.ts.html |here} to see how to use ListLogSetsRequest.
16
16
  */
17
17
  export interface ListLogSetsRequest extends common.BaseRequest {
18
18
  /**
@@ -37,6 +37,11 @@ export interface ListLogSetsRequest extends common.BaseRequest {
37
37
  *
38
38
  */
39
39
  "sortOrder"?: ListLogSetsRequest.SortOrder;
40
+ /**
41
+ * If this filter is present, each of the logsets returned must contain the value of this filter.
42
+ *
43
+ */
44
+ "logSetNameContains"?: Array<string>;
40
45
  }
41
46
  export declare namespace ListLogSetsRequest {
42
47
  enum SortOrder {
@@ -1 +1 @@
1
- {"version":3,"file":"list-log-sets-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/list-log-sets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiCH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4BAAS,KAAT,4BAAS,QAGpB;AACH,CAAC,EALgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAKlC"}
1
+ {"version":3,"file":"list-log-sets-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/list-log-sets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsCH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4BAAS,KAAT,4BAAS,QAGpB;AACH,CAAC,EALgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAKlC"}
@@ -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.5.0/loganalytics/ListLookups.ts.html |here} to see how to use ListLookupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListLookups.ts.html |here} to see how to use ListLookupsRequest.
16
16
  */
17
17
  export interface ListLookupsRequest 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.5.0/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListMetaSourceTypes.ts.html |here} to see how to use ListMetaSourceTypesRequest.
16
16
  */
17
17
  export interface ListMetaSourceTypesRequest 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.5.0/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespacesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListNamespaces.ts.html |here} to see how to use ListNamespacesRequest.
16
16
  */
17
17
  export interface ListNamespacesRequest 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.5.0/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListParserFunctions.ts.html |here} to see how to use ListParserFunctionsRequest.
16
16
  */
17
17
  export interface ListParserFunctionsRequest 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.5.0/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPluginsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListParserMetaPlugins.ts.html |here} to see how to use ListParserMetaPluginsRequest.
16
16
  */
17
17
  export interface ListParserMetaPluginsRequest 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.5.0/loganalytics/ListParsers.ts.html |here} to see how to use ListParsersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListParsers.ts.html |here} to see how to use ListParsersRequest.
16
16
  */
17
17
  export interface ListParsersRequest 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.5.0/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListQueryWorkRequests.ts.html |here} to see how to use ListQueryWorkRequestsRequest.
17
17
  */
18
18
  export interface ListQueryWorkRequestsRequest 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.5.0/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledDataRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListRecalledData.ts.html |here} to see how to use ListRecalledDataRequest.
16
16
  */
17
17
  export interface ListRecalledDataRequest 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.5.0/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasksRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListScheduledTasks.ts.html |here} to see how to use ListScheduledTasksRequest.
17
17
  */
18
18
  export interface ListScheduledTasksRequest 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.5.0/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceAssociations.ts.html |here} to see how to use ListSourceAssociationsRequest.
16
16
  */
17
17
  export interface ListSourceAssociationsRequest 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.5.0/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceEventTypes.ts.html |here} to see how to use ListSourceEventTypesRequest.
16
16
  */
17
17
  export interface ListSourceEventTypesRequest 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.5.0/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceExtendedFieldDefinitions.ts.html |here} to see how to use ListSourceExtendedFieldDefinitionsRequest.
16
16
  */
17
17
  export interface ListSourceExtendedFieldDefinitionsRequest 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.5.0/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperatorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceLabelOperators.ts.html |here} to see how to use ListSourceLabelOperatorsRequest.
16
16
  */
17
17
  export interface ListSourceLabelOperatorsRequest 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.5.0/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourceMetaFunctions.ts.html |here} to see how to use ListSourceMetaFunctionsRequest.
16
16
  */
17
17
  export interface ListSourceMetaFunctionsRequest 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.5.0/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatternsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSourcePatterns.ts.html |here} to see how to use ListSourcePatternsRequest.
16
16
  */
17
17
  export interface ListSourcePatternsRequest 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.5.0/loganalytics/ListSources.ts.html |here} to see how to use ListSourcesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSources.ts.html |here} to see how to use ListSourcesRequest.
16
16
  */
17
17
  export interface ListSourcesRequest 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.5.0/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListStorageWorkRequestErrors.ts.html |here} to see how to use ListStorageWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListStorageWorkRequestErrorsRequest 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.5.0/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListStorageWorkRequests.ts.html |here} to see how to use ListStorageWorkRequestsRequest.
17
17
  */
18
18
  export interface ListStorageWorkRequestsRequest 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.5.0/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodingsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSupportedCharEncodings.ts.html |here} to see how to use ListSupportedCharEncodingsRequest.
16
16
  */
17
17
  export interface ListSupportedCharEncodingsRequest 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.5.0/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezonesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListSupportedTimezones.ts.html |here} to see how to use ListSupportedTimezonesRequest.
16
16
  */
17
17
  export interface ListSupportedTimezonesRequest 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.5.0/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFilesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListUploadFiles.ts.html |here} to see how to use ListUploadFilesRequest.
16
16
  */
17
17
  export interface ListUploadFilesRequest 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.5.0/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarningsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListUploadWarnings.ts.html |here} to see how to use ListUploadWarningsRequest.
16
16
  */
17
17
  export interface ListUploadWarningsRequest 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.5.0/loganalytics/ListUploads.ts.html |here} to see how to use ListUploadsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListUploads.ts.html |here} to see how to use ListUploadsRequest.
16
16
  */
17
17
  export interface ListUploadsRequest 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.5.0/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarningsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWarnings.ts.html |here} to see how to use ListWarningsRequest.
16
16
  */
17
17
  export interface ListWarningsRequest 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.5.0/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest 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.5.0/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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.5.0/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.5.0/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/OffboardNamespace.ts.html |here} to see how to use OffboardNamespaceRequest.
16
16
  */
17
17
  export interface OffboardNamespaceRequest 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.5.0/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/OnboardNamespace.ts.html |here} to see how to use OnboardNamespaceRequest.
16
16
  */
17
17
  export interface OnboardNamespaceRequest 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.5.0/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ParseQuery.ts.html |here} to see how to use ParseQueryRequest.
17
17
  */
18
18
  export interface ParseQueryRequest 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.5.0/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTaskRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/PauseScheduledTask.ts.html |here} to see how to use PauseScheduledTaskRequest.
16
16
  */
17
17
  export interface PauseScheduledTaskRequest 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.5.0/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/PurgeStorageData.ts.html |here} to see how to use PurgeStorageDataRequest.
17
17
  */
18
18
  export interface PurgeStorageDataRequest 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.5.0/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackgroundRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/PutQueryWorkRequestBackground.ts.html |here} to see how to use PutQueryWorkRequestBackgroundRequest.
16
16
  */
17
17
  export interface PutQueryWorkRequestBackgroundRequest 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.5.0/loganalytics/Query.ts.html |here} to see how to use QueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/Query.ts.html |here} to see how to use QueryRequest.
17
17
  */
18
18
  export interface QueryRequest 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.5.0/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RecallArchivedData.ts.html |here} to see how to use RecallArchivedDataRequest.
17
17
  */
18
18
  export interface RecallArchivedDataRequest extends common.BaseRequest {
19
19
  /**
@@ -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.5.0/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookupRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RegisterLookup.ts.html |here} to see how to use RegisterLookupRequest.
18
18
  */
19
19
  export interface RegisterLookupRequest extends common.BaseRequest {
20
20
  /**
@@ -63,6 +63,13 @@ export interface RegisterLookupRequest extends common.BaseRequest {
63
63
  * The client request ID for tracing.
64
64
  */
65
65
  "opcRequestId"?: string;
66
+ /**
67
+ * A value of `100-continue` requests preliminary verification of the request method, path, and headers before the request body is sent.
68
+ * If no error results from such verification, the server will send a 100 (Continue) interim response to indicate readiness for the request body.
69
+ * The only allowed value for this parameter is \"100-Continue\" (case-insensitive).
70
+ *
71
+ */
72
+ "expect"?: string;
66
73
  }
67
74
  export declare namespace RegisterLookupRequest {
68
75
  enum Type {
@@ -1 +1 @@
1
- {"version":3,"file":"register-lookup-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/register-lookup-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgEH,IAAiB,qBAAqB,CAKrC;AALD,WAAiB,qBAAqB;IACpC,IAAY,IAGX;IAHD,WAAY,IAAI;QACd,yBAAiB,CAAA;QACjB,iCAAyB,CAAA;IAC3B,CAAC,EAHW,IAAI,GAAJ,0BAAI,KAAJ,0BAAI,QAGf;AACH,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
1
+ {"version":3,"file":"register-lookup-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/register-lookup-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuEH,IAAiB,qBAAqB,CAKrC;AALD,WAAiB,qBAAqB;IACpC,IAAY,IAGX;IAHD,WAAY,IAAI;QACd,yBAAiB,CAAA;QACjB,iCAAyB,CAAA;IAC3B,CAAC,EAHW,IAAI,GAAJ,0BAAI,KAAJ,0BAAI,QAGf;AACH,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
@@ -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.5.0/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ReleaseRecalledData.ts.html |here} to see how to use ReleaseRecalledDataRequest.
17
17
  */
18
18
  export interface ReleaseRecalledDataRequest 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.5.0/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RemoveEntityAssociations.ts.html |here} to see how to use RemoveEntityAssociationsRequest.
17
17
  */
18
18
  export interface RemoveEntityAssociationsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200601
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RemovePreferences.ts.html |here} to see how to use RemovePreferencesRequest.
17
+ */
18
+ export interface RemovePreferencesRequest extends common.BaseRequest {
19
+ /**
20
+ * The Logging Analytics namespace used for the request.
21
+ *
22
+ */
23
+ "namespaceName": string;
24
+ /**
25
+ * Details of the tenant preferences to delete.
26
+ */
27
+ "removePreferencesDetails": model.LogAnalyticsPreferenceDetails;
28
+ /**
29
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
30
+ * server error without risk of executing that same action again. Retry tokens expire after 24
31
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
32
+ * has been deleted and purged from the system, then a retry of the original creation request
33
+ * might be rejected.
34
+ *
35
+ */
36
+ "opcRetryToken"?: string;
37
+ /**
38
+ * The client request ID for tracing.
39
+ */
40
+ "opcRequestId"?: string;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200601
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=remove-preferences-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-preferences-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/remove-preferences-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.5.0/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/RemoveSourceEventTypes.ts.html |here} to see how to use RemoveSourceEventTypesRequest.
17
17
  */
18
18
  export interface RemoveSourceEventTypesRequest 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.5.0/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTaskRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/ResumeScheduledTask.ts.html |here} to see how to use ResumeScheduledTaskRequest.
16
16
  */
17
17
  export interface ResumeScheduledTaskRequest 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.5.0/loganalytics/Run.ts.html |here} to see how to use RunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/Run.ts.html |here} to see how to use RunRequest.
16
16
  */
17
17
  export interface RunRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,37 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200601
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/loganalytics/SetUnprocessedDataBucket.ts.html |here} to see how to use SetUnprocessedDataBucketRequest.
16
+ */
17
+ export interface SetUnprocessedDataBucketRequest extends common.BaseRequest {
18
+ /**
19
+ * The Logging Analytics namespace used for the request.
20
+ *
21
+ */
22
+ "namespaceName": string;
23
+ /**
24
+ * Name of the Object Storage bucket.
25
+ */
26
+ "bucketName": string;
27
+ /**
28
+ * The enabled flag used for filtering. Only items with the specified enabled value
29
+ * will be returned.
30
+ *
31
+ */
32
+ "isEnabled"?: boolean;
33
+ /**
34
+ * The client request ID for tracing.
35
+ */
36
+ "opcRequestId"?: string;
37
+ }