oci-resourceanalytics 2.118.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +28 -0
- package/index.js +51 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +471 -0
- package/lib/client.js +1997 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/adw-admin-password-details.d.ts +27 -0
- package/lib/model/adw-admin-password-details.js +72 -0
- package/lib/model/adw-admin-password-details.js.map +1 -0
- package/lib/model/change-resource-analytics-instance-compartment-details.d.ts +26 -0
- package/lib/model/change-resource-analytics-instance-compartment-details.js +29 -0
- package/lib/model/change-resource-analytics-instance-compartment-details.js.map +1 -0
- package/lib/model/create-monitored-region-details.d.ts +29 -0
- package/lib/model/create-monitored-region-details.js +29 -0
- package/lib/model/create-monitored-region-details.js.map +1 -0
- package/lib/model/create-resource-analytics-instance-details.d.ts +81 -0
- package/lib/model/create-resource-analytics-instance-details.js +62 -0
- package/lib/model/create-resource-analytics-instance-details.js.map +1 -0
- package/lib/model/create-tenancy-attachment-details.d.ts +33 -0
- package/lib/model/create-tenancy-attachment-details.js +29 -0
- package/lib/model/create-tenancy-attachment-details.js.map +1 -0
- package/lib/model/index.d.ts +80 -0
- package/lib/model/index.js +103 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/monitored-region-collection.d.ts +26 -0
- package/lib/model/monitored-region-collection.js +61 -0
- package/lib/model/monitored-region-collection.js.map +1 -0
- package/lib/model/monitored-region-summary.d.ts +68 -0
- package/lib/model/monitored-region-summary.js +29 -0
- package/lib/model/monitored-region-summary.js.map +1 -0
- package/lib/model/monitored-region.d.ts +86 -0
- package/lib/model/monitored-region.js +43 -0
- package/lib/model/monitored-region.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +37 -0
- package/lib/model/operation-type.js +48 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/plain-text-password-details.d.ts +28 -0
- package/lib/model/plain-text-password-details.js +54 -0
- package/lib/model/plain-text-password-details.js.map +1 -0
- package/lib/model/resource-analytics-instance-collection.d.ts +26 -0
- package/lib/model/resource-analytics-instance-collection.js +61 -0
- package/lib/model/resource-analytics-instance-collection.js.map +1 -0
- package/lib/model/resource-analytics-instance-enable-oac-details.d.ts +33 -0
- package/lib/model/resource-analytics-instance-enable-oac-details.js +61 -0
- package/lib/model/resource-analytics-instance-enable-oac-details.js.map +1 -0
- package/lib/model/resource-analytics-instance-oac-attachment-details.d.ts +46 -0
- package/lib/model/resource-analytics-instance-oac-attachment-details.js +62 -0
- package/lib/model/resource-analytics-instance-oac-attachment-details.js.map +1 -0
- package/lib/model/resource-analytics-instance-oac-network-details.d.ts +35 -0
- package/lib/model/resource-analytics-instance-oac-network-details.js +29 -0
- package/lib/model/resource-analytics-instance-oac-network-details.js.map +1 -0
- package/lib/model/resource-analytics-instance-summary.d.ts +94 -0
- package/lib/model/resource-analytics-instance-summary.js +29 -0
- package/lib/model/resource-analytics-instance-summary.js.map +1 -0
- package/lib/model/resource-analytics-instance.d.ts +120 -0
- package/lib/model/resource-analytics-instance.js +44 -0
- package/lib/model/resource-analytics-instance.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/tenancy-attachment-collection.d.ts +26 -0
- package/lib/model/tenancy-attachment-collection.js +61 -0
- package/lib/model/tenancy-attachment-collection.js.map +1 -0
- package/lib/model/tenancy-attachment-summary.d.ts +76 -0
- package/lib/model/tenancy-attachment-summary.js +29 -0
- package/lib/model/tenancy-attachment-summary.js.map +1 -0
- package/lib/model/tenancy-attachment.d.ts +95 -0
- package/lib/model/tenancy-attachment.js +44 -0
- package/lib/model/tenancy-attachment.js.map +1 -0
- package/lib/model/update-resource-analytics-instance-details.d.ts +51 -0
- package/lib/model/update-resource-analytics-instance-details.js +29 -0
- package/lib/model/update-resource-analytics-instance-details.js.map +1 -0
- package/lib/model/update-tenancy-attachment-details.d.ts +25 -0
- package/lib/model/update-tenancy-attachment-details.js +29 -0
- package/lib/model/update-tenancy-attachment-details.js.map +1 -0
- package/lib/model/vault-secret-password-details.d.ts +28 -0
- package/lib/model/vault-secret-password-details.js +54 -0
- package/lib/model/vault-secret-password-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/monitoredregion-waiter.d.ts +29 -0
- package/lib/monitoredregion-waiter.js +65 -0
- package/lib/monitoredregion-waiter.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-resource-analytics-instance-compartment-request.d.ts +43 -0
- package/lib/request/change-resource-analytics-instance-compartment-request.js +15 -0
- package/lib/request/change-resource-analytics-instance-compartment-request.js.map +1 -0
- package/lib/request/create-monitored-region-request.d.ts +40 -0
- package/lib/request/create-monitored-region-request.js +15 -0
- package/lib/request/create-monitored-region-request.js.map +1 -0
- package/lib/request/create-resource-analytics-instance-request.d.ts +40 -0
- package/lib/request/create-resource-analytics-instance-request.js +15 -0
- package/lib/request/create-resource-analytics-instance-request.js.map +1 -0
- package/lib/request/create-tenancy-attachment-request.d.ts +40 -0
- package/lib/request/create-tenancy-attachment-request.js +15 -0
- package/lib/request/create-tenancy-attachment-request.js.map +1 -0
- package/lib/request/delete-monitored-region-request.d.ts +38 -0
- package/lib/request/delete-monitored-region-request.js +15 -0
- package/lib/request/delete-monitored-region-request.js.map +1 -0
- package/lib/request/delete-resource-analytics-instance-request.d.ts +38 -0
- package/lib/request/delete-resource-analytics-instance-request.js +15 -0
- package/lib/request/delete-resource-analytics-instance-request.js.map +1 -0
- package/lib/request/delete-tenancy-attachment-request.d.ts +38 -0
- package/lib/request/delete-tenancy-attachment-request.js +15 -0
- package/lib/request/delete-tenancy-attachment-request.js.map +1 -0
- package/lib/request/get-monitored-region-request.d.ts +30 -0
- package/lib/request/get-monitored-region-request.js +15 -0
- package/lib/request/get-monitored-region-request.js.map +1 -0
- package/lib/request/get-resource-analytics-instance-request.d.ts +30 -0
- package/lib/request/get-resource-analytics-instance-request.js +15 -0
- package/lib/request/get-resource-analytics-instance-request.js.map +1 -0
- package/lib/request/get-tenancy-attachment-request.d.ts +30 -0
- package/lib/request/get-tenancy-attachment-request.js +15 -0
- package/lib/request/get-tenancy-attachment-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +56 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-monitored-regions-request.d.ts +71 -0
- package/lib/request/list-monitored-regions-request.js +24 -0
- package/lib/request/list-monitored-regions-request.js.map +1 -0
- package/lib/request/list-resource-analytics-instances-request.d.ts +75 -0
- package/lib/request/list-resource-analytics-instances-request.js +24 -0
- package/lib/request/list-resource-analytics-instances-request.js.map +1 -0
- package/lib/request/list-tenancy-attachments-request.d.ts +71 -0
- package/lib/request/list-tenancy-attachments-request.js +24 -0
- package/lib/request/list-tenancy-attachments-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +71 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/resource-analytics-instance-disable-oac-request.d.ts +38 -0
- package/lib/request/resource-analytics-instance-disable-oac-request.js +15 -0
- package/lib/request/resource-analytics-instance-disable-oac-request.js.map +1 -0
- package/lib/request/resource-analytics-instance-enable-oac-request.d.ts +43 -0
- package/lib/request/resource-analytics-instance-enable-oac-request.js +15 -0
- package/lib/request/resource-analytics-instance-enable-oac-request.js.map +1 -0
- package/lib/request/update-resource-analytics-instance-request.d.ts +43 -0
- package/lib/request/update-resource-analytics-instance-request.js +15 -0
- package/lib/request/update-resource-analytics-instance-request.js.map +1 -0
- package/lib/request/update-tenancy-attachment-request.d.ts +43 -0
- package/lib/request/update-tenancy-attachment-request.js +15 -0
- package/lib/request/update-tenancy-attachment-request.js.map +1 -0
- package/lib/resourceanalyticsinstance-waiter.d.ts +36 -0
- package/lib/resourceanalyticsinstance-waiter.js +76 -0
- package/lib/resourceanalyticsinstance-waiter.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-resource-analytics-instance-compartment-response.d.ts +26 -0
- package/lib/response/change-resource-analytics-instance-compartment-response.js +15 -0
- package/lib/response/change-resource-analytics-instance-compartment-response.js.map +1 -0
- package/lib/response/create-monitored-region-response.d.ts +44 -0
- package/lib/response/create-monitored-region-response.js +15 -0
- package/lib/response/create-monitored-region-response.js.map +1 -0
- package/lib/response/create-resource-analytics-instance-response.d.ts +44 -0
- package/lib/response/create-resource-analytics-instance-response.js +15 -0
- package/lib/response/create-resource-analytics-instance-response.js.map +1 -0
- package/lib/response/create-tenancy-attachment-response.d.ts +44 -0
- package/lib/response/create-tenancy-attachment-response.js +15 -0
- package/lib/response/create-tenancy-attachment-response.js.map +1 -0
- package/lib/response/delete-monitored-region-response.d.ts +26 -0
- package/lib/response/delete-monitored-region-response.js +15 -0
- package/lib/response/delete-monitored-region-response.js.map +1 -0
- package/lib/response/delete-resource-analytics-instance-response.d.ts +26 -0
- package/lib/response/delete-resource-analytics-instance-response.js +15 -0
- package/lib/response/delete-resource-analytics-instance-response.js.map +1 -0
- package/lib/response/delete-tenancy-attachment-response.d.ts +26 -0
- package/lib/response/delete-tenancy-attachment-response.js +15 -0
- package/lib/response/delete-tenancy-attachment-response.js.map +1 -0
- package/lib/response/get-monitored-region-response.d.ts +30 -0
- package/lib/response/get-monitored-region-response.js +15 -0
- package/lib/response/get-monitored-region-response.js.map +1 -0
- package/lib/response/get-resource-analytics-instance-response.d.ts +30 -0
- package/lib/response/get-resource-analytics-instance-response.js +15 -0
- package/lib/response/get-resource-analytics-instance-response.js.map +1 -0
- package/lib/response/get-tenancy-attachment-response.d.ts +30 -0
- package/lib/response/get-tenancy-attachment-response.js +15 -0
- package/lib/response/get-tenancy-attachment-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +56 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-monitored-regions-response.d.ts +31 -0
- package/lib/response/list-monitored-regions-response.js +15 -0
- package/lib/response/list-monitored-regions-response.js.map +1 -0
- package/lib/response/list-resource-analytics-instances-response.d.ts +31 -0
- package/lib/response/list-resource-analytics-instances-response.js +15 -0
- package/lib/response/list-resource-analytics-instances-response.js.map +1 -0
- package/lib/response/list-tenancy-attachments-response.d.ts +31 -0
- package/lib/response/list-tenancy-attachments-response.js +15 -0
- package/lib/response/list-tenancy-attachments-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/resource-analytics-instance-disable-oac-response.d.ts +26 -0
- package/lib/response/resource-analytics-instance-disable-oac-response.js +15 -0
- package/lib/response/resource-analytics-instance-disable-oac-response.js.map +1 -0
- package/lib/response/resource-analytics-instance-enable-oac-response.d.ts +26 -0
- package/lib/response/resource-analytics-instance-enable-oac-response.js +15 -0
- package/lib/response/resource-analytics-instance-enable-oac-response.js.map +1 -0
- package/lib/response/update-resource-analytics-instance-response.d.ts +26 -0
- package/lib/response/update-resource-analytics-instance-response.js +15 -0
- package/lib/response/update-resource-analytics-instance-response.js.map +1 -0
- package/lib/response/update-tenancy-attachment-response.d.ts +26 -0
- package/lib/response/update-tenancy-attachment-response.js +15 -0
- package/lib/response/update-tenancy-attachment-response.js.map +1 -0
- package/lib/tenancyattachment-waiter.d.ts +29 -0
- package/lib/tenancyattachment-waiter.js +65 -0
- package/lib/tenancyattachment-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ChangeResourceAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeResourceAnalyticsInstanceCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeResourceAnalyticsInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ResourceAnalyticsInstance.
|
|
21
|
+
*/
|
|
22
|
+
"resourceAnalyticsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeResourceAnalyticsInstanceCompartmentDetails": model.ChangeResourceAnalyticsInstanceCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
29
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
30
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
31
|
+
* matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
37
|
+
* Oracle about a particular request, please provide the request ID.
|
|
38
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
39
|
+
* underscore, and dash.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-resource-analytics-instance-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-resource-analytics-instance-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/change-resource-analytics-instance-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/CreateMonitoredRegion.ts.html |here} to see how to use CreateMonitoredRegionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateMonitoredRegionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new MonitoredRegion.
|
|
21
|
+
*/
|
|
22
|
+
"createMonitoredRegionDetails": model.CreateMonitoredRegionDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
34
|
+
* Oracle about a particular request, please provide the request ID.
|
|
35
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
36
|
+
* underscore, and dash.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-monitored-region-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-monitored-region-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/create-monitored-region-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/CreateResourceAnalyticsInstance.ts.html |here} to see how to use CreateResourceAnalyticsInstanceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateResourceAnalyticsInstanceRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new ResourceAnalyticsInstance.
|
|
21
|
+
*/
|
|
22
|
+
"createResourceAnalyticsInstanceDetails": model.CreateResourceAnalyticsInstanceDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
34
|
+
* Oracle about a particular request, please provide the request ID.
|
|
35
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
36
|
+
* underscore, and dash.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-resource-analytics-instance-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-resource-analytics-instance-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/create-resource-analytics-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/CreateTenancyAttachment.ts.html |here} to see how to use CreateTenancyAttachmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateTenancyAttachmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new TenancyAttachment.
|
|
21
|
+
*/
|
|
22
|
+
"createTenancyAttachmentDetails": model.CreateTenancyAttachmentDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
34
|
+
* Oracle about a particular request, please provide the request ID.
|
|
35
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
36
|
+
* underscore, and dash.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-tenancy-attachment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tenancy-attachment-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/create-tenancy-attachment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/DeleteMonitoredRegion.ts.html |here} to see how to use DeleteMonitoredRegionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteMonitoredRegionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MonitoredRegion.
|
|
20
|
+
*/
|
|
21
|
+
"monitoredRegionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-monitored-region-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-monitored-region-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/delete-monitored-region-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/DeleteResourceAnalyticsInstance.ts.html |here} to see how to use DeleteResourceAnalyticsInstanceRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteResourceAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ResourceAnalyticsInstance.
|
|
20
|
+
*/
|
|
21
|
+
"resourceAnalyticsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-resource-analytics-instance-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-resource-analytics-instance-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/delete-resource-analytics-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/DeleteTenancyAttachment.ts.html |here} to see how to use DeleteTenancyAttachmentRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteTenancyAttachmentRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the TenancyAttachment.
|
|
20
|
+
*/
|
|
21
|
+
"tenancyAttachmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-tenancy-attachment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-tenancy-attachment-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/delete-tenancy-attachment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetMonitoredRegion.ts.html |here} to see how to use GetMonitoredRegionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetMonitoredRegionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the MonitoredRegion.
|
|
20
|
+
*/
|
|
21
|
+
"monitoredRegionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-monitored-region-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-monitored-region-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/get-monitored-region-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetResourceAnalyticsInstance.ts.html |here} to see how to use GetResourceAnalyticsInstanceRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetResourceAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ResourceAnalyticsInstance.
|
|
20
|
+
*/
|
|
21
|
+
"resourceAnalyticsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-resource-analytics-instance-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-resource-analytics-instance-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/get-resource-analytics-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetTenancyAttachment.ts.html |here} to see how to use GetTenancyAttachmentRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetTenancyAttachmentRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the TenancyAttachment.
|
|
20
|
+
*/
|
|
21
|
+
"tenancyAttachmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-tenancy-attachment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tenancy-attachment-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/get-tenancy-attachment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20241031
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20241031
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/get-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|