oci-loganalytics 2.66.0 → 2.67.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 +271 -187
- package/lib/client.js +749 -188
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-column.js +4 -0
- package/lib/model/abstract-column.js.map +1 -1
- package/lib/model/abstract-command-descriptor.js +12 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/association-property.d.ts +35 -0
- package/lib/model/association-property.js +62 -0
- package/lib/model/association-property.js.map +1 -0
- package/lib/model/condition-block.d.ts +67 -0
- package/lib/model/condition-block.js +74 -0
- package/lib/model/condition-block.js.map +1 -0
- package/lib/model/creation-source-type.d.ts +3 -2
- package/lib/model/creation-source-type.js +3 -2
- package/lib/model/creation-source-type.js.map +1 -1
- package/lib/model/credential-endpoint.d.ts +42 -0
- package/lib/model/credential-endpoint.js +62 -0
- package/lib/model/credential-endpoint.js.map +1 -0
- package/lib/model/effective-property-collection.d.ts +27 -0
- package/lib/model/effective-property-collection.js +62 -0
- package/lib/model/effective-property-collection.js.map +1 -0
- package/lib/model/effective-property-summary.d.ts +40 -0
- package/lib/model/effective-property-summary.js +62 -0
- package/lib/model/effective-property-summary.js.map +1 -0
- package/lib/model/endpoint-credentials.d.ts +46 -0
- package/lib/model/endpoint-credentials.js +70 -0
- package/lib/model/endpoint-credentials.js.map +1 -0
- package/lib/model/endpoint-proxy.d.ts +46 -0
- package/lib/model/endpoint-proxy.js +41 -0
- package/lib/model/endpoint-proxy.js.map +1 -0
- package/lib/model/endpoint-request.d.ts +56 -0
- package/lib/model/endpoint-request.js +82 -0
- package/lib/model/endpoint-request.js.map +1 -0
- package/lib/model/endpoint-response.d.ts +30 -0
- package/lib/model/endpoint-response.js +30 -0
- package/lib/model/endpoint-response.js.map +1 -0
- package/lib/model/endpoint-result.d.ts +43 -0
- package/lib/model/endpoint-result.js +62 -0
- package/lib/model/endpoint-result.js.map +1 -0
- package/lib/model/estimate-recall-data-size-details.d.ts +8 -0
- package/lib/model/estimate-recall-data-size-details.js.map +1 -1
- package/lib/model/estimate-recall-data-size-result.d.ts +12 -0
- package/lib/model/estimate-recall-data-size-result.js.map +1 -1
- package/lib/model/frequent-command-descriptor.d.ts +26 -0
- package/lib/model/frequent-command-descriptor.js +55 -0
- package/lib/model/frequent-command-descriptor.js.map +1 -0
- package/lib/model/index.d.ts +70 -0
- package/lib/model/index.js +79 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/level.d.ts +32 -0
- package/lib/model/level.js +30 -0
- package/lib/model/level.js.map +1 -0
- package/lib/model/log-analytics-association-parameter.d.ts +9 -0
- package/lib/model/log-analytics-association-parameter.js +34 -2
- package/lib/model/log-analytics-association-parameter.js.map +1 -1
- package/lib/model/log-analytics-association.d.ts +5 -0
- package/lib/model/log-analytics-association.js +34 -2
- package/lib/model/log-analytics-association.js.map +1 -1
- package/lib/model/log-analytics-endpoint.d.ts +23 -0
- package/lib/model/log-analytics-endpoint.js +73 -0
- package/lib/model/log-analytics-endpoint.js.map +1 -0
- package/lib/model/log-analytics-preference.d.ts +1 -1
- package/lib/model/log-analytics-property.d.ts +30 -0
- package/lib/model/log-analytics-property.js +30 -0
- package/lib/model/log-analytics-property.js.map +1 -0
- package/lib/model/log-analytics-source-label-condition.d.ts +7 -0
- package/lib/model/log-analytics-source-label-condition.js +30 -2
- package/lib/model/log-analytics-source-label-condition.js.map +1 -1
- package/lib/model/log-analytics-source-pattern.d.ts +4 -0
- package/lib/model/log-analytics-source-pattern.js +10 -0
- package/lib/model/log-analytics-source-pattern.js.map +1 -1
- package/lib/model/log-analytics-source-summary.d.ts +8 -0
- package/lib/model/log-analytics-source-summary.js +20 -0
- package/lib/model/log-analytics-source-summary.js.map +1 -1
- package/lib/model/log-analytics-source.d.ts +8 -0
- package/lib/model/log-analytics-source.js +20 -0
- package/lib/model/log-analytics-source.js.map +1 -1
- package/lib/model/log-endpoint.d.ts +57 -0
- package/lib/model/log-endpoint.js +78 -0
- package/lib/model/log-endpoint.js.map +1 -0
- package/lib/model/log-list-endpoint.d.ts +57 -0
- package/lib/model/log-list-endpoint.js +78 -0
- package/lib/model/log-list-endpoint.js.map +1 -0
- package/lib/model/log-list-type-endpoint.d.ts +37 -0
- package/lib/model/log-list-type-endpoint.js +73 -0
- package/lib/model/log-list-type-endpoint.js.map +1 -0
- package/lib/model/log-type-endpoint.d.ts +31 -0
- package/lib/model/log-type-endpoint.js +59 -0
- package/lib/model/log-type-endpoint.js.map +1 -0
- package/lib/model/name-value-pair.d.ts +30 -0
- package/lib/model/name-value-pair.js +30 -0
- package/lib/model/name-value-pair.js.map +1 -0
- package/lib/model/namespace-summary.d.ts +1 -1
- package/lib/model/namespace.d.ts +1 -1
- package/lib/model/outlier-command-descriptor.d.ts +26 -0
- package/lib/model/outlier-command-descriptor.js +55 -0
- package/lib/model/outlier-command-descriptor.js.map +1 -0
- package/lib/model/overlapping-recall-collection.d.ts +27 -0
- package/lib/model/overlapping-recall-collection.js +62 -0
- package/lib/model/overlapping-recall-collection.js.map +1 -0
- package/lib/model/overlapping-recall-summary.d.ts +55 -0
- package/lib/model/overlapping-recall-summary.js +30 -0
- package/lib/model/overlapping-recall-summary.js.map +1 -0
- package/lib/model/pattern-override.d.ts +34 -0
- package/lib/model/pattern-override.js +30 -0
- package/lib/model/pattern-override.js.map +1 -0
- package/lib/model/property-metadata-summary-collection.d.ts +27 -0
- package/lib/model/property-metadata-summary-collection.js +62 -0
- package/lib/model/property-metadata-summary-collection.js.map +1 -0
- package/lib/model/property-metadata-summary.d.ts +43 -0
- package/lib/model/property-metadata-summary.js +62 -0
- package/lib/model/property-metadata-summary.js.map +1 -0
- package/lib/model/query-aggregation.d.ts +5 -0
- package/lib/model/query-aggregation.js.map +1 -1
- package/lib/model/rare-command-descriptor.d.ts +26 -0
- package/lib/model/rare-command-descriptor.js +55 -0
- package/lib/model/rare-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/recall-count.d.ts +43 -0
- package/lib/model/recall-count.js +30 -0
- package/lib/model/recall-count.js.map +1 -0
- package/lib/model/recall-status.d.ts +31 -0
- package/lib/model/recall-status.js +42 -0
- package/lib/model/recall-status.js.map +1 -0
- package/lib/model/recalled-data-info.d.ts +30 -0
- package/lib/model/recalled-data-info.js +30 -0
- package/lib/model/recalled-data-info.js.map +1 -0
- package/lib/model/recalled-data-size.d.ts +39 -0
- package/lib/model/recalled-data-size.js +30 -0
- package/lib/model/recalled-data-size.js.map +1 -0
- package/lib/model/recalled-data.d.ts +21 -0
- package/lib/model/recalled-data.js +1 -0
- package/lib/model/recalled-data.js.map +1 -1
- package/lib/model/rule-summary-report.d.ts +34 -0
- package/lib/model/rule-summary-report.js +30 -0
- package/lib/model/rule-summary-report.js.map +1 -0
- package/lib/model/storage-operation-type.d.ts +1 -0
- package/lib/model/storage-operation-type.js +1 -0
- package/lib/model/storage-operation-type.js.map +1 -1
- package/lib/model/storage-usage.d.ts +1 -1
- package/lib/model/storage-work-request-summary.d.ts +16 -0
- package/lib/model/storage-work-request-summary.js.map +1 -1
- package/lib/model/storage-work-request.d.ts +16 -0
- package/lib/model/storage-work-request.js.map +1 -1
- package/lib/model/storage.d.ts +1 -1
- package/lib/model/table-column.d.ts +38 -0
- package/lib/model/table-column.js +65 -0
- package/lib/model/table-column.js.map +1 -0
- package/lib/model/task-type.d.ts +0 -1
- package/lib/model/task-type.js +0 -1
- package/lib/model/task-type.js.map +1 -1
- package/lib/model/trend-column.d.ts +12 -0
- package/lib/model/trend-column.js.map +1 -1
- package/lib/model/update-storage-details.d.ts +1 -1
- package/lib/model/upsert-log-analytics-association.d.ts +5 -0
- package/lib/model/upsert-log-analytics-association.js +34 -2
- package/lib/model/upsert-log-analytics-association.js.map +1 -1
- package/lib/model/upsert-log-analytics-source-details.d.ts +8 -0
- package/lib/model/upsert-log-analytics-source-details.js +20 -0
- package/lib/model/upsert-log-analytics-source-details.js.map +1 -1
- package/lib/model/validate-endpoint-result.d.ts +35 -0
- package/lib/model/validate-endpoint-result.js +62 -0
- package/lib/model/validate-endpoint-result.js.map +1 -0
- package/lib/model/validate-label-condition-details.d.ts +32 -0
- package/lib/model/validate-label-condition-details.js +68 -0
- package/lib/model/validate-label-condition-details.js.map +1 -0
- package/lib/model/validate-label-condition-result.d.ts +45 -0
- package/lib/model/validate-label-condition-result.js +68 -0
- package/lib/model/validate-label-condition-result.js.map +1 -0
- package/lib/model/value-type.d.ts +1 -0
- package/lib/model/value-type.js +1 -0
- package/lib/model/value-type.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/assign-encryption-key-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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/request/delete-label-request.d.ts +1 -1
- package/lib/request/delete-log-analytics-em-bridge-request.d.ts +5 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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-recall-count-request.d.ts +27 -0
- package/lib/request/get-recall-count-request.js +15 -0
- package/lib/request/get-recall-count-request.js.map +1 -0
- package/lib/request/get-recalled-data-size-request.d.ts +35 -0
- package/lib/request/get-recalled-data-size-request.js +15 -0
- package/lib/request/get-recalled-data-size-request.js.map +1 -0
- package/lib/request/get-rules-summary-request.d.ts +31 -0
- package/lib/request/get-rules-summary-request.js +15 -0
- package/lib/request/get-rules-summary-request.js.map +1 -0
- 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 +16 -0
- package/lib/request/index.js +8 -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-effective-properties-request.d.ts +83 -0
- package/lib/request/list-effective-properties-request.js +29 -0
- package/lib/request/list-effective-properties-request.js.map +1 -0
- package/lib/request/list-encryption-key-info-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 +1 -1
- 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-overlapping-recalls-request.d.ts +64 -0
- package/lib/request/list-overlapping-recalls-request.js +29 -0
- package/lib/request/list-overlapping-recalls-request.js.map +1 -0
- 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-properties-metadata-request.d.ts +75 -0
- package/lib/request/list-properties-metadata-request.js +29 -0
- package/lib/request/list-properties-metadata-request.js.map +1 -0
- 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 +1 -1
- 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 +1 -1
- 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-endpoint-request.d.ts +32 -0
- package/lib/request/validate-endpoint-request.js +15 -0
- package/lib/request/validate-endpoint-request.js.map +1 -0
- package/lib/request/validate-file-request.d.ts +1 -1
- package/lib/request/validate-label-condition-request.d.ts +32 -0
- package/lib/request/validate-label-condition-request.js +15 -0
- package/lib/request/validate-label-condition-request.js.map +1 -0
- 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/get-recall-count-response.d.ts +24 -0
- package/lib/response/get-recall-count-response.js +15 -0
- package/lib/response/get-recall-count-response.js.map +1 -0
- package/lib/response/get-recalled-data-size-response.d.ts +38 -0
- package/lib/response/get-recalled-data-size-response.js +15 -0
- package/lib/response/get-recalled-data-size-response.js.map +1 -0
- package/lib/response/get-rules-summary-response.d.ts +24 -0
- package/lib/response/get-rules-summary-response.js +15 -0
- package/lib/response/get-rules-summary-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-effective-properties-response.d.ts +38 -0
- package/lib/response/list-effective-properties-response.js +15 -0
- package/lib/response/list-effective-properties-response.js.map +1 -0
- package/lib/response/list-overlapping-recalls-response.d.ts +38 -0
- package/lib/response/list-overlapping-recalls-response.js +15 -0
- package/lib/response/list-overlapping-recalls-response.js.map +1 -0
- package/lib/response/list-properties-metadata-response.d.ts +38 -0
- package/lib/response/list-properties-metadata-response.js +15 -0
- package/lib/response/list-properties-metadata-response.js.map +1 -0
- package/lib/response/recall-archived-data-response.d.ts +10 -0
- package/lib/response/validate-endpoint-response.d.ts +24 -0
- package/lib/response/validate-endpoint-response.js +15 -0
- package/lib/response/validate-endpoint-response.js.map +1 -0
- package/lib/response/validate-label-condition-response.d.ts +24 -0
- package/lib/response/validate-label-condition-response.js +15 -0
- package/lib/response/validate-label-condition-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
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
|
+
/**
|
|
15
|
+
* These are the possible statuses for recall
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare enum RecallStatus {
|
|
19
|
+
Recalled = "RECALLED",
|
|
20
|
+
Pending = "PENDING",
|
|
21
|
+
Failed = "FAILED",
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
27
|
+
}
|
|
28
|
+
export declare namespace RecallStatus {
|
|
29
|
+
function getJsonObj(obj: RecallStatus): RecallStatus;
|
|
30
|
+
function getDeserializedJsonObj(obj: RecallStatus): RecallStatus;
|
|
31
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RecallStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* These are the possible statuses for recall
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
var RecallStatus;
|
|
22
|
+
(function (RecallStatus) {
|
|
23
|
+
RecallStatus["Recalled"] = "RECALLED";
|
|
24
|
+
RecallStatus["Pending"] = "PENDING";
|
|
25
|
+
RecallStatus["Failed"] = "FAILED";
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
RecallStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
31
|
+
})(RecallStatus = exports.RecallStatus || (exports.RecallStatus = {}));
|
|
32
|
+
(function (RecallStatus) {
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
return obj;
|
|
35
|
+
}
|
|
36
|
+
RecallStatus.getJsonObj = getJsonObj;
|
|
37
|
+
function getDeserializedJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
RecallStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(RecallStatus = exports.RecallStatus || (exports.RecallStatus = {}));
|
|
42
|
+
//# sourceMappingURL=recall-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recall-status.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/recall-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,YAUX;AAVD,WAAY,YAAY;IACtB,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IAEjB;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EAVW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAUvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
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
|
+
/**
|
|
15
|
+
* This is the synchronous result of a recall of archived data
|
|
16
|
+
*/
|
|
17
|
+
export interface RecalledDataInfo {
|
|
18
|
+
/**
|
|
19
|
+
* This is the parent name of the list of overlapping recalls
|
|
20
|
+
*/
|
|
21
|
+
"collectionName": string;
|
|
22
|
+
/**
|
|
23
|
+
* This is the recall name made for a specific purpose
|
|
24
|
+
*/
|
|
25
|
+
"purpose"?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace RecalledDataInfo {
|
|
28
|
+
function getJsonObj(obj: RecalledDataInfo): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: RecalledDataInfo): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RecalledDataInfo = void 0;
|
|
17
|
+
var RecalledDataInfo;
|
|
18
|
+
(function (RecalledDataInfo) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
RecalledDataInfo.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
RecalledDataInfo.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(RecalledDataInfo = exports.RecalledDataInfo || (exports.RecalledDataInfo = {}));
|
|
30
|
+
//# sourceMappingURL=recalled-data-info.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recalled-data-info.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/recalled-data-info.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
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
|
+
/**
|
|
15
|
+
* This is the recall related data size for the given timeframe
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface RecalledDataSize {
|
|
19
|
+
/**
|
|
20
|
+
* This is the start of the time range of the archival data
|
|
21
|
+
*/
|
|
22
|
+
"timeDataStarted": Date;
|
|
23
|
+
/**
|
|
24
|
+
* This is the end of the time range of the archival data
|
|
25
|
+
*/
|
|
26
|
+
"timeDataEnded": Date;
|
|
27
|
+
/**
|
|
28
|
+
* This is the size of the recalled data Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
|
+
*/
|
|
30
|
+
"recalledDataInBytes": number;
|
|
31
|
+
/**
|
|
32
|
+
* This is the size of the archival data not recalled yet Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
33
|
+
*/
|
|
34
|
+
"notRecalledDataInBytes": number;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace RecalledDataSize {
|
|
37
|
+
function getJsonObj(obj: RecalledDataSize): object;
|
|
38
|
+
function getDeserializedJsonObj(obj: RecalledDataSize): object;
|
|
39
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RecalledDataSize = void 0;
|
|
17
|
+
var RecalledDataSize;
|
|
18
|
+
(function (RecalledDataSize) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
RecalledDataSize.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
RecalledDataSize.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(RecalledDataSize = exports.RecalledDataSize || (exports.RecalledDataSize = {}));
|
|
30
|
+
//# sourceMappingURL=recalled-data-size.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recalled-data-size.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/recalled-data-size.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA4BH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -41,11 +41,32 @@ export interface RecalledData {
|
|
|
41
41
|
* This is the size in bytes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
42
42
|
*/
|
|
43
43
|
"storageUsageInBytes": number;
|
|
44
|
+
/**
|
|
45
|
+
* This is the size of the archival data not recalled yet within the specified time range Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
46
|
+
*/
|
|
47
|
+
"notRecalledDataInBytes": number;
|
|
48
|
+
/**
|
|
49
|
+
* This is the purpose of the recall
|
|
50
|
+
*/
|
|
51
|
+
"purpose": string;
|
|
52
|
+
/**
|
|
53
|
+
* This is the query associated with the recall
|
|
54
|
+
*/
|
|
55
|
+
"queryString": string;
|
|
56
|
+
/**
|
|
57
|
+
* This is the list of logsets associated with the recall
|
|
58
|
+
*/
|
|
59
|
+
"logSets": string;
|
|
60
|
+
/**
|
|
61
|
+
* This is the user who initiated the recall request
|
|
62
|
+
*/
|
|
63
|
+
"createdBy": string;
|
|
44
64
|
}
|
|
45
65
|
export declare namespace RecalledData {
|
|
46
66
|
enum Status {
|
|
47
67
|
Recalled = "RECALLED",
|
|
48
68
|
Pending = "PENDING",
|
|
69
|
+
Failed = "FAILED",
|
|
49
70
|
/**
|
|
50
71
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
51
72
|
* version of the SDK.
|
|
@@ -20,6 +20,7 @@ var RecalledData;
|
|
|
20
20
|
(function (Status) {
|
|
21
21
|
Status["Recalled"] = "RECALLED";
|
|
22
22
|
Status["Pending"] = "PENDING";
|
|
23
|
+
Status["Failed"] = "FAILED";
|
|
23
24
|
/**
|
|
24
25
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
26
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recalled-data.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/recalled-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"recalled-data.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/recalled-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAyDH,IAAiB,YAAY,CAsB5B;AAtBD,WAAiB,YAAY;IAC3B,IAAY,MASX;IATD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,6BAAmB,CAAA;QACnB,2BAAiB,CAAA;QACjB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EATW,MAAM,GAAN,mBAAM,KAAN,mBAAM,QASjB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAsB5B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
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
|
+
/**
|
|
15
|
+
* A summary count of detection rules.
|
|
16
|
+
*/
|
|
17
|
+
export interface RuleSummaryReport {
|
|
18
|
+
/**
|
|
19
|
+
* The total count of detection rules. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
20
|
+
*/
|
|
21
|
+
"totalCount": number;
|
|
22
|
+
/**
|
|
23
|
+
* The count of ingest time rules. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"ingestTimeRulesCount": number;
|
|
26
|
+
/**
|
|
27
|
+
* The count of saved search rules. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
28
|
+
*/
|
|
29
|
+
"savedSearchRulesCount": number;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace RuleSummaryReport {
|
|
32
|
+
function getJsonObj(obj: RuleSummaryReport): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: RuleSummaryReport): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RuleSummaryReport = void 0;
|
|
17
|
+
var RuleSummaryReport;
|
|
18
|
+
(function (RuleSummaryReport) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
RuleSummaryReport.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
RuleSummaryReport.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(RuleSummaryReport = exports.RuleSummaryReport || (exports.RuleSummaryReport = {}));
|
|
30
|
+
//# sourceMappingURL=rule-summary-report.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rule-summary-report.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/rule-summary-report.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -20,6 +20,7 @@ export declare enum StorageOperationType {
|
|
|
20
20
|
PurgeStorageData = "PURGE_STORAGE_DATA",
|
|
21
21
|
RecallArchivedStorageData = "RECALL_ARCHIVED_STORAGE_DATA",
|
|
22
22
|
ReleaseRecalledStorageData = "RELEASE_RECALLED_STORAGE_DATA",
|
|
23
|
+
PurgeArchivalData = "PURGE_ARCHIVAL_DATA",
|
|
23
24
|
ArchiveStorageData = "ARCHIVE_STORAGE_DATA",
|
|
24
25
|
CleanupArchivalStorageData = "CLEANUP_ARCHIVAL_STORAGE_DATA",
|
|
25
26
|
EncryptActiveData = "ENCRYPT_ACTIVE_DATA",
|
|
@@ -24,6 +24,7 @@ var StorageOperationType;
|
|
|
24
24
|
StorageOperationType["PurgeStorageData"] = "PURGE_STORAGE_DATA";
|
|
25
25
|
StorageOperationType["RecallArchivedStorageData"] = "RECALL_ARCHIVED_STORAGE_DATA";
|
|
26
26
|
StorageOperationType["ReleaseRecalledStorageData"] = "RELEASE_RECALLED_STORAGE_DATA";
|
|
27
|
+
StorageOperationType["PurgeArchivalData"] = "PURGE_ARCHIVAL_DATA";
|
|
27
28
|
StorageOperationType["ArchiveStorageData"] = "ARCHIVE_STORAGE_DATA";
|
|
28
29
|
StorageOperationType["CleanupArchivalStorageData"] = "CLEANUP_ARCHIVAL_STORAGE_DATA";
|
|
29
30
|
StorageOperationType["EncryptActiveData"] = "ENCRYPT_ACTIVE_DATA";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-operation-type.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/storage-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"storage-operation-type.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/storage-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,oBAgBX;AAhBD,WAAY,oBAAoB;IAC9B,4DAAoC,CAAA;IACpC,+DAAuC,CAAA;IACvC,kFAA0D,CAAA;IAC1D,oFAA4D,CAAA;IAC5D,iEAAyC,CAAA;IACzC,mEAA2C,CAAA;IAC3C,oFAA4D,CAAA;IAC5D,iEAAyC,CAAA;IACzC,qEAA6C,CAAA;IAE7C;;;OAGG;IACH,sDAA8B,CAAA;AAChC,CAAC,EAhBW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAgB/B;AAED,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAOpC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
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
13
|
*/
|
|
14
14
|
/**
|
|
15
|
-
* This is the storage usage information of a tenancy in
|
|
15
|
+
* This is the storage usage information of a tenancy in Logging Analytics application
|
|
16
16
|
*/
|
|
17
17
|
export interface StorageUsage {
|
|
18
18
|
/**
|
|
@@ -107,6 +107,22 @@ export interface StorageWorkRequestSummary {
|
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
"keyType"?: model.EncryptionKeyType;
|
|
110
|
+
/**
|
|
111
|
+
* This is a list of logsets associated with this work request
|
|
112
|
+
*/
|
|
113
|
+
"logSets"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* This is the purpose of the operation associated with this work request
|
|
116
|
+
*/
|
|
117
|
+
"purpose"?: string;
|
|
118
|
+
/**
|
|
119
|
+
* This is the query string applied on the operation associated with this work request
|
|
120
|
+
*/
|
|
121
|
+
"query"?: string;
|
|
122
|
+
/**
|
|
123
|
+
* This is the flag to indicate if only new data has to be recalled in this work request
|
|
124
|
+
*/
|
|
125
|
+
"isRecallNewDataOnly"?: boolean;
|
|
110
126
|
}
|
|
111
127
|
export declare namespace StorageWorkRequestSummary {
|
|
112
128
|
function getJsonObj(obj: StorageWorkRequestSummary): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/storage-work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"storage-work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/storage-work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsHH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -107,6 +107,22 @@ export interface StorageWorkRequest {
|
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
"keyType"?: model.EncryptionKeyType;
|
|
110
|
+
/**
|
|
111
|
+
* This is a list of logsets associated with this work request
|
|
112
|
+
*/
|
|
113
|
+
"logSets"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* This is the purpose of the operation associated with this work request
|
|
116
|
+
*/
|
|
117
|
+
"purpose"?: string;
|
|
118
|
+
/**
|
|
119
|
+
* This is the query string applied on the operation associated with this work request
|
|
120
|
+
*/
|
|
121
|
+
"query"?: string;
|
|
122
|
+
/**
|
|
123
|
+
* This is the flag to indicate if only new data has to be recalled in this work request
|
|
124
|
+
*/
|
|
125
|
+
"isRecallNewDataOnly"?: boolean;
|
|
110
126
|
}
|
|
111
127
|
export declare namespace StorageWorkRequest {
|
|
112
128
|
function getJsonObj(obj: StorageWorkRequest): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage-work-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/storage-work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"storage-work-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/storage-work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsHH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
package/lib/model/storage.d.ts
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import * as model from "../model";
|
|
15
15
|
/**
|
|
16
|
-
* This is the storage configuration and status of a tenancy in
|
|
16
|
+
* This is the storage configuration and status of a tenancy in Logging Analytics application
|
|
17
17
|
*/
|
|
18
18
|
export interface Storage {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogAnalytics API
|
|
3
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Result column that contains a table within each row.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface TableColumn extends model.AbstractColumn {
|
|
20
|
+
/**
|
|
21
|
+
* Column descriptors for the table result.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"columns"?: Array<model.AbstractColumn>;
|
|
25
|
+
/**
|
|
26
|
+
* Results data of the table.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"result"?: Array<{
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
}>;
|
|
32
|
+
"type": string;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace TableColumn {
|
|
35
|
+
function getJsonObj(obj: TableColumn, isParentJsonObj?: boolean): object;
|
|
36
|
+
const type = "TABLE_COLUMN";
|
|
37
|
+
function getDeserializedJsonObj(obj: TableColumn, isParentJsonObj?: boolean): object;
|
|
38
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* LogAnalytics API
|
|
4
|
+
* The LogAnalytics API for the LogAnalytics service.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200601
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.TableColumn = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var TableColumn;
|
|
38
|
+
(function (TableColumn) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.AbstractColumn.getJsonObj(obj))), {
|
|
41
|
+
"columns": obj.columns
|
|
42
|
+
? obj.columns.map(item => {
|
|
43
|
+
return model.AbstractColumn.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
TableColumn.getJsonObj = getJsonObj;
|
|
50
|
+
TableColumn.type = "TABLE_COLUMN";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.AbstractColumn.getDeserializedJsonObj(obj))), {
|
|
55
|
+
"columns": obj.columns
|
|
56
|
+
? obj.columns.map(item => {
|
|
57
|
+
return model.AbstractColumn.getDeserializedJsonObj(item);
|
|
58
|
+
})
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
TableColumn.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(TableColumn = exports.TableColumn || (exports.TableColumn = {}));
|
|
65
|
+
//# sourceMappingURL=table-column.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-column.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/table-column.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,WAAW,CAgC3B;AAhCD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB,EAAE,eAAyB;QACpE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAiB,CAAC,GAC/E;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACY,gBAAI,GAAG,cAAc,CAAC;IACnC,SAAgB,sBAAsB,CAAC,GAAgB,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAiB,CAAC,GACnE;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kCAAsB,yBAerC,CAAA;AACH,CAAC,EAhCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAgC3B"}
|
package/lib/model/task-type.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export declare enum TaskType {
|
|
|
18
18
|
SavedSearch = "SAVED_SEARCH",
|
|
19
19
|
Acceleration = "ACCELERATION",
|
|
20
20
|
Purge = "PURGE",
|
|
21
|
-
AccelerationMaintenance = "ACCELERATION_MAINTENANCE",
|
|
22
21
|
/**
|
|
23
22
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
23
|
* version of the SDK.
|
package/lib/model/task-type.js
CHANGED
|
@@ -22,7 +22,6 @@ var TaskType;
|
|
|
22
22
|
TaskType["SavedSearch"] = "SAVED_SEARCH";
|
|
23
23
|
TaskType["Acceleration"] = "ACCELERATION";
|
|
24
24
|
TaskType["Purge"] = "PURGE";
|
|
25
|
-
TaskType["AccelerationMaintenance"] = "ACCELERATION_MAINTENANCE";
|
|
26
25
|
/**
|
|
27
26
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
27
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task-type.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/task-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"task-type.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/task-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,QAUX;AAVD,WAAY,QAAQ;IAClB,wCAA4B,CAAA;IAC5B,yCAA6B,CAAA;IAC7B,2BAAe,CAAA;IAEf;;;OAGG;IACH,0CAA8B,CAAA;AAChC,CAAC,EAVW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAUnB;AAED,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+BAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAOxB"}
|
|
@@ -32,8 +32,20 @@ export interface TrendColumn extends model.AbstractColumn {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"totalIntervalCounts"?: Array<number>;
|
|
35
|
+
/**
|
|
36
|
+
* Sum of column values for a given timestamp after applying filter.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
35
39
|
"totalIntervalCountsAfterFilter"?: Array<number>;
|
|
40
|
+
/**
|
|
41
|
+
* Number of aggregated groups for a given timestamp.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
36
44
|
"intervalGroupCounts"?: Array<number>;
|
|
45
|
+
/**
|
|
46
|
+
* Number of aggregated groups for a given timestamp after applying filter.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
37
49
|
"intervalGroupCountsAfterFilter"?: Array<number>;
|
|
38
50
|
"type": string;
|
|
39
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trend-column.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/trend-column.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"trend-column.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/model/trend-column.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,WAAW,CAoB3B;AApBD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB,EAAE,eAAyB;QACpE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAiB,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,sBAAU,aAOzB,CAAA;IACY,gBAAI,GAAG,cAAc,CAAC;IACnC,SAAgB,sBAAsB,CAAC,GAAgB,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAiB,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAsB,yBASrC,CAAA;AACH,CAAC,EApBgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoB3B"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import * as model from "../model";
|
|
15
15
|
/**
|
|
16
|
-
* This is the input to update storage configuration of a tenancy in
|
|
16
|
+
* This is the input to update storage configuration of a tenancy in Logging Analytics application
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateStorageDetails {
|
|
19
19
|
"archivingConfiguration": model.ArchivingConfiguration;
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
13
|
*/
|
|
14
|
+
import * as model from "../model";
|
|
14
15
|
/**
|
|
15
16
|
* UpsertLogAnalyticsAssociation
|
|
16
17
|
*/
|
|
@@ -47,6 +48,10 @@ export interface UpsertLogAnalyticsAssociation {
|
|
|
47
48
|
* The log group unique identifier.
|
|
48
49
|
*/
|
|
49
50
|
"logGroupId"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* A list of association properties.
|
|
53
|
+
*/
|
|
54
|
+
"associationProperties"?: Array<model.AssociationProperty>;
|
|
50
55
|
}
|
|
51
56
|
export declare namespace UpsertLogAnalyticsAssociation {
|
|
52
57
|
function getJsonObj(obj: UpsertLogAnalyticsAssociation): object;
|