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.
Files changed (158) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +216 -0
  9. package/lib/client.js +1017 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/change-private-service-access-compartment-details.d.ts +27 -0
  15. package/lib/model/change-private-service-access-compartment-details.js +29 -0
  16. package/lib/model/change-private-service-access-compartment-details.js.map +1 -0
  17. package/lib/model/create-private-service-access-details.d.ts +98 -0
  18. package/lib/model/create-private-service-access-details.js +29 -0
  19. package/lib/model/create-private-service-access-details.js.map +1 -0
  20. package/lib/model/index.d.ts +54 -0
  21. package/lib/model/index.js +77 -0
  22. package/lib/model/index.js.map +1 -0
  23. package/lib/model/operation-status.d.ts +34 -0
  24. package/lib/model/operation-status.js +45 -0
  25. package/lib/model/operation-status.js.map +1 -0
  26. package/lib/model/operation-type.d.ts +30 -0
  27. package/lib/model/operation-type.js +41 -0
  28. package/lib/model/operation-type.js.map +1 -0
  29. package/lib/model/private-service-access-collection.d.ts +26 -0
  30. package/lib/model/private-service-access-collection.js +61 -0
  31. package/lib/model/private-service-access-collection.js.map +1 -0
  32. package/lib/model/private-service-access-summary.d.ts +151 -0
  33. package/lib/model/private-service-access-summary.js +29 -0
  34. package/lib/model/private-service-access-summary.js.map +1 -0
  35. package/lib/model/private-service-access.d.ts +164 -0
  36. package/lib/model/private-service-access.js +43 -0
  37. package/lib/model/private-service-access.js.map +1 -0
  38. package/lib/model/psa-service-collection.d.ts +26 -0
  39. package/lib/model/psa-service-collection.js +61 -0
  40. package/lib/model/psa-service-collection.js.map +1 -0
  41. package/lib/model/psa-service-summary.d.ts +52 -0
  42. package/lib/model/psa-service-summary.js +29 -0
  43. package/lib/model/psa-service-summary.js.map +1 -0
  44. package/lib/model/sort-order.d.ts +30 -0
  45. package/lib/model/sort-order.js +41 -0
  46. package/lib/model/sort-order.js.map +1 -0
  47. package/lib/model/update-private-service-access-details.d.ts +74 -0
  48. package/lib/model/update-private-service-access-details.js +29 -0
  49. package/lib/model/update-private-service-access-details.js.map +1 -0
  50. package/lib/model/work-request-error-collection.d.ts +26 -0
  51. package/lib/model/work-request-error-collection.js +61 -0
  52. package/lib/model/work-request-error-collection.js.map +1 -0
  53. package/lib/model/work-request-error.d.ts +37 -0
  54. package/lib/model/work-request-error.js +29 -0
  55. package/lib/model/work-request-error.js.map +1 -0
  56. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  57. package/lib/model/work-request-log-entry-collection.js +61 -0
  58. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  59. package/lib/model/work-request-log-entry.d.ts +31 -0
  60. package/lib/model/work-request-log-entry.js +29 -0
  61. package/lib/model/work-request-log-entry.js.map +1 -0
  62. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  63. package/lib/model/work-request-resource-metadata-key.js +38 -0
  64. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  65. package/lib/model/work-request-resource.d.ts +48 -0
  66. package/lib/model/work-request-resource.js +29 -0
  67. package/lib/model/work-request-resource.js.map +1 -0
  68. package/lib/model/work-request-summary-collection.d.ts +26 -0
  69. package/lib/model/work-request-summary-collection.js +61 -0
  70. package/lib/model/work-request-summary-collection.js.map +1 -0
  71. package/lib/model/work-request-summary.d.ts +73 -0
  72. package/lib/model/work-request-summary.js +61 -0
  73. package/lib/model/work-request-summary.js.map +1 -0
  74. package/lib/model/work-request.d.ts +76 -0
  75. package/lib/model/work-request.js +61 -0
  76. package/lib/model/work-request.js.map +1 -0
  77. package/lib/privateserviceaccess-waiter.d.ts +29 -0
  78. package/lib/privateserviceaccess-waiter.js +65 -0
  79. package/lib/privateserviceaccess-waiter.js.map +1 -0
  80. package/lib/request/cancel-psa-work-request-request.d.ts +38 -0
  81. package/lib/request/cancel-psa-work-request-request.js +15 -0
  82. package/lib/request/cancel-psa-work-request-request.js.map +1 -0
  83. package/lib/request/change-private-service-access-compartment-request.d.ts +52 -0
  84. package/lib/request/change-private-service-access-compartment-request.js +15 -0
  85. package/lib/request/change-private-service-access-compartment-request.js.map +1 -0
  86. package/lib/request/create-private-service-access-request.d.ts +40 -0
  87. package/lib/request/create-private-service-access-request.js +15 -0
  88. package/lib/request/create-private-service-access-request.js.map +1 -0
  89. package/lib/request/delete-private-service-access-request.d.ts +38 -0
  90. package/lib/request/delete-private-service-access-request.js +15 -0
  91. package/lib/request/delete-private-service-access-request.js.map +1 -0
  92. package/lib/request/get-private-service-access-request.d.ts +30 -0
  93. package/lib/request/get-private-service-access-request.js +15 -0
  94. package/lib/request/get-private-service-access-request.js.map +1 -0
  95. package/lib/request/get-psa-work-request-request.d.ts +30 -0
  96. package/lib/request/get-psa-work-request-request.js +15 -0
  97. package/lib/request/get-psa-work-request-request.js.map +1 -0
  98. package/lib/request/index.d.ts +36 -0
  99. package/lib/request/index.js +45 -0
  100. package/lib/request/index.js.map +1 -0
  101. package/lib/request/list-private-service-accesses-request.d.ts +83 -0
  102. package/lib/request/list-private-service-accesses-request.js +24 -0
  103. package/lib/request/list-private-service-accesses-request.js.map +1 -0
  104. package/lib/request/list-psa-services-request.d.ts +63 -0
  105. package/lib/request/list-psa-services-request.js +23 -0
  106. package/lib/request/list-psa-services-request.js.map +1 -0
  107. package/lib/request/list-psa-work-request-errors-request.d.ts +59 -0
  108. package/lib/request/list-psa-work-request-errors-request.js +23 -0
  109. package/lib/request/list-psa-work-request-errors-request.js.map +1 -0
  110. package/lib/request/list-psa-work-request-logs-request.d.ts +59 -0
  111. package/lib/request/list-psa-work-request-logs-request.js +23 -0
  112. package/lib/request/list-psa-work-request-logs-request.js.map +1 -0
  113. package/lib/request/list-psa-work-requests-request.d.ts +71 -0
  114. package/lib/request/list-psa-work-requests-request.js +23 -0
  115. package/lib/request/list-psa-work-requests-request.js.map +1 -0
  116. package/lib/request/update-private-service-access-request.d.ts +43 -0
  117. package/lib/request/update-private-service-access-request.js +15 -0
  118. package/lib/request/update-private-service-access-request.js.map +1 -0
  119. package/lib/response/cancel-psa-work-request-response.d.ts +20 -0
  120. package/lib/response/cancel-psa-work-request-response.js +15 -0
  121. package/lib/response/cancel-psa-work-request-response.js.map +1 -0
  122. package/lib/response/change-private-service-access-compartment-response.d.ts +26 -0
  123. package/lib/response/change-private-service-access-compartment-response.js +15 -0
  124. package/lib/response/change-private-service-access-compartment-response.js.map +1 -0
  125. package/lib/response/create-private-service-access-response.d.ts +44 -0
  126. package/lib/response/create-private-service-access-response.js +15 -0
  127. package/lib/response/create-private-service-access-response.js.map +1 -0
  128. package/lib/response/delete-private-service-access-response.d.ts +26 -0
  129. package/lib/response/delete-private-service-access-response.js +15 -0
  130. package/lib/response/delete-private-service-access-response.js.map +1 -0
  131. package/lib/response/get-private-service-access-response.d.ts +30 -0
  132. package/lib/response/get-private-service-access-response.js +15 -0
  133. package/lib/response/get-private-service-access-response.js.map +1 -0
  134. package/lib/response/get-psa-work-request-response.d.ts +34 -0
  135. package/lib/response/get-psa-work-request-response.js +15 -0
  136. package/lib/response/get-psa-work-request-response.js.map +1 -0
  137. package/lib/response/index.d.ts +36 -0
  138. package/lib/response/index.js +15 -0
  139. package/lib/response/index.js.map +1 -0
  140. package/lib/response/list-private-service-accesses-response.d.ts +31 -0
  141. package/lib/response/list-private-service-accesses-response.js +15 -0
  142. package/lib/response/list-private-service-accesses-response.js.map +1 -0
  143. package/lib/response/list-psa-services-response.d.ts +31 -0
  144. package/lib/response/list-psa-services-response.js +15 -0
  145. package/lib/response/list-psa-services-response.js.map +1 -0
  146. package/lib/response/list-psa-work-request-errors-response.d.ts +31 -0
  147. package/lib/response/list-psa-work-request-errors-response.js +15 -0
  148. package/lib/response/list-psa-work-request-errors-response.js.map +1 -0
  149. package/lib/response/list-psa-work-request-logs-response.d.ts +31 -0
  150. package/lib/response/list-psa-work-request-logs-response.js +15 -0
  151. package/lib/response/list-psa-work-request-logs-response.js.map +1 -0
  152. package/lib/response/list-psa-work-requests-response.d.ts +31 -0
  153. package/lib/response/list-psa-work-requests-response.js +15 -0
  154. package/lib/response/list-psa-work-requests-response.js.map +1 -0
  155. package/lib/response/update-private-service-access-response.d.ts +26 -0
  156. package/lib/response/update-private-service-access-response.js +15 -0
  157. package/lib/response/update-private-service-access-response.js.map +1 -0
  158. package/package.json +29 -0
@@ -0,0 +1,40 @@
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/CreatePrivateServiceAccess.ts.html |here} to see how to use CreatePrivateServiceAccessRequest.
17
+ */
18
+ export interface CreatePrivateServiceAccessRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new PrivateServiceAccess.
21
+ */
22
+ "createPrivateServiceAccessDetails": model.CreatePrivateServiceAccessDetails;
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: 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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-private-service-access-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/create-private-service-access-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/psa/DeletePrivateServiceAccess.ts.html |here} to see how to use DeletePrivateServiceAccessRequest.
16
+ */
17
+ export interface DeletePrivateServiceAccessRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PrivateServiceAccess.
20
+ */
21
+ "privateServiceAccessId": 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: 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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-private-service-access-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/delete-private-service-access-request.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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/psa/GetPrivateServiceAccess.ts.html |here} to see how to use GetPrivateServiceAccessRequest.
16
+ */
17
+ export interface GetPrivateServiceAccessRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PrivateServiceAccess.
20
+ */
21
+ "privateServiceAccessId": 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: 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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-private-service-access-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/get-private-service-access-request.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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/psa/GetPsaWorkRequest.ts.html |here} to see how to use GetPsaWorkRequestRequest.
16
+ */
17
+ export interface GetPsaWorkRequestRequest 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: 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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-psa-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/get-psa-work-request-request.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 CancelPsaWorkRequestRequest from "./cancel-psa-work-request-request";
14
+ export import CancelPsaWorkRequestRequest = CancelPsaWorkRequestRequest.CancelPsaWorkRequestRequest;
15
+ import * as ChangePrivateServiceAccessCompartmentRequest from "./change-private-service-access-compartment-request";
16
+ export import ChangePrivateServiceAccessCompartmentRequest = ChangePrivateServiceAccessCompartmentRequest.ChangePrivateServiceAccessCompartmentRequest;
17
+ import * as CreatePrivateServiceAccessRequest from "./create-private-service-access-request";
18
+ export import CreatePrivateServiceAccessRequest = CreatePrivateServiceAccessRequest.CreatePrivateServiceAccessRequest;
19
+ import * as DeletePrivateServiceAccessRequest from "./delete-private-service-access-request";
20
+ export import DeletePrivateServiceAccessRequest = DeletePrivateServiceAccessRequest.DeletePrivateServiceAccessRequest;
21
+ import * as GetPrivateServiceAccessRequest from "./get-private-service-access-request";
22
+ export import GetPrivateServiceAccessRequest = GetPrivateServiceAccessRequest.GetPrivateServiceAccessRequest;
23
+ import * as GetPsaWorkRequestRequest from "./get-psa-work-request-request";
24
+ export import GetPsaWorkRequestRequest = GetPsaWorkRequestRequest.GetPsaWorkRequestRequest;
25
+ import * as ListPrivateServiceAccessesRequest from "./list-private-service-accesses-request";
26
+ export import ListPrivateServiceAccessesRequest = ListPrivateServiceAccessesRequest.ListPrivateServiceAccessesRequest;
27
+ import * as ListPsaServicesRequest from "./list-psa-services-request";
28
+ export import ListPsaServicesRequest = ListPsaServicesRequest.ListPsaServicesRequest;
29
+ import * as ListPsaWorkRequestErrorsRequest from "./list-psa-work-request-errors-request";
30
+ export import ListPsaWorkRequestErrorsRequest = ListPsaWorkRequestErrorsRequest.ListPsaWorkRequestErrorsRequest;
31
+ import * as ListPsaWorkRequestLogsRequest from "./list-psa-work-request-logs-request";
32
+ export import ListPsaWorkRequestLogsRequest = ListPsaWorkRequestLogsRequest.ListPsaWorkRequestLogsRequest;
33
+ import * as ListPsaWorkRequestsRequest from "./list-psa-work-requests-request";
34
+ export import ListPsaWorkRequestsRequest = ListPsaWorkRequestsRequest.ListPsaWorkRequestsRequest;
35
+ import * as UpdatePrivateServiceAccessRequest from "./update-private-service-access-request";
36
+ export import UpdatePrivateServiceAccessRequest = UpdatePrivateServiceAccessRequest.UpdatePrivateServiceAccessRequest;
@@ -0,0 +1,45 @@
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
+ 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
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ListPsaWorkRequestsRequest = exports.ListPsaWorkRequestLogsRequest = exports.ListPsaWorkRequestErrorsRequest = exports.ListPsaServicesRequest = exports.ListPrivateServiceAccessesRequest = void 0;
35
+ const ListPrivateServiceAccessesRequest = __importStar(require("./list-private-service-accesses-request"));
36
+ exports.ListPrivateServiceAccessesRequest = ListPrivateServiceAccessesRequest.ListPrivateServiceAccessesRequest;
37
+ const ListPsaServicesRequest = __importStar(require("./list-psa-services-request"));
38
+ exports.ListPsaServicesRequest = ListPsaServicesRequest.ListPsaServicesRequest;
39
+ const ListPsaWorkRequestErrorsRequest = __importStar(require("./list-psa-work-request-errors-request"));
40
+ exports.ListPsaWorkRequestErrorsRequest = ListPsaWorkRequestErrorsRequest.ListPsaWorkRequestErrorsRequest;
41
+ const ListPsaWorkRequestLogsRequest = __importStar(require("./list-psa-work-request-logs-request"));
42
+ exports.ListPsaWorkRequestLogsRequest = ListPsaWorkRequestLogsRequest.ListPsaWorkRequestLogsRequest;
43
+ const ListPsaWorkRequestsRequest = __importStar(require("./list-psa-work-requests-request"));
44
+ exports.ListPsaWorkRequestsRequest = ListPsaWorkRequestsRequest.ListPsaWorkRequestsRequest;
45
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAcH,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wGAA0F;AAC5E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC"}
@@ -0,0 +1,83 @@
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/ListPrivateServiceAccesses.ts.html |here} to see how to use ListPrivateServiceAccessesRequest.
17
+ */
18
+ export interface ListPrivateServiceAccessesRequest 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
+ * A filter to return only resources that match the given lifecycle state. The
25
+ * state value is case-insensitive.
26
+ *
27
+ */
28
+ "lifecycleState"?: string;
29
+ /**
30
+ * A filter to return only resources that match the given display name exactly.
31
+ */
32
+ "displayName"?: string;
33
+ /**
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
35
+ */
36
+ "id"?: string;
37
+ /**
38
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
39
+ */
40
+ "vcnId"?: string;
41
+ /**
42
+ * The unique identifier of the OCI service.
43
+ */
44
+ "serviceId"?: string;
45
+ /**
46
+ * For list pagination. The maximum number of results per page, or items to return in a
47
+ * paginated \"List\" call. For important details about how pagination works, see
48
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
49
+ *
50
+ */
51
+ "limit"?: number;
52
+ /**
53
+ * For list pagination. The value of the opc-next-page response header from the previous
54
+ * \"List\" call. For important details about how pagination works, see
55
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
56
+ *
57
+ */
58
+ "page"?: string;
59
+ /**
60
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
61
+ * is descending. Default order for {@code displayName} is ascending.
62
+ *
63
+ */
64
+ "sortBy"?: ListPrivateServiceAccessesRequest.SortBy;
65
+ /**
66
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
67
+ */
68
+ "sortOrder"?: model.SortOrder;
69
+ /**
70
+ * Unique Oracle-assigned identifier for the request. If you need to contact
71
+ * Oracle about a particular request, please provide the request ID.
72
+ * The only valid characters for request IDs are letters, numbers,
73
+ * underscore, and dash.
74
+ *
75
+ */
76
+ "opcRequestId"?: string;
77
+ }
78
+ export declare namespace ListPrivateServiceAccessesRequest {
79
+ enum SortBy {
80
+ TimeCreated = "timeCreated",
81
+ DisplayName = "displayName"
82
+ }
83
+ }
@@ -0,0 +1,24 @@
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.ListPrivateServiceAccessesRequest = void 0;
16
+ var ListPrivateServiceAccessesRequest;
17
+ (function (ListPrivateServiceAccessesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListPrivateServiceAccessesRequest.SortBy || (ListPrivateServiceAccessesRequest.SortBy = {}));
23
+ })(ListPrivateServiceAccessesRequest = exports.ListPrivateServiceAccessesRequest || (exports.ListPrivateServiceAccessesRequest = {}));
24
+ //# sourceMappingURL=list-private-service-accesses-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-private-service-accesses-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/list-private-service-accesses-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqEH,IAAiB,iCAAiC,CAKjD;AALD,WAAiB,iCAAiC;IAChD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAGjB;AACH,CAAC,EALgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAKjD"}
@@ -0,0 +1,63 @@
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/ListPsaServices.ts.html |here} to see how to use ListPsaServicesRequest.
17
+ */
18
+ export interface ListPsaServicesRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only resources that match the given display name exactly.
21
+ */
22
+ "displayName"?: string;
23
+ /**
24
+ * The unique identifier of the OCI service.
25
+ */
26
+ "serviceId"?: string;
27
+ /**
28
+ * For list pagination. The maximum number of results per page, or items to return in a
29
+ * paginated \"List\" call. For important details about how pagination works, see
30
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
31
+ *
32
+ */
33
+ "limit"?: number;
34
+ /**
35
+ * For list pagination. The value of the opc-next-page response header from the previous
36
+ * \"List\" call. For important details about how pagination works, see
37
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
38
+ *
39
+ */
40
+ "page"?: string;
41
+ /**
42
+ * The field to sort by. Only one sort order may be provided. Default order for {@code displayName} is descending.
43
+ *
44
+ */
45
+ "sortBy"?: ListPsaServicesRequest.SortBy;
46
+ /**
47
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
48
+ */
49
+ "sortOrder"?: model.SortOrder;
50
+ /**
51
+ * Unique Oracle-assigned identifier for the request. If you need to contact
52
+ * Oracle about a particular request, please provide the request ID.
53
+ * The only valid characters for request IDs are letters, numbers,
54
+ * underscore, and dash.
55
+ *
56
+ */
57
+ "opcRequestId"?: string;
58
+ }
59
+ export declare namespace ListPsaServicesRequest {
60
+ enum SortBy {
61
+ DisplayName = "displayName"
62
+ }
63
+ }
@@ -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.ListPsaServicesRequest = void 0;
16
+ var ListPsaServicesRequest;
17
+ (function (ListPsaServicesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["DisplayName"] = "displayName";
21
+ })(SortBy = ListPsaServicesRequest.SortBy || (ListPsaServicesRequest.SortBy = {}));
22
+ })(ListPsaServicesRequest = exports.ListPsaServicesRequest || (exports.ListPsaServicesRequest = {}));
23
+ //# sourceMappingURL=list-psa-services-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-psa-services-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/list-psa-services-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkDH,IAAiB,sBAAsB,CAItC;AAJD,WAAiB,sBAAsB;IACrC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAEjB;AACH,CAAC,EAJgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAItC"}
@@ -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/ListPsaWorkRequestErrors.ts.html |here} to see how to use ListPsaWorkRequestErrorsRequest.
17
+ */
18
+ export interface ListPsaWorkRequestErrorsRequest 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"?: ListPsaWorkRequestErrorsRequest.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 ListPsaWorkRequestErrorsRequest {
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.ListPsaWorkRequestErrorsRequest = void 0;
16
+ var ListPsaWorkRequestErrorsRequest;
17
+ (function (ListPsaWorkRequestErrorsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ })(SortBy = ListPsaWorkRequestErrorsRequest.SortBy || (ListPsaWorkRequestErrorsRequest.SortBy = {}));
22
+ })(ListPsaWorkRequestErrorsRequest = exports.ListPsaWorkRequestErrorsRequest || (exports.ListPsaWorkRequestErrorsRequest = {}));
23
+ //# sourceMappingURL=list-psa-work-request-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-psa-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/request/list-psa-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,+BAA+B,CAI/C;AAJD,WAAiB,+BAA+B;IAC9C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,sCAAM,KAAN,sCAAM,QAEjB;AACH,CAAC,EAJgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAI/C"}