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,71 @@
|
|
|
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/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
25
|
+
*/
|
|
26
|
+
"workRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only the resources that match the given lifecycle state.
|
|
29
|
+
*/
|
|
30
|
+
"status"?: model.OperationStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
|
|
33
|
+
*/
|
|
34
|
+
"resourceId"?: 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
|
+
/**
|
|
44
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
45
|
+
* \"List\" call. For important details about how pagination works, see
|
|
46
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"page"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
52
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
53
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"limit"?: number;
|
|
57
|
+
/**
|
|
58
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
59
|
+
*/
|
|
60
|
+
"sortOrder"?: model.SortOrder;
|
|
61
|
+
/**
|
|
62
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"sortBy"?: ListWorkRequestsRequest.SortBy;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace ListWorkRequestsRequest {
|
|
68
|
+
enum SortBy {
|
|
69
|
+
TimeAccepted = "timeAccepted"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListWorkRequestsRequest = void 0;
|
|
16
|
+
var ListWorkRequestsRequest;
|
|
17
|
+
(function (ListWorkRequestsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
|
|
@@ -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/ResourceAnalyticsInstanceDisableOac.ts.html |here} to see how to use ResourceAnalyticsInstanceDisableOacRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ResourceAnalyticsInstanceDisableOacRequest 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=resource-analytics-instance-disable-oac-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-analytics-instance-disable-oac-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/resource-analytics-instance-disable-oac-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/ResourceAnalyticsInstanceEnableOac.ts.html |here} to see how to use ResourceAnalyticsInstanceEnableOacRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ResourceAnalyticsInstanceEnableOacRequest 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
|
+
"resourceAnalyticsInstanceEnableOacDetails": model.ResourceAnalyticsInstanceEnableOacDetails;
|
|
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=resource-analytics-instance-enable-oac-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-analytics-instance-enable-oac-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/resource-analytics-instance-enable-oac-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/UpdateResourceAnalyticsInstance.ts.html |here} to see how to use UpdateResourceAnalyticsInstanceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateResourceAnalyticsInstanceRequest 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
|
+
"updateResourceAnalyticsInstanceDetails": model.UpdateResourceAnalyticsInstanceDetails;
|
|
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=update-resource-analytics-instance-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-resource-analytics-instance-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/update-resource-analytics-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/UpdateTenancyAttachment.ts.html |here} to see how to use UpdateTenancyAttachmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateTenancyAttachmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the TenancyAttachment.
|
|
21
|
+
*/
|
|
22
|
+
"tenancyAttachmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateTenancyAttachmentDetails": model.UpdateTenancyAttachmentDetails;
|
|
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=update-tenancy-attachment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-tenancy-attachment-request.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/request/update-tenancy-attachment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource Analytics API
|
|
3
|
+
* Use the Resource Analytics API to manage Resource Analytics Instances.
|
|
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 serviceRequests from "./request";
|
|
14
|
+
import * as serviceResponses from "./response";
|
|
15
|
+
import * as models from "./model";
|
|
16
|
+
import { ResourceAnalyticsInstanceClient } from "./client";
|
|
17
|
+
export declare class ResourceAnalyticsInstanceWaiter {
|
|
18
|
+
private client;
|
|
19
|
+
private readonly config?;
|
|
20
|
+
constructor(client: ResourceAnalyticsInstanceClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
21
|
+
/**
|
|
22
|
+
* Waits forResourceAnalyticsInstance till it reaches any of the provided states
|
|
23
|
+
*
|
|
24
|
+
* @param request the request to send
|
|
25
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
26
|
+
* @return response returns GetResourceAnalyticsInstanceResponse | null (null in case of 404 response)
|
|
27
|
+
*/
|
|
28
|
+
forResourceAnalyticsInstance(request: serviceRequests.GetResourceAnalyticsInstanceRequest, ...targetStates: models.ResourceAnalyticsInstance.LifecycleState[]): Promise<serviceResponses.GetResourceAnalyticsInstanceResponse | null>;
|
|
29
|
+
/**
|
|
30
|
+
* Waits forWorkRequest
|
|
31
|
+
*
|
|
32
|
+
* @param request the request to send
|
|
33
|
+
* @return response returns GetWorkRequestResponse
|
|
34
|
+
*/
|
|
35
|
+
forWorkRequest(request: serviceRequests.GetWorkRequestRequest): Promise<serviceResponses.GetWorkRequestResponse>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Analytics API
|
|
4
|
+
* Use the Resource Analytics API to manage Resource Analytics Instances.
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
34
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
35
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
36
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
37
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
38
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
39
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43
|
+
exports.ResourceAnalyticsInstanceWaiter = void 0;
|
|
44
|
+
const models = __importStar(require("./model"));
|
|
45
|
+
const oci_common_1 = require("oci-common");
|
|
46
|
+
class ResourceAnalyticsInstanceWaiter {
|
|
47
|
+
constructor(client, config) {
|
|
48
|
+
this.client = client;
|
|
49
|
+
this.config = config;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Waits forResourceAnalyticsInstance till it reaches any of the provided states
|
|
53
|
+
*
|
|
54
|
+
* @param request the request to send
|
|
55
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
56
|
+
* @return response returns GetResourceAnalyticsInstanceResponse | null (null in case of 404 response)
|
|
57
|
+
*/
|
|
58
|
+
forResourceAnalyticsInstance(request, ...targetStates) {
|
|
59
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getResourceAnalyticsInstance(request), response => targetStates.includes(response.resourceAnalyticsInstance.lifecycleState), targetStates.includes(models.ResourceAnalyticsInstance.LifecycleState.Deleted));
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Waits forWorkRequest
|
|
65
|
+
*
|
|
66
|
+
* @param request the request to send
|
|
67
|
+
* @return response returns GetWorkRequestResponse
|
|
68
|
+
*/
|
|
69
|
+
forWorkRequest(request) {
|
|
70
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
71
|
+
return oci_common_1.genericWaiter(this.config, () => this.client.getWorkRequest(request), response => (response.workRequest.timeFinished ? true : false));
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.ResourceAnalyticsInstanceWaiter = ResourceAnalyticsInstanceWaiter;
|
|
76
|
+
//# sourceMappingURL=resourceanalyticsinstance-waiter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resourceanalyticsinstance-waiter.js","sourceRoot":"","sources":["../../../../lib/resourceanalytics/lib/resourceanalyticsinstance-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,+BAA+B;IAC1C,YACU,MAAuC,EAC9B,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAiC;QAC9B,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,4BAA4B,CACvC,OAA4D,EAC5D,GAAG,YAA+D;;YAElE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,4BAA4B,CAAC,OAAO,CAAC,EACvD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,yBAAyB,CAAC,cAAe,CAAC,EACrF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,yBAAyB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AAxCD,0EAwCC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
export interface CancelWorkRequestResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -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=cancel-work-request-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/response/cancel-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
export interface ChangeResourceAnalyticsInstanceCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
16
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
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
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-resource-analytics-instance-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/response/change-resource-analytics-instance-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
export interface CreateMonitoredRegionResponse {
|
|
15
|
+
/**
|
|
16
|
+
* URL for the created MonitoredRegion. The MonitoredRegion OCID is generated after this request is sent.
|
|
17
|
+
*/
|
|
18
|
+
"location": string;
|
|
19
|
+
/**
|
|
20
|
+
* Same as location.
|
|
21
|
+
*/
|
|
22
|
+
"contentLocation": string;
|
|
23
|
+
/**
|
|
24
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"etag": string;
|
|
28
|
+
/**
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
30
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"opcWorkRequestId": 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
|
+
/**
|
|
41
|
+
* The returned model.MonitoredRegion instance.
|
|
42
|
+
*/
|
|
43
|
+
"monitoredRegion": model.MonitoredRegion;
|
|
44
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-monitored-region-response.js","sourceRoot":"","sources":["../../../../../lib/resourceanalytics/lib/response/create-monitored-region-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|