oci-apigateway 2.112.2 → 2.114.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 (197) hide show
  1. package/lib/client.d.ts +126 -0
  2. package/lib/client.js +1042 -92
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-resource-lock-details.d.ts +42 -0
  5. package/lib/model/add-resource-lock-details.js +37 -0
  6. package/lib/model/add-resource-lock-details.js.map +1 -0
  7. package/lib/model/api-summary.d.ts +14 -0
  8. package/lib/model/api-summary.js +10 -0
  9. package/lib/model/api-summary.js.map +1 -1
  10. package/lib/model/api.d.ts +14 -0
  11. package/lib/model/api.js +10 -0
  12. package/lib/model/api.js.map +1 -1
  13. package/lib/model/certificate-summary.d.ts +15 -0
  14. package/lib/model/certificate-summary.js +34 -2
  15. package/lib/model/certificate-summary.js.map +1 -1
  16. package/lib/model/certificate.d.ts +15 -0
  17. package/lib/model/certificate.js +34 -2
  18. package/lib/model/certificate.js.map +1 -1
  19. package/lib/model/create-api-details.d.ts +5 -0
  20. package/lib/model/create-api-details.js +34 -2
  21. package/lib/model/create-api-details.js.map +1 -1
  22. package/lib/model/create-certificate-details.d.ts +5 -0
  23. package/lib/model/create-certificate-details.js +34 -2
  24. package/lib/model/create-certificate-details.js.map +1 -1
  25. package/lib/model/create-deployment-details.d.ts +4 -0
  26. package/lib/model/create-deployment-details.js +10 -0
  27. package/lib/model/create-deployment-details.js.map +1 -1
  28. package/lib/model/create-gateway-details.d.ts +6 -1
  29. package/lib/model/create-gateway-details.js +10 -0
  30. package/lib/model/create-gateway-details.js.map +1 -1
  31. package/lib/model/create-sdk-details.d.ts +5 -0
  32. package/lib/model/create-sdk-details.js +34 -2
  33. package/lib/model/create-sdk-details.js.map +1 -1
  34. package/lib/model/create-subscriber-details.d.ts +4 -0
  35. package/lib/model/create-subscriber-details.js +10 -0
  36. package/lib/model/create-subscriber-details.js.map +1 -1
  37. package/lib/model/create-usage-plan-details.d.ts +4 -0
  38. package/lib/model/create-usage-plan-details.js +10 -0
  39. package/lib/model/create-usage-plan-details.js.map +1 -1
  40. package/lib/model/deployment-summary.d.ts +15 -0
  41. package/lib/model/deployment-summary.js +34 -2
  42. package/lib/model/deployment-summary.js.map +1 -1
  43. package/lib/model/deployment.d.ts +14 -0
  44. package/lib/model/deployment.js +10 -0
  45. package/lib/model/deployment.js.map +1 -1
  46. package/lib/model/gateway-summary.d.ts +15 -0
  47. package/lib/model/gateway-summary.js +34 -2
  48. package/lib/model/gateway-summary.js.map +1 -1
  49. package/lib/model/gateway.d.ts +14 -0
  50. package/lib/model/gateway.js +10 -0
  51. package/lib/model/gateway.js.map +1 -1
  52. package/lib/model/h-tt-pbackend.d.ts +3 -0
  53. package/lib/model/h-tt-pbackend.js.map +1 -1
  54. package/lib/model/header-validation-request-policy.d.ts +3 -0
  55. package/lib/model/header-validation-request-policy.js.map +1 -1
  56. package/lib/model/index.d.ts +6 -0
  57. package/lib/model/index.js +10 -4
  58. package/lib/model/index.js.map +1 -1
  59. package/lib/model/o-auth2-logout-backend.d.ts +3 -0
  60. package/lib/model/o-auth2-logout-backend.js.map +1 -1
  61. package/lib/model/query-parameter-validation-request-policy.d.ts +3 -0
  62. package/lib/model/query-parameter-validation-request-policy.js.map +1 -1
  63. package/lib/model/remove-resource-lock-details.d.ts +36 -0
  64. package/lib/model/remove-resource-lock-details.js +37 -0
  65. package/lib/model/remove-resource-lock-details.js.map +1 -0
  66. package/lib/model/resource-lock.d.ts +55 -0
  67. package/lib/model/resource-lock.js +42 -0
  68. package/lib/model/resource-lock.js.map +1 -0
  69. package/lib/model/sdk-summary.d.ts +15 -0
  70. package/lib/model/sdk-summary.js +34 -2
  71. package/lib/model/sdk-summary.js.map +1 -1
  72. package/lib/model/sdk.d.ts +15 -0
  73. package/lib/model/sdk.js +34 -2
  74. package/lib/model/sdk.js.map +1 -1
  75. package/lib/model/subscriber-summary.d.ts +14 -0
  76. package/lib/model/subscriber-summary.js +10 -0
  77. package/lib/model/subscriber-summary.js.map +1 -1
  78. package/lib/model/subscriber.d.ts +14 -0
  79. package/lib/model/subscriber.js +10 -0
  80. package/lib/model/subscriber.js.map +1 -1
  81. package/lib/model/update-gateway-details.d.ts +2 -1
  82. package/lib/model/update-gateway-details.js.map +1 -1
  83. package/lib/model/usage-plan-summary.d.ts +14 -0
  84. package/lib/model/usage-plan-summary.js +10 -0
  85. package/lib/model/usage-plan-summary.js.map +1 -1
  86. package/lib/model/usage-plan.d.ts +14 -0
  87. package/lib/model/usage-plan.js +10 -0
  88. package/lib/model/usage-plan.js.map +1 -1
  89. package/lib/request/add-api-lock-request.d.ts +40 -0
  90. package/lib/request/add-api-lock-request.js +15 -0
  91. package/lib/request/add-api-lock-request.js.map +1 -0
  92. package/lib/request/add-certificate-lock-request.d.ts +40 -0
  93. package/lib/request/add-certificate-lock-request.js +15 -0
  94. package/lib/request/add-certificate-lock-request.js.map +1 -0
  95. package/lib/request/add-deployment-lock-request.d.ts +40 -0
  96. package/lib/request/add-deployment-lock-request.js +15 -0
  97. package/lib/request/add-deployment-lock-request.js.map +1 -0
  98. package/lib/request/add-gateway-lock-request.d.ts +40 -0
  99. package/lib/request/add-gateway-lock-request.js +15 -0
  100. package/lib/request/add-gateway-lock-request.js.map +1 -0
  101. package/lib/request/add-sdk-lock-request.d.ts +40 -0
  102. package/lib/request/add-sdk-lock-request.js +15 -0
  103. package/lib/request/add-sdk-lock-request.js.map +1 -0
  104. package/lib/request/add-subscriber-lock-request.d.ts +40 -0
  105. package/lib/request/add-subscriber-lock-request.js +15 -0
  106. package/lib/request/add-subscriber-lock-request.js.map +1 -0
  107. package/lib/request/add-usage-plan-lock-request.d.ts +40 -0
  108. package/lib/request/add-usage-plan-lock-request.js +15 -0
  109. package/lib/request/add-usage-plan-lock-request.js.map +1 -0
  110. package/lib/request/change-api-compartment-request.d.ts +4 -0
  111. package/lib/request/change-certificate-compartment-request.d.ts +4 -0
  112. package/lib/request/change-deployment-compartment-request.d.ts +4 -0
  113. package/lib/request/change-gateway-compartment-request.d.ts +4 -0
  114. package/lib/request/change-subscriber-compartment-request.d.ts +4 -0
  115. package/lib/request/change-usage-plan-compartment-request.d.ts +4 -0
  116. package/lib/request/delete-api-request.d.ts +4 -0
  117. package/lib/request/delete-certificate-request.d.ts +4 -0
  118. package/lib/request/delete-deployment-request.d.ts +4 -0
  119. package/lib/request/delete-gateway-request.d.ts +4 -0
  120. package/lib/request/delete-sdk-request.d.ts +4 -0
  121. package/lib/request/delete-subscriber-request.d.ts +4 -0
  122. package/lib/request/delete-usage-plan-request.d.ts +4 -0
  123. package/lib/request/index.d.ts +28 -0
  124. package/lib/request/index.js.map +1 -1
  125. package/lib/request/list-sdks-request.d.ts +2 -2
  126. package/lib/request/remove-api-lock-request.d.ts +40 -0
  127. package/lib/request/remove-api-lock-request.js +15 -0
  128. package/lib/request/remove-api-lock-request.js.map +1 -0
  129. package/lib/request/remove-certificate-lock-request.d.ts +40 -0
  130. package/lib/request/remove-certificate-lock-request.js +15 -0
  131. package/lib/request/remove-certificate-lock-request.js.map +1 -0
  132. package/lib/request/remove-deployment-lock-request.d.ts +40 -0
  133. package/lib/request/remove-deployment-lock-request.js +15 -0
  134. package/lib/request/remove-deployment-lock-request.js.map +1 -0
  135. package/lib/request/remove-gateway-lock-request.d.ts +40 -0
  136. package/lib/request/remove-gateway-lock-request.js +15 -0
  137. package/lib/request/remove-gateway-lock-request.js.map +1 -0
  138. package/lib/request/remove-sdk-lock-request.d.ts +40 -0
  139. package/lib/request/remove-sdk-lock-request.js +15 -0
  140. package/lib/request/remove-sdk-lock-request.js.map +1 -0
  141. package/lib/request/remove-subscriber-lock-request.d.ts +40 -0
  142. package/lib/request/remove-subscriber-lock-request.js +15 -0
  143. package/lib/request/remove-subscriber-lock-request.js.map +1 -0
  144. package/lib/request/remove-usage-plan-lock-request.d.ts +40 -0
  145. package/lib/request/remove-usage-plan-lock-request.js +15 -0
  146. package/lib/request/remove-usage-plan-lock-request.js.map +1 -0
  147. package/lib/request/update-api-request.d.ts +4 -0
  148. package/lib/request/update-certificate-request.d.ts +4 -0
  149. package/lib/request/update-deployment-request.d.ts +4 -0
  150. package/lib/request/update-gateway-request.d.ts +4 -0
  151. package/lib/request/update-sdk-request.d.ts +4 -0
  152. package/lib/request/update-subscriber-request.d.ts +4 -0
  153. package/lib/request/update-usage-plan-request.d.ts +4 -0
  154. package/lib/response/add-api-lock-response.d.ts +30 -0
  155. package/lib/response/add-api-lock-response.js +15 -0
  156. package/lib/response/add-api-lock-response.js.map +1 -0
  157. package/lib/response/add-certificate-lock-response.d.ts +30 -0
  158. package/lib/response/add-certificate-lock-response.js +15 -0
  159. package/lib/response/add-certificate-lock-response.js.map +1 -0
  160. package/lib/response/add-deployment-lock-response.d.ts +30 -0
  161. package/lib/response/add-deployment-lock-response.js +15 -0
  162. package/lib/response/add-deployment-lock-response.js.map +1 -0
  163. package/lib/response/add-gateway-lock-response.d.ts +30 -0
  164. package/lib/response/add-gateway-lock-response.js +15 -0
  165. package/lib/response/add-gateway-lock-response.js.map +1 -0
  166. package/lib/response/add-sdk-lock-response.d.ts +30 -0
  167. package/lib/response/add-sdk-lock-response.js +15 -0
  168. package/lib/response/add-sdk-lock-response.js.map +1 -0
  169. package/lib/response/add-subscriber-lock-response.d.ts +30 -0
  170. package/lib/response/add-subscriber-lock-response.js +15 -0
  171. package/lib/response/add-subscriber-lock-response.js.map +1 -0
  172. package/lib/response/add-usage-plan-lock-response.d.ts +30 -0
  173. package/lib/response/add-usage-plan-lock-response.js +15 -0
  174. package/lib/response/add-usage-plan-lock-response.js.map +1 -0
  175. package/lib/response/index.d.ts +28 -0
  176. package/lib/response/remove-api-lock-response.d.ts +30 -0
  177. package/lib/response/remove-api-lock-response.js +15 -0
  178. package/lib/response/remove-api-lock-response.js.map +1 -0
  179. package/lib/response/remove-certificate-lock-response.d.ts +30 -0
  180. package/lib/response/remove-certificate-lock-response.js +15 -0
  181. package/lib/response/remove-certificate-lock-response.js.map +1 -0
  182. package/lib/response/remove-deployment-lock-response.d.ts +30 -0
  183. package/lib/response/remove-deployment-lock-response.js +15 -0
  184. package/lib/response/remove-deployment-lock-response.js.map +1 -0
  185. package/lib/response/remove-gateway-lock-response.d.ts +30 -0
  186. package/lib/response/remove-gateway-lock-response.js +15 -0
  187. package/lib/response/remove-gateway-lock-response.js.map +1 -0
  188. package/lib/response/remove-sdk-lock-response.d.ts +30 -0
  189. package/lib/response/remove-sdk-lock-response.js +15 -0
  190. package/lib/response/remove-sdk-lock-response.js.map +1 -0
  191. package/lib/response/remove-subscriber-lock-response.d.ts +30 -0
  192. package/lib/response/remove-subscriber-lock-response.js +15 -0
  193. package/lib/response/remove-subscriber-lock-response.js.map +1 -0
  194. package/lib/response/remove-usage-plan-lock-response.d.ts +30 -0
  195. package/lib/response/remove-usage-plan-lock-response.js +15 -0
  196. package/lib/response/remove-usage-plan-lock-response.js.map +1 -0
  197. package/package.json +3 -3
@@ -37,4 +37,8 @@ export interface UpdateGatewayRequest extends common.BaseRequest {
37
37
  * The client request id for tracing.
38
38
  */
39
39
  "opcRequestId"?: string;
40
+ /**
41
+ * Whether to override locks (if any exist).
42
+ */
43
+ "isLockOverride"?: boolean;
40
44
  }
@@ -37,4 +37,8 @@ export interface UpdateSdkRequest extends common.BaseRequest {
37
37
  * The client request id for tracing.
38
38
  */
39
39
  "opcRequestId"?: string;
40
+ /**
41
+ * Whether to override locks (if any exist).
42
+ */
43
+ "isLockOverride"?: boolean;
40
44
  }
@@ -37,4 +37,8 @@ export interface UpdateSubscriberRequest extends common.BaseRequest {
37
37
  * The client request id for tracing.
38
38
  */
39
39
  "opcRequestId"?: string;
40
+ /**
41
+ * Whether to override locks (if any exist).
42
+ */
43
+ "isLockOverride"?: boolean;
40
44
  }
@@ -37,4 +37,8 @@ export interface UpdateUsagePlanRequest extends common.BaseRequest {
37
37
  * The client request id for tracing.
38
38
  */
39
39
  "opcRequestId"?: string;
40
+ /**
41
+ * Whether to override locks (if any exist).
42
+ */
43
+ "isLockOverride"?: boolean;
40
44
  }
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 AddApiLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Api resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Api instance.
28
+ */
29
+ "api": model.Api;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=add-api-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-api-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-api-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 AddCertificateLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Certificate resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Certificate instance.
28
+ */
29
+ "certificate": model.Certificate;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=add-certificate-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-certificate-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-certificate-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 AddDeploymentLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Deployment resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Deployment instance.
28
+ */
29
+ "deployment": model.Deployment;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=add-deployment-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-deployment-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-deployment-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 AddGatewayLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Gateway resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Gateway instance.
28
+ */
29
+ "gateway": model.Gateway;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=add-gateway-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-gateway-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-gateway-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 AddSdkLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Sdk resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Sdk instance.
28
+ */
29
+ "sdk": model.Sdk;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=add-sdk-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-sdk-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-sdk-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 AddSubscriberLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Subscriber resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Subscriber instance.
28
+ */
29
+ "subscriber": model.Subscriber;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=add-subscriber-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-subscriber-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-subscriber-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 AddUsagePlanLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned UsagePlan resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.UsagePlan instance.
28
+ */
29
+ "usagePlan": model.UsagePlan;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=add-usage-plan-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-usage-plan-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-usage-plan-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,6 +13,12 @@ For more information, see
13
13
  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
14
14
  * 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.
15
15
  */
16
+ import * as AddApiLockResponse from "./add-api-lock-response";
17
+ export import AddApiLockResponse = AddApiLockResponse.AddApiLockResponse;
18
+ import * as AddCertificateLockResponse from "./add-certificate-lock-response";
19
+ export import AddCertificateLockResponse = AddCertificateLockResponse.AddCertificateLockResponse;
20
+ import * as AddSdkLockResponse from "./add-sdk-lock-response";
21
+ export import AddSdkLockResponse = AddSdkLockResponse.AddSdkLockResponse;
16
22
  import * as ChangeApiCompartmentResponse from "./change-api-compartment-response";
17
23
  export import ChangeApiCompartmentResponse = ChangeApiCompartmentResponse.ChangeApiCompartmentResponse;
18
24
  import * as ChangeCertificateCompartmentResponse from "./change-certificate-compartment-response";
@@ -49,12 +55,20 @@ import * as ListSdkLanguageTypesResponse from "./list-sdk-language-types-respons
49
55
  export import ListSdkLanguageTypesResponse = ListSdkLanguageTypesResponse.ListSdkLanguageTypesResponse;
50
56
  import * as ListSdksResponse from "./list-sdks-response";
51
57
  export import ListSdksResponse = ListSdksResponse.ListSdksResponse;
58
+ import * as RemoveApiLockResponse from "./remove-api-lock-response";
59
+ export import RemoveApiLockResponse = RemoveApiLockResponse.RemoveApiLockResponse;
60
+ import * as RemoveCertificateLockResponse from "./remove-certificate-lock-response";
61
+ export import RemoveCertificateLockResponse = RemoveCertificateLockResponse.RemoveCertificateLockResponse;
62
+ import * as RemoveSdkLockResponse from "./remove-sdk-lock-response";
63
+ export import RemoveSdkLockResponse = RemoveSdkLockResponse.RemoveSdkLockResponse;
52
64
  import * as UpdateApiResponse from "./update-api-response";
53
65
  export import UpdateApiResponse = UpdateApiResponse.UpdateApiResponse;
54
66
  import * as UpdateCertificateResponse from "./update-certificate-response";
55
67
  export import UpdateCertificateResponse = UpdateCertificateResponse.UpdateCertificateResponse;
56
68
  import * as UpdateSdkResponse from "./update-sdk-response";
57
69
  export import UpdateSdkResponse = UpdateSdkResponse.UpdateSdkResponse;
70
+ import * as AddDeploymentLockResponse from "./add-deployment-lock-response";
71
+ export import AddDeploymentLockResponse = AddDeploymentLockResponse.AddDeploymentLockResponse;
58
72
  import * as ChangeDeploymentCompartmentResponse from "./change-deployment-compartment-response";
59
73
  export import ChangeDeploymentCompartmentResponse = ChangeDeploymentCompartmentResponse.ChangeDeploymentCompartmentResponse;
60
74
  import * as CreateDeploymentResponse from "./create-deployment-response";
@@ -65,8 +79,12 @@ import * as GetDeploymentResponse from "./get-deployment-response";
65
79
  export import GetDeploymentResponse = GetDeploymentResponse.GetDeploymentResponse;
66
80
  import * as ListDeploymentsResponse from "./list-deployments-response";
67
81
  export import ListDeploymentsResponse = ListDeploymentsResponse.ListDeploymentsResponse;
82
+ import * as RemoveDeploymentLockResponse from "./remove-deployment-lock-response";
83
+ export import RemoveDeploymentLockResponse = RemoveDeploymentLockResponse.RemoveDeploymentLockResponse;
68
84
  import * as UpdateDeploymentResponse from "./update-deployment-response";
69
85
  export import UpdateDeploymentResponse = UpdateDeploymentResponse.UpdateDeploymentResponse;
86
+ import * as AddGatewayLockResponse from "./add-gateway-lock-response";
87
+ export import AddGatewayLockResponse = AddGatewayLockResponse.AddGatewayLockResponse;
70
88
  import * as ChangeGatewayCompartmentResponse from "./change-gateway-compartment-response";
71
89
  export import ChangeGatewayCompartmentResponse = ChangeGatewayCompartmentResponse.ChangeGatewayCompartmentResponse;
72
90
  import * as CreateGatewayResponse from "./create-gateway-response";
@@ -77,8 +95,12 @@ import * as GetGatewayResponse from "./get-gateway-response";
77
95
  export import GetGatewayResponse = GetGatewayResponse.GetGatewayResponse;
78
96
  import * as ListGatewaysResponse from "./list-gateways-response";
79
97
  export import ListGatewaysResponse = ListGatewaysResponse.ListGatewaysResponse;
98
+ import * as RemoveGatewayLockResponse from "./remove-gateway-lock-response";
99
+ export import RemoveGatewayLockResponse = RemoveGatewayLockResponse.RemoveGatewayLockResponse;
80
100
  import * as UpdateGatewayResponse from "./update-gateway-response";
81
101
  export import UpdateGatewayResponse = UpdateGatewayResponse.UpdateGatewayResponse;
102
+ import * as AddSubscriberLockResponse from "./add-subscriber-lock-response";
103
+ export import AddSubscriberLockResponse = AddSubscriberLockResponse.AddSubscriberLockResponse;
82
104
  import * as ChangeSubscriberCompartmentResponse from "./change-subscriber-compartment-response";
83
105
  export import ChangeSubscriberCompartmentResponse = ChangeSubscriberCompartmentResponse.ChangeSubscriberCompartmentResponse;
84
106
  import * as CreateSubscriberResponse from "./create-subscriber-response";
@@ -89,8 +111,12 @@ import * as GetSubscriberResponse from "./get-subscriber-response";
89
111
  export import GetSubscriberResponse = GetSubscriberResponse.GetSubscriberResponse;
90
112
  import * as ListSubscribersResponse from "./list-subscribers-response";
91
113
  export import ListSubscribersResponse = ListSubscribersResponse.ListSubscribersResponse;
114
+ import * as RemoveSubscriberLockResponse from "./remove-subscriber-lock-response";
115
+ export import RemoveSubscriberLockResponse = RemoveSubscriberLockResponse.RemoveSubscriberLockResponse;
92
116
  import * as UpdateSubscriberResponse from "./update-subscriber-response";
93
117
  export import UpdateSubscriberResponse = UpdateSubscriberResponse.UpdateSubscriberResponse;
118
+ import * as AddUsagePlanLockResponse from "./add-usage-plan-lock-response";
119
+ export import AddUsagePlanLockResponse = AddUsagePlanLockResponse.AddUsagePlanLockResponse;
94
120
  import * as ChangeUsagePlanCompartmentResponse from "./change-usage-plan-compartment-response";
95
121
  export import ChangeUsagePlanCompartmentResponse = ChangeUsagePlanCompartmentResponse.ChangeUsagePlanCompartmentResponse;
96
122
  import * as CreateUsagePlanResponse from "./create-usage-plan-response";
@@ -101,6 +127,8 @@ import * as GetUsagePlanResponse from "./get-usage-plan-response";
101
127
  export import GetUsagePlanResponse = GetUsagePlanResponse.GetUsagePlanResponse;
102
128
  import * as ListUsagePlansResponse from "./list-usage-plans-response";
103
129
  export import ListUsagePlansResponse = ListUsagePlansResponse.ListUsagePlansResponse;
130
+ import * as RemoveUsagePlanLockResponse from "./remove-usage-plan-lock-response";
131
+ export import RemoveUsagePlanLockResponse = RemoveUsagePlanLockResponse.RemoveUsagePlanLockResponse;
104
132
  import * as UpdateUsagePlanResponse from "./update-usage-plan-response";
105
133
  export import UpdateUsagePlanResponse = UpdateUsagePlanResponse.UpdateUsagePlanResponse;
106
134
  import * as CancelWorkRequestResponse from "./cancel-work-request-response";
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 RemoveApiLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Api resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Api instance.
28
+ */
29
+ "api": model.Api;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=remove-api-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-api-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/remove-api-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 RemoveCertificateLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Certificate resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Certificate instance.
28
+ */
29
+ "certificate": model.Certificate;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=remove-certificate-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-certificate-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/remove-certificate-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190501
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 RemoveDeploymentLockResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * etag for the returned Deployment resource.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Deployment instance.
28
+ */
29
+ "deployment": model.Deployment;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190501
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=remove-deployment-lock-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-deployment-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/remove-deployment-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}