oci-psa 2.121.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 +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +216 -0
- package/lib/client.js +1017 -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/change-private-service-access-compartment-details.d.ts +27 -0
- package/lib/model/change-private-service-access-compartment-details.js +29 -0
- package/lib/model/change-private-service-access-compartment-details.js.map +1 -0
- package/lib/model/create-private-service-access-details.d.ts +98 -0
- package/lib/model/create-private-service-access-details.js +29 -0
- package/lib/model/create-private-service-access-details.js.map +1 -0
- package/lib/model/index.d.ts +54 -0
- package/lib/model/index.js +77 -0
- package/lib/model/index.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 +30 -0
- package/lib/model/operation-type.js +41 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/private-service-access-collection.d.ts +26 -0
- package/lib/model/private-service-access-collection.js +61 -0
- package/lib/model/private-service-access-collection.js.map +1 -0
- package/lib/model/private-service-access-summary.d.ts +151 -0
- package/lib/model/private-service-access-summary.js +29 -0
- package/lib/model/private-service-access-summary.js.map +1 -0
- package/lib/model/private-service-access.d.ts +164 -0
- package/lib/model/private-service-access.js +43 -0
- package/lib/model/private-service-access.js.map +1 -0
- package/lib/model/psa-service-collection.d.ts +26 -0
- package/lib/model/psa-service-collection.js +61 -0
- package/lib/model/psa-service-collection.js.map +1 -0
- package/lib/model/psa-service-summary.d.ts +52 -0
- package/lib/model/psa-service-summary.js +29 -0
- package/lib/model/psa-service-summary.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/update-private-service-access-details.d.ts +74 -0
- package/lib/model/update-private-service-access-details.js +29 -0
- package/lib/model/update-private-service-access-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/privateserviceaccess-waiter.d.ts +29 -0
- package/lib/privateserviceaccess-waiter.js +65 -0
- package/lib/privateserviceaccess-waiter.js.map +1 -0
- package/lib/request/cancel-psa-work-request-request.d.ts +38 -0
- package/lib/request/cancel-psa-work-request-request.js +15 -0
- package/lib/request/cancel-psa-work-request-request.js.map +1 -0
- package/lib/request/change-private-service-access-compartment-request.d.ts +52 -0
- package/lib/request/change-private-service-access-compartment-request.js +15 -0
- package/lib/request/change-private-service-access-compartment-request.js.map +1 -0
- package/lib/request/create-private-service-access-request.d.ts +40 -0
- package/lib/request/create-private-service-access-request.js +15 -0
- package/lib/request/create-private-service-access-request.js.map +1 -0
- package/lib/request/delete-private-service-access-request.d.ts +38 -0
- package/lib/request/delete-private-service-access-request.js +15 -0
- package/lib/request/delete-private-service-access-request.js.map +1 -0
- package/lib/request/get-private-service-access-request.d.ts +30 -0
- package/lib/request/get-private-service-access-request.js +15 -0
- package/lib/request/get-private-service-access-request.js.map +1 -0
- package/lib/request/get-psa-work-request-request.d.ts +30 -0
- package/lib/request/get-psa-work-request-request.js +15 -0
- package/lib/request/get-psa-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +36 -0
- package/lib/request/index.js +45 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-private-service-accesses-request.d.ts +83 -0
- package/lib/request/list-private-service-accesses-request.js +24 -0
- package/lib/request/list-private-service-accesses-request.js.map +1 -0
- package/lib/request/list-psa-services-request.d.ts +63 -0
- package/lib/request/list-psa-services-request.js +23 -0
- package/lib/request/list-psa-services-request.js.map +1 -0
- package/lib/request/list-psa-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-psa-work-request-errors-request.js +23 -0
- package/lib/request/list-psa-work-request-errors-request.js.map +1 -0
- package/lib/request/list-psa-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-psa-work-request-logs-request.js +23 -0
- package/lib/request/list-psa-work-request-logs-request.js.map +1 -0
- package/lib/request/list-psa-work-requests-request.d.ts +71 -0
- package/lib/request/list-psa-work-requests-request.js +23 -0
- package/lib/request/list-psa-work-requests-request.js.map +1 -0
- package/lib/request/update-private-service-access-request.d.ts +43 -0
- package/lib/request/update-private-service-access-request.js +15 -0
- package/lib/request/update-private-service-access-request.js.map +1 -0
- package/lib/response/cancel-psa-work-request-response.d.ts +20 -0
- package/lib/response/cancel-psa-work-request-response.js +15 -0
- package/lib/response/cancel-psa-work-request-response.js.map +1 -0
- package/lib/response/change-private-service-access-compartment-response.d.ts +26 -0
- package/lib/response/change-private-service-access-compartment-response.js +15 -0
- package/lib/response/change-private-service-access-compartment-response.js.map +1 -0
- package/lib/response/create-private-service-access-response.d.ts +44 -0
- package/lib/response/create-private-service-access-response.js +15 -0
- package/lib/response/create-private-service-access-response.js.map +1 -0
- package/lib/response/delete-private-service-access-response.d.ts +26 -0
- package/lib/response/delete-private-service-access-response.js +15 -0
- package/lib/response/delete-private-service-access-response.js.map +1 -0
- package/lib/response/get-private-service-access-response.d.ts +30 -0
- package/lib/response/get-private-service-access-response.js +15 -0
- package/lib/response/get-private-service-access-response.js.map +1 -0
- package/lib/response/get-psa-work-request-response.d.ts +34 -0
- package/lib/response/get-psa-work-request-response.js +15 -0
- package/lib/response/get-psa-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +36 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-private-service-accesses-response.d.ts +31 -0
- package/lib/response/list-private-service-accesses-response.js +15 -0
- package/lib/response/list-private-service-accesses-response.js.map +1 -0
- package/lib/response/list-psa-services-response.d.ts +31 -0
- package/lib/response/list-psa-services-response.js +15 -0
- package/lib/response/list-psa-services-response.js.map +1 -0
- package/lib/response/list-psa-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-psa-work-request-errors-response.js +15 -0
- package/lib/response/list-psa-work-request-errors-response.js.map +1 -0
- package/lib/response/list-psa-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-psa-work-request-logs-response.js +15 -0
- package/lib/response/list-psa-work-request-logs-response.js.map +1 -0
- package/lib/response/list-psa-work-requests-response.d.ts +31 -0
- package/lib/response/list-psa-work-requests-response.js +15 -0
- package/lib/response/list-psa-work-requests-response.js.map +1 -0
- package/lib/response/update-private-service-access-response.d.ts +26 -0
- package/lib/response/update-private-service-access-response.js +15 -0
- package/lib/response/update-private-service-access-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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/psa/ListPsaWorkRequestLogs.ts.html |here} to see how to use ListPsaWorkRequestLogsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPsaWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
27
|
+
* underscore, and dash.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
|
+
* \"List\" call. For important details about how pagination works, see
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"page"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeCreated} is descending.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"sortBy"?: ListPsaWorkRequestLogsRequest.SortBy;
|
|
50
|
+
/**
|
|
51
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListPsaWorkRequestLogsRequest {
|
|
56
|
+
enum SortBy {
|
|
57
|
+
TimeCreated = "timeCreated"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240301
|
|
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.ListPsaWorkRequestLogsRequest = void 0;
|
|
16
|
+
var ListPsaWorkRequestLogsRequest;
|
|
17
|
+
(function (ListPsaWorkRequestLogsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
})(SortBy = ListPsaWorkRequestLogsRequest.SortBy || (ListPsaWorkRequestLogsRequest.SortBy = {}));
|
|
22
|
+
})(ListPsaWorkRequestLogsRequest = exports.ListPsaWorkRequestLogsRequest || (exports.ListPsaWorkRequestLogsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-psa-work-request-logs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-psa-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/list-psa-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,6BAA6B,CAI7C;AAJD,WAAiB,6BAA6B;IAC5C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAEjB;AACH,CAAC,EAJgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAI7C"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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/psa/ListPsaWorkRequests.ts.html |here} to see how to use ListPsaWorkRequestsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPsaWorkRequestsRequest 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"?: ListPsaWorkRequestsRequest.SortBy;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace ListPsaWorkRequestsRequest {
|
|
68
|
+
enum SortBy {
|
|
69
|
+
TimeAccepted = "timeAccepted"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240301
|
|
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.ListPsaWorkRequestsRequest = void 0;
|
|
16
|
+
var ListPsaWorkRequestsRequest;
|
|
17
|
+
(function (ListPsaWorkRequestsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListPsaWorkRequestsRequest.SortBy || (ListPsaWorkRequestsRequest.SortBy = {}));
|
|
22
|
+
})(ListPsaWorkRequestsRequest = exports.ListPsaWorkRequestsRequest || (exports.ListPsaWorkRequestsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-psa-work-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-psa-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/list-psa-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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/psa/UpdatePrivateServiceAccess.ts.html |here} to see how to use UpdatePrivateServiceAccessRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdatePrivateServiceAccessRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PrivateServiceAccess.
|
|
21
|
+
*/
|
|
22
|
+
"privateServiceAccessId": string;
|
|
23
|
+
/**
|
|
24
|
+
* PrivateServiceAccess information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updatePrivateServiceAccessDetails": model.UpdatePrivateServiceAccessDetails;
|
|
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: 20240301
|
|
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-private-service-access-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-private-service-access-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/update-private-service-access-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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 CancelPsaWorkRequestResponse {
|
|
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: 20240301
|
|
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-psa-work-request-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-psa-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/response/cancel-psa-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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 ChangePrivateServiceAccessCompartmentResponse {
|
|
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: 20240301
|
|
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-private-service-access-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-private-service-access-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/response/change-private-service-access-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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 CreatePrivateServiceAccessResponse {
|
|
15
|
+
/**
|
|
16
|
+
* URL for the created privateServiceAccess. The privateServiceAccess 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.PrivateServiceAccess instance.
|
|
42
|
+
*/
|
|
43
|
+
"privateServiceAccess": model.PrivateServiceAccess;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240301
|
|
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-private-service-access-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-service-access-response.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/response/create-private-service-access-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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 DeletePrivateServiceAccessResponse {
|
|
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: 20240301
|
|
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-private-service-access-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-private-service-access-response.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/response/delete-private-service-access-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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 GetPrivateServiceAccessResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.PrivateServiceAccess instance.
|
|
28
|
+
*/
|
|
29
|
+
"privateServiceAccess": model.PrivateServiceAccess;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240301
|
|
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-private-service-access-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-private-service-access-response.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/response/get-private-service-access-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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 GetPsaWorkRequestResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* A decimal number representing the number of seconds the client should wait before polling this endpoint again.
|
|
28
|
+
*/
|
|
29
|
+
"retryAfter": number;
|
|
30
|
+
/**
|
|
31
|
+
* The returned model.WorkRequest instance.
|
|
32
|
+
*/
|
|
33
|
+
"workRequest": model.WorkRequest;
|
|
34
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240301
|
|
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-psa-work-request-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-psa-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/response/get-psa-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PrivateServiceAccess Control Plane API
|
|
3
|
+
* Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
|
|
4
|
+
* OpenAPI spec version: 20240301
|
|
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 CancelPsaWorkRequestResponse from "./cancel-psa-work-request-response";
|
|
14
|
+
export import CancelPsaWorkRequestResponse = CancelPsaWorkRequestResponse.CancelPsaWorkRequestResponse;
|
|
15
|
+
import * as ChangePrivateServiceAccessCompartmentResponse from "./change-private-service-access-compartment-response";
|
|
16
|
+
export import ChangePrivateServiceAccessCompartmentResponse = ChangePrivateServiceAccessCompartmentResponse.ChangePrivateServiceAccessCompartmentResponse;
|
|
17
|
+
import * as CreatePrivateServiceAccessResponse from "./create-private-service-access-response";
|
|
18
|
+
export import CreatePrivateServiceAccessResponse = CreatePrivateServiceAccessResponse.CreatePrivateServiceAccessResponse;
|
|
19
|
+
import * as DeletePrivateServiceAccessResponse from "./delete-private-service-access-response";
|
|
20
|
+
export import DeletePrivateServiceAccessResponse = DeletePrivateServiceAccessResponse.DeletePrivateServiceAccessResponse;
|
|
21
|
+
import * as GetPrivateServiceAccessResponse from "./get-private-service-access-response";
|
|
22
|
+
export import GetPrivateServiceAccessResponse = GetPrivateServiceAccessResponse.GetPrivateServiceAccessResponse;
|
|
23
|
+
import * as GetPsaWorkRequestResponse from "./get-psa-work-request-response";
|
|
24
|
+
export import GetPsaWorkRequestResponse = GetPsaWorkRequestResponse.GetPsaWorkRequestResponse;
|
|
25
|
+
import * as ListPrivateServiceAccessesResponse from "./list-private-service-accesses-response";
|
|
26
|
+
export import ListPrivateServiceAccessesResponse = ListPrivateServiceAccessesResponse.ListPrivateServiceAccessesResponse;
|
|
27
|
+
import * as ListPsaServicesResponse from "./list-psa-services-response";
|
|
28
|
+
export import ListPsaServicesResponse = ListPsaServicesResponse.ListPsaServicesResponse;
|
|
29
|
+
import * as ListPsaWorkRequestErrorsResponse from "./list-psa-work-request-errors-response";
|
|
30
|
+
export import ListPsaWorkRequestErrorsResponse = ListPsaWorkRequestErrorsResponse.ListPsaWorkRequestErrorsResponse;
|
|
31
|
+
import * as ListPsaWorkRequestLogsResponse from "./list-psa-work-request-logs-response";
|
|
32
|
+
export import ListPsaWorkRequestLogsResponse = ListPsaWorkRequestLogsResponse.ListPsaWorkRequestLogsResponse;
|
|
33
|
+
import * as ListPsaWorkRequestsResponse from "./list-psa-work-requests-response";
|
|
34
|
+
export import ListPsaWorkRequestsResponse = ListPsaWorkRequestsResponse.ListPsaWorkRequestsResponse;
|
|
35
|
+
import * as UpdatePrivateServiceAccessResponse from "./update-private-service-access-response";
|
|
36
|
+
export import UpdatePrivateServiceAccessResponse = UpdatePrivateServiceAccessResponse.UpdatePrivateServiceAccessResponse;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* PrivateServiceAccess Control Plane API
|
|
4
|
+
* Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
|
|
5
|
+
* OpenAPI spec version: 20240301
|
|
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=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|