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
@@ -32,4 +32,8 @@ export interface DeleteApiRequest extends common.BaseRequest {
32
32
  * The client request id for tracing.
33
33
  */
34
34
  "opcRequestId"?: string;
35
+ /**
36
+ * Whether to override locks (if any exist).
37
+ */
38
+ "isLockOverride"?: boolean;
35
39
  }
@@ -32,4 +32,8 @@ export interface DeleteCertificateRequest extends common.BaseRequest {
32
32
  * The client request id for tracing.
33
33
  */
34
34
  "opcRequestId"?: string;
35
+ /**
36
+ * Whether to override locks (if any exist).
37
+ */
38
+ "isLockOverride"?: boolean;
35
39
  }
@@ -32,4 +32,8 @@ export interface DeleteDeploymentRequest extends common.BaseRequest {
32
32
  * The client request id for tracing.
33
33
  */
34
34
  "opcRequestId"?: string;
35
+ /**
36
+ * Whether to override locks (if any exist).
37
+ */
38
+ "isLockOverride"?: boolean;
35
39
  }
@@ -32,4 +32,8 @@ export interface DeleteGatewayRequest extends common.BaseRequest {
32
32
  * The client request id for tracing.
33
33
  */
34
34
  "opcRequestId"?: string;
35
+ /**
36
+ * Whether to override locks (if any exist).
37
+ */
38
+ "isLockOverride"?: boolean;
35
39
  }
@@ -32,4 +32,8 @@ export interface DeleteSdkRequest extends common.BaseRequest {
32
32
  *
33
33
  */
34
34
  "ifMatch"?: string;
35
+ /**
36
+ * Whether to override locks (if any exist).
37
+ */
38
+ "isLockOverride"?: boolean;
35
39
  }
@@ -32,4 +32,8 @@ export interface DeleteSubscriberRequest extends common.BaseRequest {
32
32
  * The client request id for tracing.
33
33
  */
34
34
  "opcRequestId"?: string;
35
+ /**
36
+ * Whether to override locks (if any exist).
37
+ */
38
+ "isLockOverride"?: boolean;
35
39
  }
@@ -32,4 +32,8 @@ export interface DeleteUsagePlanRequest extends common.BaseRequest {
32
32
  * The client request id for tracing.
33
33
  */
34
34
  "opcRequestId"?: string;
35
+ /**
36
+ * Whether to override locks (if any exist).
37
+ */
38
+ "isLockOverride"?: boolean;
35
39
  }
@@ -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 AddApiLockRequest from "./add-api-lock-request";
17
+ export import AddApiLockRequest = AddApiLockRequest.AddApiLockRequest;
18
+ import * as AddCertificateLockRequest from "./add-certificate-lock-request";
19
+ export import AddCertificateLockRequest = AddCertificateLockRequest.AddCertificateLockRequest;
20
+ import * as AddSdkLockRequest from "./add-sdk-lock-request";
21
+ export import AddSdkLockRequest = AddSdkLockRequest.AddSdkLockRequest;
16
22
  import * as ChangeApiCompartmentRequest from "./change-api-compartment-request";
17
23
  export import ChangeApiCompartmentRequest = ChangeApiCompartmentRequest.ChangeApiCompartmentRequest;
18
24
  import * as ChangeCertificateCompartmentRequest from "./change-certificate-compartment-request";
@@ -49,12 +55,20 @@ import * as ListSdkLanguageTypesRequest from "./list-sdk-language-types-request"
49
55
  export import ListSdkLanguageTypesRequest = ListSdkLanguageTypesRequest.ListSdkLanguageTypesRequest;
50
56
  import * as ListSdksRequest from "./list-sdks-request";
51
57
  export import ListSdksRequest = ListSdksRequest.ListSdksRequest;
58
+ import * as RemoveApiLockRequest from "./remove-api-lock-request";
59
+ export import RemoveApiLockRequest = RemoveApiLockRequest.RemoveApiLockRequest;
60
+ import * as RemoveCertificateLockRequest from "./remove-certificate-lock-request";
61
+ export import RemoveCertificateLockRequest = RemoveCertificateLockRequest.RemoveCertificateLockRequest;
62
+ import * as RemoveSdkLockRequest from "./remove-sdk-lock-request";
63
+ export import RemoveSdkLockRequest = RemoveSdkLockRequest.RemoveSdkLockRequest;
52
64
  import * as UpdateApiRequest from "./update-api-request";
53
65
  export import UpdateApiRequest = UpdateApiRequest.UpdateApiRequest;
54
66
  import * as UpdateCertificateRequest from "./update-certificate-request";
55
67
  export import UpdateCertificateRequest = UpdateCertificateRequest.UpdateCertificateRequest;
56
68
  import * as UpdateSdkRequest from "./update-sdk-request";
57
69
  export import UpdateSdkRequest = UpdateSdkRequest.UpdateSdkRequest;
70
+ import * as AddDeploymentLockRequest from "./add-deployment-lock-request";
71
+ export import AddDeploymentLockRequest = AddDeploymentLockRequest.AddDeploymentLockRequest;
58
72
  import * as ChangeDeploymentCompartmentRequest from "./change-deployment-compartment-request";
59
73
  export import ChangeDeploymentCompartmentRequest = ChangeDeploymentCompartmentRequest.ChangeDeploymentCompartmentRequest;
60
74
  import * as CreateDeploymentRequest from "./create-deployment-request";
@@ -65,8 +79,12 @@ import * as GetDeploymentRequest from "./get-deployment-request";
65
79
  export import GetDeploymentRequest = GetDeploymentRequest.GetDeploymentRequest;
66
80
  import * as ListDeploymentsRequest from "./list-deployments-request";
67
81
  export import ListDeploymentsRequest = ListDeploymentsRequest.ListDeploymentsRequest;
82
+ import * as RemoveDeploymentLockRequest from "./remove-deployment-lock-request";
83
+ export import RemoveDeploymentLockRequest = RemoveDeploymentLockRequest.RemoveDeploymentLockRequest;
68
84
  import * as UpdateDeploymentRequest from "./update-deployment-request";
69
85
  export import UpdateDeploymentRequest = UpdateDeploymentRequest.UpdateDeploymentRequest;
86
+ import * as AddGatewayLockRequest from "./add-gateway-lock-request";
87
+ export import AddGatewayLockRequest = AddGatewayLockRequest.AddGatewayLockRequest;
70
88
  import * as ChangeGatewayCompartmentRequest from "./change-gateway-compartment-request";
71
89
  export import ChangeGatewayCompartmentRequest = ChangeGatewayCompartmentRequest.ChangeGatewayCompartmentRequest;
72
90
  import * as CreateGatewayRequest from "./create-gateway-request";
@@ -77,8 +95,12 @@ import * as GetGatewayRequest from "./get-gateway-request";
77
95
  export import GetGatewayRequest = GetGatewayRequest.GetGatewayRequest;
78
96
  import * as ListGatewaysRequest from "./list-gateways-request";
79
97
  export import ListGatewaysRequest = ListGatewaysRequest.ListGatewaysRequest;
98
+ import * as RemoveGatewayLockRequest from "./remove-gateway-lock-request";
99
+ export import RemoveGatewayLockRequest = RemoveGatewayLockRequest.RemoveGatewayLockRequest;
80
100
  import * as UpdateGatewayRequest from "./update-gateway-request";
81
101
  export import UpdateGatewayRequest = UpdateGatewayRequest.UpdateGatewayRequest;
102
+ import * as AddSubscriberLockRequest from "./add-subscriber-lock-request";
103
+ export import AddSubscriberLockRequest = AddSubscriberLockRequest.AddSubscriberLockRequest;
82
104
  import * as ChangeSubscriberCompartmentRequest from "./change-subscriber-compartment-request";
83
105
  export import ChangeSubscriberCompartmentRequest = ChangeSubscriberCompartmentRequest.ChangeSubscriberCompartmentRequest;
84
106
  import * as CreateSubscriberRequest from "./create-subscriber-request";
@@ -89,8 +111,12 @@ import * as GetSubscriberRequest from "./get-subscriber-request";
89
111
  export import GetSubscriberRequest = GetSubscriberRequest.GetSubscriberRequest;
90
112
  import * as ListSubscribersRequest from "./list-subscribers-request";
91
113
  export import ListSubscribersRequest = ListSubscribersRequest.ListSubscribersRequest;
114
+ import * as RemoveSubscriberLockRequest from "./remove-subscriber-lock-request";
115
+ export import RemoveSubscriberLockRequest = RemoveSubscriberLockRequest.RemoveSubscriberLockRequest;
92
116
  import * as UpdateSubscriberRequest from "./update-subscriber-request";
93
117
  export import UpdateSubscriberRequest = UpdateSubscriberRequest.UpdateSubscriberRequest;
118
+ import * as AddUsagePlanLockRequest from "./add-usage-plan-lock-request";
119
+ export import AddUsagePlanLockRequest = AddUsagePlanLockRequest.AddUsagePlanLockRequest;
94
120
  import * as ChangeUsagePlanCompartmentRequest from "./change-usage-plan-compartment-request";
95
121
  export import ChangeUsagePlanCompartmentRequest = ChangeUsagePlanCompartmentRequest.ChangeUsagePlanCompartmentRequest;
96
122
  import * as CreateUsagePlanRequest from "./create-usage-plan-request";
@@ -101,6 +127,8 @@ import * as GetUsagePlanRequest from "./get-usage-plan-request";
101
127
  export import GetUsagePlanRequest = GetUsagePlanRequest.GetUsagePlanRequest;
102
128
  import * as ListUsagePlansRequest from "./list-usage-plans-request";
103
129
  export import ListUsagePlansRequest = ListUsagePlansRequest.ListUsagePlansRequest;
130
+ import * as RemoveUsagePlanLockRequest from "./remove-usage-plan-lock-request";
131
+ export import RemoveUsagePlanLockRequest = RemoveUsagePlanLockRequest.RemoveUsagePlanLockRequest;
104
132
  import * as UpdateUsagePlanRequest from "./update-usage-plan-request";
105
133
  export import UpdateUsagePlanRequest = UpdateUsagePlanRequest.UpdateUsagePlanRequest;
106
134
  import * as CancelWorkRequestRequest from "./cancel-work-request-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AA8BH,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAehE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAWrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAW5E,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAWrF,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAOlF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAoCH,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAuBhE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAerF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAe5E,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAerF,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AASlF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface ListSdksRequest extends common.BaseRequest {
18
18
  /**
19
- * The ocid of the SDK.
19
+ * The ocid of the SDK. This value must be present unless apiId is present.
20
20
  */
21
21
  "sdkId"?: string;
22
22
  /**
@@ -54,7 +54,7 @@ export interface ListSdksRequest extends common.BaseRequest {
54
54
  */
55
55
  "sortBy"?: ListSdksRequest.SortBy;
56
56
  /**
57
- * The ocid of the API.
57
+ * The ocid of the API. This value must be present unless sdkId is present.
58
58
  */
59
59
  "apiId"?: string;
60
60
  /**
@@ -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/RemoveApiLock.ts.html |here} to see how to use RemoveApiLockRequest.
17
+ */
18
+ export interface RemoveApiLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the API.
21
+ */
22
+ "apiId": string;
23
+ /**
24
+ * RemoveResourceLockDetails body parameter
25
+ */
26
+ "removeResourceLockDetails": model.RemoveResourceLockDetails;
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=remove-api-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-api-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-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/RemoveCertificateLock.ts.html |here} to see how to use RemoveCertificateLockRequest.
17
+ */
18
+ export interface RemoveCertificateLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the certificate.
21
+ */
22
+ "certificateId": string;
23
+ /**
24
+ * RemoveResourceLockDetails body parameter
25
+ */
26
+ "removeResourceLockDetails": model.RemoveResourceLockDetails;
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=remove-certificate-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-certificate-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-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/RemoveDeploymentLock.ts.html |here} to see how to use RemoveDeploymentLockRequest.
17
+ */
18
+ export interface RemoveDeploymentLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the deployment.
21
+ */
22
+ "deploymentId": string;
23
+ /**
24
+ * RemoveResourceLockDetails body parameter
25
+ */
26
+ "removeResourceLockDetails": model.RemoveResourceLockDetails;
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=remove-deployment-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-deployment-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-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/RemoveGatewayLock.ts.html |here} to see how to use RemoveGatewayLockRequest.
17
+ */
18
+ export interface RemoveGatewayLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the gateway.
21
+ */
22
+ "gatewayId": string;
23
+ /**
24
+ * RemoveResourceLockDetails body parameter
25
+ */
26
+ "removeResourceLockDetails": model.RemoveResourceLockDetails;
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=remove-gateway-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-gateway-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-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/RemoveSdkLock.ts.html |here} to see how to use RemoveSdkLockRequest.
17
+ */
18
+ export interface RemoveSdkLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the SDK.
21
+ */
22
+ "sdkId": string;
23
+ /**
24
+ * RemoveResourceLockDetails body parameter
25
+ */
26
+ "removeResourceLockDetails": model.RemoveResourceLockDetails;
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=remove-sdk-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-sdk-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-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/RemoveSubscriberLock.ts.html |here} to see how to use RemoveSubscriberLockRequest.
17
+ */
18
+ export interface RemoveSubscriberLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the subscriber.
21
+ */
22
+ "subscriberId": string;
23
+ /**
24
+ * RemoveResourceLockDetails body parameter
25
+ */
26
+ "removeResourceLockDetails": model.RemoveResourceLockDetails;
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=remove-subscriber-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-subscriber-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-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/RemoveUsagePlanLock.ts.html |here} to see how to use RemoveUsagePlanLockRequest.
17
+ */
18
+ export interface RemoveUsagePlanLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the usage plan.
21
+ */
22
+ "usagePlanId": string;
23
+ /**
24
+ * RemoveResourceLockDetails body parameter
25
+ */
26
+ "removeResourceLockDetails": model.RemoveResourceLockDetails;
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=remove-usage-plan-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-usage-plan-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-usage-plan-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -37,4 +37,8 @@ export interface UpdateApiRequest 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 UpdateCertificateRequest 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 UpdateDeploymentRequest 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
  }