oci-loganalytics 2.7.0 → 2.10.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 +249 -166
- package/lib/client.js +677 -167
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-command-descriptor.js +8 -0
- package/lib/model/abstract-command-descriptor.js.map +1 -1
- package/lib/model/compare-content-details.d.ts +30 -0
- package/lib/model/compare-content-details.js +30 -0
- package/lib/model/compare-content-details.js.map +1 -0
- package/lib/model/compare-content-result.d.ts +27 -0
- package/lib/model/compare-content-result.js +62 -0
- package/lib/model/compare-content-result.js.map +1 -0
- package/lib/model/compare-line-result.d.ts +53 -0
- package/lib/model/compare-line-result.js +30 -0
- package/lib/model/compare-line-result.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +35 -7
- package/lib/model/index.js.map +1 -1
- package/lib/model/json-extract-command-descriptor.d.ts +26 -0
- package/lib/model/json-extract-command-descriptor.js +55 -0
- package/lib/model/json-extract-command-descriptor.js.map +1 -0
- package/lib/model/log-analytics-category-collection.d.ts +27 -0
- package/lib/model/log-analytics-category-collection.js +62 -0
- package/lib/model/log-analytics-category-collection.js.map +1 -0
- package/lib/model/log-analytics-category.d.ts +44 -0
- package/lib/model/log-analytics-category.js +30 -0
- package/lib/model/log-analytics-category.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-collection.d.ts +28 -0
- package/lib/model/log-analytics-entity-topology-collection.js +62 -0
- package/lib/model/log-analytics-entity-topology-collection.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-link-collection.d.ts +28 -0
- package/lib/model/log-analytics-entity-topology-link-collection.js +62 -0
- package/lib/model/log-analytics-entity-topology-link-collection.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-link.d.ts +35 -0
- package/lib/model/log-analytics-entity-topology-link.js +30 -0
- package/lib/model/log-analytics-entity-topology-link.js.map +1 -0
- package/lib/model/log-analytics-entity-topology-summary.d.ts +26 -0
- package/lib/model/log-analytics-entity-topology-summary.js +62 -0
- package/lib/model/log-analytics-entity-topology-summary.js.map +1 -0
- package/lib/model/log-analytics-lookup.d.ts +6 -0
- package/lib/model/log-analytics-lookup.js +10 -0
- package/lib/model/log-analytics-lookup.js.map +1 -1
- package/lib/model/log-analytics-parser-summary.d.ts +1 -1
- package/lib/model/log-analytics-parser.d.ts +7 -1
- package/lib/model/log-analytics-parser.js +10 -0
- package/lib/model/log-analytics-parser.js.map +1 -1
- package/lib/model/log-analytics-resource-category-collection.d.ts +33 -0
- package/lib/model/log-analytics-resource-category-collection.js +72 -0
- package/lib/model/log-analytics-resource-category-collection.js.map +1 -0
- package/lib/model/log-analytics-resource-category-details.d.ts +27 -0
- package/lib/model/log-analytics-resource-category-details.js +62 -0
- package/lib/model/log-analytics-resource-category-details.js.map +1 -0
- package/lib/model/log-analytics-resource-category.d.ts +40 -0
- package/lib/model/log-analytics-resource-category.js +30 -0
- package/lib/model/log-analytics-resource-category.js.map +1 -0
- package/lib/model/log-analytics-source.d.ts +6 -0
- package/lib/model/log-analytics-source.js +10 -0
- package/lib/model/log-analytics-source.js.map +1 -1
- package/lib/model/scheduled-task.d.ts +1 -0
- package/lib/model/scheduled-task.js +1 -0
- package/lib/model/scheduled-task.js.map +1 -1
- package/lib/model/update-lookup-metadata-details.d.ts +6 -0
- package/lib/model/update-lookup-metadata-details.js +10 -0
- package/lib/model/update-lookup-metadata-details.js.map +1 -1
- package/lib/model/upsert-log-analytics-parser-details.d.ts +6 -0
- package/lib/model/upsert-log-analytics-parser-details.js +10 -0
- package/lib/model/upsert-log-analytics-parser-details.js.map +1 -1
- package/lib/model/upsert-log-analytics-source-details.d.ts +6 -0
- package/lib/model/upsert-log-analytics-source-details.js +10 -0
- package/lib/model/upsert-log-analytics-source-details.js.map +1 -1
- package/lib/model/xml-extract-command-descriptor.d.ts +26 -0
- package/lib/model/xml-extract-command-descriptor.js +55 -0
- package/lib/model/xml-extract-command-descriptor.js.map +1 -0
- 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-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 +32 -0
- package/lib/request/compare-content-request.js +15 -0
- package/lib/request/compare-content-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-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-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-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 +31 -0
- package/lib/request/get-category-request.js +15 -0
- package/lib/request/get-category-request.js.map +1 -0
- 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-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 +16 -0
- package/lib/request/index.js +7 -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 +72 -0
- package/lib/request/list-categories-request.js +29 -0
- package/lib/request/list-categories-request.js.map +1 -0
- 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-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 +69 -0
- package/lib/request/list-log-analytics-entity-topology-request.js +30 -0
- package/lib/request/list-log-analytics-entity-topology-request.js.map +1 -0
- 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 +5 -1
- package/lib/request/list-lookups-request.js.map +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 +5 -1
- package/lib/request/list-parsers-request.js.map +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 +71 -0
- package/lib/request/list-resource-categories-request.js +30 -0
- package/lib/request/list-resource-categories-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 +5 -1
- package/lib/request/list-sources-request.js.map +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 +32 -0
- package/lib/request/remove-resource-categories-request.js +15 -0
- package/lib/request/remove-resource-categories-request.js.map +1 -0
- 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-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 +32 -0
- package/lib/request/update-resource-categories-request.js +15 -0
- package/lib/request/update-resource-categories-request.js.map +1 -0
- 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 +48 -0
- package/lib/request/verify-request.js +15 -0
- package/lib/request/verify-request.js.map +1 -0
- package/lib/response/compare-content-response.d.ts +24 -0
- package/lib/response/compare-content-response.js +15 -0
- package/lib/response/compare-content-response.js.map +1 -0
- package/lib/response/get-category-response.d.ts +24 -0
- package/lib/response/get-category-response.js +15 -0
- package/lib/response/get-category-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-categories-response.d.ts +38 -0
- package/lib/response/list-categories-response.js +15 -0
- package/lib/response/list-categories-response.js.map +1 -0
- package/lib/response/list-log-analytics-entity-topology-response.d.ts +31 -0
- package/lib/response/list-log-analytics-entity-topology-response.js +15 -0
- package/lib/response/list-log-analytics-entity-topology-response.js.map +1 -0
- package/lib/response/list-resource-categories-response.d.ts +38 -0
- package/lib/response/list-resource-categories-response.js +15 -0
- package/lib/response/list-resource-categories-response.js.map +1 -0
- package/lib/response/remove-resource-categories-response.d.ts +19 -0
- package/lib/response/remove-resource-categories-response.js +15 -0
- package/lib/response/remove-resource-categories-response.js.map +1 -0
- package/lib/response/update-resource-categories-response.d.ts +19 -0
- package/lib/response/update-resource-categories-response.js +15 -0
- package/lib/response/update-resource-categories-response.js.map +1 -0
- package/lib/response/verify-response.d.ts +24 -0
- package/lib/response/verify-response.js +15 -0
- package/lib/response/verify-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.10.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.10.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.10.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.10.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.10.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.10.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.10.0/loganalytics/UpdatePreferences.ts.html |here} to see how to use UpdatePreferencesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePreferencesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200601
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/UpdateResourceCategories.ts.html |here} to see how to use UpdateResourceCategoriesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateResourceCategoriesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The Logging Analytics namespace used for the request.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"namespaceName": string;
|
|
24
|
+
/**
|
|
25
|
+
* Details for updating the specified category assignments of resources.
|
|
26
|
+
*/
|
|
27
|
+
"updateResourceCategoriesDetails": model.LogAnalyticsResourceCategoryDetails;
|
|
28
|
+
/**
|
|
29
|
+
* The client request ID for tracing.
|
|
30
|
+
*/
|
|
31
|
+
"opcRequestId"?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-resource-categories-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-resource-categories-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/update-resource-categories-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.0/loganalytics/ValidateSource.ts.html |here} to see how to use ValidateSourceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ValidateSourceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200601
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/loganalytics/Verify.ts.html |here} to see how to use VerifyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface VerifyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Logging Analytics namespace used for the request.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"namespaceName": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique scheduledTask id returned from task create.
|
|
25
|
+
* If invalid will lead to a 404 not found.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"scheduledTaskId": string;
|
|
29
|
+
/**
|
|
30
|
+
* Optional parameter to specify whether to include acceleration results.
|
|
31
|
+
* Default value is false;
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"shouldIncludeResults"?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* The client request ID for tracing.
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
41
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
42
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
43
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
44
|
+
* might be rejected.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"opcRetryToken"?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=verify-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-request.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/request/verify-request.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, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CompareContentResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The returned model.CompareContentResult instance.
|
|
22
|
+
*/
|
|
23
|
+
"compareContentResult": model.CompareContentResult;
|
|
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, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=compare-content-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compare-content-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/compare-content-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, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetCategoryResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The returned model.LogAnalyticsCategory instance.
|
|
22
|
+
*/
|
|
23
|
+
"logAnalyticsCategory": model.LogAnalyticsCategory;
|
|
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, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-category-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-category-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/get-category-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -33,6 +33,8 @@ import * as ChangeScheduledTaskCompartmentResponse from "./change-scheduled-task
|
|
|
33
33
|
export import ChangeScheduledTaskCompartmentResponse = ChangeScheduledTaskCompartmentResponse.ChangeScheduledTaskCompartmentResponse;
|
|
34
34
|
import * as CleanResponse from "./clean-response";
|
|
35
35
|
export import CleanResponse = CleanResponse.CleanResponse;
|
|
36
|
+
import * as CompareContentResponse from "./compare-content-response";
|
|
37
|
+
export import CompareContentResponse = CompareContentResponse.CompareContentResponse;
|
|
36
38
|
import * as CreateLogAnalyticsEmBridgeResponse from "./create-log-analytics-em-bridge-response";
|
|
37
39
|
export import CreateLogAnalyticsEmBridgeResponse = CreateLogAnalyticsEmBridgeResponse.CreateLogAnalyticsEmBridgeResponse;
|
|
38
40
|
import * as CreateLogAnalyticsEntityResponse from "./create-log-analytics-entity-response";
|
|
@@ -105,6 +107,8 @@ import * as FilterResponse from "./filter-response";
|
|
|
105
107
|
export import FilterResponse = FilterResponse.FilterResponse;
|
|
106
108
|
import * as GetAssociationSummaryResponse from "./get-association-summary-response";
|
|
107
109
|
export import GetAssociationSummaryResponse = GetAssociationSummaryResponse.GetAssociationSummaryResponse;
|
|
110
|
+
import * as GetCategoryResponse from "./get-category-response";
|
|
111
|
+
export import GetCategoryResponse = GetCategoryResponse.GetCategoryResponse;
|
|
108
112
|
import * as GetColumnNamesResponse from "./get-column-names-response";
|
|
109
113
|
export import GetColumnNamesResponse = GetColumnNamesResponse.GetColumnNamesResponse;
|
|
110
114
|
import * as GetConfigWorkRequestResponse from "./get-config-work-request-response";
|
|
@@ -177,6 +181,8 @@ import * as ListAssociatedEntitiesResponse from "./list-associated-entities-resp
|
|
|
177
181
|
export import ListAssociatedEntitiesResponse = ListAssociatedEntitiesResponse.ListAssociatedEntitiesResponse;
|
|
178
182
|
import * as ListAutoAssociationsResponse from "./list-auto-associations-response";
|
|
179
183
|
export import ListAutoAssociationsResponse = ListAutoAssociationsResponse.ListAutoAssociationsResponse;
|
|
184
|
+
import * as ListCategoriesResponse from "./list-categories-response";
|
|
185
|
+
export import ListCategoriesResponse = ListCategoriesResponse.ListCategoriesResponse;
|
|
180
186
|
import * as ListConfigWorkRequestsResponse from "./list-config-work-requests-response";
|
|
181
187
|
export import ListConfigWorkRequestsResponse = ListConfigWorkRequestsResponse.ListConfigWorkRequestsResponse;
|
|
182
188
|
import * as ListEntityAssociationsResponse from "./list-entity-associations-response";
|
|
@@ -195,6 +201,8 @@ import * as ListLogAnalyticsEmBridgesResponse from "./list-log-analytics-em-brid
|
|
|
195
201
|
export import ListLogAnalyticsEmBridgesResponse = ListLogAnalyticsEmBridgesResponse.ListLogAnalyticsEmBridgesResponse;
|
|
196
202
|
import * as ListLogAnalyticsEntitiesResponse from "./list-log-analytics-entities-response";
|
|
197
203
|
export import ListLogAnalyticsEntitiesResponse = ListLogAnalyticsEntitiesResponse.ListLogAnalyticsEntitiesResponse;
|
|
204
|
+
import * as ListLogAnalyticsEntityTopologyResponse from "./list-log-analytics-entity-topology-response";
|
|
205
|
+
export import ListLogAnalyticsEntityTopologyResponse = ListLogAnalyticsEntityTopologyResponse.ListLogAnalyticsEntityTopologyResponse;
|
|
198
206
|
import * as ListLogAnalyticsEntityTypesResponse from "./list-log-analytics-entity-types-response";
|
|
199
207
|
export import ListLogAnalyticsEntityTypesResponse = ListLogAnalyticsEntityTypesResponse.ListLogAnalyticsEntityTypesResponse;
|
|
200
208
|
import * as ListLogAnalyticsLogGroupsResponse from "./list-log-analytics-log-groups-response";
|
|
@@ -219,6 +227,8 @@ import * as ListQueryWorkRequestsResponse from "./list-query-work-requests-respo
|
|
|
219
227
|
export import ListQueryWorkRequestsResponse = ListQueryWorkRequestsResponse.ListQueryWorkRequestsResponse;
|
|
220
228
|
import * as ListRecalledDataResponse from "./list-recalled-data-response";
|
|
221
229
|
export import ListRecalledDataResponse = ListRecalledDataResponse.ListRecalledDataResponse;
|
|
230
|
+
import * as ListResourceCategoriesResponse from "./list-resource-categories-response";
|
|
231
|
+
export import ListResourceCategoriesResponse = ListResourceCategoriesResponse.ListResourceCategoriesResponse;
|
|
222
232
|
import * as ListScheduledTasksResponse from "./list-scheduled-tasks-response";
|
|
223
233
|
export import ListScheduledTasksResponse = ListScheduledTasksResponse.ListScheduledTasksResponse;
|
|
224
234
|
import * as ListSourceAssociationsResponse from "./list-source-associations-response";
|
|
@@ -281,6 +291,8 @@ import * as RemoveEntityAssociationsResponse from "./remove-entity-associations-
|
|
|
281
291
|
export import RemoveEntityAssociationsResponse = RemoveEntityAssociationsResponse.RemoveEntityAssociationsResponse;
|
|
282
292
|
import * as RemovePreferencesResponse from "./remove-preferences-response";
|
|
283
293
|
export import RemovePreferencesResponse = RemovePreferencesResponse.RemovePreferencesResponse;
|
|
294
|
+
import * as RemoveResourceCategoriesResponse from "./remove-resource-categories-response";
|
|
295
|
+
export import RemoveResourceCategoriesResponse = RemoveResourceCategoriesResponse.RemoveResourceCategoriesResponse;
|
|
284
296
|
import * as RemoveSourceEventTypesResponse from "./remove-source-event-types-response";
|
|
285
297
|
export import RemoveSourceEventTypesResponse = RemoveSourceEventTypesResponse.RemoveSourceEventTypesResponse;
|
|
286
298
|
import * as ResumeScheduledTaskResponse from "./resume-scheduled-task-response";
|
|
@@ -313,6 +325,8 @@ import * as UpdateLookupDataResponse from "./update-lookup-data-response";
|
|
|
313
325
|
export import UpdateLookupDataResponse = UpdateLookupDataResponse.UpdateLookupDataResponse;
|
|
314
326
|
import * as UpdatePreferencesResponse from "./update-preferences-response";
|
|
315
327
|
export import UpdatePreferencesResponse = UpdatePreferencesResponse.UpdatePreferencesResponse;
|
|
328
|
+
import * as UpdateResourceCategoriesResponse from "./update-resource-categories-response";
|
|
329
|
+
export import UpdateResourceCategoriesResponse = UpdateResourceCategoriesResponse.UpdateResourceCategoriesResponse;
|
|
316
330
|
import * as UpdateScheduledTaskResponse from "./update-scheduled-task-response";
|
|
317
331
|
export import UpdateScheduledTaskResponse = UpdateScheduledTaskResponse.UpdateScheduledTaskResponse;
|
|
318
332
|
import * as UpdateStorageResponse from "./update-storage-response";
|
|
@@ -341,3 +355,5 @@ import * as ValidateSourceExtendedFieldDetailsResponse from "./validate-source-e
|
|
|
341
355
|
export import ValidateSourceExtendedFieldDetailsResponse = ValidateSourceExtendedFieldDetailsResponse.ValidateSourceExtendedFieldDetailsResponse;
|
|
342
356
|
import * as ValidateSourceMappingResponse from "./validate-source-mapping-response";
|
|
343
357
|
export import ValidateSourceMappingResponse = ValidateSourceMappingResponse.ValidateSourceMappingResponse;
|
|
358
|
+
import * as VerifyResponse from "./verify-response";
|
|
359
|
+
export import VerifyResponse = VerifyResponse.VerifyResponse;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200601
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListCategoriesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then additional items may be available on the previous page of the list. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent request to get the previous batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcPrevPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
24
|
+
* then additional items may be available on the next page of the list. Include this value as the `page` parameter for the
|
|
25
|
+
* subsequent request to get the next batch of items.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcNextPage": string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"opcRequestId": string;
|
|
34
|
+
/**
|
|
35
|
+
* The returned model.LogAnalyticsCategoryCollection instance.
|
|
36
|
+
*/
|
|
37
|
+
"logAnalyticsCategoryCollection": model.LogAnalyticsCategoryCollection;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-categories-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-categories-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/list-categories-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200601
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListLogAnalyticsEntityTopologyResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
22
|
+
* then additional items may be available on the next page of the list. Include this value as the `page` parameter for the
|
|
23
|
+
* subsequent request to get the next batch of items.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.LogAnalyticsEntityTopologyCollection instance.
|
|
29
|
+
*/
|
|
30
|
+
"logAnalyticsEntityTopologyCollection": model.LogAnalyticsEntityTopologyCollection;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200601
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-log-analytics-entity-topology-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-log-analytics-entity-topology-response.js","sourceRoot":"","sources":["../../../../../lib/loganalytics/lib/response/list-log-analytics-entity-topology-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|