oci-waa 2.31.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/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +28 -0
  6. package/index.js +51 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +298 -0
  9. package/lib/client.js +1388 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/backend-type.d.ts +30 -0
  12. package/lib/model/backend-type.js +41 -0
  13. package/lib/model/backend-type.js.map +1 -0
  14. package/lib/model/change-resource-compartment-details.d.ts +30 -0
  15. package/lib/model/change-resource-compartment-details.js +32 -0
  16. package/lib/model/change-resource-compartment-details.js.map +1 -0
  17. package/lib/model/change-web-app-acceleration-compartment-details.d.ts +30 -0
  18. package/lib/model/change-web-app-acceleration-compartment-details.js +32 -0
  19. package/lib/model/change-web-app-acceleration-compartment-details.js.map +1 -0
  20. package/lib/model/change-web-app-acceleration-policy-compartment-details.d.ts +30 -0
  21. package/lib/model/change-web-app-acceleration-policy-compartment-details.js +32 -0
  22. package/lib/model/change-web-app-acceleration-policy-compartment-details.js.map +1 -0
  23. package/lib/model/create-web-app-acceleration-details.d.ts +65 -0
  24. package/lib/model/create-web-app-acceleration-details.js +68 -0
  25. package/lib/model/create-web-app-acceleration-details.js.map +1 -0
  26. package/lib/model/create-web-app-acceleration-load-balancer-details.d.ts +31 -0
  27. package/lib/model/create-web-app-acceleration-load-balancer-details.js +57 -0
  28. package/lib/model/create-web-app-acceleration-load-balancer-details.js.map +1 -0
  29. package/lib/model/create-web-app-acceleration-policy-details.d.ts +63 -0
  30. package/lib/model/create-web-app-acceleration-policy-details.js +66 -0
  31. package/lib/model/create-web-app-acceleration-policy-details.js.map +1 -0
  32. package/lib/model/gzip-compression-policy.d.ts +34 -0
  33. package/lib/model/gzip-compression-policy.js +32 -0
  34. package/lib/model/gzip-compression-policy.js.map +1 -0
  35. package/lib/model/index.d.ts +75 -0
  36. package/lib/model/index.js +98 -0
  37. package/lib/model/index.js.map +1 -0
  38. package/lib/model/purge-entire-web-app-acceleration-cache-details.d.ts +27 -0
  39. package/lib/model/purge-entire-web-app-acceleration-cache-details.js +57 -0
  40. package/lib/model/purge-entire-web-app-acceleration-cache-details.js.map +1 -0
  41. package/lib/model/purge-web-app-acceleration-cache-details.d.ts +25 -0
  42. package/lib/model/purge-web-app-acceleration-cache-details.js +68 -0
  43. package/lib/model/purge-web-app-acceleration-cache-details.js.map +1 -0
  44. package/lib/model/response-caching-policy.d.ts +46 -0
  45. package/lib/model/response-caching-policy.js +32 -0
  46. package/lib/model/response-caching-policy.js.map +1 -0
  47. package/lib/model/response-compression-policy.d.ts +33 -0
  48. package/lib/model/response-compression-policy.js +60 -0
  49. package/lib/model/response-compression-policy.js.map +1 -0
  50. package/lib/model/sort-order.d.ts +26 -0
  51. package/lib/model/sort-order.js +37 -0
  52. package/lib/model/sort-order.js.map +1 -0
  53. package/lib/model/update-web-app-acceleration-details.d.ts +62 -0
  54. package/lib/model/update-web-app-acceleration-details.js +32 -0
  55. package/lib/model/update-web-app-acceleration-details.js.map +1 -0
  56. package/lib/model/update-web-app-acceleration-policy-details.d.ts +63 -0
  57. package/lib/model/update-web-app-acceleration-policy-details.js +66 -0
  58. package/lib/model/update-web-app-acceleration-policy-details.js.map +1 -0
  59. package/lib/model/web-app-acceleration-collection.d.ts +29 -0
  60. package/lib/model/web-app-acceleration-collection.js +64 -0
  61. package/lib/model/web-app-acceleration-collection.js.map +1 -0
  62. package/lib/model/web-app-acceleration-load-balancer-summary.d.ts +31 -0
  63. package/lib/model/web-app-acceleration-load-balancer-summary.js +57 -0
  64. package/lib/model/web-app-acceleration-load-balancer-summary.js.map +1 -0
  65. package/lib/model/web-app-acceleration-load-balancer.d.ts +31 -0
  66. package/lib/model/web-app-acceleration-load-balancer.js +57 -0
  67. package/lib/model/web-app-acceleration-load-balancer.js.map +1 -0
  68. package/lib/model/web-app-acceleration-policy-collection.d.ts +29 -0
  69. package/lib/model/web-app-acceleration-policy-collection.js +64 -0
  70. package/lib/model/web-app-acceleration-policy-collection.js.map +1 -0
  71. package/lib/model/web-app-acceleration-policy-summary.d.ts +82 -0
  72. package/lib/model/web-app-acceleration-policy-summary.js +32 -0
  73. package/lib/model/web-app-acceleration-policy-summary.js.map +1 -0
  74. package/lib/model/web-app-acceleration-policy.d.ts +102 -0
  75. package/lib/model/web-app-acceleration-policy.js +80 -0
  76. package/lib/model/web-app-acceleration-policy.js.map +1 -0
  77. package/lib/model/web-app-acceleration-summary.d.ts +87 -0
  78. package/lib/model/web-app-acceleration-summary.js +68 -0
  79. package/lib/model/web-app-acceleration-summary.js.map +1 -0
  80. package/lib/model/web-app-acceleration.d.ts +100 -0
  81. package/lib/model/web-app-acceleration.js +82 -0
  82. package/lib/model/web-app-acceleration.js.map +1 -0
  83. package/lib/model/work-request-collection.d.ts +29 -0
  84. package/lib/model/work-request-collection.js +64 -0
  85. package/lib/model/work-request-collection.js.map +1 -0
  86. package/lib/model/work-request-error-collection.d.ts +29 -0
  87. package/lib/model/work-request-error-collection.js +64 -0
  88. package/lib/model/work-request-error-collection.js.map +1 -0
  89. package/lib/model/work-request-error.d.ts +38 -0
  90. package/lib/model/work-request-error.js +32 -0
  91. package/lib/model/work-request-error.js.map +1 -0
  92. package/lib/model/work-request-log-entry-collection.d.ts +29 -0
  93. package/lib/model/work-request-log-entry-collection.js +64 -0
  94. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  95. package/lib/model/work-request-log-entry.d.ts +32 -0
  96. package/lib/model/work-request-log-entry.js +32 -0
  97. package/lib/model/work-request-log-entry.js.map +1 -0
  98. package/lib/model/work-request-resource.d.ts +56 -0
  99. package/lib/model/work-request-resource.js +45 -0
  100. package/lib/model/work-request-resource.js.map +1 -0
  101. package/lib/model/work-request.d.ts +97 -0
  102. package/lib/model/work-request.js +95 -0
  103. package/lib/model/work-request.js.map +1 -0
  104. package/lib/request/change-web-app-acceleration-compartment-request.d.ts +38 -0
  105. package/lib/request/change-web-app-acceleration-compartment-request.js +15 -0
  106. package/lib/request/change-web-app-acceleration-compartment-request.js.map +1 -0
  107. package/lib/request/change-web-app-acceleration-policy-compartment-request.d.ts +38 -0
  108. package/lib/request/change-web-app-acceleration-policy-compartment-request.js +15 -0
  109. package/lib/request/change-web-app-acceleration-policy-compartment-request.js.map +1 -0
  110. package/lib/request/create-web-app-acceleration-policy-request.d.ts +35 -0
  111. package/lib/request/create-web-app-acceleration-policy-request.js +15 -0
  112. package/lib/request/create-web-app-acceleration-policy-request.js.map +1 -0
  113. package/lib/request/create-web-app-acceleration-request.d.ts +35 -0
  114. package/lib/request/create-web-app-acceleration-request.js +15 -0
  115. package/lib/request/create-web-app-acceleration-request.js.map +1 -0
  116. package/lib/request/delete-web-app-acceleration-policy-request.d.ts +33 -0
  117. package/lib/request/delete-web-app-acceleration-policy-request.js +15 -0
  118. package/lib/request/delete-web-app-acceleration-policy-request.js.map +1 -0
  119. package/lib/request/delete-web-app-acceleration-request.d.ts +33 -0
  120. package/lib/request/delete-web-app-acceleration-request.js +15 -0
  121. package/lib/request/delete-web-app-acceleration-request.js.map +1 -0
  122. package/lib/request/get-web-app-acceleration-policy-request.d.ts +26 -0
  123. package/lib/request/get-web-app-acceleration-policy-request.js +15 -0
  124. package/lib/request/get-web-app-acceleration-policy-request.js.map +1 -0
  125. package/lib/request/get-web-app-acceleration-request.d.ts +26 -0
  126. package/lib/request/get-web-app-acceleration-request.js +15 -0
  127. package/lib/request/get-web-app-acceleration-request.js.map +1 -0
  128. package/lib/request/get-work-request-request.d.ts +26 -0
  129. package/lib/request/get-work-request-request.js +15 -0
  130. package/lib/request/get-work-request-request.js.map +1 -0
  131. package/lib/request/index.d.ts +49 -0
  132. package/lib/request/index.js +42 -0
  133. package/lib/request/index.js.map +1 -0
  134. package/lib/request/list-web-app-acceleration-policies-request.d.ts +67 -0
  135. package/lib/request/list-web-app-acceleration-policies-request.js +24 -0
  136. package/lib/request/list-web-app-acceleration-policies-request.js.map +1 -0
  137. package/lib/request/list-web-app-accelerations-request.d.ts +73 -0
  138. package/lib/request/list-web-app-accelerations-request.js +24 -0
  139. package/lib/request/list-web-app-accelerations-request.js.map +1 -0
  140. package/lib/request/list-work-request-errors-request.d.ts +36 -0
  141. package/lib/request/list-work-request-errors-request.js +15 -0
  142. package/lib/request/list-work-request-errors-request.js.map +1 -0
  143. package/lib/request/list-work-request-logs-request.d.ts +36 -0
  144. package/lib/request/list-work-request-logs-request.js +15 -0
  145. package/lib/request/list-work-request-logs-request.js.map +1 -0
  146. package/lib/request/list-work-requests-request.d.ts +40 -0
  147. package/lib/request/list-work-requests-request.js +15 -0
  148. package/lib/request/list-work-requests-request.js.map +1 -0
  149. package/lib/request/purge-web-app-acceleration-cache-request.d.ts +31 -0
  150. package/lib/request/purge-web-app-acceleration-cache-request.js +15 -0
  151. package/lib/request/purge-web-app-acceleration-cache-request.js.map +1 -0
  152. package/lib/request/update-web-app-acceleration-policy-request.d.ts +38 -0
  153. package/lib/request/update-web-app-acceleration-policy-request.js +15 -0
  154. package/lib/request/update-web-app-acceleration-policy-request.js.map +1 -0
  155. package/lib/request/update-web-app-acceleration-request.d.ts +38 -0
  156. package/lib/request/update-web-app-acceleration-request.js +15 -0
  157. package/lib/request/update-web-app-acceleration-request.js.map +1 -0
  158. package/lib/response/change-web-app-acceleration-compartment-response.d.ts +25 -0
  159. package/lib/response/change-web-app-acceleration-compartment-response.js +15 -0
  160. package/lib/response/change-web-app-acceleration-compartment-response.js.map +1 -0
  161. package/lib/response/change-web-app-acceleration-policy-compartment-response.d.ts +25 -0
  162. package/lib/response/change-web-app-acceleration-policy-compartment-response.js +15 -0
  163. package/lib/response/change-web-app-acceleration-policy-compartment-response.js.map +1 -0
  164. package/lib/response/create-web-app-acceleration-policy-response.d.ts +45 -0
  165. package/lib/response/create-web-app-acceleration-policy-response.js +15 -0
  166. package/lib/response/create-web-app-acceleration-policy-response.js.map +1 -0
  167. package/lib/response/create-web-app-acceleration-response.d.ts +45 -0
  168. package/lib/response/create-web-app-acceleration-response.js +15 -0
  169. package/lib/response/create-web-app-acceleration-response.js.map +1 -0
  170. package/lib/response/delete-web-app-acceleration-policy-response.d.ts +25 -0
  171. package/lib/response/delete-web-app-acceleration-policy-response.js +15 -0
  172. package/lib/response/delete-web-app-acceleration-policy-response.js.map +1 -0
  173. package/lib/response/delete-web-app-acceleration-response.d.ts +25 -0
  174. package/lib/response/delete-web-app-acceleration-response.js +15 -0
  175. package/lib/response/delete-web-app-acceleration-response.js.map +1 -0
  176. package/lib/response/get-web-app-acceleration-policy-response.d.ts +30 -0
  177. package/lib/response/get-web-app-acceleration-policy-response.js +15 -0
  178. package/lib/response/get-web-app-acceleration-policy-response.js.map +1 -0
  179. package/lib/response/get-web-app-acceleration-response.d.ts +30 -0
  180. package/lib/response/get-web-app-acceleration-response.js +15 -0
  181. package/lib/response/get-web-app-acceleration-response.js.map +1 -0
  182. package/lib/response/get-work-request-response.d.ts +29 -0
  183. package/lib/response/get-work-request-response.js +15 -0
  184. package/lib/response/get-work-request-response.js.map +1 -0
  185. package/lib/response/index.d.ts +49 -0
  186. package/lib/response/index.js +18 -0
  187. package/lib/response/index.js.map +1 -0
  188. package/lib/response/list-web-app-acceleration-policies-response.d.ts +32 -0
  189. package/lib/response/list-web-app-acceleration-policies-response.js +15 -0
  190. package/lib/response/list-web-app-acceleration-policies-response.js.map +1 -0
  191. package/lib/response/list-web-app-accelerations-response.d.ts +32 -0
  192. package/lib/response/list-web-app-accelerations-response.js +15 -0
  193. package/lib/response/list-web-app-accelerations-response.js.map +1 -0
  194. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  195. package/lib/response/list-work-request-errors-response.js +15 -0
  196. package/lib/response/list-work-request-errors-response.js.map +1 -0
  197. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  198. package/lib/response/list-work-request-logs-response.js +15 -0
  199. package/lib/response/list-work-request-logs-response.js.map +1 -0
  200. package/lib/response/list-work-requests-response.d.ts +32 -0
  201. package/lib/response/list-work-requests-response.js +15 -0
  202. package/lib/response/list-work-requests-response.js.map +1 -0
  203. package/lib/response/purge-web-app-acceleration-cache-response.d.ts +25 -0
  204. package/lib/response/purge-web-app-acceleration-cache-response.js +15 -0
  205. package/lib/response/purge-web-app-acceleration-cache-response.js.map +1 -0
  206. package/lib/response/update-web-app-acceleration-policy-response.d.ts +25 -0
  207. package/lib/response/update-web-app-acceleration-policy-response.js +15 -0
  208. package/lib/response/update-web-app-acceleration-policy-response.js.map +1 -0
  209. package/lib/response/update-web-app-acceleration-response.d.ts +25 -0
  210. package/lib/response/update-web-app-acceleration-response.js +15 -0
  211. package/lib/response/update-web-app-acceleration-response.js.map +1 -0
  212. package/lib/waa-waiter.d.ts +40 -0
  213. package/lib/waa-waiter.js +80 -0
  214. package/lib/waa-waiter.js.map +1 -0
  215. package/lib/workrequest-waiter.d.ts +30 -0
  216. package/lib/workrequest-waiter.js +47 -0
  217. package/lib/workrequest-waiter.js.map +1 -0
  218. package/package.json +29 -0
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=purge-web-app-acceleration-cache-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purge-web-app-acceleration-cache-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/purge-web-app-acceleration-cache-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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.31.0/waa/UpdateWebAppAccelerationPolicy.ts.html |here} to see how to use UpdateWebAppAccelerationPolicyRequest.
17
+ */
18
+ export interface UpdateWebAppAccelerationPolicyRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
21
+ */
22
+ "webAppAccelerationPolicyId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateWebAppAccelerationPolicyDetails": model.UpdateWebAppAccelerationPolicyDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource,
29
+ * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * The client request ID for tracing.
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=update-web-app-acceleration-policy-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-web-app-acceleration-policy-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/update-web-app-acceleration-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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.31.0/waa/UpdateWebAppAcceleration.ts.html |here} to see how to use UpdateWebAppAccelerationRequest.
17
+ */
18
+ export interface UpdateWebAppAccelerationRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
21
+ */
22
+ "webAppAccelerationId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateWebAppAccelerationDetails": model.UpdateWebAppAccelerationDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource,
29
+ * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * The client request ID for tracing.
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=update-web-app-acceleration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-web-app-acceleration-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/update-web-app-acceleration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface ChangeWebAppAccelerationCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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-web-app-acceleration-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-web-app-acceleration-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/change-web-app-acceleration-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface ChangeWebAppAccelerationPolicyCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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-web-app-acceleration-policy-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-web-app-acceleration-policy-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/change-web-app-acceleration-policy-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface CreateWebAppAccelerationPolicyResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ /**
26
+ * Unique Oracle-assigned identifier for the request. If you need to contact
27
+ * Oracle about a particular request, please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * Location of the resource.
33
+ *
34
+ */
35
+ "location": string;
36
+ /**
37
+ * Content Location of the resource.
38
+ *
39
+ */
40
+ "contentLocation": string;
41
+ /**
42
+ * The returned model.WebAppAccelerationPolicy instance.
43
+ */
44
+ "webAppAccelerationPolicy": model.WebAppAccelerationPolicy;
45
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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-web-app-acceleration-policy-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-web-app-acceleration-policy-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/create-web-app-acceleration-policy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface CreateWebAppAccelerationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ /**
26
+ * Unique Oracle-assigned identifier for the request. If you need to contact
27
+ * Oracle about a particular request, please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * Location of the resource.
33
+ *
34
+ */
35
+ "location": string;
36
+ /**
37
+ * Content Location of the resource.
38
+ *
39
+ */
40
+ "contentLocation": string;
41
+ /**
42
+ * The returned model.WebAppAcceleration instance.
43
+ */
44
+ "webAppAcceleration": model.WebAppAcceleration;
45
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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-web-app-acceleration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-web-app-acceleration-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/create-web-app-acceleration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface DeleteWebAppAccelerationPolicyResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=delete-web-app-acceleration-policy-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-web-app-acceleration-policy-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/delete-web-app-acceleration-policy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface DeleteWebAppAccelerationResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=delete-web-app-acceleration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-web-app-acceleration-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/delete-web-app-acceleration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface GetWebAppAccelerationPolicyResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.WebAppAccelerationPolicy instance.
28
+ */
29
+ "webAppAccelerationPolicy": model.WebAppAccelerationPolicy;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=get-web-app-acceleration-policy-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-web-app-acceleration-policy-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/get-web-app-acceleration-policy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface GetWebAppAccelerationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.WebAppAcceleration instance.
28
+ */
29
+ "webAppAcceleration": model.WebAppAcceleration;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=get-web-app-acceleration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-web-app-acceleration-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/get-web-app-acceleration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211230
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
+ export interface GetWorkRequestResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * A decimal number representing the number of seconds the client should wait before polling this endpoint again.
23
+ */
24
+ "retryAfter": number;
25
+ /**
26
+ * The returned model.WorkRequest instance.
27
+ */
28
+ "workRequest": model.WorkRequest;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211230
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=get-work-request-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/get-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}