oci-opsi 2.16.0 → 2.19.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 +167 -101
- package/lib/client.js +551 -102
- package/lib/client.js.map +1 -1
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.d.ts +28 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js +32 -0
- package/lib/model/change-operations-insights-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/change-pe-comanaged-database-insight-details.d.ts +34 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js +60 -0
- package/lib/model/change-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/connection-details.d.ts +1 -1
- package/lib/model/create-database-insight-details.js +4 -0
- package/lib/model/create-database-insight-details.js.map +1 -1
- package/lib/model/create-operations-insights-private-endpoint-details.d.ts +71 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/create-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/create-pe-comanaged-database-insight-details.d.ts +63 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js +71 -0
- package/lib/model/create-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/credential-by-vault.d.ts +47 -0
- package/lib/model/credential-by-vault.js +64 -0
- package/lib/model/credential-by-vault.js.map +1 -0
- package/lib/model/credential-details.js +4 -0
- package/lib/model/credential-details.js.map +1 -1
- package/lib/model/database-configuration-summary.js +4 -0
- package/lib/model/database-configuration-summary.js.map +1 -1
- package/lib/model/database-entity-source-all.d.ts +1 -0
- package/lib/model/database-entity-source-all.js +1 -0
- package/lib/model/database-entity-source-all.js.map +1 -1
- package/lib/model/database-entity-source.d.ts +2 -1
- package/lib/model/database-entity-source.js +1 -0
- package/lib/model/database-entity-source.js.map +1 -1
- package/lib/model/database-insight-summary.d.ts +4 -0
- package/lib/model/database-insight-summary.js +4 -0
- package/lib/model/database-insight-summary.js.map +1 -1
- package/lib/model/database-insight.d.ts +4 -0
- package/lib/model/database-insight.js +4 -0
- package/lib/model/database-insight.js.map +1 -1
- package/lib/model/enable-database-insight-details.js +4 -0
- package/lib/model/enable-database-insight-details.js.map +1 -1
- package/lib/model/enable-pe-comanaged-database-insight-details.d.ts +68 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js +65 -0
- package/lib/model/enable-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/model/exadata-member-summary.d.ts +1 -0
- package/lib/model/exadata-member-summary.js +1 -0
- package/lib/model/exadata-member-summary.js.map +1 -1
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +40 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/macs-managed-external-database-insight.d.ts +1 -1
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/operations-insights-private-endpoint-collection.d.ts +29 -0
- package/lib/model/operations-insights-private-endpoint-collection.js +64 -0
- package/lib/model/operations-insights-private-endpoint-collection.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.d.ts +36 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js +47 -0
- package/lib/model/operations-insights-private-endpoint-lifecycle-state.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint-summary.d.ts +97 -0
- package/lib/model/operations-insights-private-endpoint-summary.js +32 -0
- package/lib/model/operations-insights-private-endpoint-summary.js.map +1 -0
- package/lib/model/operations-insights-private-endpoint.d.ts +107 -0
- package/lib/model/operations-insights-private-endpoint.js +32 -0
- package/lib/model/operations-insights-private-endpoint.js.map +1 -0
- package/lib/model/pe-comanaged-database-connection-details.d.ts +46 -0
- package/lib/model/pe-comanaged-database-connection-details.js +74 -0
- package/lib/model/pe-comanaged-database-connection-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-host-details.d.ts +32 -0
- package/lib/model/pe-comanaged-database-host-details.js +32 -0
- package/lib/model/pe-comanaged-database-host-details.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-database-insight-summary.js +57 -0
- package/lib/model/pe-comanaged-database-insight-summary.js.map +1 -0
- package/lib/model/pe-comanaged-database-insight.d.ts +49 -0
- package/lib/model/pe-comanaged-database-insight.js +71 -0
- package/lib/model/pe-comanaged-database-insight.js.map +1 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +35 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +57 -0
- package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -0
- package/lib/model/update-database-insight-details.js +4 -0
- package/lib/model/update-database-insight-details.js.map +1 -1
- package/lib/model/update-operations-insights-private-endpoint-details.d.ts +54 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js +32 -0
- package/lib/model/update-operations-insights-private-endpoint-details.js.map +1 -0
- package/lib/model/update-pe-comanaged-database-insight-details.d.ts +27 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js +57 -0
- package/lib/model/update-pe-comanaged-database-insight-details.js.map +1 -0
- package/lib/operationsinsights-waiter.d.ts +8 -0
- package/lib/operationsinsights-waiter.js +12 -0
- package/lib/operationsinsights-waiter.js.map +1 -1
- package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
- package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
- package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +50 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-operations-insights-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/change-pe-comanaged-database-insight-request.d.ts +50 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js +15 -0
- package/lib/request/change-pe-comanaged-database-insight-request.js.map +1 -0
- package/lib/request/create-awr-hub-request.d.ts +1 -1
- package/lib/request/create-database-insight-request.d.ts +2 -2
- package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/create-exadata-insight-request.d.ts +1 -1
- package/lib/request/create-host-insight-request.d.ts +1 -1
- package/lib/request/create-operations-insights-private-endpoint-request.d.ts +39 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/create-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/delete-awr-hub-request.d.ts +1 -1
- package/lib/request/delete-database-insight-request.d.ts +1 -1
- package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/delete-exadata-insight-request.d.ts +1 -1
- package/lib/request/delete-host-insight-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/delete-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/disable-database-insight-request.d.ts +1 -1
- package/lib/request/disable-exadata-insight-request.d.ts +1 -1
- package/lib/request/disable-host-insight-request.d.ts +1 -1
- package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/enable-database-insight-request.d.ts +2 -2
- package/lib/request/enable-exadata-insight-request.d.ts +1 -1
- package/lib/request/enable-host-insight-request.d.ts +1 -1
- package/lib/request/get-awr-hub-request.d.ts +1 -1
- package/lib/request/get-awr-report-request.d.ts +1 -1
- package/lib/request/get-database-insight-request.d.ts +1 -1
- package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/get-exadata-insight-request.d.ts +1 -1
- package/lib/request/get-host-insight-request.d.ts +1 -1
- package/lib/request/get-operations-insights-private-endpoint-request.d.ts +28 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/get-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +14 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-database-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-configuration-request.d.ts +1 -1
- package/lib/request/ingest-host-metrics-request.d.ts +1 -1
- package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
- package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
- package/lib/request/ingest-sql-stats-request.d.ts +1 -1
- package/lib/request/ingest-sql-text-request.d.ts +1 -1
- package/lib/request/list-awr-hubs-request.d.ts +1 -1
- package/lib/request/list-awr-snapshots-request.d.ts +1 -1
- package/lib/request/list-database-configurations-request.d.ts +11 -2
- package/lib/request/list-database-configurations-request.js +9 -0
- package/lib/request/list-database-configurations-request.js.map +1 -1
- package/lib/request/list-database-insights-request.d.ts +15 -2
- package/lib/request/list-database-insights-request.js +9 -0
- package/lib/request/list-database-insights-request.js.map +1 -1
- package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
- package/lib/request/list-exadata-configurations-request.d.ts +1 -1
- package/lib/request/list-exadata-insights-request.d.ts +1 -1
- package/lib/request/list-host-configurations-request.d.ts +1 -1
- package/lib/request/list-host-insights-request.d.ts +1 -1
- package/lib/request/list-hosted-entities-request.d.ts +1 -1
- package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
- package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
- package/lib/request/list-operations-insights-private-endpoints-request.d.ts +87 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js +25 -0
- package/lib/request/list-operations-insights-private-endpoints-request.js.map +1 -0
- package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
- package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
- package/lib/request/list-sql-plans-request.d.ts +1 -1
- package/lib/request/list-sql-searches-request.d.ts +1 -1
- package/lib/request/list-sql-texts-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/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
- package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-statistics-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-usage-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +11 -2
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js +9 -0
- package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
- package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-exadata-members-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
- package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
- package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/summarize-sql-insights-request.d.ts +11 -2
- package/lib/request/summarize-sql-insights-request.js +9 -0
- package/lib/request/summarize-sql-insights-request.js.map +1 -1
- package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
- package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-request.d.ts +11 -2
- package/lib/request/summarize-sql-statistics-request.js +9 -0
- package/lib/request/summarize-sql-statistics-request.js.map +1 -1
- package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
- package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
- package/lib/request/update-awr-hub-request.d.ts +1 -1
- package/lib/request/update-database-insight-request.d.ts +2 -2
- package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
- package/lib/request/update-exadata-insight-request.d.ts +1 -1
- package/lib/request/update-host-insight-request.d.ts +1 -1
- package/lib/request/update-operations-insights-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js +15 -0
- package/lib/request/update-operations-insights-private-endpoint-request.js.map +1 -0
- package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
- package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-operations-insights-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/change-pe-comanaged-database-insight-response.d.ts +25 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js +15 -0
- package/lib/response/change-pe-comanaged-database-insight-response.js.map +1 -0
- package/lib/response/create-operations-insights-private-endpoint-response.d.ts +43 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/create-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/delete-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/get-operations-insights-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/get-operations-insights-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-operations-insights-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js +15 -0
- package/lib/response/list-operations-insights-private-endpoints-response.js.map +1 -0
- package/lib/response/update-operations-insights-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-operations-insights-private-endpoint-response.js +15 -0
- package/lib/response/update-operations-insights-private-endpoint-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.19.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataInsightResourceUsageRequest 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.19.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeExadataInsightResourceUtilizationInsightRequest 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.19.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeExadataMembersRequest 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.19.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeHostInsightResourceCapacityTrendRequest 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.19.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightResourceForecastTrendRequest 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.19.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatisticsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeHostInsightResourceStatisticsRequest 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.19.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightResourceUsageRequest 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.19.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeHostInsightResourceUsageTrendRequest 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.19.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsightRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeHostInsightResourceUtilizationInsightRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeOperationsInsightsWarehouseResourceUsageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsightsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlInsightsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -139,6 +139,15 @@ export declare namespace SummarizeSqlInsightsRequest {
|
|
|
139
139
|
AdwD = "ADW-D",
|
|
140
140
|
AtpD = "ATP-D",
|
|
141
141
|
ExternalPdb = "EXTERNAL-PDB",
|
|
142
|
-
ExternalNoncdb = "EXTERNAL-NONCDB"
|
|
142
|
+
ExternalNoncdb = "EXTERNAL-NONCDB",
|
|
143
|
+
ComanagedVmCdb = "COMANAGED-VM-CDB",
|
|
144
|
+
ComanagedVmPdb = "COMANAGED-VM-PDB",
|
|
145
|
+
ComanagedVmNoncdb = "COMANAGED-VM-NONCDB",
|
|
146
|
+
ComanagedBmCdb = "COMANAGED-BM-CDB",
|
|
147
|
+
ComanagedBmPdb = "COMANAGED-BM-PDB",
|
|
148
|
+
ComanagedBmNoncdb = "COMANAGED-BM-NONCDB",
|
|
149
|
+
ComanagedExacsCdb = "COMANAGED-EXACS-CDB",
|
|
150
|
+
ComanagedExacsPdb = "COMANAGED-EXACS-PDB",
|
|
151
|
+
ComanagedExacsNoncdb = "COMANAGED-EXACS-NONCDB"
|
|
143
152
|
}
|
|
144
153
|
}
|
|
@@ -23,6 +23,15 @@ var SummarizeSqlInsightsRequest;
|
|
|
23
23
|
DatabaseType["AtpD"] = "ATP-D";
|
|
24
24
|
DatabaseType["ExternalPdb"] = "EXTERNAL-PDB";
|
|
25
25
|
DatabaseType["ExternalNoncdb"] = "EXTERNAL-NONCDB";
|
|
26
|
+
DatabaseType["ComanagedVmCdb"] = "COMANAGED-VM-CDB";
|
|
27
|
+
DatabaseType["ComanagedVmPdb"] = "COMANAGED-VM-PDB";
|
|
28
|
+
DatabaseType["ComanagedVmNoncdb"] = "COMANAGED-VM-NONCDB";
|
|
29
|
+
DatabaseType["ComanagedBmCdb"] = "COMANAGED-BM-CDB";
|
|
30
|
+
DatabaseType["ComanagedBmPdb"] = "COMANAGED-BM-PDB";
|
|
31
|
+
DatabaseType["ComanagedBmNoncdb"] = "COMANAGED-BM-NONCDB";
|
|
32
|
+
DatabaseType["ComanagedExacsCdb"] = "COMANAGED-EXACS-CDB";
|
|
33
|
+
DatabaseType["ComanagedExacsPdb"] = "COMANAGED-EXACS-PDB";
|
|
34
|
+
DatabaseType["ComanagedExacsNoncdb"] = "COMANAGED-EXACS-NONCDB";
|
|
26
35
|
})(DatabaseType = SummarizeSqlInsightsRequest.DatabaseType || (SummarizeSqlInsightsRequest.DatabaseType = {}));
|
|
27
36
|
})(SummarizeSqlInsightsRequest = exports.SummarizeSqlInsightsRequest || (exports.SummarizeSqlInsightsRequest = {}));
|
|
28
37
|
//# sourceMappingURL=summarize-sql-insights-request.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"summarize-sql-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+HH,IAAiB,2BAA2B,
|
|
1
|
+
{"version":3,"file":"summarize-sql-insights-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-insights-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+HH,IAAiB,2BAA2B,CAkB3C;AAlBD,WAAiB,2BAA2B;IAC1C,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAgBvB;AACH,CAAC,EAlBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAkB3C"}
|
|
@@ -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.19.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsightsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlPlanInsightsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlResponseTimeDistributionsRequest 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.19.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatisticsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeSqlStatisticsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -171,7 +171,16 @@ export declare namespace SummarizeSqlStatisticsRequest {
|
|
|
171
171
|
AdwD = "ADW-D",
|
|
172
172
|
AtpD = "ATP-D",
|
|
173
173
|
ExternalPdb = "EXTERNAL-PDB",
|
|
174
|
-
ExternalNoncdb = "EXTERNAL-NONCDB"
|
|
174
|
+
ExternalNoncdb = "EXTERNAL-NONCDB",
|
|
175
|
+
ComanagedVmCdb = "COMANAGED-VM-CDB",
|
|
176
|
+
ComanagedVmPdb = "COMANAGED-VM-PDB",
|
|
177
|
+
ComanagedVmNoncdb = "COMANAGED-VM-NONCDB",
|
|
178
|
+
ComanagedBmCdb = "COMANAGED-BM-CDB",
|
|
179
|
+
ComanagedBmPdb = "COMANAGED-BM-PDB",
|
|
180
|
+
ComanagedBmNoncdb = "COMANAGED-BM-NONCDB",
|
|
181
|
+
ComanagedExacsCdb = "COMANAGED-EXACS-CDB",
|
|
182
|
+
ComanagedExacsPdb = "COMANAGED-EXACS-PDB",
|
|
183
|
+
ComanagedExacsNoncdb = "COMANAGED-EXACS-NONCDB"
|
|
175
184
|
}
|
|
176
185
|
enum SortBy {
|
|
177
186
|
DatabaseTimeInSec = "databaseTimeInSec",
|
|
@@ -23,6 +23,15 @@ var SummarizeSqlStatisticsRequest;
|
|
|
23
23
|
DatabaseType["AtpD"] = "ATP-D";
|
|
24
24
|
DatabaseType["ExternalPdb"] = "EXTERNAL-PDB";
|
|
25
25
|
DatabaseType["ExternalNoncdb"] = "EXTERNAL-NONCDB";
|
|
26
|
+
DatabaseType["ComanagedVmCdb"] = "COMANAGED-VM-CDB";
|
|
27
|
+
DatabaseType["ComanagedVmPdb"] = "COMANAGED-VM-PDB";
|
|
28
|
+
DatabaseType["ComanagedVmNoncdb"] = "COMANAGED-VM-NONCDB";
|
|
29
|
+
DatabaseType["ComanagedBmCdb"] = "COMANAGED-BM-CDB";
|
|
30
|
+
DatabaseType["ComanagedBmPdb"] = "COMANAGED-BM-PDB";
|
|
31
|
+
DatabaseType["ComanagedBmNoncdb"] = "COMANAGED-BM-NONCDB";
|
|
32
|
+
DatabaseType["ComanagedExacsCdb"] = "COMANAGED-EXACS-CDB";
|
|
33
|
+
DatabaseType["ComanagedExacsPdb"] = "COMANAGED-EXACS-PDB";
|
|
34
|
+
DatabaseType["ComanagedExacsNoncdb"] = "COMANAGED-EXACS-NONCDB";
|
|
26
35
|
})(DatabaseType = SummarizeSqlStatisticsRequest.DatabaseType || (SummarizeSqlStatisticsRequest.DatabaseType = {}));
|
|
27
36
|
let SortBy;
|
|
28
37
|
(function (SortBy) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"summarize-sql-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8JH,IAAiB,6BAA6B,
|
|
1
|
+
{"version":3,"file":"summarize-sql-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-sql-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8JH,IAAiB,6BAA6B,CAoE7C;AApED,WAAiB,6BAA6B;IAC5C,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAgBvB;IAED,IAAY,MAoBX;IApBD,WAAY,MAAM;QAChB,iDAAuC,CAAA;QACvC,iDAAuC,CAAA;QACvC,6CAAmC,CAAA;QACnC,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iDAAuC,CAAA;QACvC,iCAAuB,CAAA;QACvB,qCAA2B,CAAA;QAC3B,yDAA+C,CAAA;QAC/C,6CAAmC,CAAA;QACnC,iDAAuC,CAAA;QACvC,uDAA6C,CAAA;QAC7C,qDAA2C,CAAA;QAC3C,+EAAqE,CAAA;QACrE,iEAAuD,CAAA;QACvD,mFAAyE,CAAA;QACzE,2EAAiE,CAAA;QACjE,iEAAuD,CAAA;IACzD,CAAC,EApBW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAoBjB;IAED,IAAY,QA0BX;IA1BD,WAAY,QAAQ;QAClB,mCAAuB,CAAA;QACvB,+BAAmB,CAAA;QACnB,uCAA2B,CAAA;QAC3B,4CAAgC,CAAA;QAChC,mCAAuB,CAAA;QACvB,kDAAsC,CAAA;QACtC,0DAA8C,CAAA;QAC9C,+DAAmD,CAAA;QACnD,6DAAiD,CAAA;QACjD,+DAAmD,CAAA;QACnD,wFAA4E,CAAA;QAC5E,gGAAoF,CAAA;QACpF,kGAAsF,CAAA;QACtF,2HAA+G,CAAA;QAC/G,sDAA0C,CAAA;QAC1C,2DAA+C,CAAA;QAC/C,yDAA6C,CAAA;QAC7C,2DAA+C,CAAA;QAC/C,oFAAwE,CAAA;QACxE,4FAAgF,CAAA;QAChF,8FAAkF,CAAA;QAClF,uHAA2G,CAAA;QAC3G,mEAAuD,CAAA;QACvD,4FAAgF,CAAA;QAChF,+HAAmH,CAAA;IACrH,CAAC,EA1BW,QAAQ,GAAR,sCAAQ,KAAR,sCAAQ,QA0BnB;AACH,CAAC,EApEgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAoE7C"}
|
|
@@ -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.19.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlStatisticsTimeSeriesByPlanRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeSqlStatisticsTimeSeriesRequest 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.19.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHubRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAwrHubRequest 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.19.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UpdateDatabaseInsightRequest extends common.BaseRequest {
|
|
|
23
23
|
/**
|
|
24
24
|
* The configuration to be updated.
|
|
25
25
|
*/
|
|
26
|
-
"updateDatabaseInsightDetails": model.UpdateMacsManagedExternalDatabaseInsightDetails | model.UpdateEmManagedExternalDatabaseInsightDetails | model.UpdateAutonomousDatabaseInsightDetails;
|
|
26
|
+
"updateDatabaseInsightDetails": model.UpdateMacsManagedExternalDatabaseInsightDetails | model.UpdateEmManagedExternalDatabaseInsightDetails | model.UpdatePeComanagedDatabaseInsightDetails | model.UpdateAutonomousDatabaseInsightDetails;
|
|
27
27
|
/**
|
|
28
28
|
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
29
29
|
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
@@ -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.19.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridgeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateEnterpriseManagerBridgeRequest 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.19.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateExadataInsightRequest 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.19.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsightRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateHostInsightRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpointRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateOperationsInsightsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Operation Insights private endpoint.
|
|
21
|
+
*/
|
|
22
|
+
"operationsInsightsPrivateEndpointId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details used to update a private endpoint.
|
|
25
|
+
*/
|
|
26
|
+
"updateOperationsInsightsPrivateEndpointDetails": model.UpdateOperationsInsightsPrivateEndpointDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
|
29
|
+
* parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
36
|
+
* Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-operations-insights-private-endpoint-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-operations-insights-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/update-operations-insights-private-endpoint-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.19.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsWarehouseRequest 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.19.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperationsInsightsWarehouseUserRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeOperationsInsightsPrivateEndpointCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-operations-insights-private-endpoint-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-operations-insights-private-endpoint-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/change-operations-insights-private-endpoint-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangePeComanagedDatabaseInsightResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-pe-comanaged-database-insight-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-pe-comanaged-database-insight-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/change-pe-comanaged-database-insight-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateOperationsInsightsPrivateEndpointResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* URI of the resource
|
|
28
|
+
*/
|
|
29
|
+
"location": string;
|
|
30
|
+
/**
|
|
31
|
+
* URI of the resource
|
|
32
|
+
*/
|
|
33
|
+
"contentLocation": string;
|
|
34
|
+
/**
|
|
35
|
+
* For optimistic concurrency control. See `if-match`.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"etag": string;
|
|
39
|
+
/**
|
|
40
|
+
* The returned model.OperationsInsightsPrivateEndpoint instance.
|
|
41
|
+
*/
|
|
42
|
+
"operationsInsightsPrivateEndpoint": model.OperationsInsightsPrivateEndpoint;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-operations-insights-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-operations-insights-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/create-operations-insights-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteOperationsInsightsPrivateEndpointResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-operations-insights-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-operations-insights-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/response/delete-operations-insights-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|