oci-loganalytics 2.42.0 → 2.44.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.
- package/lib/client.d.ts +263 -173
- package/lib/client.js +769 -173
- package/lib/client.js.map +1 -1
- package/lib/loganalytics-waiter.d.ts +8 -0
- package/lib/loganalytics-waiter.js +12 -0
- package/lib/loganalytics-waiter.js.map +1 -1
- package/lib/model/abstract-column.js +16 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.d.ts +5 -0
- package/lib/model/abstract-command-descriptor.js +96 -76
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/add-insights-command-descriptor.d.ts +26 -0
- package/lib/model/add-insights-command-descriptor.js +55 -0
- package/lib/model/add-insights-command-descriptor.js.map +1 -0
- package/lib/model/anomaly-command-descriptor.d.ts +26 -0
- package/lib/model/anomaly-command-descriptor.js +55 -0
- package/lib/model/anomaly-command-descriptor.js.map +1 -0
- package/lib/model/change-ingest-time-rule-compartment-details.d.ts +28 -0
- package/lib/model/change-ingest-time-rule-compartment-details.js +30 -0
- package/lib/model/change-ingest-time-rule-compartment-details.js.map +1 -0
- package/lib/model/config-lifecycle-state.d.ts +30 -0
- package/lib/model/config-lifecycle-state.js +41 -0
- package/lib/model/config-lifecycle-state.js.map +1 -0
- package/lib/model/create-ingest-time-rule-details.d.ts +61 -0
- package/lib/model/create-ingest-time-rule-details.js +68 -0
- package/lib/model/create-ingest-time-rule-details.js.map +1 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.d.ts +25 -0
- package/lib/model/create-log-analytics-object-collection-rule-details.js.map +1 -1
- package/lib/model/creation-source-type.d.ts +1 -0
- package/lib/model/creation-source-type.js +1 -0
- package/lib/model/creation-source-type.js.map +1 -1
- package/lib/model/dedup-command-descriptor.d.ts +26 -0
- package/lib/model/dedup-command-descriptor.js +55 -0
- package/lib/model/dedup-command-descriptor.js.map +1 -0
- package/lib/model/geo-stats-command-descriptor.d.ts +29 -3
- package/lib/model/geo-stats-command-descriptor.js +29 -0
- package/lib/model/geo-stats-command-descriptor.js.map +1 -1
- package/lib/model/index.d.ts +54 -0
- package/lib/model/index.js +62 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/ingest-time-rule-action.d.ts +23 -0
- package/lib/model/ingest-time-rule-action.js +69 -0
- package/lib/model/ingest-time-rule-action.js.map +1 -0
- package/lib/model/ingest-time-rule-additional-field-condition.d.ts +55 -0
- package/lib/model/ingest-time-rule-additional-field-condition.js +52 -0
- package/lib/model/ingest-time-rule-additional-field-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-condition.d.ts +23 -0
- package/lib/model/ingest-time-rule-condition.js +69 -0
- package/lib/model/ingest-time-rule-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-field-condition.d.ts +49 -0
- package/lib/model/ingest-time-rule-field-condition.js +76 -0
- package/lib/model/ingest-time-rule-field-condition.js.map +1 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.d.ts +59 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.js +55 -0
- package/lib/model/ingest-time-rule-metric-extraction-action.js.map +1 -0
- package/lib/model/ingest-time-rule-resource.d.ts +26 -0
- package/lib/model/ingest-time-rule-resource.js +30 -0
- package/lib/model/ingest-time-rule-resource.js.map +1 -0
- package/lib/model/ingest-time-rule-summary-collection.d.ts +27 -0
- package/lib/model/ingest-time-rule-summary-collection.js +62 -0
- package/lib/model/ingest-time-rule-summary-collection.js.map +1 -0
- package/lib/model/ingest-time-rule-summary.d.ts +101 -0
- package/lib/model/ingest-time-rule-summary.js +39 -0
- package/lib/model/ingest-time-rule-summary.js.map +1 -0
- package/lib/model/ingest-time-rule.d.ts +86 -0
- package/lib/model/ingest-time-rule.js +68 -0
- package/lib/model/ingest-time-rule.js.map +1 -0
- package/lib/model/log-analytics-config-work-request-summary.d.ts +3 -4
- package/lib/model/log-analytics-config-work-request-summary.js +2 -0
- package/lib/model/log-analytics-config-work-request-summary.js.map +1 -1
- package/lib/model/log-analytics-config-work-request.d.ts +3 -4
- package/lib/model/log-analytics-config-work-request.js +2 -0
- package/lib/model/log-analytics-config-work-request.js.map +1 -1
- package/lib/model/log-analytics-object-collection-rule.d.ts +25 -0
- package/lib/model/log-analytics-object-collection-rule.js.map +1 -1
- package/lib/model/log-set-key-types.d.ts +29 -0
- package/lib/model/log-set-key-types.js +40 -0
- package/lib/model/log-set-key-types.js.map +1 -0
- package/lib/model/module-command-descriptor.d.ts +26 -0
- package/lib/model/module-command-descriptor.js +55 -0
- package/lib/model/module-command-descriptor.js.map +1 -0
- package/lib/model/recall-archived-data-details.d.ts +8 -0
- package/lib/model/recall-archived-data-details.js.map +1 -1
- package/lib/model/rule-kind.d.ts +30 -0
- package/lib/model/rule-kind.js +41 -0
- package/lib/model/rule-kind.js.map +1 -0
- package/lib/model/rule-summary-collection.d.ts +27 -0
- package/lib/model/rule-summary-collection.js +62 -0
- package/lib/model/rule-summary-collection.js.map +1 -0
- package/lib/model/rule-summary.d.ts +102 -0
- package/lib/model/rule-summary.js +40 -0
- package/lib/model/rule-summary.js.map +1 -0
- package/lib/model/rule.d.ts +102 -0
- package/lib/model/rule.js +40 -0
- package/lib/model/rule.js.map +1 -0
- package/lib/model/time-cluster-column.d.ts +53 -0
- package/lib/model/time-cluster-column.js +82 -0
- package/lib/model/time-cluster-column.js.map +1 -0
- package/lib/model/time-cluster-command-descriptor.d.ts +46 -0
- package/lib/model/time-cluster-command-descriptor.js +79 -0
- package/lib/model/time-cluster-command-descriptor.js.map +1 -0
- package/lib/model/time-cluster-data-column.d.ts +38 -0
- package/lib/model/time-cluster-data-column.js +65 -0
- package/lib/model/time-cluster-data-column.js.map +1 -0
- package/lib/model/time-column.d.ts +1 -1
- package/lib/model/time-stats-cluster.d.ts +35 -0
- package/lib/model/time-stats-cluster.js +30 -0
- package/lib/model/time-stats-cluster.js.map +1 -0
- package/lib/model/time-stats-column.d.ts +41 -0
- package/lib/model/time-stats-column.js +65 -0
- package/lib/model/time-stats-column.js.map +1 -0
- package/lib/model/time-stats-data-column.d.ts +53 -0
- package/lib/model/time-stats-data-column.js +65 -0
- package/lib/model/time-stats-data-column.js.map +1 -0
- package/lib/model/update-log-analytics-object-collection-rule-details.d.ts +25 -0
- package/lib/model/update-log-analytics-object-collection-rule-details.js.map +1 -1
- package/lib/request/add-entity-association-request.d.ts +1 -1
- package/lib/request/add-source-event-types-request.d.ts +1 -1
- package/lib/request/append-lookup-data-request.d.ts +1 -1
- package/lib/request/batch-get-basic-info-request.d.ts +1 -1
- package/lib/request/cancel-query-work-request-request.d.ts +1 -1
- package/lib/request/change-ingest-time-rule-compartment-request.d.ts +55 -0
- package/lib/request/change-ingest-time-rule-compartment-request.js +15 -0
- package/lib/request/change-ingest-time-rule-compartment-request.js.map +1 -0
- package/lib/request/change-log-analytics-em-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-entity-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-log-group-compartment-request.d.ts +1 -1
- package/lib/request/change-log-analytics-object-collection-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-scheduled-task-compartment-request.d.ts +1 -1
- package/lib/request/clean-request.d.ts +1 -1
- package/lib/request/compare-content-request.d.ts +1 -1
- package/lib/request/create-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/create-ingest-time-rule-request.js +15 -0
- package/lib/request/create-ingest-time-rule-request.js.map +1 -0
- package/lib/request/create-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/create-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/create-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/create-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/create-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-associations-request.d.ts +1 -1
- package/lib/request/delete-field-request.d.ts +1 -1
- package/lib/request/delete-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/delete-ingest-time-rule-request.js +15 -0
- package/lib/request/delete-ingest-time-rule-request.js.map +1 -0
- package/lib/request/delete-label-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/delete-lookup-request.d.ts +1 -1
- package/lib/request/delete-parser-request.d.ts +1 -1
- package/lib/request/delete-scheduled-task-request.d.ts +1 -1
- package/lib/request/delete-source-request.d.ts +1 -1
- package/lib/request/delete-upload-file-request.d.ts +1 -1
- package/lib/request/delete-upload-request.d.ts +1 -1
- package/lib/request/delete-upload-warning-request.d.ts +1 -1
- package/lib/request/disable-archiving-request.d.ts +1 -1
- package/lib/request/disable-auto-association-request.d.ts +1 -1
- package/lib/request/disable-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/disable-ingest-time-rule-request.js +15 -0
- package/lib/request/disable-ingest-time-rule-request.js.map +1 -0
- package/lib/request/disable-source-event-types-request.d.ts +1 -1
- package/lib/request/enable-archiving-request.d.ts +1 -1
- package/lib/request/enable-auto-association-request.d.ts +1 -1
- package/lib/request/enable-ingest-time-rule-request.d.ts +41 -0
- package/lib/request/enable-ingest-time-rule-request.js +15 -0
- package/lib/request/enable-ingest-time-rule-request.js.map +1 -0
- package/lib/request/enable-source-event-types-request.d.ts +1 -1
- package/lib/request/estimate-purge-data-size-request.d.ts +1 -1
- package/lib/request/estimate-recall-data-size-request.d.ts +1 -1
- package/lib/request/estimate-release-data-size-request.d.ts +1 -1
- package/lib/request/export-custom-content-request.d.ts +1 -1
- package/lib/request/export-query-result-request.d.ts +1 -1
- package/lib/request/extract-structured-log-field-paths-request.d.ts +1 -1
- package/lib/request/extract-structured-log-header-paths-request.d.ts +1 -1
- package/lib/request/filter-request.d.ts +1 -1
- package/lib/request/get-association-summary-request.d.ts +1 -1
- package/lib/request/get-category-request.d.ts +1 -1
- package/lib/request/get-column-names-request.d.ts +1 -1
- package/lib/request/get-config-work-request-request.d.ts +1 -1
- package/lib/request/get-field-request.d.ts +1 -1
- package/lib/request/get-fields-summary-request.d.ts +1 -1
- package/lib/request/get-ingest-time-rule-request.d.ts +32 -0
- package/lib/request/get-ingest-time-rule-request.js +15 -0
- package/lib/request/get-ingest-time-rule-request.js.map +1 -0
- package/lib/request/get-label-request.d.ts +1 -1
- package/lib/request/get-label-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/get-log-analytics-em-bridge-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entities-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/get-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/get-log-analytics-log-groups-summary-request.d.ts +1 -1
- package/lib/request/get-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/get-log-sets-count-request.d.ts +1 -1
- package/lib/request/get-lookup-request.d.ts +1 -1
- package/lib/request/get-lookup-summary-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-parser-request.d.ts +1 -1
- package/lib/request/get-parser-summary-request.d.ts +1 -1
- package/lib/request/get-preferences-request.d.ts +1 -1
- package/lib/request/get-query-result-request.d.ts +1 -1
- package/lib/request/get-query-work-request-request.d.ts +1 -1
- package/lib/request/get-scheduled-task-request.d.ts +1 -1
- package/lib/request/get-source-request.d.ts +1 -1
- package/lib/request/get-source-summary-request.d.ts +1 -1
- package/lib/request/get-storage-request.d.ts +1 -1
- package/lib/request/get-storage-usage-request.d.ts +1 -1
- package/lib/request/get-storage-work-request-request.d.ts +1 -1
- package/lib/request/get-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/get-upload-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-custom-content-request.d.ts +1 -1
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-associable-entities-request.d.ts +1 -1
- package/lib/request/list-associated-entities-request.d.ts +1 -1
- package/lib/request/list-auto-associations-request.d.ts +1 -1
- package/lib/request/list-categories-request.d.ts +1 -1
- package/lib/request/list-config-work-requests-request.d.ts +1 -1
- package/lib/request/list-entity-associations-request.d.ts +1 -1
- package/lib/request/list-entity-source-associations-request.d.ts +1 -1
- package/lib/request/list-fields-request.d.ts +1 -1
- package/lib/request/list-ingest-time-rules-request.d.ts +94 -0
- package/lib/request/list-ingest-time-rules-request.js +34 -0
- package/lib/request/list-ingest-time-rules-request.js.map +1 -0
- package/lib/request/list-label-priorities-request.d.ts +1 -1
- package/lib/request/list-label-source-details-request.d.ts +1 -1
- package/lib/request/list-labels-request.d.ts +1 -1
- package/lib/request/list-log-analytics-em-bridges-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entities-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-topology-request.d.ts +1 -1
- package/lib/request/list-log-analytics-entity-types-request.d.ts +1 -1
- package/lib/request/list-log-analytics-log-groups-request.d.ts +1 -1
- package/lib/request/list-log-analytics-object-collection-rules-request.d.ts +1 -1
- package/lib/request/list-log-sets-request.d.ts +1 -1
- package/lib/request/list-lookups-request.d.ts +1 -1
- package/lib/request/list-meta-source-types-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-parser-functions-request.d.ts +1 -1
- package/lib/request/list-parser-meta-plugins-request.d.ts +1 -1
- package/lib/request/list-parsers-request.d.ts +1 -1
- package/lib/request/list-query-work-requests-request.d.ts +1 -1
- package/lib/request/list-recalled-data-request.d.ts +1 -1
- package/lib/request/list-resource-categories-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +84 -0
- package/lib/request/list-rules-request.js +36 -0
- package/lib/request/list-rules-request.js.map +1 -0
- package/lib/request/list-scheduled-tasks-request.d.ts +1 -1
- package/lib/request/list-source-associations-request.d.ts +1 -1
- package/lib/request/list-source-event-types-request.d.ts +1 -1
- package/lib/request/list-source-extended-field-definitions-request.d.ts +1 -1
- package/lib/request/list-source-label-operators-request.d.ts +1 -1
- package/lib/request/list-source-meta-functions-request.d.ts +1 -1
- package/lib/request/list-source-patterns-request.d.ts +1 -1
- package/lib/request/list-sources-request.d.ts +1 -1
- package/lib/request/list-storage-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-storage-work-requests-request.d.ts +1 -1
- package/lib/request/list-supported-char-encodings-request.d.ts +1 -1
- package/lib/request/list-supported-timezones-request.d.ts +1 -1
- package/lib/request/list-upload-files-request.d.ts +1 -1
- package/lib/request/list-upload-warnings-request.d.ts +1 -1
- package/lib/request/list-uploads-request.d.ts +1 -1
- package/lib/request/list-warnings-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/offboard-namespace-request.d.ts +1 -1
- package/lib/request/onboard-namespace-request.d.ts +1 -1
- package/lib/request/parse-query-request.d.ts +1 -1
- package/lib/request/pause-scheduled-task-request.d.ts +1 -1
- package/lib/request/purge-storage-data-request.d.ts +1 -1
- package/lib/request/put-query-work-request-background-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/recall-archived-data-request.d.ts +1 -1
- package/lib/request/register-lookup-request.d.ts +1 -1
- package/lib/request/release-recalled-data-request.d.ts +1 -1
- package/lib/request/remove-entity-associations-request.d.ts +1 -1
- package/lib/request/remove-preferences-request.d.ts +1 -1
- package/lib/request/remove-resource-categories-request.d.ts +1 -1
- package/lib/request/remove-source-event-types-request.d.ts +1 -1
- package/lib/request/resume-scheduled-task-request.d.ts +1 -1
- package/lib/request/run-request.d.ts +1 -1
- package/lib/request/set-unprocessed-data-bucket-request.d.ts +1 -1
- package/lib/request/suggest-request.d.ts +1 -1
- package/lib/request/suppress-warning-request.d.ts +1 -1
- package/lib/request/test-parser-request.d.ts +1 -1
- package/lib/request/unsuppress-warning-request.d.ts +1 -1
- package/lib/request/update-ingest-time-rule-request.d.ts +46 -0
- package/lib/request/update-ingest-time-rule-request.js +15 -0
- package/lib/request/update-ingest-time-rule-request.js.map +1 -0
- package/lib/request/update-log-analytics-em-bridge-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-request.d.ts +1 -1
- package/lib/request/update-log-analytics-entity-type-request.d.ts +1 -1
- package/lib/request/update-log-analytics-log-group-request.d.ts +1 -1
- package/lib/request/update-log-analytics-object-collection-rule-request.d.ts +1 -1
- package/lib/request/update-lookup-data-request.d.ts +1 -1
- package/lib/request/update-lookup-request.d.ts +1 -1
- package/lib/request/update-preferences-request.d.ts +1 -1
- package/lib/request/update-resource-categories-request.d.ts +1 -1
- package/lib/request/update-scheduled-task-request.d.ts +1 -1
- package/lib/request/update-storage-request.d.ts +1 -1
- package/lib/request/upload-log-events-file-request.d.ts +1 -1
- package/lib/request/upload-log-file-request.d.ts +1 -1
- package/lib/request/upsert-associations-request.d.ts +1 -1
- package/lib/request/upsert-field-request.d.ts +1 -1
- package/lib/request/upsert-label-request.d.ts +1 -1
- package/lib/request/upsert-parser-request.d.ts +1 -1
- package/lib/request/upsert-source-request.d.ts +1 -1
- package/lib/request/validate-association-parameters-request.d.ts +1 -1
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-source-extended-field-details-request.d.ts +1 -1
- package/lib/request/validate-source-mapping-request.d.ts +1 -1
- package/lib/request/validate-source-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/change-ingest-time-rule-compartment-response.d.ts +19 -0
- package/lib/response/change-ingest-time-rule-compartment-response.js +15 -0
- package/lib/response/change-ingest-time-rule-compartment-response.js.map +1 -0
- package/lib/response/create-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/create-ingest-time-rule-response.js +15 -0
- package/lib/response/create-ingest-time-rule-response.js.map +1 -0
- package/lib/response/delete-ingest-time-rule-response.d.ts +19 -0
- package/lib/response/delete-ingest-time-rule-response.js +15 -0
- package/lib/response/delete-ingest-time-rule-response.js.map +1 -0
- package/lib/response/disable-ingest-time-rule-response.d.ts +24 -0
- package/lib/response/disable-ingest-time-rule-response.js +15 -0
- package/lib/response/disable-ingest-time-rule-response.js.map +1 -0
- package/lib/response/enable-ingest-time-rule-response.d.ts +24 -0
- package/lib/response/enable-ingest-time-rule-response.js +15 -0
- package/lib/response/enable-ingest-time-rule-response.js.map +1 -0
- package/lib/response/get-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/get-ingest-time-rule-response.js +15 -0
- package/lib/response/get-ingest-time-rule-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-ingest-time-rules-response.d.ts +38 -0
- package/lib/response/list-ingest-time-rules-response.js +15 -0
- package/lib/response/list-ingest-time-rules-response.js.map +1 -0
- package/lib/response/list-rules-response.d.ts +38 -0
- package/lib/response/list-rules-response.js +15 -0
- package/lib/response/list-rules-response.js.map +1 -0
- package/lib/response/update-ingest-time-rule-response.d.ts +29 -0
- package/lib/response/update-ingest-time-rule-response.js +15 -0
- package/lib/response/update-ingest-time-rule-response.js.map +1 -0
- 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/UpdateStorage.ts.html |here} to see how to use UpdateStorageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateStorageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
18
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/ValidateAssociationParameters.ts.html |here} to see how to use ValidateAssociationParametersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ValidateAssociationParametersRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/loganalytics/Verify.ts.html |here} to see how to use VerifyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface VerifyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,19 @@
|
|
|
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, 2022, 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 ChangeIngestTimeRuleCompartmentResponse {
|
|
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
|
+
}
|
|
@@ -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, 2022, 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=change-ingest-time-rule-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-ingest-time-rule-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/change-ingest-time-rule-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2022, 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
|
+
export interface CreateIngestTimeRuleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The returned model.IngestTimeRule instance.
|
|
27
|
+
*/
|
|
28
|
+
"ingestTimeRule": model.IngestTimeRule;
|
|
29
|
+
}
|
|
@@ -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, 2022, 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=create-ingest-time-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ingest-time-rule-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/create-ingest-time-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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, 2022, 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 DeleteIngestTimeRuleResponse {
|
|
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
|
+
}
|
|
@@ -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, 2022, 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=delete-ingest-time-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-ingest-time-rule-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/delete-ingest-time-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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, 2022, 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 DisableIngestTimeRuleResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"opcRequestId": string;
|
|
24
|
+
}
|
|
@@ -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, 2022, 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=disable-ingest-time-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-ingest-time-rule-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/disable-ingest-time-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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, 2022, 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 EnableIngestTimeRuleResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"opcRequestId": string;
|
|
24
|
+
}
|
|
@@ -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, 2022, 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=enable-ingest-time-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-ingest-time-rule-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/enable-ingest-time-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2022, 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
|
+
export interface GetIngestTimeRuleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The returned model.IngestTimeRule instance.
|
|
27
|
+
*/
|
|
28
|
+
"ingestTimeRule": model.IngestTimeRule;
|
|
29
|
+
}
|
|
@@ -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, 2022, 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=get-ingest-time-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ingest-time-rule-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/get-ingest-time-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ import * as BatchGetBasicInfoResponse from "./batch-get-basic-info-response";
|
|
|
21
21
|
export import BatchGetBasicInfoResponse = BatchGetBasicInfoResponse.BatchGetBasicInfoResponse;
|
|
22
22
|
import * as CancelQueryWorkRequestResponse from "./cancel-query-work-request-response";
|
|
23
23
|
export import CancelQueryWorkRequestResponse = CancelQueryWorkRequestResponse.CancelQueryWorkRequestResponse;
|
|
24
|
+
import * as ChangeIngestTimeRuleCompartmentResponse from "./change-ingest-time-rule-compartment-response";
|
|
25
|
+
export import ChangeIngestTimeRuleCompartmentResponse = ChangeIngestTimeRuleCompartmentResponse.ChangeIngestTimeRuleCompartmentResponse;
|
|
24
26
|
import * as ChangeLogAnalyticsEmBridgeCompartmentResponse from "./change-log-analytics-em-bridge-compartment-response";
|
|
25
27
|
export import ChangeLogAnalyticsEmBridgeCompartmentResponse = ChangeLogAnalyticsEmBridgeCompartmentResponse.ChangeLogAnalyticsEmBridgeCompartmentResponse;
|
|
26
28
|
import * as ChangeLogAnalyticsEntityCompartmentResponse from "./change-log-analytics-entity-compartment-response";
|
|
@@ -35,6 +37,8 @@ import * as CleanResponse from "./clean-response";
|
|
|
35
37
|
export import CleanResponse = CleanResponse.CleanResponse;
|
|
36
38
|
import * as CompareContentResponse from "./compare-content-response";
|
|
37
39
|
export import CompareContentResponse = CompareContentResponse.CompareContentResponse;
|
|
40
|
+
import * as CreateIngestTimeRuleResponse from "./create-ingest-time-rule-response";
|
|
41
|
+
export import CreateIngestTimeRuleResponse = CreateIngestTimeRuleResponse.CreateIngestTimeRuleResponse;
|
|
38
42
|
import * as CreateLogAnalyticsEmBridgeResponse from "./create-log-analytics-em-bridge-response";
|
|
39
43
|
export import CreateLogAnalyticsEmBridgeResponse = CreateLogAnalyticsEmBridgeResponse.CreateLogAnalyticsEmBridgeResponse;
|
|
40
44
|
import * as CreateLogAnalyticsEntityResponse from "./create-log-analytics-entity-response";
|
|
@@ -51,6 +55,8 @@ import * as DeleteAssociationsResponse from "./delete-associations-response";
|
|
|
51
55
|
export import DeleteAssociationsResponse = DeleteAssociationsResponse.DeleteAssociationsResponse;
|
|
52
56
|
import * as DeleteFieldResponse from "./delete-field-response";
|
|
53
57
|
export import DeleteFieldResponse = DeleteFieldResponse.DeleteFieldResponse;
|
|
58
|
+
import * as DeleteIngestTimeRuleResponse from "./delete-ingest-time-rule-response";
|
|
59
|
+
export import DeleteIngestTimeRuleResponse = DeleteIngestTimeRuleResponse.DeleteIngestTimeRuleResponse;
|
|
54
60
|
import * as DeleteLabelResponse from "./delete-label-response";
|
|
55
61
|
export import DeleteLabelResponse = DeleteLabelResponse.DeleteLabelResponse;
|
|
56
62
|
import * as DeleteLogAnalyticsEmBridgeResponse from "./delete-log-analytics-em-bridge-response";
|
|
@@ -81,12 +87,16 @@ import * as DisableArchivingResponse from "./disable-archiving-response";
|
|
|
81
87
|
export import DisableArchivingResponse = DisableArchivingResponse.DisableArchivingResponse;
|
|
82
88
|
import * as DisableAutoAssociationResponse from "./disable-auto-association-response";
|
|
83
89
|
export import DisableAutoAssociationResponse = DisableAutoAssociationResponse.DisableAutoAssociationResponse;
|
|
90
|
+
import * as DisableIngestTimeRuleResponse from "./disable-ingest-time-rule-response";
|
|
91
|
+
export import DisableIngestTimeRuleResponse = DisableIngestTimeRuleResponse.DisableIngestTimeRuleResponse;
|
|
84
92
|
import * as DisableSourceEventTypesResponse from "./disable-source-event-types-response";
|
|
85
93
|
export import DisableSourceEventTypesResponse = DisableSourceEventTypesResponse.DisableSourceEventTypesResponse;
|
|
86
94
|
import * as EnableArchivingResponse from "./enable-archiving-response";
|
|
87
95
|
export import EnableArchivingResponse = EnableArchivingResponse.EnableArchivingResponse;
|
|
88
96
|
import * as EnableAutoAssociationResponse from "./enable-auto-association-response";
|
|
89
97
|
export import EnableAutoAssociationResponse = EnableAutoAssociationResponse.EnableAutoAssociationResponse;
|
|
98
|
+
import * as EnableIngestTimeRuleResponse from "./enable-ingest-time-rule-response";
|
|
99
|
+
export import EnableIngestTimeRuleResponse = EnableIngestTimeRuleResponse.EnableIngestTimeRuleResponse;
|
|
90
100
|
import * as EnableSourceEventTypesResponse from "./enable-source-event-types-response";
|
|
91
101
|
export import EnableSourceEventTypesResponse = EnableSourceEventTypesResponse.EnableSourceEventTypesResponse;
|
|
92
102
|
import * as EstimatePurgeDataSizeResponse from "./estimate-purge-data-size-response";
|
|
@@ -117,6 +127,8 @@ import * as GetFieldResponse from "./get-field-response";
|
|
|
117
127
|
export import GetFieldResponse = GetFieldResponse.GetFieldResponse;
|
|
118
128
|
import * as GetFieldsSummaryResponse from "./get-fields-summary-response";
|
|
119
129
|
export import GetFieldsSummaryResponse = GetFieldsSummaryResponse.GetFieldsSummaryResponse;
|
|
130
|
+
import * as GetIngestTimeRuleResponse from "./get-ingest-time-rule-response";
|
|
131
|
+
export import GetIngestTimeRuleResponse = GetIngestTimeRuleResponse.GetIngestTimeRuleResponse;
|
|
120
132
|
import * as GetLabelResponse from "./get-label-response";
|
|
121
133
|
export import GetLabelResponse = GetLabelResponse.GetLabelResponse;
|
|
122
134
|
import * as GetLabelSummaryResponse from "./get-label-summary-response";
|
|
@@ -191,6 +203,8 @@ import * as ListEntitySourceAssociationsResponse from "./list-entity-source-asso
|
|
|
191
203
|
export import ListEntitySourceAssociationsResponse = ListEntitySourceAssociationsResponse.ListEntitySourceAssociationsResponse;
|
|
192
204
|
import * as ListFieldsResponse from "./list-fields-response";
|
|
193
205
|
export import ListFieldsResponse = ListFieldsResponse.ListFieldsResponse;
|
|
206
|
+
import * as ListIngestTimeRulesResponse from "./list-ingest-time-rules-response";
|
|
207
|
+
export import ListIngestTimeRulesResponse = ListIngestTimeRulesResponse.ListIngestTimeRulesResponse;
|
|
194
208
|
import * as ListLabelPrioritiesResponse from "./list-label-priorities-response";
|
|
195
209
|
export import ListLabelPrioritiesResponse = ListLabelPrioritiesResponse.ListLabelPrioritiesResponse;
|
|
196
210
|
import * as ListLabelSourceDetailsResponse from "./list-label-source-details-response";
|
|
@@ -229,6 +243,8 @@ import * as ListRecalledDataResponse from "./list-recalled-data-response";
|
|
|
229
243
|
export import ListRecalledDataResponse = ListRecalledDataResponse.ListRecalledDataResponse;
|
|
230
244
|
import * as ListResourceCategoriesResponse from "./list-resource-categories-response";
|
|
231
245
|
export import ListResourceCategoriesResponse = ListResourceCategoriesResponse.ListResourceCategoriesResponse;
|
|
246
|
+
import * as ListRulesResponse from "./list-rules-response";
|
|
247
|
+
export import ListRulesResponse = ListRulesResponse.ListRulesResponse;
|
|
232
248
|
import * as ListScheduledTasksResponse from "./list-scheduled-tasks-response";
|
|
233
249
|
export import ListScheduledTasksResponse = ListScheduledTasksResponse.ListScheduledTasksResponse;
|
|
234
250
|
import * as ListSourceAssociationsResponse from "./list-source-associations-response";
|
|
@@ -309,6 +325,8 @@ import * as TestParserResponse from "./test-parser-response";
|
|
|
309
325
|
export import TestParserResponse = TestParserResponse.TestParserResponse;
|
|
310
326
|
import * as UnsuppressWarningResponse from "./unsuppress-warning-response";
|
|
311
327
|
export import UnsuppressWarningResponse = UnsuppressWarningResponse.UnsuppressWarningResponse;
|
|
328
|
+
import * as UpdateIngestTimeRuleResponse from "./update-ingest-time-rule-response";
|
|
329
|
+
export import UpdateIngestTimeRuleResponse = UpdateIngestTimeRuleResponse.UpdateIngestTimeRuleResponse;
|
|
312
330
|
import * as UpdateLogAnalyticsEmBridgeResponse from "./update-log-analytics-em-bridge-response";
|
|
313
331
|
export import UpdateLogAnalyticsEmBridgeResponse = UpdateLogAnalyticsEmBridgeResponse.UpdateLogAnalyticsEmBridgeResponse;
|
|
314
332
|
import * as UpdateLogAnalyticsEntityResponse from "./update-log-analytics-entity-response";
|