oci-loganalytics 2.74.0 → 2.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/lib/client.d.ts +202 -192
  2. package/lib/client.js +265 -192
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/export-details.d.ts +7 -8
  5. package/lib/model/export-details.js.map +1 -1
  6. package/lib/request/add-entity-association-request.d.ts +1 -1
  7. package/lib/request/add-source-event-types-request.d.ts +1 -1
  8. package/lib/request/append-lookup-data-request.d.ts +1 -1
  9. package/lib/request/assign-encryption-key-request.d.ts +1 -1
  10. package/lib/request/batch-get-basic-info-request.d.ts +1 -1
  11. package/lib/request/cancel-query-work-request-request.d.ts +1 -1
  12. package/lib/request/change-ingest-time-rule-compartment-request.d.ts +1 -1
  13. package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
  14. package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
  15. package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
  16. package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
  17. package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
  18. package/lib/request/clean-request.d.ts +1 -1
  19. package/lib/request/compare-content-request.d.ts +1 -1
  20. package/lib/request/create-ingest-time-rule-request.d.ts +1 -1
  21. package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
  22. package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
  23. package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
  24. package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
  25. package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
  26. package/lib/request/create-scheduled-task-request.d.ts +1 -1
  27. package/lib/request/delete-associations-request.d.ts +1 -1
  28. package/lib/request/delete-field-request.d.ts +1 -1
  29. package/lib/request/delete-ingest-time-rule-request.d.ts +1 -1
  30. package/lib/request/delete-label-request.d.ts +1 -1
  31. package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
  32. package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
  33. package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
  34. package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
  35. package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
  36. package/lib/request/delete-lookup-request.d.ts +1 -1
  37. package/lib/request/delete-parser-request.d.ts +1 -1
  38. package/lib/request/delete-scheduled-task-request.d.ts +1 -1
  39. package/lib/request/delete-source-request.d.ts +1 -1
  40. package/lib/request/delete-upload-file-request.d.ts +1 -1
  41. package/lib/request/delete-upload-request.d.ts +1 -1
  42. package/lib/request/delete-upload-warning-request.d.ts +1 -1
  43. package/lib/request/disable-archiving-request.d.ts +1 -1
  44. package/lib/request/disable-auto-association-request.d.ts +1 -1
  45. package/lib/request/disable-ingest-time-rule-request.d.ts +1 -1
  46. package/lib/request/disable-source-event-types-request.d.ts +1 -1
  47. package/lib/request/enable-archiving-request.d.ts +1 -1
  48. package/lib/request/enable-auto-association-request.d.ts +1 -1
  49. package/lib/request/enable-ingest-time-rule-request.d.ts +1 -1
  50. package/lib/request/enable-source-event-types-request.d.ts +1 -1
  51. package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
  52. package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
  53. package/lib/request/estimate-release-data-size-request.d.ts +1 -1
  54. package/lib/request/export-custom-content-request.d.ts +1 -1
  55. package/lib/request/export-query-result-request.d.ts +1 -1
  56. package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
  57. package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
  58. package/lib/request/filter-request.d.ts +1 -1
  59. package/lib/request/get-association-summary-request.d.ts +1 -1
  60. package/lib/request/get-category-request.d.ts +1 -1
  61. package/lib/request/get-column-names-request.d.ts +1 -1
  62. package/lib/request/get-config-work-request-request.d.ts +1 -1
  63. package/lib/request/get-field-request.d.ts +1 -1
  64. package/lib/request/get-fields-summary-request.d.ts +1 -1
  65. package/lib/request/get-ingest-time-rule-request.d.ts +1 -1
  66. package/lib/request/get-label-request.d.ts +1 -1
  67. package/lib/request/get-label-summary-request.d.ts +1 -1
  68. package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
  69. package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
  70. package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
  71. package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
  72. package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
  73. package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
  74. package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
  75. package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
  76. package/lib/request/get-log-sets-count-request.d.ts +1 -1
  77. package/lib/request/get-lookup-request.d.ts +1 -1
  78. package/lib/request/get-lookup-summary-request.d.ts +1 -1
  79. package/lib/request/get-namespace-request.d.ts +1 -1
  80. package/lib/request/get-parser-request.d.ts +1 -1
  81. package/lib/request/get-parser-summary-request.d.ts +1 -1
  82. package/lib/request/get-preferences-request.d.ts +1 -1
  83. package/lib/request/get-query-result-request.d.ts +1 -1
  84. package/lib/request/get-query-work-request-request.d.ts +1 -1
  85. package/lib/request/get-recall-count-request.d.ts +1 -1
  86. package/lib/request/get-recalled-data-size-request.d.ts +1 -1
  87. package/lib/request/get-rules-summary-request.d.ts +1 -1
  88. package/lib/request/get-scheduled-task-request.d.ts +1 -1
  89. package/lib/request/get-source-request.d.ts +1 -1
  90. package/lib/request/get-source-summary-request.d.ts +1 -1
  91. package/lib/request/get-storage-request.d.ts +1 -1
  92. package/lib/request/get-storage-usage-request.d.ts +1 -1
  93. package/lib/request/get-storage-work-request-request.d.ts +1 -1
  94. package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
  95. package/lib/request/get-upload-request.d.ts +1 -1
  96. package/lib/request/get-work-request-request.d.ts +1 -1
  97. package/lib/request/import-custom-content-request.d.ts +1 -1
  98. package/lib/request/index.d.ts +2 -0
  99. package/lib/request/index.js +3 -1
  100. package/lib/request/index.js.map +1 -1
  101. package/lib/request/list-associable-entities-request.d.ts +1 -1
  102. package/lib/request/list-associated-entities-request.d.ts +1 -1
  103. package/lib/request/list-auto-associations-request.d.ts +1 -1
  104. package/lib/request/list-categories-request.d.ts +1 -1
  105. package/lib/request/list-config-work-requests-request.d.ts +1 -1
  106. package/lib/request/list-effective-properties-request.d.ts +1 -1
  107. package/lib/request/list-encryption-key-info-request.d.ts +1 -1
  108. package/lib/request/list-entity-associations-request.d.ts +1 -1
  109. package/lib/request/list-entity-source-associations-request.d.ts +1 -1
  110. package/lib/request/list-fields-request.d.ts +1 -1
  111. package/lib/request/list-ingest-time-rules-request.d.ts +1 -1
  112. package/lib/request/list-label-priorities-request.d.ts +1 -1
  113. package/lib/request/list-label-source-details-request.d.ts +1 -1
  114. package/lib/request/list-labels-request.d.ts +1 -1
  115. package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
  116. package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
  117. package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
  118. package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
  119. package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
  120. package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
  121. package/lib/request/list-log-sets-request.d.ts +1 -1
  122. package/lib/request/list-lookups-request.d.ts +1 -1
  123. package/lib/request/list-meta-source-types-request.d.ts +1 -1
  124. package/lib/request/list-namespaces-request.d.ts +1 -1
  125. package/lib/request/list-overlapping-recalls-request.d.ts +1 -1
  126. package/lib/request/list-parser-functions-request.d.ts +1 -1
  127. package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
  128. package/lib/request/list-parsers-request.d.ts +1 -1
  129. package/lib/request/list-properties-metadata-request.d.ts +1 -1
  130. package/lib/request/list-query-work-requests-request.d.ts +1 -1
  131. package/lib/request/list-recalled-data-request.d.ts +1 -1
  132. package/lib/request/list-resource-categories-request.d.ts +1 -1
  133. package/lib/request/list-rules-request.d.ts +1 -1
  134. package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
  135. package/lib/request/list-source-associations-request.d.ts +1 -1
  136. package/lib/request/list-source-event-types-request.d.ts +1 -1
  137. package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
  138. package/lib/request/list-source-label-operators-request.d.ts +1 -1
  139. package/lib/request/list-source-meta-functions-request.d.ts +1 -1
  140. package/lib/request/list-source-patterns-request.d.ts +1 -1
  141. package/lib/request/list-sources-request.d.ts +1 -1
  142. package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
  143. package/lib/request/list-storage-work-requests-request.d.ts +1 -1
  144. package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
  145. package/lib/request/list-supported-timezones-request.d.ts +1 -1
  146. package/lib/request/list-upload-files-request.d.ts +1 -1
  147. package/lib/request/list-upload-warnings-request.d.ts +1 -1
  148. package/lib/request/list-uploads-request.d.ts +1 -1
  149. package/lib/request/list-warnings-request.d.ts +1 -1
  150. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  151. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  152. package/lib/request/list-work-requests-request.d.ts +1 -1
  153. package/lib/request/offboard-namespace-request.d.ts +1 -1
  154. package/lib/request/onboard-namespace-request.d.ts +1 -1
  155. package/lib/request/parse-query-request.d.ts +1 -1
  156. package/lib/request/pause-scheduled-task-request.d.ts +1 -1
  157. package/lib/request/purge-storage-data-request.d.ts +1 -1
  158. package/lib/request/put-query-work-request-background-request.d.ts +1 -1
  159. package/lib/request/query-request.d.ts +1 -1
  160. package/lib/request/recall-archived-data-request.d.ts +1 -1
  161. package/lib/request/register-lookup-request.d.ts +1 -1
  162. package/lib/request/release-recalled-data-request.d.ts +1 -1
  163. package/lib/request/remove-entity-associations-request.d.ts +1 -1
  164. package/lib/request/remove-preferences-request.d.ts +1 -1
  165. package/lib/request/remove-resource-categories-request.d.ts +1 -1
  166. package/lib/request/remove-source-event-types-request.d.ts +1 -1
  167. package/lib/request/resume-scheduled-task-request.d.ts +1 -1
  168. package/lib/request/run-request.d.ts +1 -1
  169. package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
  170. package/lib/request/suggest-request.d.ts +1 -1
  171. package/lib/request/suppress-warning-request.d.ts +1 -1
  172. package/lib/request/test-parser-request.d.ts +1 -1
  173. package/lib/request/unsuppress-warning-request.d.ts +1 -1
  174. package/lib/request/update-ingest-time-rule-request.d.ts +1 -1
  175. package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
  176. package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
  177. package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
  178. package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
  179. package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
  180. package/lib/request/update-lookup-data-request.d.ts +1 -1
  181. package/lib/request/update-lookup-request.d.ts +1 -1
  182. package/lib/request/update-preferences-request.d.ts +1 -1
  183. package/lib/request/update-resource-categories-request.d.ts +1 -1
  184. package/lib/request/update-scheduled-task-request.d.ts +1 -1
  185. package/lib/request/update-storage-request.d.ts +1 -1
  186. package/lib/request/upload-discovery-data-request.d.ts +75 -0
  187. package/lib/request/upload-discovery-data-request.js +24 -0
  188. package/lib/request/upload-discovery-data-request.js.map +1 -0
  189. package/lib/request/upload-log-events-file-request.d.ts +1 -1
  190. package/lib/request/upload-log-file-request.d.ts +1 -1
  191. package/lib/request/upsert-associations-request.d.ts +1 -1
  192. package/lib/request/upsert-field-request.d.ts +1 -1
  193. package/lib/request/upsert-label-request.d.ts +1 -1
  194. package/lib/request/upsert-parser-request.d.ts +1 -1
  195. package/lib/request/upsert-source-request.d.ts +1 -1
  196. package/lib/request/validate-association-parameters-request.d.ts +1 -1
  197. package/lib/request/validate-endpoint-request.d.ts +1 -1
  198. package/lib/request/validate-file-request.d.ts +1 -1
  199. package/lib/request/validate-label-condition-request.d.ts +1 -1
  200. package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
  201. package/lib/request/validate-source-mapping-request.d.ts +1 -1
  202. package/lib/request/validate-source-request.d.ts +1 -1
  203. package/lib/request/verify-request.d.ts +1 -1
  204. package/lib/response/index.d.ts +2 -0
  205. package/lib/response/upload-discovery-data-response.d.ts +27 -0
  206. package/lib/response/upload-discovery-data-response.js +15 -0
  207. package/lib/response/upload-discovery-data-response.js.map +1 -0
  208. package/package.json +3 -3
@@ -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.74.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarningRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/SuppressWarning.ts.html |here} to see how to use SuppressWarningRequest.
17
17
  */
18
18
  export interface SuppressWarningRequest 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.74.0/loganalytics/TestParser.ts.html |here} to see how to use TestParserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/TestParser.ts.html |here} to see how to use TestParserRequest.
17
17
  */
18
18
  export interface TestParserRequest 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.74.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarningRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UnsuppressWarning.ts.html |here} to see how to use UnsuppressWarningRequest.
17
17
  */
18
18
  export interface UnsuppressWarningRequest 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.74.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateIngestTimeRule.ts.html |here} to see how to use UpdateIngestTimeRuleRequest.
17
17
  */
18
18
  export interface UpdateIngestTimeRuleRequest 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.74.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridgeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsEmBridge.ts.html |here} to see how to use UpdateLogAnalyticsEmBridgeRequest.
17
17
  */
18
18
  export interface UpdateLogAnalyticsEmBridgeRequest 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.74.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntityRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsEntity.ts.html |here} to see how to use UpdateLogAnalyticsEntityRequest.
17
17
  */
18
18
  export interface UpdateLogAnalyticsEntityRequest 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.74.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityTypeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsEntityType.ts.html |here} to see how to use UpdateLogAnalyticsEntityTypeRequest.
17
17
  */
18
18
  export interface UpdateLogAnalyticsEntityTypeRequest 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.74.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsLogGroup.ts.html |here} to see how to use UpdateLogAnalyticsLogGroupRequest.
17
17
  */
18
18
  export interface UpdateLogAnalyticsLogGroupRequest 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.74.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLogAnalyticsObjectCollectionRule.ts.html |here} to see how to use UpdateLogAnalyticsObjectCollectionRuleRequest.
17
17
  */
18
18
  export interface UpdateLogAnalyticsObjectCollectionRuleRequest 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.74.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupDataRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLookupData.ts.html |here} to see how to use UpdateLookupDataRequest.
18
18
  */
19
19
  export interface UpdateLookupDataRequest extends common.BaseRequest {
20
20
  /**
@@ -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.74.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateLookup.ts.html |here} to see how to use UpdateLookupRequest.
17
17
  */
18
18
  export interface UpdateLookupRequest 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.74.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferencesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferencesRequest.
17
17
  */
18
18
  export interface UpdatePreferencesRequest 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.74.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategoriesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategoriesRequest.
17
17
  */
18
18
  export interface UpdateResourceCategoriesRequest 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.74.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTaskRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateScheduledTask.ts.html |here} to see how to use UpdateScheduledTaskRequest.
17
17
  */
18
18
  export interface UpdateScheduledTaskRequest 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.74.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorageRequest.
17
17
  */
18
18
  export interface UpdateStorageRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,75 @@
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, 2023, 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
+ /// <reference types="node" />
14
+ import * as model from "../model";
15
+ import common = require("oci-common");
16
+ import stream = require("stream");
17
+ /**
18
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UploadDiscoveryData.ts.html |here} to see how to use UploadDiscoveryDataRequest.
19
+ */
20
+ export interface UploadDiscoveryDataRequest extends common.BaseRequest {
21
+ /**
22
+ * The Logging Analytics namespace used for the request.
23
+ *
24
+ */
25
+ "namespaceName": string;
26
+ /**
27
+ * Discovery data
28
+ */
29
+ "uploadDiscoveryDataDetails": Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string;
30
+ /**
31
+ * The client request ID for tracing.
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * Metadata key and value pairs separated by a semicolon. Example k1:v1;k2:v2;k3:v3
36
+ *
37
+ */
38
+ "opcMetaProperties"?: string;
39
+ /**
40
+ * Discovery data type
41
+ *
42
+ */
43
+ "discoveryDataType"?: UploadDiscoveryDataRequest.DiscoveryDataType;
44
+ /**
45
+ * Identifies the type of request payload.
46
+ *
47
+ */
48
+ "payloadType"?: model.PayloadType;
49
+ /**
50
+ * The content type of the log data.
51
+ */
52
+ "contentType"?: string;
53
+ /**
54
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
55
+ * server error without risk of executing that same action again. Retry tokens expire after 24
56
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
57
+ * has been deleted and purged from the system, then a retry of the original creation request
58
+ * might be rejected.
59
+ *
60
+ */
61
+ "opcRetryToken"?: string;
62
+ /**
63
+ * A value of `100-continue` requests preliminary verification of the request method, path, and headers before the request body is sent.
64
+ * If no error results from such verification, the server will send a 100 (Continue) interim response to indicate readiness for the request body.
65
+ * The only allowed value for this parameter is \"100-Continue\" (case-insensitive).
66
+ *
67
+ */
68
+ "expect"?: string;
69
+ }
70
+ export declare namespace UploadDiscoveryDataRequest {
71
+ enum DiscoveryDataType {
72
+ Entity = "ENTITY",
73
+ K8SObjects = "K8S_OBJECTS"
74
+ }
75
+ }
@@ -0,0 +1,24 @@
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, 2023, 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
+ exports.UploadDiscoveryDataRequest = void 0;
16
+ var UploadDiscoveryDataRequest;
17
+ (function (UploadDiscoveryDataRequest) {
18
+ let DiscoveryDataType;
19
+ (function (DiscoveryDataType) {
20
+ DiscoveryDataType["Entity"] = "ENTITY";
21
+ DiscoveryDataType["K8SObjects"] = "K8S_OBJECTS";
22
+ })(DiscoveryDataType = UploadDiscoveryDataRequest.DiscoveryDataType || (UploadDiscoveryDataRequest.DiscoveryDataType = {}));
23
+ })(UploadDiscoveryDataRequest = exports.UploadDiscoveryDataRequest || (exports.UploadDiscoveryDataRequest = {}));
24
+ //# sourceMappingURL=upload-discovery-data-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-discovery-data-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/upload-discovery-data-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkEH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,IAAY,iBAGX;IAHD,WAAY,iBAAiB;QAC3B,sCAAiB,CAAA;QACjB,+CAA0B,CAAA;IAC5B,CAAC,EAHW,iBAAiB,GAAjB,4CAAiB,KAAjB,4CAAiB,QAG5B;AACH,CAAC,EALgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAK1C"}
@@ -15,7 +15,7 @@ import * as model from "../model";
15
15
  import common = require("oci-common");
16
16
  import stream = require("stream");
17
17
  /**
18
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFileRequest.
18
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UploadLogEventsFile.ts.html |here} to see how to use UploadLogEventsFileRequest.
19
19
  */
20
20
  export interface UploadLogEventsFileRequest extends common.BaseRequest {
21
21
  /**
@@ -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.74.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFileRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UploadLogFile.ts.html |here} to see how to use UploadLogFileRequest.
18
18
  */
19
19
  export interface UploadLogFileRequest extends common.BaseRequest {
20
20
  /**
@@ -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.74.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertAssociations.ts.html |here} to see how to use UpsertAssociationsRequest.
17
17
  */
18
18
  export interface UpsertAssociationsRequest 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.74.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertFieldRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertField.ts.html |here} to see how to use UpsertFieldRequest.
17
17
  */
18
18
  export interface UpsertFieldRequest 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.74.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertLabel.ts.html |here} to see how to use UpsertLabelRequest.
17
17
  */
18
18
  export interface UpsertLabelRequest 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.74.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertParser.ts.html |here} to see how to use UpsertParserRequest.
17
17
  */
18
18
  export interface UpsertParserRequest 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.74.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/UpsertSource.ts.html |here} to see how to use UpsertSourceRequest.
17
17
  */
18
18
  export interface UpsertSourceRequest 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.74.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParametersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParametersRequest.
17
17
  */
18
18
  export interface ValidateAssociationParametersRequest 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.74.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateEndpoint.ts.html |here} to see how to use ValidateEndpointRequest.
17
17
  */
18
18
  export interface ValidateEndpointRequest 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.74.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFileRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateFile.ts.html |here} to see how to use ValidateFileRequest.
16
16
  */
17
17
  export interface ValidateFileRequest 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.74.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelConditionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateLabelCondition.ts.html |here} to see how to use ValidateLabelConditionRequest.
17
17
  */
18
18
  export interface ValidateLabelConditionRequest 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.74.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetailsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateSourceExtendedFieldDetails.ts.html |here} to see how to use ValidateSourceExtendedFieldDetailsRequest.
17
17
  */
18
18
  export interface ValidateSourceExtendedFieldDetailsRequest 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.74.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateSourceMapping.ts.html |here} to see how to use ValidateSourceMappingRequest.
16
16
  */
17
17
  export interface ValidateSourceMappingRequest 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.74.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSourceRequest.
17
17
  */
18
18
  export interface ValidateSourceRequest 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.74.0/loganalytics/Verify.ts.html |here} to see how to use VerifyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/loganalytics/Verify.ts.html |here} to see how to use VerifyRequest.
16
16
  */
17
17
  export interface VerifyRequest extends common.BaseRequest {
18
18
  /**
@@ -365,6 +365,8 @@ import * as UpdateScheduledTaskResponse from "./update-scheduled-task-response";
365
365
  export import UpdateScheduledTaskResponse = UpdateScheduledTaskResponse.UpdateScheduledTaskResponse;
366
366
  import * as UpdateStorageResponse from "./update-storage-response";
367
367
  export import UpdateStorageResponse = UpdateStorageResponse.UpdateStorageResponse;
368
+ import * as UploadDiscoveryDataResponse from "./upload-discovery-data-response";
369
+ export import UploadDiscoveryDataResponse = UploadDiscoveryDataResponse.UploadDiscoveryDataResponse;
368
370
  import * as UploadLogEventsFileResponse from "./upload-log-events-file-response";
369
371
  export import UploadLogEventsFileResponse = UploadLogEventsFileResponse.UploadLogEventsFileResponse;
370
372
  import * as UploadLogFileResponse from "./upload-log-file-response";
@@ -0,0 +1,27 @@
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, 2023, 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
+ export interface UploadDiscoveryDataResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
16
+ *
17
+ */
18
+ "opcRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for log data.
21
+ */
22
+ "opcObjectId": string;
23
+ /**
24
+ * The time the upload was created, in the format defined by RFC3339
25
+ */
26
+ "timeCreated": Date;
27
+ }
@@ -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, 2023, 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=upload-discovery-data-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-discovery-data-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/upload-discovery-data-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-loganalytics",
3
- "version": "2.74.0",
3
+ "version": "2.75.0",
4
4
  "description": "OCI NodeJS client for Log Analytics Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.74.0",
19
- "oci-workrequests": "2.74.0"
18
+ "oci-common": "2.75.0",
19
+ "oci-workrequests": "2.75.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"