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
@@ -1 +1 @@
1
- {"version":3,"file":"subscriber.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/subscriber.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4ElC,IAAiB,UAAU,CA2C1B;AA3CD,WAAiB,UAAU;IACzB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAsB,yBAarC,CAAA;AACH,CAAC,EA3CgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA2C1B"}
1
+ {"version":3,"file":"subscriber.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/subscriber.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsFlC,IAAiB,UAAU,CAuD1B;AAvDD,WAAiB,UAAU;IACzB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,qBAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,iCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAvDgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAuD1B"}
@@ -32,7 +32,8 @@ export interface UpdateGatewayDetails {
32
32
  */
33
33
  "networkSecurityGroupIds"?: Array<string>;
34
34
  /**
35
- * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
35
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource which can be
36
+ * empty string.
36
37
  *
37
38
  */
38
39
  "certificateId"?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"update-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/update-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,oBAAoB,CAqCpC;AArCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,+BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,2CAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAqCpC"}
1
+ {"version":3,"file":"update-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/update-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,oBAAoB,CAqCpC;AArCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,+BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,2CAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAqCpC"}
@@ -61,6 +61,10 @@ export interface UsagePlanSummary {
61
61
  *
62
62
  */
63
63
  "lifecycleDetails"?: string;
64
+ /**
65
+ * Locks associated with this resource.
66
+ */
67
+ "locks"?: Array<model.ResourceLock>;
64
68
  /**
65
69
  * Free-form tags for this resource. Each tag is a simple key-value pair
66
70
  * with no predefined name, type, or namespace. For more information, see
@@ -85,6 +89,16 @@ export interface UsagePlanSummary {
85
89
  [key: string]: any;
86
90
  };
87
91
  };
92
+ /**
93
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
94
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
95
+ *
96
+ */
97
+ "systemTags"?: {
98
+ [key: string]: {
99
+ [key: string]: any;
100
+ };
101
+ };
88
102
  }
89
103
  export declare namespace UsagePlanSummary {
90
104
  function getJsonObj(obj: UsagePlanSummary): object;
@@ -44,6 +44,11 @@ var UsagePlanSummary;
44
44
  ? obj.entitlements.map(item => {
45
45
  return model.EntitlementSummary.getJsonObj(item);
46
46
  })
47
+ : undefined,
48
+ "locks": obj.locks
49
+ ? obj.locks.map(item => {
50
+ return model.ResourceLock.getJsonObj(item);
51
+ })
47
52
  : undefined
48
53
  });
49
54
  return jsonObj;
@@ -55,6 +60,11 @@ var UsagePlanSummary;
55
60
  ? obj.entitlements.map(item => {
56
61
  return model.EntitlementSummary.getDeserializedJsonObj(item);
57
62
  })
63
+ : undefined,
64
+ "locks": obj.locks
65
+ ? obj.locks.map(item => {
66
+ return model.ResourceLock.getDeserializedJsonObj(item);
67
+ })
58
68
  : undefined
59
69
  });
60
70
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"usage-plan-summary.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsElC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
1
+ {"version":3,"file":"usage-plan-summary.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgFlC,IAAiB,gBAAgB,CAyChC;AAzCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,2BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,uCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAyChC"}
@@ -62,6 +62,10 @@ export interface UsagePlan {
62
62
  *
63
63
  */
64
64
  "lifecycleDetails"?: string;
65
+ /**
66
+ * Locks associated with this resource.
67
+ */
68
+ "locks"?: Array<model.ResourceLock>;
65
69
  /**
66
70
  * Free-form tags for this resource. Each tag is a simple key-value pair
67
71
  * with no predefined name, type, or namespace. For more information, see
@@ -86,6 +90,16 @@ export interface UsagePlan {
86
90
  [key: string]: any;
87
91
  };
88
92
  };
93
+ /**
94
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
95
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
96
+ *
97
+ */
98
+ "systemTags"?: {
99
+ [key: string]: {
100
+ [key: string]: any;
101
+ };
102
+ };
89
103
  }
90
104
  export declare namespace UsagePlan {
91
105
  enum LifecycleState {
@@ -58,6 +58,11 @@ var UsagePlan;
58
58
  ? obj.entitlements.map(item => {
59
59
  return model.Entitlement.getJsonObj(item);
60
60
  })
61
+ : undefined,
62
+ "locks": obj.locks
63
+ ? obj.locks.map(item => {
64
+ return model.ResourceLock.getJsonObj(item);
65
+ })
61
66
  : undefined
62
67
  });
63
68
  return jsonObj;
@@ -69,6 +74,11 @@ var UsagePlan;
69
74
  ? obj.entitlements.map(item => {
70
75
  return model.Entitlement.getDeserializedJsonObj(item);
71
76
  })
77
+ : undefined,
78
+ "locks": obj.locks
79
+ ? obj.locks.map(item => {
80
+ return model.ResourceLock.getDeserializedJsonObj(item);
81
+ })
72
82
  : undefined
73
83
  });
74
84
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"usage-plan.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuElC,IAAiB,SAAS,CA2CzB;AA3CD,WAAiB,SAAS;IACxB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAsB,yBAarC,CAAA;AACH,CAAC,EA3CgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QA2CzB"}
1
+ {"version":3,"file":"usage-plan.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiFlC,IAAiB,SAAS,CAuDzB;AAvDD,WAAiB,SAAS;IACxB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,oBAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,gCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAvDgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAuDzB"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/AddApiLock.ts.html |here} to see how to use AddApiLockRequest.
17
+ */
18
+ export interface AddApiLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the API.
21
+ */
22
+ "apiId": string;
23
+ /**
24
+ * AddResourceLockDetails body parameter
25
+ */
26
+ "addResourceLockDetails": model.AddResourceLockDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-api-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-api-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/AddCertificateLock.ts.html |here} to see how to use AddCertificateLockRequest.
17
+ */
18
+ export interface AddCertificateLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the certificate.
21
+ */
22
+ "certificateId": string;
23
+ /**
24
+ * AddResourceLockDetails body parameter
25
+ */
26
+ "addResourceLockDetails": model.AddResourceLockDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-certificate-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-certificate-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/AddDeploymentLock.ts.html |here} to see how to use AddDeploymentLockRequest.
17
+ */
18
+ export interface AddDeploymentLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the deployment.
21
+ */
22
+ "deploymentId": string;
23
+ /**
24
+ * AddResourceLockDetails body parameter
25
+ */
26
+ "addResourceLockDetails": model.AddResourceLockDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-deployment-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-deployment-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/AddGatewayLock.ts.html |here} to see how to use AddGatewayLockRequest.
17
+ */
18
+ export interface AddGatewayLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the gateway.
21
+ */
22
+ "gatewayId": string;
23
+ /**
24
+ * AddResourceLockDetails body parameter
25
+ */
26
+ "addResourceLockDetails": model.AddResourceLockDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-gateway-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-gateway-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/AddSdkLock.ts.html |here} to see how to use AddSdkLockRequest.
17
+ */
18
+ export interface AddSdkLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the SDK.
21
+ */
22
+ "sdkId": string;
23
+ /**
24
+ * AddResourceLockDetails body parameter
25
+ */
26
+ "addResourceLockDetails": model.AddResourceLockDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-sdk-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-sdk-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/AddSubscriberLock.ts.html |here} to see how to use AddSubscriberLockRequest.
17
+ */
18
+ export interface AddSubscriberLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the subscriber.
21
+ */
22
+ "subscriberId": string;
23
+ /**
24
+ * AddResourceLockDetails body parameter
25
+ */
26
+ "addResourceLockDetails": model.AddResourceLockDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-subscriber-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-subscriber-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/AddUsagePlanLock.ts.html |here} to see how to use AddUsagePlanLockRequest.
17
+ */
18
+ export interface AddUsagePlanLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the usage plan.
21
+ */
22
+ "usagePlanId": string;
23
+ /**
24
+ * AddResourceLockDetails body parameter
25
+ */
26
+ "addResourceLockDetails": model.AddResourceLockDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-usage-plan-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-usage-plan-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -46,4 +46,8 @@ export interface ChangeApiCompartmentRequest extends common.BaseRequest {
46
46
  * The client request id for tracing.
47
47
  */
48
48
  "opcRequestId"?: string;
49
+ /**
50
+ * Whether to override locks (if any exist).
51
+ */
52
+ "isLockOverride"?: boolean;
49
53
  }
@@ -46,4 +46,8 @@ export interface ChangeCertificateCompartmentRequest extends common.BaseRequest
46
46
  * The client request id for tracing.
47
47
  */
48
48
  "opcRequestId"?: string;
49
+ /**
50
+ * Whether to override locks (if any exist).
51
+ */
52
+ "isLockOverride"?: boolean;
49
53
  }
@@ -46,4 +46,8 @@ export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {
46
46
  * The client request id for tracing.
47
47
  */
48
48
  "opcRequestId"?: string;
49
+ /**
50
+ * Whether to override locks (if any exist).
51
+ */
52
+ "isLockOverride"?: boolean;
49
53
  }
@@ -46,4 +46,8 @@ export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {
46
46
  * The client request id for tracing.
47
47
  */
48
48
  "opcRequestId"?: string;
49
+ /**
50
+ * Whether to override locks (if any exist).
51
+ */
52
+ "isLockOverride"?: boolean;
49
53
  }
@@ -46,4 +46,8 @@ export interface ChangeSubscriberCompartmentRequest extends common.BaseRequest {
46
46
  * The client request id for tracing.
47
47
  */
48
48
  "opcRequestId"?: string;
49
+ /**
50
+ * Whether to override locks (if any exist).
51
+ */
52
+ "isLockOverride"?: boolean;
49
53
  }
@@ -46,4 +46,8 @@ export interface ChangeUsagePlanCompartmentRequest extends common.BaseRequest {
46
46
  * The client request id for tracing.
47
47
  */
48
48
  "opcRequestId"?: string;
49
+ /**
50
+ * Whether to override locks (if any exist).
51
+ */
52
+ "isLockOverride"?: boolean;
49
53
  }