oci-apigateway 2.26.0 → 2.29.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 (218) hide show
  1. package/index.d.ts +6 -0
  2. package/index.js +7 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +287 -61
  5. package/lib/client.js +1302 -222
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/api-specification-request-policies.d.ts +1 -0
  8. package/lib/model/api-specification-request-policies.js +5 -1
  9. package/lib/model/api-specification-request-policies.js.map +1 -1
  10. package/lib/model/api-specification-route-backend.js +2 -2
  11. package/lib/model/api-specification-route-backend.js.map +1 -1
  12. package/lib/model/authentication-policy.js +2 -2
  13. package/lib/model/authentication-policy.js.map +1 -1
  14. package/lib/model/ca-bundle.js +2 -2
  15. package/lib/model/ca-bundle.js.map +1 -1
  16. package/lib/model/change-subscriber-compartment-details.d.ts +30 -0
  17. package/lib/model/change-subscriber-compartment-details.js +32 -0
  18. package/lib/model/change-subscriber-compartment-details.js.map +1 -0
  19. package/lib/model/change-usage-plan-compartment-details.d.ts +30 -0
  20. package/lib/model/change-usage-plan-compartment-details.js +32 -0
  21. package/lib/model/change-usage-plan-compartment-details.js.map +1 -0
  22. package/lib/model/client-summary.d.ts +28 -0
  23. package/lib/model/client-summary.js +32 -0
  24. package/lib/model/client-summary.js.map +1 -0
  25. package/lib/model/client.d.ts +32 -0
  26. package/lib/model/client.js +32 -0
  27. package/lib/model/client.js.map +1 -0
  28. package/lib/model/content-validation.js +2 -2
  29. package/lib/model/content-validation.js.map +1 -1
  30. package/lib/model/create-deployment-details.d.ts +1 -1
  31. package/lib/model/create-subscriber-details.d.ts +73 -0
  32. package/lib/model/create-subscriber-details.js +64 -0
  33. package/lib/model/create-subscriber-details.js.map +1 -0
  34. package/lib/model/create-usage-plan-details.d.ts +68 -0
  35. package/lib/model/create-usage-plan-details.js +64 -0
  36. package/lib/model/create-usage-plan-details.js.map +1 -0
  37. package/lib/model/deployment.d.ts +1 -1
  38. package/lib/model/entitlement-summary.d.ts +39 -0
  39. package/lib/model/entitlement-summary.js +60 -0
  40. package/lib/model/entitlement-summary.js.map +1 -0
  41. package/lib/model/entitlement-target.d.ts +31 -0
  42. package/lib/model/entitlement-target.js +32 -0
  43. package/lib/model/entitlement-target.js.map +1 -0
  44. package/lib/model/entitlement.d.ts +44 -0
  45. package/lib/model/entitlement.js +70 -0
  46. package/lib/model/entitlement.js.map +1 -0
  47. package/lib/model/index.d.ts +40 -0
  48. package/lib/model/index.js +43 -3
  49. package/lib/model/index.js.map +1 -1
  50. package/lib/model/public-key-set.js +2 -2
  51. package/lib/model/public-key-set.js.map +1 -1
  52. package/lib/model/quota.d.ts +78 -0
  53. package/lib/model/quota.js +64 -0
  54. package/lib/model/quota.js.map +1 -0
  55. package/lib/model/rate-limit.d.ts +44 -0
  56. package/lib/model/rate-limit.js +41 -0
  57. package/lib/model/rate-limit.js.map +1 -0
  58. package/lib/model/response-cache-details.js +2 -2
  59. package/lib/model/response-cache-details.js.map +1 -1
  60. package/lib/model/response-cache-lookup-policy.js +2 -2
  61. package/lib/model/response-cache-lookup-policy.js.map +1 -1
  62. package/lib/model/response-cache-store-policy.js +2 -2
  63. package/lib/model/response-cache-store-policy.js.map +1 -1
  64. package/lib/model/route-authorization-policy.js +2 -2
  65. package/lib/model/route-authorization-policy.js.map +1 -1
  66. package/lib/model/static-public-key.js +2 -2
  67. package/lib/model/static-public-key.js.map +1 -1
  68. package/lib/model/subscriber-collection.d.ts +29 -0
  69. package/lib/model/subscriber-collection.js +64 -0
  70. package/lib/model/subscriber-collection.js.map +1 -0
  71. package/lib/model/subscriber-summary.d.ts +97 -0
  72. package/lib/model/subscriber-summary.js +64 -0
  73. package/lib/model/subscriber-summary.js.map +1 -0
  74. package/lib/model/subscriber.d.ts +111 -0
  75. package/lib/model/subscriber.js +78 -0
  76. package/lib/model/subscriber.js.map +1 -0
  77. package/lib/model/update-subscriber-details.d.ts +67 -0
  78. package/lib/model/update-subscriber-details.js +64 -0
  79. package/lib/model/update-subscriber-details.js.map +1 -0
  80. package/lib/model/update-usage-plan-details.d.ts +62 -0
  81. package/lib/model/update-usage-plan-details.js +64 -0
  82. package/lib/model/update-usage-plan-details.js.map +1 -0
  83. package/lib/model/usage-plan-collection.d.ts +29 -0
  84. package/lib/model/usage-plan-collection.js +64 -0
  85. package/lib/model/usage-plan-collection.js.map +1 -0
  86. package/lib/model/usage-plan-summary.d.ts +92 -0
  87. package/lib/model/usage-plan-summary.js +64 -0
  88. package/lib/model/usage-plan-summary.js.map +1 -0
  89. package/lib/model/usage-plan.d.ts +106 -0
  90. package/lib/model/usage-plan.js +78 -0
  91. package/lib/model/usage-plan.js.map +1 -0
  92. package/lib/model/usage-plans-policy.d.ts +34 -0
  93. package/lib/model/usage-plans-policy.js +32 -0
  94. package/lib/model/usage-plans-policy.js.map +1 -0
  95. package/lib/model/work-request.d.ts +6 -0
  96. package/lib/model/work-request.js +6 -0
  97. package/lib/model/work-request.js.map +1 -1
  98. package/lib/request/cancel-work-request-request.d.ts +1 -1
  99. package/lib/request/change-api-compartment-request.d.ts +1 -1
  100. package/lib/request/change-certificate-compartment-request.d.ts +1 -1
  101. package/lib/request/change-deployment-compartment-request.d.ts +1 -1
  102. package/lib/request/change-gateway-compartment-request.d.ts +1 -1
  103. package/lib/request/change-subscriber-compartment-request.d.ts +49 -0
  104. package/lib/request/change-subscriber-compartment-request.js +15 -0
  105. package/lib/request/change-subscriber-compartment-request.js.map +1 -0
  106. package/lib/request/change-usage-plan-compartment-request.d.ts +49 -0
  107. package/lib/request/change-usage-plan-compartment-request.js +15 -0
  108. package/lib/request/change-usage-plan-compartment-request.js.map +1 -0
  109. package/lib/request/create-api-request.d.ts +1 -1
  110. package/lib/request/create-certificate-request.d.ts +1 -1
  111. package/lib/request/create-deployment-request.d.ts +1 -1
  112. package/lib/request/create-gateway-request.d.ts +1 -1
  113. package/lib/request/create-sdk-request.d.ts +1 -1
  114. package/lib/request/create-subscriber-request.d.ts +36 -0
  115. package/lib/request/create-subscriber-request.js +15 -0
  116. package/lib/request/create-subscriber-request.js.map +1 -0
  117. package/lib/request/create-usage-plan-request.d.ts +36 -0
  118. package/lib/request/create-usage-plan-request.js +15 -0
  119. package/lib/request/create-usage-plan-request.js.map +1 -0
  120. package/lib/request/delete-api-request.d.ts +1 -1
  121. package/lib/request/delete-certificate-request.d.ts +1 -1
  122. package/lib/request/delete-deployment-request.d.ts +1 -1
  123. package/lib/request/delete-gateway-request.d.ts +1 -1
  124. package/lib/request/delete-sdk-request.d.ts +1 -1
  125. package/lib/request/delete-subscriber-request.d.ts +35 -0
  126. package/lib/request/delete-subscriber-request.js +15 -0
  127. package/lib/request/delete-subscriber-request.js.map +1 -0
  128. package/lib/request/delete-usage-plan-request.d.ts +35 -0
  129. package/lib/request/delete-usage-plan-request.js +15 -0
  130. package/lib/request/delete-usage-plan-request.js.map +1 -0
  131. package/lib/request/get-api-content-request.d.ts +1 -1
  132. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  133. package/lib/request/get-api-request.d.ts +1 -1
  134. package/lib/request/get-api-validations-request.d.ts +1 -1
  135. package/lib/request/get-certificate-request.d.ts +1 -1
  136. package/lib/request/get-deployment-request.d.ts +1 -1
  137. package/lib/request/get-gateway-request.d.ts +1 -1
  138. package/lib/request/get-sdk-request.d.ts +1 -1
  139. package/lib/request/get-subscriber-request.d.ts +26 -0
  140. package/lib/request/get-subscriber-request.js +15 -0
  141. package/lib/request/get-subscriber-request.js.map +1 -0
  142. package/lib/request/get-usage-plan-request.d.ts +26 -0
  143. package/lib/request/get-usage-plan-request.js +15 -0
  144. package/lib/request/get-usage-plan-request.js.map +1 -0
  145. package/lib/request/get-work-request-request.d.ts +1 -1
  146. package/lib/request/index.d.ts +24 -0
  147. package/lib/request/index.js +5 -1
  148. package/lib/request/index.js.map +1 -1
  149. package/lib/request/list-apis-request.d.ts +1 -1
  150. package/lib/request/list-certificates-request.d.ts +1 -1
  151. package/lib/request/list-deployments-request.d.ts +1 -1
  152. package/lib/request/list-gateways-request.d.ts +1 -1
  153. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  154. package/lib/request/list-sdks-request.d.ts +1 -1
  155. package/lib/request/list-subscribers-request.d.ts +69 -0
  156. package/lib/request/list-subscribers-request.js +29 -0
  157. package/lib/request/list-subscribers-request.js.map +1 -0
  158. package/lib/request/list-usage-plans-request.d.ts +69 -0
  159. package/lib/request/list-usage-plans-request.js +29 -0
  160. package/lib/request/list-usage-plans-request.js.map +1 -0
  161. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  162. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  163. package/lib/request/list-work-requests-request.d.ts +1 -1
  164. package/lib/request/update-api-request.d.ts +1 -1
  165. package/lib/request/update-certificate-request.d.ts +1 -1
  166. package/lib/request/update-deployment-request.d.ts +1 -1
  167. package/lib/request/update-gateway-request.d.ts +1 -1
  168. package/lib/request/update-sdk-request.d.ts +1 -1
  169. package/lib/request/update-subscriber-request.d.ts +40 -0
  170. package/lib/request/update-subscriber-request.js +15 -0
  171. package/lib/request/update-subscriber-request.js.map +1 -0
  172. package/lib/request/update-usage-plan-request.d.ts +40 -0
  173. package/lib/request/update-usage-plan-request.js +15 -0
  174. package/lib/request/update-usage-plan-request.js.map +1 -0
  175. package/lib/response/change-subscriber-compartment-response.d.ts +29 -0
  176. package/lib/response/change-subscriber-compartment-response.js +15 -0
  177. package/lib/response/change-subscriber-compartment-response.js.map +1 -0
  178. package/lib/response/change-usage-plan-compartment-response.d.ts +29 -0
  179. package/lib/response/change-usage-plan-compartment-response.js +15 -0
  180. package/lib/response/change-usage-plan-compartment-response.js.map +1 -0
  181. package/lib/response/create-subscriber-response.d.ts +44 -0
  182. package/lib/response/create-subscriber-response.js +15 -0
  183. package/lib/response/create-subscriber-response.js.map +1 -0
  184. package/lib/response/create-usage-plan-response.d.ts +44 -0
  185. package/lib/response/create-usage-plan-response.js +15 -0
  186. package/lib/response/create-usage-plan-response.js.map +1 -0
  187. package/lib/response/delete-subscriber-response.d.ts +29 -0
  188. package/lib/response/delete-subscriber-response.js +15 -0
  189. package/lib/response/delete-subscriber-response.js.map +1 -0
  190. package/lib/response/delete-usage-plan-response.d.ts +29 -0
  191. package/lib/response/delete-usage-plan-response.js +15 -0
  192. package/lib/response/delete-usage-plan-response.js.map +1 -0
  193. package/lib/response/get-subscriber-response.d.ts +31 -0
  194. package/lib/response/get-subscriber-response.js +15 -0
  195. package/lib/response/get-subscriber-response.js.map +1 -0
  196. package/lib/response/get-usage-plan-response.d.ts +31 -0
  197. package/lib/response/get-usage-plan-response.js +15 -0
  198. package/lib/response/get-usage-plan-response.js.map +1 -0
  199. package/lib/response/index.d.ts +24 -0
  200. package/lib/response/list-subscribers-response.d.ts +42 -0
  201. package/lib/response/list-subscribers-response.js +15 -0
  202. package/lib/response/list-subscribers-response.js.map +1 -0
  203. package/lib/response/list-usage-plans-response.d.ts +42 -0
  204. package/lib/response/list-usage-plans-response.js +15 -0
  205. package/lib/response/list-usage-plans-response.js.map +1 -0
  206. package/lib/response/update-subscriber-response.d.ts +29 -0
  207. package/lib/response/update-subscriber-response.js +15 -0
  208. package/lib/response/update-subscriber-response.js.map +1 -0
  209. package/lib/response/update-usage-plan-response.d.ts +29 -0
  210. package/lib/response/update-usage-plan-response.js +15 -0
  211. package/lib/response/update-usage-plan-response.js.map +1 -0
  212. package/lib/subscribers-waiter.d.ts +32 -0
  213. package/lib/subscribers-waiter.js +68 -0
  214. package/lib/subscribers-waiter.js.map +1 -0
  215. package/lib/usageplans-waiter.d.ts +32 -0
  216. package/lib/usageplans-waiter.js +68 -0
  217. package/lib/usageplans-waiter.js.map +1 -0
  218. package/package.json +3 -3
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ /**
3
+ * API Gateway API
4
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
5
+ For more information, see
6
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
7
+
8
+ * OpenAPI spec version: 20190501
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UsagePlan = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var UsagePlan;
40
+ (function (UsagePlan) {
41
+ let LifecycleState;
42
+ (function (LifecycleState) {
43
+ LifecycleState["Creating"] = "CREATING";
44
+ LifecycleState["Active"] = "ACTIVE";
45
+ LifecycleState["Updating"] = "UPDATING";
46
+ LifecycleState["Deleting"] = "DELETING";
47
+ LifecycleState["Deleted"] = "DELETED";
48
+ LifecycleState["Failed"] = "FAILED";
49
+ /**
50
+ * This value is used if a service returns a value for this enum that is not recognized by this
51
+ * version of the SDK.
52
+ */
53
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
54
+ })(LifecycleState = UsagePlan.LifecycleState || (UsagePlan.LifecycleState = {}));
55
+ function getJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {
57
+ "entitlements": obj.entitlements
58
+ ? obj.entitlements.map(item => {
59
+ return model.Entitlement.getJsonObj(item);
60
+ })
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ UsagePlan.getJsonObj = getJsonObj;
66
+ function getDeserializedJsonObj(obj) {
67
+ const jsonObj = Object.assign(Object.assign({}, obj), {
68
+ "entitlements": obj.entitlements
69
+ ? obj.entitlements.map(item => {
70
+ return model.Entitlement.getDeserializedJsonObj(item);
71
+ })
72
+ : undefined
73
+ });
74
+ return jsonObj;
75
+ }
76
+ UsagePlan.getDeserializedJsonObj = getDeserializedJsonObj;
77
+ })(UsagePlan = exports.UsagePlan || (exports.UsagePlan = {}));
78
+ //# sourceMappingURL=usage-plan.js.map
@@ -0,0 +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"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * API Gateway API
3
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
4
+ For more information, see
5
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
6
+
7
+ * OpenAPI spec version: 20190501
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
16
+ /**
17
+ * Usage plan policies for this deployment
18
+ */
19
+ export interface UsagePlansPolicy {
20
+ /**
21
+ * A list of context variables specifying where API tokens may be located in a request.
22
+ * Example locations:
23
+ * - \"request.headers[token]\"
24
+ * - \"request.query[token]\"
25
+ * - \"request.auth[Token]\"
26
+ * - \"request.path[TOKEN]\"
27
+ *
28
+ */
29
+ "tokenLocations": Array<string>;
30
+ }
31
+ export declare namespace UsagePlansPolicy {
32
+ function getJsonObj(obj: UsagePlansPolicy): object;
33
+ function getDeserializedJsonObj(obj: UsagePlansPolicy): object;
34
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * API Gateway API
4
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
5
+ For more information, see
6
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
7
+
8
+ * OpenAPI spec version: 20190501
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.UsagePlansPolicy = void 0;
19
+ var UsagePlansPolicy;
20
+ (function (UsagePlansPolicy) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ UsagePlansPolicy.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ UsagePlansPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(UsagePlansPolicy = exports.UsagePlansPolicy || (exports.UsagePlansPolicy = {}));
32
+ //# sourceMappingURL=usage-plans-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usage-plans-policy.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plans-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -80,6 +80,12 @@ export declare namespace WorkRequest {
80
80
  ValidateApi = "VALIDATE_API",
81
81
  CreateSdk = "CREATE_SDK",
82
82
  DeleteSdk = "DELETE_SDK",
83
+ CreateUsagePlan = "CREATE_USAGE_PLAN",
84
+ UpdateUsagePlan = "UPDATE_USAGE_PLAN",
85
+ DeleteUsagePlan = "DELETE_USAGE_PLAN",
86
+ CreateSubscriber = "CREATE_SUBSCRIBER",
87
+ UpdateSubscriber = "UPDATE_SUBSCRIBER",
88
+ DeleteSubscriber = "DELETE_SUBSCRIBER",
83
89
  /**
84
90
  * This value is used if a service returns a value for this enum that is not recognized by this
85
91
  * version of the SDK.
@@ -55,6 +55,12 @@ var WorkRequest;
55
55
  OperationType["ValidateApi"] = "VALIDATE_API";
56
56
  OperationType["CreateSdk"] = "CREATE_SDK";
57
57
  OperationType["DeleteSdk"] = "DELETE_SDK";
58
+ OperationType["CreateUsagePlan"] = "CREATE_USAGE_PLAN";
59
+ OperationType["UpdateUsagePlan"] = "UPDATE_USAGE_PLAN";
60
+ OperationType["DeleteUsagePlan"] = "DELETE_USAGE_PLAN";
61
+ OperationType["CreateSubscriber"] = "CREATE_SUBSCRIBER";
62
+ OperationType["UpdateSubscriber"] = "UPDATE_SUBSCRIBER";
63
+ OperationType["DeleteSubscriber"] = "DELETE_SUBSCRIBER";
58
64
  /**
59
65
  * This value is used if a service returns a value for this enum that is not recognized by this
60
66
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqDlC,IAAiB,WAAW,CAkE3B;AAlED,WAAiB,WAAW;IAC1B,IAAY,aAqBX;IArBD,WAAY,aAAa;QACvB,iDAAgC,CAAA;QAChC,iDAAgC,CAAA;QAChC,iDAAgC,CAAA;QAChC,uDAAsC,CAAA;QACtC,uDAAsC,CAAA;QACtC,uDAAsC,CAAA;QACtC,yDAAwC,CAAA;QACxC,yDAAwC,CAAA;QACxC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;QACxB,yCAAwB,CAAA;QACxB,yCAAwB,CAAA;QACxB,6CAA4B,CAAA;QAC5B,yCAAwB,CAAA;QACxB,yCAAwB,CAAA;QACxB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EArBW,aAAa,GAAb,yBAAa,KAAb,yBAAa,QAqBxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,kBAAM,KAAN,kBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EAlEgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAkE3B"}
1
+ {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqDlC,IAAiB,WAAW,CAwE3B;AAxED,WAAiB,WAAW;IAC1B,IAAY,aA2BX;IA3BD,WAAY,aAAa;QACvB,iDAAgC,CAAA;QAChC,iDAAgC,CAAA;QAChC,iDAAgC,CAAA;QAChC,uDAAsC,CAAA;QACtC,uDAAsC,CAAA;QACtC,uDAAsC,CAAA;QACtC,yDAAwC,CAAA;QACxC,yDAAwC,CAAA;QACxC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;QACxB,yCAAwB,CAAA;QACxB,yCAAwB,CAAA;QACxB,6CAA4B,CAAA;QAC5B,yCAAwB,CAAA;QACxB,yCAAwB,CAAA;QACxB,sDAAqC,CAAA;QACrC,sDAAqC,CAAA;QACrC,sDAAqC,CAAA;QACrC,uDAAsC,CAAA;QACtC,uDAAsC,CAAA;QACtC,uDAAsC,CAAA;QACtC;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EA3BW,aAAa,GAAb,yBAAa,KAAb,yBAAa,QA2BxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,kBAAM,KAAN,kBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EAxEgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAwE3B"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApiCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
17
17
  */
18
18
  export interface ChangeCertificateCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
17
17
  */
18
18
  export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,49 @@
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, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest.
17
+ */
18
+ export interface ChangeSubscriberCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the subscriber.
21
+ */
22
+ "subscriberId": string;
23
+ /**
24
+ * Details of the target compartment.
25
+ */
26
+ "changeSubscriberCompartmentDetails": model.ChangeSubscriberCompartmentDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * For optimistic concurrency control. In the PUT or DELETE call
38
+ * for a resource, set the `if-match` parameter to the value of the
39
+ * etag from a previous GET or POST response for that resource.
40
+ * The resource will be updated or deleted only if the etag you
41
+ * provide matches the resource's current etag value.
42
+ *
43
+ */
44
+ "ifMatch"?: string;
45
+ /**
46
+ * The client request id for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
@@ -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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-subscriber-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-subscriber-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/change-subscriber-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
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, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest.
17
+ */
18
+ export interface ChangeUsagePlanCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The ocid of the usage plan.
21
+ */
22
+ "usagePlanId": string;
23
+ /**
24
+ * Details of the target compartment.
25
+ */
26
+ "changeUsagePlanCompartmentDetails": model.ChangeUsagePlanCompartmentDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * For optimistic concurrency control. In the PUT or DELETE call
38
+ * for a resource, set the `if-match` parameter to the value of the
39
+ * etag from a previous GET or POST response for that resource.
40
+ * The resource will be updated or deleted only if the etag you
41
+ * provide matches the resource's current etag value.
42
+ *
43
+ */
44
+ "ifMatch"?: string;
45
+ /**
46
+ * The client request id for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
@@ -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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-usage-plan-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-usage-plan-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/change-usage-plan-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
17
17
  */
18
18
  export interface CreateApiRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
17
17
  */
18
18
  export interface CreateDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
17
17
  */
18
18
  export interface CreateGatewayRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
17
17
  */
18
18
  export interface CreateSdkRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,36 @@
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, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriberRequest.
17
+ */
18
+ export interface CreateSubscriberRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new subscriber.
21
+ */
22
+ "createSubscriberDetails": model.CreateSubscriberDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * The client request id for tracing.
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-subscriber-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-subscriber-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/create-subscriber-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,36 @@
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, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlanRequest.
17
+ */
18
+ export interface CreateUsagePlanRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new usage plan.
21
+ */
22
+ "createUsagePlanDetails": model.CreateUsagePlanDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * The client request id for tracing.
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-usage-plan-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-usage-plan-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/create-usage-plan-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
16
16
  */
17
17
  export interface DeleteApiRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
16
16
  */
17
17
  export interface DeleteCertificateRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
16
16
  */
17
17
  export interface DeleteDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
16
16
  */
17
17
  export interface DeleteGatewayRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
16
16
  */
17
17
  export interface DeleteSdkRequest extends common.BaseRequest {
18
18
  /**